@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d7106f71dcd3d0755fd5_OnsiteStandard-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d710744b16e3070a5338_OnsiteStandard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d7107ec1b7a124e1c544_OnsiteStandard-Medium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rajdhani";
  src: url("https://fonts.gstatic.com/s/rajdhani/v16/LDI2apCSOBg7S-QT7pasEcOsc-bGkqIw.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.community-page {
  background: #fdfff3;
  color: #04130d;
  font-family: "Onsite Standard", "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}

.community-page * {
  box-sizing: border-box;
}

.community-page a {
  color: inherit;
  text-decoration: none;
}

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

.community-logo-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.community-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.community-announcement {
  background: #a9d0f5;
  color: #04130d;
  font-size: 14px;
}

.community-announcement-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.community-announcement a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.community-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(4, 19, 13, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(138, 255, 128, 0.12);
}

.community-nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.community-logo-link {
  display: inline-flex;
  align-items: center;
}

.community-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
}

.community-nav-links a {
  color: #fdfff3;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.community-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  background: #7dff71;
  color: #04130d;
  font-weight: 800;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  box-shadow: 0 14px 30px rgba(125, 255, 113, 0.18);
}

.community-primary-button:hover {
  transform: translateY(-1px);
  background: #94ff8b;
}

.community-primary-button-nav {
  white-space: nowrap;
}

.community-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(125, 255, 113, 0.14), transparent 38%),
    radial-gradient(circle at top left, rgba(125, 255, 113, 0.08), transparent 35%),
    linear-gradient(180deg, #0a1f14 0%, #04130d 100%);
}

.community-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 24%, rgba(125, 255, 113, 0.14) 24%, transparent 25%) 0 0 / 240px 240px,
    repeating-linear-gradient(
      100deg,
      rgba(125, 255, 113, 0.08) 0 4px,
      transparent 4px 22px
    );
  opacity: 0.45;
  transform: scale(1.1);
  transform-origin: center;
}

.community-hero-inner {
  position: relative;
  padding: 78px 0 168px;
}

.community-hero-copy {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  color: #fdfff3;
}

.community-eyebrow,
.community-section-label {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  margin-bottom: 24px;
  background: #7dff71;
  color: #04130d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.community-hero-copy h1,
.community-team-copy h2,
.community-centered-copy h2,
.community-testimonial-copy h2,
.community-pricing-copy h2 {
  margin: 0;
  font-size: clamp(48px, 8vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.community-centered-copy h2,
.community-team-copy h2,
.community-testimonial-copy h2,
.community-pricing-copy h2 {
  font-size: clamp(34px, 5vw, 54px);
}

.community-hero-copy p,
.community-centered-copy p,
.community-team-copy p,
.community-testimonial-copy p,
.community-pricing-copy p {
  margin: 28px auto 0;
  max-width: 820px;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.45;
  color: rgba(253, 255, 243, 0.92);
}

.community-centered-copy p,
.community-team-copy p,
.community-testimonial-copy p,
.community-pricing-copy p {
  color: rgba(4, 19, 13, 0.82);
}

.community-hero-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  max-width: 760px;
  margin: 40px auto 0;
}

.community-hero-form input {
  min-width: 0;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(253, 255, 243, 0.14);
  background: #f5f4ec;
  padding: 0 18px;
  color: #04130d;
}

.community-proof-grid {
  position: relative;
  z-index: 0;
  margin-top: -92px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 36px;
  gap: 22px;
}

.community-proof-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -28px;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(10, 31, 20, 0) 0%, #04130d 14%, #04130d 100%);
}

.community-proof-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.community-proof-card:nth-child(1),
.community-proof-card:nth-child(3),
.community-proof-card:nth-child(5),
.community-proof-card:nth-child(6),
.community-proof-card:nth-child(7),
.community-proof-card:nth-child(8) {
  grid-row: span 8;
}

.community-proof-card:nth-child(2),
.community-proof-card:nth-child(4) {
  grid-row: span 16;
}

.community-proof-card-quote {
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  min-height: 100%;
}

.community-proof-card-copy {
  width: 100%;
  padding: 18px 18px 16px;
  color: #fdfff3;
  background: linear-gradient(180deg, transparent 24%, rgba(4, 19, 13, 0.62) 60%, rgba(4, 19, 13, 0.94) 100%);
}

.community-proof-card-copy p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.community-proof-card-copy span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(253, 255, 243, 0.84);
}

.community-proof-card-stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  min-height: 100%;
  padding: 22px 18px 18px;
  background: linear-gradient(180deg, #83ff72 0%, #dfffd2 100%);
}

.community-proof-card-stat img {
  width: 38px;
  height: 38px;
}

.community-proof-card-stat strong {
  font-size: 28px;
  line-height: 1;
}

.community-proof-card-stat p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(4, 19, 13, 0.86);
}

.community-section {
  padding: 40px 0 72px;
}

.community-section-tight {
  padding-top: 12px;
}

.community-centered-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.community-centered-copy span {
  color: #55a84c;
}

.community-centered-copy .community-primary-button {
  margin-top: 28px;
}

.community-features {
  display: grid;
  gap: 24px;
  padding-bottom: 64px;
}

.community-feature {
  display: grid;
  grid-template-columns: 72px minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: start;
  padding: 32px 0;
  border-top: 1px solid rgba(4, 19, 13, 0.12);
}

.community-feature:last-child {
  border-bottom: 1px solid rgba(4, 19, 13, 0.12);
}

.community-feature-number {
  color: #55a84c;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  padding-top: 8px;
}

.community-feature-copy h3 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.05;
  font-weight: 600;
}

.community-list {
  display: grid;
  gap: 12px;
}

.community-list p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(4, 19, 13, 0.78);
}

.community-feature-image-wrap {
  padding: 14px;
  border-radius: 28px;
  background: #ebf0e5;
  transform: rotate(2deg);
  box-shadow: 0 18px 40px rgba(4, 19, 13, 0.08);
}

.community-feature-image {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.community-conversation-card {
  padding: 22px;
  border-radius: 28px;
  background: #ebf0e5;
  display: grid;
  gap: 16px;
  box-shadow: 0 18px 40px rgba(4, 19, 13, 0.08);
}

.community-chat-bubble {
  padding: 18px;
  border-radius: 22px;
  background: #fdfff3;
}

.community-chat-bubble-left {
  margin-right: 38px;
}

.community-chat-bubble-right {
  margin-left: 38px;
  background: #dfffd8;
}

.community-chat-bubble p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.55;
}

.community-chat-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.community-chat-author img {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
}

.community-chat-author strong,
.community-quote-author strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.community-chat-author span,
.community-quote-author span {
  display: block;
  font-size: 13px;
  color: rgba(4, 19, 13, 0.62);
}

.community-center-button {
  text-align: center;
}

.community-team {
  padding: 84px 0;
  background:
    radial-gradient(circle at top, rgba(125, 255, 113, 0.1), transparent 30%),
    linear-gradient(180deg, #102317 0%, #07150f 100%);
  color: #fdfff3;
}

.community-team-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: center;
}

.community-team-polaroid {
  padding: 18px;
  border-radius: 26px;
  background: #f3efe3;
  color: #04130d;
  transform: rotate(-3deg);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.28);
}

.community-team-polaroid-image {
  min-height: 320px;
  border-radius: 18px;
  overflow: hidden;
  background: #d9d3c4;
}

.community-team-polaroid-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-team-polaroid-label {
  padding-top: 14px;
  font-family: "Rajdhani", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.community-team-copy p {
  color: rgba(253, 255, 243, 0.84);
}

.community-team-copy .community-primary-button {
  margin-top: 28px;
}

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

.community-value-card {
  padding: 28px;
  border-radius: 24px;
  background: #f0f3eb;
  border: 1px solid rgba(4, 19, 13, 0.08);
}

.community-value-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
}

.community-value-card h3,
.community-fit-card h3,
.community-pricing-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
}

.community-value-card p,
.community-fit-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(4, 19, 13, 0.76);
}

.community-testimonial-section {
  padding: 24px 0 80px;
}

.community-testimonial-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.community-long-quote {
  padding: 32px;
  border-radius: 26px;
  background: #07150f;
  color: #fdfff3;
  box-shadow: 0 22px 40px rgba(4, 19, 13, 0.16);
}

.community-long-quote p {
  margin: 0 0 18px;
  font-size: 19px;
  line-height: 1.75;
  color: rgba(253, 255, 243, 0.9);
}

.community-quote-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.community-quote-author img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 999px;
}

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

.community-fit-card {
  padding: 28px;
  border-radius: 24px;
}

.community-fit-card-outline {
  border: 1px solid rgba(4, 19, 13, 0.14);
  background: #fdfff9;
}

.community-fit-card-solid {
  background: #edf1e7;
}

.community-checklist {
  display: grid;
  gap: 14px;
}

.community-check-item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.community-check-item svg {
  color: #55a84c;
  margin-top: 3px;
}

.community-x-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border-radius: 999px;
  background: rgba(4, 19, 13, 0.1);
  font-weight: 700;
  line-height: 1;
}

.community-pricing {
  padding: 84px 0;
  background:
    linear-gradient(180deg, rgba(85, 168, 76, 0.05), transparent 18%),
    #f1f5ea;
}

.community-pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.community-pricing-quote {
  margin-top: 28px;
  padding: 28px;
  border-radius: 24px;
  background: #fdfff9;
  border: 1px solid rgba(4, 19, 13, 0.08);
}

.community-pricing-quote p {
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
}

.community-pricing-card {
  padding: 28px;
  border-radius: 28px;
  background: #07150f;
  color: #fdfff3;
  box-shadow: 0 28px 48px rgba(4, 19, 13, 0.18);
}

.community-price {
  margin-top: 10px;
  font-size: 72px;
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.community-price-note {
  margin: 12px 0 0;
  font-size: 16px;
  color: rgba(253, 255, 243, 0.78);
}

.community-pricing-card .community-list p {
  color: rgba(253, 255, 243, 0.84);
}

.community-refund-card {
  margin-top: 28px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(125, 255, 113, 0.1);
  border: 1px solid rgba(125, 255, 113, 0.18);
}

.community-refund-card strong {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
}

@media (max-width: 1120px) {
  .community-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 34px;
  }

  .community-proof-card:nth-child(5) {
    grid-column: 4;
    grid-row: 1 / span 8;
  }

  .community-proof-card:nth-child(6) {
    grid-column: 1;
    grid-row: 9 / span 8;
  }

  .community-proof-card:nth-child(8) {
    grid-column: 4;
    grid-row: 9 / span 8;
  }

  .community-feature {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .community-feature-image-wrap,
  .community-conversation-card {
    grid-column: 1 / -1;
    margin-left: 60px;
  }

  .community-values-grid,
  .community-testimonial-panel,
  .community-fit-grid,
  .community-pricing-grid,
  .community-team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .community-nav-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 0;
  }

  .community-nav-links {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px 22px;
    padding-bottom: 4px;
  }

  .community-hero-inner {
    padding-top: 64px;
    padding-bottom: 140px;
  }

  .community-hero-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .community-shell {
    width: min(100% - 24px, 1200px);
  }

  .community-proof-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    margin-top: -74px;
  }

  .community-proof-grid::before {
    top: -22px;
  }

  .community-proof-card,
  .community-proof-card:nth-child(1),
  .community-proof-card:nth-child(2),
  .community-proof-card:nth-child(3),
  .community-proof-card:nth-child(4),
  .community-proof-card:nth-child(5),
  .community-proof-card:nth-child(6),
  .community-proof-card:nth-child(7),
  .community-proof-card:nth-child(8) {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }

  .community-proof-card-copy p {
    font-size: 20px;
  }

  .community-section,
  .community-team,
  .community-pricing {
    padding: 56px 0;
  }

  .community-feature {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .community-feature-number,
  .community-feature-image-wrap,
  .community-conversation-card {
    margin-left: 0;
  }

  .community-feature-image-wrap {
    transform: none;
  }

  .community-value-card,
  .community-fit-card,
  .community-pricing-card,
  .community-long-quote {
    padding: 22px;
  }

  .community-pricing-quote p,
  .community-long-quote p {
    font-size: 18px;
  }

  .community-price {
    font-size: 58px;
  }
}

.community-footer {
  border-top: 1px solid rgba(4, 19, 13, 0.16);
  background: #fdfff3;
}

.community-footer-inner {
  padding: 48px 24px 40px;
}

.community-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 32px;
}

.community-footer-brand p {
  margin: 16px 0 0;
  max-width: 250px;
  color: rgba(4, 19, 13, 0.58);
  font-size: 14px;
  line-height: 1.6;
}

.community-footer-logo {
  width: 130px;
}

.community-footer-column h4 {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.community-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.community-footer-column a,
.community-footer-bottom a,
.community-footer-bottom p {
  color: rgba(4, 19, 13, 0.58);
  font-size: 14px;
  line-height: 1.5;
}

.community-footer-bottom {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(4, 19, 13, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.community-footer-bottom p {
  margin: 0;
}

.community-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

@media (max-width: 860px) {
  .community-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .community-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .community-footer-grid {
    grid-template-columns: 1fr;
  }

  .community-footer-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .community-footer-bottom-links {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}
