:root {
  --lc-bg: #0b0b0d;
  --lc-surface: #131318;
  --lc-surface-2: #191922;
  --lc-line: rgba(255, 255, 255, .10);
  --lc-line-strong: rgba(255, 255, 255, .18);
  --lc-text: #f5f5f7;
  --lc-muted: rgba(255, 255, 255, .74);
  --lc-soft: rgba(255, 255, 255, .56);
  --lc-accent: #7b37d4;
  --lc-accent-2: #a56bff;
  --lc-shadow: 0 22px 50px rgba(0, 0, 0, .28);
}

.lm-community-page {
  background:
    radial-gradient(900px 520px at 12% 10%, rgba(123, 55, 212, .12), transparent 55%),
    radial-gradient(700px 420px at 88% 18%, rgba(123, 55, 212, .08), transparent 55%),
    var(--lc-bg);
  color: var(--lc-text);
}

/* HERO */
.lm-community-hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 120px 20px 90px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .30), rgba(0, 0, 0, .76)),
    url("/assets/img/img2.webp") center 5% / cover no-repeat;
}

.lm-community-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 420px at 50% 16%, rgba(123, 55, 212, .24), transparent 55%);
  pointer-events: none;
}

.lm-community-hero__content {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
}

.lm-community-hero__eyebrow {
  margin: 0 0 12px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: .30em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .78);
}

.lm-community-hero__title {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: clamp(44px, 8vw, 82px);
  line-height: .95;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.lm-community-hero__subtitle {
  max-width: 760px;
  margin: 18px auto 0;
  font-family: Lato, sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.9;
  color: rgba(255, 255, 255, .86);
}

/* LAYOUT */
.lm-community-wrap {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.lm-community-section {
  padding: 100px 0;
  min-height: 78vh;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .30), rgba(0, 0, 0, .76)),
    url("/assets/img/img2.webp") center 5% / cover no-repeat;
}

.lm-community-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.lm-community-kicker {
  margin: 0 0 12px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--lc-soft);
}

.lm-community-copy {
  max-width: 560px;
}

.lm-community-heading {
  margin: 0 0 14px;
  font-family: Oswald, sans-serif;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.lm-community-copy p {
  margin: 20px 0 14px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: var(--lc-muted);
}

.lm-community-list {
  margin: 0 0 18px;
  padding-left: 18px;
}

.lm-community-list li {
  margin: 0 0 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: var(--lc-muted);
}

/* IMAGE CARD */
.lm-community-image-card {
  min-height: 430px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--lc-line);
  background: var(--lc-surface);
  box-shadow: var(--lc-shadow);
}

.lm-community-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* FORM CARD */
.lm-community-formCard {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  padding: 34px 28px;
  border: 1px solid rgba(255, 255, 255, .08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .015)),
    #121212;
  box-shadow: var(--lc-shadow);
}

.lm-community-formTitle {
  margin: 0 0 10px;
  font-family: Oswald, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.lm-community-formText {
  margin: 0 0 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--lc-muted);
}

.lm-community-form {
  display: grid;
  gap: 15px;
}

.lm-community-field {
  display: grid;
  gap: 6px;
}

.lm-community-field label {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  color: rgba(255, 255, 255, .86);
}

.lm-community-field input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.lm-community-field input::placeholder {
  color: rgba(255, 255, 255, .42);
}

.lm-community-field input:focus {
  border-color: rgba(123, 55, 212, .70);
  box-shadow: 0 0 0 4px rgba(123, 55, 212, .14);
  background: rgba(255, 255, 255, .07);
}

.lm-community-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 2px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: var(--lc-muted);
}

.lm-community-check input {
  margin-top: 4px;
  accent-color: var(--lc-accent);
}

.ls-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-top: 8px;
  padding: 12px 18px;

  background: transparent;
  color: #f2f2f2;
  border: 1px solid rgba(242,242,242,.35);

  font-family: "Oswald", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;

  text-decoration: none;
  cursor: pointer;
  transition: transform .12s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

/* Accent hover */
.ls-btn:hover{
  border-color: #7b37d4;
  background: rgba(123,55,212,.10);
  box-shadow: 0 12px 30px -18px rgba(123,55,212,.85);
  transform: translateY(-1px);
}

.ls-btn:active{
  transform: translateY(0);
}


.ls-btn--wide{
  margin-top: 26px;
  padding: 14px 18px;
  width: min(520px, 100%);
}

/* If you want the newsletter button to be more "primary" */
.ls-btn--wide{
  border-color: rgba(123,55,212,.75);
  background: linear-gradient(180deg, rgba(123,55,212,.18), rgba(123,55,212,.08));
}

.ls-btn--wide:hover{
  background: linear-gradient(180deg, rgba(123,55,212,.28), rgba(123,55,212,.12));
}

.lm-community-note {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .54);
}

/* STRIP */
.lm-community-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .03));
}

.lm-community-strip__image {
  min-height: 300px;
}

.lm-community-strip__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lm-community-strip__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px min(6vw, 80px);
}

.lm-community-strip__content p:last-child {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 1.95;
  color: var(--lc-muted);
}

/* RESPONSIVE */
@media (max-width: 980px) {

  .lm-community-grid,
  .lm-community-strip {
    grid-template-columns: 1fr;
  }

  .lm-community-copy {
    max-width: 100%;
  }

  .lm-community-formCard {
    max-width: 100%;
    margin-left: 0;
  }

  .lm-community-image-card {
    min-height: 340px;
  }

  .lm-community-strip__image {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .lm-community-hero {
    min-height: 68vh;
    padding: 110px 16px 70px;
  }

  .lm-community-section {
    padding: 56px 0;
  }

  .lm-community-formCard {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .lm-community-heading {
    font-size: 28px;
  }

  .lm-community-formTitle {
    font-size: 26px;
  }

  .lm-community-strip__content {
    padding: 54px 18px;
  }

  .lm-community-image-card {
    min-height: 280px;
  }
}