:root {
  --green: #1bc16b;
  --green-dark: #0d9f57;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --soft: #f8fafc;
  --navy: #0b111d;
  --panel: #202b3d;
  --container: 1132px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.container,
.header-inner {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 76px;
  border-bottom: 1px solid #eef0f2;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 1px 12px rgb(15 23 42 / 3%);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 100%;
}

.brand {
  width: 100px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 3px;
}

.desktop-nav a {
  min-width: 90px;
  padding: 8px 17px;
  border-radius: 8px;
  color: #374151;
  text-align: center;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.desktop-nav a:hover {
  color: var(--green-dark);
}

.desktop-nav a.active {
  color: #fff;
  background: var(--green);
  box-shadow: 0 4px 12px rgb(27 193 107 / 25%);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
}

.x-button,
.sign-in {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 8px;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.x-button {
  gap: 7px;
  padding: 0 13px;
  border: 1px solid #dfe4e8;
  color: #111827;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
}

.x-button svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.x-button:hover {
  background: #f3f4f6;
}

.sign-in {
  min-width: 100px;
  gap: 9px;
  padding: 0 16px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 3px 10px rgb(27 193 107 / 22%);
}

.sign-in:hover,
.x-button:hover {
  transform: translateY(-1px);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.opportunities {
  padding: 28px 0 25px;
  background: #fbfcfd;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.section-heading h2 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.spark {
  margin-right: 5px;
  color: #e5b800;
  font-size: 24px;
}

.section-heading > a {
  color: #15a861;
  font-size: 14px;
}

.section-heading > a:hover {
  color: var(--green-dark);
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.featured-card,
.listing-card {
  position: relative;
  border: 1px solid #e7e9ec;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 7px 14px rgb(15 23 42 / 9%);
  transition: transform .25s ease, box-shadow .25s ease;
}

.featured-card:hover,
.listing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 25px rgb(15 23 42 / 12%);
}

.featured-card {
  min-height: 355px;
  padding: 32px 23px 23px;
  border-radius: 0 0 15px 15px;
}

.featured-card::before,
.listing-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: #6d5efc;
}

.accent-orange::before {
  background: #ff7d23;
}

.card-topline,
.identity,
.featured-stats,
.featured-stats > div,
.listing-head,
.listing-meta,
.tweet-head,
.tweet-foot {
  display: flex;
  align-items: center;
}

.card-topline {
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.identity {
  min-width: 0;
  align-items: flex-start;
  gap: 15px;
}

.identity img {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgb(15 23 42 / 14%);
}

.identity h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 1px;
  color: #707784;
  font-size: 13px;
}

.meta b {
  font-size: 11px;
}

.meta em,
.meta small,
.tags span,
.tags small {
  padding: 2px 9px;
  border-radius: 999px;
  font-style: normal;
}

.meta em,
.tags span {
  color: #285994;
  background: #e8f0ff;
}

.meta small,
.tags small {
  color: #4b5563;
  background: #f3f4f6;
}

.purple,
.violet {
  color: #6854dd;
}

.orange {
  color: #ed731f;
}

.green {
  color: #19ad63;
}

.pink {
  color: #e64791;
}

.blue {
  color: #3b82f6;
}

.cyan {
  color: #0ea5a4;
}

.featured-badge {
  flex: 0 0 auto;
  padding: 3px 12px;
  border-radius: 999px;
  color: #fff;
  background: #eab308;
  box-shadow: 0 3px 8px rgb(234 179 8 / 24%);
  font-size: 13px;
  font-weight: 700;
}

.description {
  display: -webkit-box;
  margin: 20px 0;
  overflow: hidden;
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.featured-stats {
  justify-content: space-between;
  margin-top: 23px;
}

.featured-stats > div {
  gap: 11px;
}

.medal {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  font-size: 21px;
}

.purple-medal {
  color: #6657e8;
  background: #f3efff;
}

.orange-medal {
  color: #ee7c1c;
  background: #fff4e9;
}

.featured-stats strong {
  font-size: 16px;
  line-height: 18px;
}

.featured-stats strong small {
  display: block;
  margin-top: 3px;
  color: #808794;
  font-size: 12px;
  font-weight: 400;
}

.status,
.listing-meta span {
  font-size: 14px;
}

.ended {
  color: #ef445b;
}

.review {
  color: #d6a523;
}

.view-button,
.listing-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin-top: 24px;
  border-radius: 11px;
  color: #29313f;
  background: #f3f4f6;
  transition: color .2s ease, background-color .2s ease;
}

.featured-card:hover .view-button,
.listing-card > a:hover {
  color: #fff;
  background: var(--green);
}

.toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 13px;
  margin: 48px 0 36px;
  padding: 24px;
  border: 1px solid #e9ebee;
  border-radius: 15px;
  background: #fff;
}

.search {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 9px;
  box-shadow: inset 0 0 0 1px rgb(15 23 42 / 3%);
}

.search:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgb(27 193 107 / 12%);
}

.search svg,
.filter-button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.search {
  color: #9ca3af;
}

.search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #374151;
  background: transparent;
}

.search input::placeholder {
  color: #9ca3af;
}

.filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 106px;
  border: 1px solid #dde0e4;
  border-radius: 11px;
  background: #fff;
  cursor: pointer;
}

.filter-button.active,
.filter-button:hover {
  color: var(--green-dark);
  border-color: var(--green);
}

.view-switch {
  display: grid;
  grid-template-columns: repeat(2, 52px);
  height: 52px;
  border: 1px solid #dde0e4;
  border-radius: 11px;
  overflow: hidden;
}

.view-switch button {
  border: 0;
  background: #fff;
  cursor: pointer;
  font-size: 22px;
}

.view-switch button + button {
  border-left: 1px solid #dde0e4;
}

.view-switch button.active {
  color: #fff;
  background: var(--green);
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.listing-card {
  display: flex;
  min-height: 323px;
  flex-direction: column;
  padding: 28px 24px 24px 32px;
  border-radius: 14px;
}

.listing-card::before {
  width: 5px;
  height: 100%;
}

.card-green::before {
  background: #24cf7b;
}

.card-pink::before {
  background: #f44e9f;
}

.card-blue::before {
  background: #3b82f6;
}

.card-orange::before {
  background: #ff7f32;
}

.card-cyan::before {
  background: #0ea5a4;
}

.card-yellow::before {
  background: #eab308;
}

.listing-head {
  min-width: 0;
  gap: 15px;
}

.listing-head img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 9px;
  object-fit: cover;
}

.listing-head h3 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.listing-head p {
  margin: 0;
  font-size: 13px;
}

.tags {
  display: flex;
  gap: 8px;
  margin: 8px 0 13px;
  font-size: 12px;
}

.listing-copy {
  display: -webkit-box;
  min-height: 60px;
  margin: 0;
  overflow: hidden;
  color: #505866;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.listing-meta {
  justify-content: space-between;
  margin-top: 18px;
}

.listing-meta strong {
  font-size: 14px;
}

.listing-card > a {
  height: 44px;
  margin-top: auto;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 14px;
}

.listing-grid.list-view {
  grid-template-columns: 1fr;
}

.listing-grid.list-view .listing-card {
  display: grid;
  min-height: 152px;
  grid-template-columns: 240px 120px 1fr 190px 150px;
  align-items: center;
  gap: 18px;
}

.listing-grid.list-view .tags,
.listing-grid.list-view .listing-copy,
.listing-grid.list-view .listing-meta,
.listing-grid.list-view .listing-card > a {
  margin: 0;
}

.empty-state {
  margin: 40px 0 60px;
  color: var(--muted);
  text-align: center;
}

.explore {
  padding: 55px 0 64px;
  text-align: center;
  background: #fff;
}

.explore h3 {
  margin: 0 0 13px;
  font-size: 18px;
}

.explore > .container > p {
  margin: 0;
  color: #626a77;
}

.explore-links {
  display: grid;
  max-width: 666px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin: 30px auto 0;
}

.explore-card {
  display: flex;
  min-height: 98px;
  align-items: center;
  gap: 16px;
  padding: 19px 24px;
  border: 1px solid;
  border-radius: 18px;
  text-align: left;
  box-shadow: 0 8px 15px rgb(15 23 42 / 8%);
  transition: transform .25s ease, box-shadow .25s ease;
}

.explore-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgb(15 23 42 / 12%);
}

.blue-border {
  border-color: #3b82f6;
}

.green-border {
  border-color: var(--green);
}

.explore-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  box-shadow: 0 4px 9px rgb(15 23 42 / 17%);
  font-size: 22px;
}

.blue-bg {
  background: #4285ed;
}

.green-bg {
  background: var(--green);
}

.explore-card strong,
.explore-card small {
  display: block;
}

.explore-card strong {
  color: #2563eb;
}

.green-border strong {
  color: var(--green);
}

.explore-card small {
  color: #68717d;
}

.bounty-program,
.testimonials {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.grid-bg {
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgb(29 83 76 / 30%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(29 83 76 / 30%) 1px, transparent 1px),
    radial-gradient(circle at 50% 20%, rgb(10 87 63 / 22%), transparent 42%);
  background-size: 40px 40px, 40px 40px, 100% 100%;
  mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
}

.bounty-program {
  min-height: 1107px;
  padding: 97px 0 95px;
}

.bounty-content {
  position: relative;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  padding: 4px 16px;
  border-radius: 999px;
  color: #17a65e;
  background: #e9fbf1;
  font-size: 13px;
}

.dark-eyebrow {
  color: var(--green);
  border: 1px solid rgb(27 193 107 / 18%);
  background: rgb(27 193 107 / 9%);
}

.bounty-program h2,
.community h2,
.testimonials h2 {
  margin: 12px 0 12px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.02em;
}

.lead,
.community-head > p {
  margin: 0;
  color: #9da5b4;
  font-size: 18px;
  line-height: 28px;
}

.program-layout {
  display: grid;
  grid-template-columns: 527px 1fr;
  gap: 60px;
  margin-top: 64px;
  text-align: left;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.benefit-grid article {
  position: relative;
  min-height: 168px;
  padding: 24px;
  border: 1px solid #344053;
  border-radius: 12px;
  overflow: hidden;
  background: #202b3d;
}

.benefit-grid article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: var(--green);
}

.benefit-grid article:nth-child(2)::before {
  background: #7c61f5;
}

.benefit-grid article:nth-child(3)::before {
  background: #ec4899;
}

.benefit-grid article:nth-child(4)::before {
  background: #3b82f6;
}

.benefit-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  font-size: 25px;
}

.green-icon {
  color: #8ce8bc;
  background: rgb(27 193 107 / 13%);
}

.violet-icon {
  color: #c5b9ff;
  background: rgb(124 97 245 / 13%);
}

.pink-icon {
  color: #f3a2cb;
  background: rgb(236 72 153 / 13%);
}

.blue-icon {
  color: #9fc2ff;
  background: rgb(59 130 246 / 13%);
}

.benefit-grid h3 {
  margin: 14px 0 2px;
  font-size: 20px;
}

.benefit-grid p {
  margin: 0;
  color: #9ca5b3;
}

.program-buttons {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  min-width: 216px;
  height: 66px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  transition: transform .25s ease, filter .25s ease;
}

.primary-cta {
  background: var(--green);
}

.secondary-cta {
  min-width: 179px;
  background: #3b475c;
}

.primary-cta:hover,
.secondary-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.process {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process li {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  min-height: 130px;
}

.process li:not(:last-child)::after {
  position: absolute;
  top: 46px;
  bottom: 0;
  left: 22px;
  width: 1px;
  content: "";
  background: linear-gradient(var(--green), transparent);
}

.process li > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.process h3 {
  margin: 1px 0 7px;
  font-size: 20px;
}

.process p {
  margin: 0;
  color: #9ca5b3;
  line-height: 24px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
}

.stats-row > div {
  display: grid;
  height: 118px;
  place-items: center;
  align-content: center;
  border: 1px solid #374255;
  border-radius: 11px;
  background: rgb(28 37 53 / 62%);
}

.stats-row strong {
  font-size: 32px;
}

.stats-row span {
  margin-top: 5px;
  color: #9da5b4;
}

.community {
  min-height: 738px;
  padding: 67px 0 59px;
  overflow: hidden;
  background: #fff;
}

.community-head {
  margin-bottom: 64px;
  text-align: center;
}

.community h2 {
  margin-top: 13px;
  color: var(--ink);
  font-size: 38px;
}

.community-head > p {
  color: #5f6875;
  font-size: 16px;
  line-height: 24px;
}

.marquee-row {
  width: 100%;
  margin: 0 0 52px;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 1px 0;
  animation: marquee-left 32s linear infinite;
}

.marquee-right .marquee-track {
  animation-name: marquee-right;
}

.marquee-row.slow .marquee-track {
  animation-duration: 37s;
}

.marquee-row:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-track a {
  display: inline-flex;
  min-width: max-content;
  height: 51px;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border: 2px solid #eff0f2;
  border-radius: 999px;
  color: #4b5563;
  background: #fff;
  box-shadow: 0 2px 5px rgb(15 23 42 / 4%);
  transition: color .2s ease, border-color .2s ease;
}

.marquee-track a:hover {
  color: var(--green-dark);
  border-color: #bfead2;
}

.marquee-track img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

@keyframes marquee-left {
  from { transform: translateX(-8%); }
  to { transform: translateX(-50%); }
}

@keyframes marquee-right {
  from { transform: translateX(-48%); }
  to { transform: translateX(-8%); }
}

.partner-cta {
  display: flex;
  width: fit-content;
  min-width: 272px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin: 7px auto 0;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 8px 17px rgb(27 193 107 / 18%);
  transition: transform .25s ease, background-color .25s ease;
}

.partner-cta:hover {
  transform: translateY(-2px);
  background: var(--green-dark);
}

.testimonials {
  min-height: 1082px;
  padding: 97px 0 104px;
  text-align: center;
}

.testimonials > .container {
  position: relative;
}

.testimonials h2 {
  margin-top: 14px;
  font-size: 48px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
  text-align: left;
}

.testimonial-grid article {
  display: flex;
  min-height: 326px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #334054;
  border-radius: 11px;
  background: #202b3d;
  transition: transform .25s ease, border-color .25s ease;
}

.testimonial-grid article:hover {
  transform: translateY(-3px);
  border-color: #4b5d77;
}

.tweet-head {
  gap: 12px;
}

.tweet-head img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  object-fit: cover;
}

.tweet-head div {
  min-width: 0;
}

.tweet-head strong,
.tweet-head span {
  display: block;
}

.tweet-head span {
  color: #9ca5b3;
  font-size: 14px;
}

.tweet-head b {
  margin-left: auto;
  color: #1da1f2;
  font-size: 22px;
}

.testimonial-grid article > p {
  margin: 20px 0 18px;
  color: #eef2f7;
  line-height: 26px;
}

.testimonial-grid time {
  margin-top: auto;
  color: #9da5b4;
  font-size: 14px;
}

.tweet-foot {
  justify-content: space-between;
  margin-top: auto;
}

.tweet-foot a {
  padding: 5px 13px;
  border-radius: 999px;
  color: #fff;
  background: #3b82f6;
  font-size: 13px;
}

.social-strip {
  color: #fff;
  background: linear-gradient(90deg, #20c665, #10bfa6);
}

.social-strip .container {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
}

.social-strip .container > div {
  display: flex;
  gap: 22px;
}

.social-strip a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #303844;
  background: #fff;
  font-weight: 700;
  transition: transform .2s ease;
}

.social-strip a:hover {
  transform: translateY(-2px);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 90px;
  min-height: 220px;
  padding-top: 25px;
}

.footer-main img {
  width: 82px;
}

.footer-main p {
  max-width: 390px;
  margin: 11px 0;
  color: #59616d;
  line-height: 24px;
}

.footer-main a {
  display: block;
  margin-top: 14px;
  color: #4f5763;
}

.footer-main a:hover {
  color: var(--green-dark);
}

.footer-main h3 {
  margin: 4px 0 15px;
  font-size: 16px;
}

.footer-about p a {
  display: inline;
  color: #3b82f6;
}

.copyright {
  display: flex;
  min-height: 65px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e7eb;
  color: #59616d;
}

.copyright > div {
  display: flex;
  gap: 25px;
}

.copyright a:hover {
  color: var(--green-dark);
}

.back-top {
  position: fixed;
  z-index: 70;
  right: 16px;
  bottom: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 8px 0 0 8px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 5px 12px rgb(15 23 42 / 15%);
  cursor: pointer;
  opacity: 0;
  transform: translateX(55px);
  transition: opacity .25s ease, transform .25s ease;
  font-size: 30px;
  line-height: 1;
}

.back-top.visible {
  opacity: 1;
  transform: translateX(0);
}

[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

@media (max-width: 1000px) {
  .container,
  .header-inner {
    width: min(calc(100% - 32px), var(--container));
  }

  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listing-grid.list-view .listing-card {
    display: flex;
    min-height: 323px;
  }

  .program-layout {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .benefit-grid article {
    min-height: 176px;
    padding: 19px;
  }

  .program-buttons {
    justify-content: center;
  }

  .bounty-program {
    min-height: auto;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonials {
    min-height: auto;
  }

  .footer-main {
    gap: 40px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 68px;
  }

  .header-inner {
    display: flex;
    justify-content: space-between;
  }

  .brand {
    width: 88px;
  }

  .desktop-nav,
  .sign-in,
  .x-button span {
    display: none;
  }

  .x-button {
    width: 38px;
    padding: 0;
  }

  .menu-toggle {
    display: grid;
    width: 40px;
    height: 38px;
    place-content: center;
    gap: 5px;
    border: 1px solid #dfe3e7;
    border-radius: 8px;
    background: #fff;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #27303b;
    transition: transform .2s ease, opacity .2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    top: 68px;
    left: 0;
    display: grid;
    width: 100%;
    padding: 12px 18px 18px;
    border-top: 1px solid #eef0f2;
    background: #fff;
    box-shadow: 0 14px 20px rgb(15 23 42 / 8%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .mobile-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav a {
    padding: 11px 12px;
    border-radius: 8px;
  }

  .mobile-nav a:hover {
    color: var(--green-dark);
    background: #f0fbf5;
  }

  .opportunities {
    padding-top: 24px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .section-heading h2 {
    font-size: 17px;
  }

  .featured-grid,
  .listing-grid {
    grid-template-columns: 1fr;
  }

  .featured-card {
    min-height: 348px;
    padding: 28px 18px 20px;
  }

  .identity h3 {
    font-size: 16px;
    line-height: 23px;
  }

  .featured-card .identity h3 {
    padding-right: 58px;
  }

  .featured-badge {
    position: absolute;
    top: 13px;
    right: 13px;
    padding-inline: 8px;
    font-size: 11px;
  }

  .identity img {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .toolbar {
    grid-template-columns: 1fr auto;
    margin: 28px 0 26px;
    padding: 12px;
  }

  .search {
    grid-column: 1 / -1;
  }

  .view-switch {
    grid-template-columns: repeat(2, 48px);
  }

  .listing-card {
    min-height: 306px;
  }

  .explore {
    padding: 45px 0 52px;
  }

  .explore > .container > p br,
  .lead br,
  .community-head > p br {
    display: none;
  }

  .explore-links {
    grid-template-columns: 1fr;
  }

  .bounty-program {
    padding: 70px 0;
  }

  .bounty-program h2,
  .testimonials h2 {
    font-size: clamp(35px, 10vw, 44px);
    line-height: 1.08;
  }

  .lead {
    font-size: 16px;
    line-height: 25px;
  }

  .program-layout {
    gap: 48px;
    margin-top: 44px;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .benefit-grid article {
    min-height: 170px;
    padding: 17px;
  }

  .benefit-grid h3 {
    font-size: 17px;
  }

  .program-buttons {
    flex-direction: column;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .process li {
    min-height: 145px;
  }

  .process h3 {
    font-size: 18px;
  }

  .stats-row {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 44px;
  }

  .stats-row > div {
    height: 98px;
  }

  .community {
    min-height: 690px;
    padding: 58px 0 55px;
  }

  .community h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .community-head {
    margin-bottom: 50px;
  }

  .marquee-row {
    margin-bottom: 38px;
  }

  .marquee-track {
    gap: 20px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .testimonials {
    padding: 70px 0;
  }

  .testimonial-grid article {
    min-height: 290px;
  }

  .social-strip .container {
    flex-direction: column;
    gap: 15px;
    padding: 17px 0;
    text-align: center;
  }

  .social-strip .container > div {
    gap: 12px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
    padding-bottom: 28px;
  }

  .footer-about {
    grid-column: 1 / -1;
  }

  .copyright {
    flex-direction: column;
    gap: 12px;
    padding: 20px 0;
    text-align: center;
  }

  .back-top {
    right: 0;
  }
}

@media (max-width: 430px) {
  .container,
  .header-inner {
    width: min(calc(100% - 28px), var(--container));
  }

  .section-heading > a {
    margin-top: 4px;
    white-space: nowrap;
  }

  .identity {
    gap: 11px;
  }

  .identity h3 br {
    display: none;
  }

  .featured-stats {
    align-items: flex-end;
  }

  .toolbar {
    gap: 9px;
  }

  .filter-button {
    min-width: 0;
    padding: 0 13px;
  }

  .listing-card {
    padding-right: 18px;
    padding-left: 25px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid article {
    min-height: 152px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-about {
    grid-column: auto;
  }
}

.fan-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #07130f;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.fan-disclaimer .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
