.frc-add-club {
  overflow: hidden;
  background: #f7f8f5;
  color: var(--frc-text);
}

.frc-organizer-hero {
  position: relative;
  padding: clamp(72px, 9vw, 124px) 0 112px;
  background: #f7f8f5;
  border-bottom: 1px solid #dfe5df;
}

.frc-organizer-hero::before {
  position: absolute;
  top: 0;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(106, 138, 114, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.frc-organizer-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: center;
}

.frc-organizer-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 570px;
}

.frc-organizer__eyebrow {
  margin: 0 0 20px;
  color: var(--frc-green-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.frc-organizer-hero h1 {
  max-width: 590px;
  margin: 0 0 24px;
  color: var(--frc-text-dark);
  font-family: var(--frc-font-heading);
  font-size: clamp(42px, 5.4vw, 68px);
  font-weight: 750;
  letter-spacing: -0.065em;
  line-height: 0.99;
  text-wrap: balance;
}

.frc-organizer-hero__intro {
  max-width: 485px;
  margin: 0;
  color: #68736d;
  font-size: 16px;
  line-height: 1.62;
  text-wrap: pretty;
}

.frc-organizer-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.frc-add-club .frc-btn {
  min-height: 48px;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.frc-add-club .frc-btn:hover {
  transform: translateY(-2px);
}

.frc-add-club .frc-btn:active {
  transform: translateY(1px) scale(0.98);
}

.frc-organizer__text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--frc-green-dark);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.frc-organizer__text-link:hover {
  gap: 11px;
  color: var(--frc-green-light);
}

.frc-organizer__text-link:focus-visible,
.frc-organizer-hero .frc-btn:focus-visible,
.frc-organizer-final-cta .frc-btn:focus-visible {
  outline: 3px solid rgba(106, 138, 114, 0.42);
  outline-offset: 4px;
}

.frc-organizer-hero__note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  color: #7c8580;
  font-size: 11px;
  line-height: 1.5;
}

.frc-organizer__status-dot,
.frc-organizer-product__footer i,
.frc-organizer-reach__caption i {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--frc-green-light);
  box-shadow: 0 0 0 5px rgba(106, 138, 114, 0.12);
}

.frc-organizer-hero__visual {
  position: relative;
  min-height: 482px;
}

.frc-organizer-hero__visual::after {
  position: absolute;
  right: -4%;
  bottom: 2%;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(106, 138, 114, 0.32);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.frc-organizer-product {
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce4df;
  box-shadow: 18px 22px 0 rgba(106, 138, 114, 0.17), 0 22px 44px rgba(59, 76, 63, 0.1);
  transform: rotate(-2.3deg);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.frc-organizer-hero__visual:hover .frc-organizer-product {
  box-shadow: 20px 25px 0 rgba(106, 138, 114, 0.2), 0 26px 52px rgba(59, 76, 63, 0.13);
  transform: rotate(0) translateY(-4px);
}

.frc-organizer-product__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 22px;
  background: var(--frc-green-dark);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.frc-organizer-product__brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
}

.frc-organizer-product__brand i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--frc-yellow);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.frc-organizer-product__account {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: var(--frc-yellow);
  font-size: 9px;
  font-weight: 800;
}

.frc-organizer-product__body {
  padding: 28px 30px 24px;
}

.frc-organizer-product__heading,
.frc-organizer-product__metrics,
.frc-organizer-product__run,
.frc-organizer-product__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.frc-organizer-product__heading > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.frc-organizer-product__heading span,
.frc-organizer-product__metrics small,
.frc-organizer-product__run > div small {
  color: #87918a;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.frc-organizer-product__heading strong {
  color: var(--frc-text-dark);
  font-size: 22px;
  letter-spacing: -0.045em;
}

.frc-organizer-product__heading b {
  padding: 6px 9px;
  background: #f0f3e9;
  color: var(--frc-green-dark);
  font-size: 10px;
  font-weight: 800;
}

.frc-organizer-product__metrics {
  align-items: stretch;
  margin: 30px 0 24px;
  border-top: 1px solid #e5eae5;
  border-bottom: 1px solid #e5eae5;
}

.frc-organizer-product__metrics > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  padding: 17px 0;
}

.frc-organizer-product__metrics > div + div {
  padding-left: 22px;
  border-left: 1px solid #e5eae5;
}

.frc-organizer-product__metrics strong {
  color: var(--frc-text-dark);
  font-size: 15px;
  font-weight: 750;
}

.frc-organizer-product__run {
  justify-content: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #e5eae5;
}

.frc-organizer-product__run-date {
  display: grid;
  width: 43px;
  height: 46px;
  place-items: center;
  background: var(--frc-yellow);
  color: var(--frc-green-dark);
  font-size: 17px;
  font-weight: 800;
  line-height: 0.85;
}

.frc-organizer-product__run-date small {
  font-size: 8px;
  letter-spacing: 0.08em;
}

.frc-organizer-product__run > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
}

.frc-organizer-product__run > div strong {
  color: var(--frc-text-dark);
  font-size: 13px;
  font-weight: 750;
}

.frc-organizer-product__run > svg {
  color: var(--frc-green-light);
}

.frc-organizer-product__footer {
  padding-top: 19px;
  color: #8a948d;
  font-size: 9px;
}

.frc-organizer-product__footer span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.frc-organizer-product__footer i {
  width: 5px;
  height: 5px;
  flex-basis: 5px;
  box-shadow: none;
}

.frc-organizer-hero__badge {
  position: absolute;
  right: -16px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 130px;
  padding: 18px 16px;
  background: var(--frc-yellow);
  color: var(--frc-green-dark);
  transform: rotate(4deg);
}

.frc-organizer-hero__badge strong {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
}

.frc-organizer-hero__badge span {
  max-width: 88px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.frc-organizer-proof {
  background: #fff;
  border-bottom: 1px solid #dfe5df;
}

.frc-organizer-proof__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 104px;
}

.frc-organizer-proof p {
  margin: 0;
  color: var(--frc-text-dark);
  font-size: 13px;
  font-weight: 750;
}

.frc-organizer-proof__items {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #7b857e;
  font-size: 11px;
  font-weight: 650;
}

.frc-organizer-proof__items i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b6c2b8;
}

.frc-organizer-tools {
  scroll-margin-top: 28px;
  padding: 130px 0 136px;
  background: #f7f8f5;
}

.frc-organizer-tools__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, 0.72fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 68px;
}

.frc-organizer-tools__heading .frc-organizer__eyebrow {
  margin-bottom: 17px;
}

.frc-organizer-tools__heading h2 {
  max-width: 650px;
  margin: 0;
  color: var(--frc-text-dark);
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 750;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-wrap: balance;
}

.frc-organizer-tools__heading > p {
  max-width: 370px;
  margin: 0 0 2px;
  color: #737d76;
  font-size: 14px;
  line-height: 1.7;
}

.frc-organizer-feature-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.frc-organizer-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(390px, 1.2fr);
  min-height: 500px;
  overflow: hidden;
}

.frc-organizer-feature--green {
  background: var(--frc-green-dark);
  color: #fff;
}

.frc-organizer-feature--cream {
  grid-template-columns: minmax(390px, 1.1fr) minmax(0, 0.9fr);
  background: #ebece4;
  color: var(--frc-text-dark);
}

.frc-organizer-feature--yellow {
  background: var(--frc-yellow);
  color: var(--frc-green-dark);
}

.frc-organizer-feature__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(36px, 6vw, 80px);
}

.frc-organizer-feature__number {
  margin-bottom: 68px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.62;
}

.frc-organizer-feature__copy h3 {
  max-width: 360px;
  margin: 0 0 16px;
  font-size: clamp(28px, 3.2vw, 43px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 0.99;
  text-wrap: balance;
}

.frc-organizer-feature__copy p {
  max-width: 350px;
  margin: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.72;
}

.frc-organizer-feature__copy .frc-organizer__text-link {
  margin-top: 28px;
}

.frc-organizer-feature--green .frc-organizer__text-link {
  color: var(--frc-yellow);
}

.frc-organizer-feature--green .frc-organizer__text-link:hover {
  color: #fff;
}

.frc-organizer-feature--cream .frc-organizer__text-link,
.frc-organizer-feature--yellow .frc-organizer__text-link {
  color: var(--frc-green-dark);
}

.frc-organizer-feature__visual {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
  overflow: hidden;
}

.frc-organizer-feature--green .frc-organizer-feature__visual {
  background: #33463b;
}

.frc-organizer-feature--cream .frc-organizer-feature__visual {
  background: #e1e3d8;
}

.frc-organizer-feature--yellow .frc-organizer-feature__visual {
  background: #f1f6a1;
}

.frc-organizer-feature__visual::before,
.frc-organizer-feature__visual::after {
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.16;
}

.frc-organizer-feature--green .frc-organizer-feature__visual::before,
.frc-organizer-feature--green .frc-organizer-feature__visual::after {
  color: var(--frc-yellow);
}

.frc-organizer-feature--cream .frc-organizer-feature__visual::before,
.frc-organizer-feature--cream .frc-organizer-feature__visual::after,
.frc-organizer-feature--yellow .frc-organizer-feature__visual::before,
.frc-organizer-feature--yellow .frc-organizer-feature__visual::after {
  color: var(--frc-green-dark);
}

.frc-organizer-feature__visual::before {
  width: 360px;
  height: 360px;
}

.frc-organizer-feature__visual::after {
  width: 520px;
  height: 520px;
}

.frc-organizer-profile-card {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(70%, 310px);
  flex-direction: column;
  padding: 29px;
  background: #fff;
  color: var(--frc-text-dark);
  box-shadow: 12px 15px 0 rgba(248, 253, 159, 0.55);
  transform: rotate(4deg);
}

.frc-organizer-profile-card__logo {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  place-items: center;
  background: var(--frc-yellow);
  color: var(--frc-green-dark);
  font-size: 25px;
  font-weight: 800;
}

.frc-organizer-profile-card > span,
.frc-organizer-profile-card > small,
.frc-organizer-profile-card__meta span {
  color: #8b948d;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.frc-organizer-profile-card > strong {
  margin: 4px 0 7px;
  color: var(--frc-text-dark);
  font-size: 21px;
  letter-spacing: -0.05em;
}

.frc-organizer-profile-card__line {
  height: 1px;
  margin: 27px 0 16px;
  background: #e3e7e2;
}

.frc-organizer-profile-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.frc-organizer-profile-card__meta b {
  color: var(--frc-green-dark);
  font-size: 10px;
}

.frc-organizer-calendar {
  position: relative;
  z-index: 1;
  width: min(82%, 410px);
  padding: 29px 31px 18px;
  background: #fff;
  color: var(--frc-text-dark);
  box-shadow: 14px 17px 0 rgba(59, 76, 63, 0.16);
  transform: rotate(-3deg);
}

.frc-organizer-calendar__header,
.frc-organizer-calendar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.frc-organizer-calendar__header {
  padding-bottom: 21px;
  border-bottom: 1px solid #e5e9e3;
}

.frc-organizer-calendar__header strong {
  font-size: 16px;
  letter-spacing: -0.04em;
}

.frc-organizer-calendar__header span {
  color: #9aa39b;
  font-size: 15px;
  letter-spacing: 2px;
}

.frc-organizer-calendar__row {
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e5e9e3;
}

.frc-organizer-calendar__row > b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: #f1f3e9;
  color: var(--frc-green-dark);
  font-size: 14px;
}

.frc-organizer-calendar__row.is-active > b {
  background: var(--frc-yellow);
}

.frc-organizer-calendar__row > span {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
}

.frc-organizer-calendar__row > span strong {
  font-size: 12px;
}

.frc-organizer-calendar__row > span small {
  color: #929b94;
  font-size: 9px;
}

.frc-organizer-calendar__row > i {
  width: 7px;
  height: 7px;
  border: 1px solid var(--frc-green-light);
  border-radius: 50%;
}

.frc-organizer-calendar__row.is-active > i {
  background: var(--frc-green-light);
}

.frc-organizer-reach {
  position: relative;
  z-index: 1;
  width: min(78%, 390px);
}

.frc-organizer-reach__map {
  position: relative;
  height: 280px;
  overflow: hidden;
  background-color: #dce79a;
  box-shadow: 14px 16px 0 rgba(59, 76, 63, 0.18);
}

.frc-organizer-reach__map::before,
.frc-organizer-reach__map::after {
  position: absolute;
  border: 1px solid rgba(59, 76, 63, 0.2);
  border-radius: 50%;
  content: "";
}

.frc-organizer-reach__map::before {
  top: -95px;
  left: -75px;
  width: 340px;
  height: 340px;
}

.frc-organizer-reach__map::after {
  right: -130px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}

.frc-organizer-reach__route {
  position: absolute;
  top: 42px;
  left: 47%;
  width: 120px;
  height: 190px;
  border: 2px solid var(--frc-green-dark);
  border-color: var(--frc-green-dark) transparent var(--frc-green-dark) var(--frc-green-dark);
  border-radius: 50%;
  transform: rotate(35deg);
}

.frc-organizer-reach__map i {
  position: absolute;
  z-index: 1;
  display: block;
  width: 13px;
  height: 13px;
  border: 3px solid #f1f6a1;
  border-radius: 50%;
  background: var(--frc-green-dark);
}

.frc-organizer-reach__map .is-one {
  top: 54px;
  left: 33%;
}

.frc-organizer-reach__map .is-two {
  top: 142px;
  right: 25%;
}

.frc-organizer-reach__map .is-three {
  bottom: 30px;
  left: 43%;
}

.frc-organizer-reach__map b {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: var(--frc-green-dark);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.frc-organizer-reach__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 2px 0;
  color: var(--frc-green-dark);
  font-size: 11px;
  font-weight: 700;
}

.frc-organizer-reach__caption span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.frc-organizer-reach__caption strong {
  font-size: 25px;
  font-weight: 750;
}

.frc-organizer-compare {
  padding: 120px 0 126px;
  background: #f7f8f5;
  border-top: 1px solid #dfe5df;
}

.frc-organizer-compare__heading {
  max-width: 650px;
  margin: 0 auto 48px;
  text-align: center;
}

.frc-organizer-compare__heading h2 {
  margin: 0;
  color: var(--frc-text-dark);
  font-size: clamp(35px, 4.7vw, 56px);
  font-weight: 750;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-wrap: balance;
}

.frc-organizer-compare__heading p {
  max-width: 590px;
  margin: 20px auto 0;
  color: #737d76;
  font-size: 14px;
  line-height: 1.72;
}

.frc-organizer-compare__switcher {
  display: none;
}

.frc-organizer-compare__table-wrap {
  max-width: 980px;
  margin: 0 auto;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #e1e6e4;
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(59, 76, 63, 0.07);
}

.frc-organizer-compare__table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--frc-text-dark);
  font-size: 13px;
}

.frc-organizer-compare__table th,
.frc-organizer-compare__table td {
  padding: 20px 24px;
  border-bottom: 1px solid #e2e8e2;
  text-align: left;
  vertical-align: top;
}

.frc-organizer-compare__table thead th {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #fbfcfd;
  color: #77827a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.frc-organizer-compare__table thead th:first-child {
  width: 20%;
}

.frc-organizer-compare__table thead th:nth-child(2),
.frc-organizer-compare__table thead th:nth-child(3),
.frc-organizer-compare__table thead th:nth-child(4) {
  width: 26.666%;
}

.frc-organizer-compare__table thead .is-highlighted {
  background: #eefbe5;
  color: var(--frc-green-dark);
}

.frc-organizer-compare__brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-transform: none;
}

.frc-organizer-compare__table thead .frc-organizer-compare__brand {
  text-decoration: none;
}

.frc-organizer-compare__mark {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 7px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.frc-organizer-compare__mark svg {
  display: block;
  width: 16px;
  height: 16px;
}

.frc-organizer-compare__mark--luma {
  background: #eef1f2;
  color: #27333a;
}

.frc-organizer-compare__mark--eventbrite {
  background: #f2ede4;
  color: #604b2c;
}

.frc-organizer-compare__table .frc-organizer-compare__mark--eventbrite {
  position: relative;
  overflow: hidden;
  background-image: url('https://cdn.evbstatic.com/s3-build/perm_001/317aa1/django/images/favicons/favicon-194x194.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.frc-organizer-compare__table .frc-organizer-compare__mark--eventbrite::before {
  display: none;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 14px;
  height: 11px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
  color: #604b2c;
  content: '';
}

.frc-organizer-compare__table .frc-organizer-compare__mark--eventbrite::after {
  display: none;
  position: absolute;
  top: 9px;
  left: 8px;
  width: 8px;
  height: 1.5px;
  background: currentColor;
  box-shadow: 0 3px currentColor, 0 6px currentColor;
  color: #604b2c;
  content: '';
}

.frc-organizer-compare__mark--frc {
  background: var(--frc-yellow);
  color: var(--frc-green-dark);
}

.frc-organizer-compare__table tbody th {
  color: #6e7971;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.frc-organizer-compare__table tbody td {
  color: #737d76;
  line-height: 1.55;
}

.frc-organizer-compare__table tbody .is-highlighted {
  background: #f1fbe9;
  color: var(--frc-green-dark);
  font-weight: 650;
}

.frc-organizer-compare__table tbody tr:last-child th,
.frc-organizer-compare__table tbody tr:last-child td {
  border-bottom: 0;
}

.frc-organizer-compare__note {
  margin: 22px auto 0;
  color: var(--frc-green-light);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.frc-organizer-faq {
  padding: 120px 0 128px;
  background: #fff;
  border-top: 1px solid #dfe5df;
}

.frc-organizer-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1.22fr);
  gap: clamp(56px, 9vw, 132px);
  align-items: start;
}

.frc-organizer-faq__heading {
  position: sticky;
  top: 110px;
}

.frc-organizer-faq__heading h2 {
  max-width: 450px;
  margin: 0 0 20px;
  color: var(--frc-text-dark);
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 750;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-wrap: balance;
}

.frc-organizer-faq__heading > p:last-child {
  max-width: 360px;
  margin: 0;
  color: #737d76;
  font-size: 14px;
  line-height: 1.7;
}

.frc-organizer-faq__list {
  border-top: 1px solid #dce4df;
}

.frc-organizer-faq__item {
  border-bottom: 1px solid #dce4df;
}

.frc-organizer-faq__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0;
  color: var(--frc-text-dark);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
  text-align: left;
  transition: color 0.2s ease;
}

.frc-organizer-faq__trigger:hover {
  color: var(--frc-green-light);
}

.frc-organizer-faq__trigger:focus-visible {
  outline: 3px solid rgba(106, 138, 114, 0.35);
  outline-offset: 5px;
}

.frc-organizer-faq__trigger b {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  padding: 0;
  border: 1px solid #cbd6ce;
  border-radius: 50%;
  color: var(--frc-green-dark);
  line-height: 0;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.frc-organizer-faq__trigger b svg {
  display: block;
}

.frc-organizer-faq__item.is-open .frc-organizer-faq__trigger b {
  background: var(--frc-green-dark);
  color: #fff;
  transform: rotate(45deg);
}

.frc-organizer-faq__answer {
  max-width: 610px;
  padding: 0 60px 25px 0;
}

.frc-organizer-faq__answer p {
  margin: 0;
  color: #737d76;
  font-size: 14px;
  line-height: 1.75;
}

.frc-organizer-final-cta {
  padding: 86px 0 96px;
  background: var(--frc-green-dark);
  color: #fff;
}

.frc-organizer-final-cta__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.frc-organizer-final-cta .frc-organizer__eyebrow {
  margin-bottom: 17px;
  color: rgba(248, 253, 159, 0.78);
}

.frc-organizer-final-cta h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 750;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-wrap: balance;
}

.frc-btn--yellow {
  background: var(--frc-yellow);
  color: var(--frc-green-dark);
}

.frc-btn--yellow:hover {
  background: #fff;
}

/* Creation step */
.frc-add-club__create {
  min-height: calc(100dvh - 76px);
  padding: 88px 0 112px;
  background: #f7f8f5;
}

.frc-add-club__create-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.frc-add-club__create-copy {
  align-self: start;
  max-width: 620px;
  padding-top: 12px;
}

.frc-add-club__create-copy .frc-add-club__title {
  max-width: 610px;
  margin: 0 0 22px;
  color: var(--frc-text-dark);
  font-family: var(--frc-font-heading);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 0.99;
  text-wrap: balance;
}

.frc-add-club__eyebrow {
  margin: 0 0 18px;
  color: var(--frc-green-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.frc-add-club__subtitle {
  max-width: 560px;
  margin: 0;
  color: #737d76;
  font-size: 17px;
  line-height: 1.65;
}

.frc-add-club__back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 84px;
  color: #88928b;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.2s ease, transform 0.2s ease;
}

.frc-add-club__back-link:hover {
  color: var(--frc-green-dark);
  transform: translateX(-2px);
}

.frc-add-club__process {
  display: grid;
  grid-template-columns: 25px 44px 25px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  max-width: 440px;
  margin-top: 42px;
  color: #88928b;
  font-size: 11px;
  line-height: 1.4;
}

.frc-add-club__process span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #cdd6cf;
  border-radius: 50%;
  font-weight: 700;
}

.frc-add-club__process span.is-active {
  border-color: var(--frc-green-dark);
  background: var(--frc-green-dark);
  color: #fff;
}

.frc-add-club__process i {
  height: 1px;
  background: #cdd6cf;
}

.frc-add-club__process strong {
  color: #7f8982;
  font-weight: 600;
}

.frc-add-club__form-wrap {
  padding: 40px;
  background: #fff;
  border: 1px solid #dce4df;
  box-shadow: 0 18px 46px rgba(59, 76, 63, 0.07);
}

.frc-add-club__form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.frc-add-club__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.frc-add-club__field label:first-child {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: baseline;
  white-space: nowrap;
  overflow: visible;
  color: var(--frc-text-dark);
  font-size: 13px;
  font-weight: 700;
}

.frc-add-club__field label:first-child span {
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 4px;
  color: #a65e4b;
}

.frc-add-club__field input[type="text"] {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #dce4df;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--frc-text-dark);
  font-size: 17px;
  transition: border-color 0.2s ease;
}

.frc-add-club__field input[type="text"]:focus {
  border-color: var(--frc-green-dark);
}

.frc-add-club__field select {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #dce4df;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--frc-text-dark);
  font-size: 17px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.frc-add-club__field select:focus {
  border-color: var(--frc-green-dark);
}

.frc-add-club__field select:disabled {
  color: #9aa59d;
  cursor: not-allowed;
}

.frc-add-club__field small {
  color: #88928b;
  font-size: 11px;
  line-height: 1.45;
}

.frc-add-club__upload {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px;
  border: 1px dashed #bec9c0;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.frc-add-club__upload:hover,
.frc-add-club__upload:focus-within {
  border-color: var(--frc-green-light);
  background: #fbfcfa;
}

.frc-add-club__upload-preview {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  overflow: hidden;
  background: #eef1ec;
  color: var(--frc-green-light);
}

.frc-add-club__upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frc-add-club__upload-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}

.frc-add-club__upload-copy strong {
  color: var(--frc-text-dark);
  font-size: 13px;
}

.frc-add-club__upload-copy small {
  color: #88928b;
  font-size: 11px;
}

.frc-add-club__upload-arrow {
  color: var(--frc-green-dark);
  font-size: 23px;
  font-weight: 300;
}

.frc-add-club__field input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.frc-add-club__approval-note {
  display: flex;
  gap: 10px;
  margin: -3px 0 0;
  padding: 13px 14px;
  background: #f0f3e9;
  color: #7c877f;
  font-size: 12px;
  line-height: 1.55;
}

.frc-add-club__approval-note svg {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--frc-green-light);
}

.frc-add-club__submit {
  width: 100%;
  justify-content: space-between !important;
}

.frc-add-club__submit.is-loading {
  opacity: 0.68;
  pointer-events: none;
}

.frc-add-club__secure-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 16px 0 0;
  color: #88928b;
  font-size: 11px;
}

.frc-add-club__notice {
  margin-bottom: 22px;
  padding: 12px 14px;
  border-left: 3px solid var(--frc-green-light);
  background: #f0f3e9;
  color: var(--frc-text-dark);
  font-size: 13px;
  line-height: 1.5;
}

.frc-add-club__notice--error {
  border-color: #a65e4b;
  background: #faf0ed;
}

.frc-add-club__notice-link {
  display: block;
  margin-top: 8px;
  color: var(--frc-green-dark);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.frc-add-club__success {
  padding: 28px 4px;
  text-align: left;
}

.frc-add-club__success h2 {
  margin: 0 0 10px;
  color: var(--frc-text-dark);
  font-size: 27px;
  letter-spacing: -0.04em;
}

.frc-add-club__success p {
  max-width: 390px;
  margin: 0 0 24px;
  color: #7f8982;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .frc-organizer-hero__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .frc-organizer-hero__copy {
    max-width: 700px;
  }

  .frc-organizer-hero__visual {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }

  .frc-organizer-tools__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .frc-organizer-feature,
  .frc-organizer-feature--cream {
    grid-template-columns: 1fr;
  }

  .frc-organizer-feature--cream .frc-organizer-feature__visual {
    grid-row: 2;
  }

  .frc-organizer-feature__copy {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .frc-organizer-hero {
    padding: 64px 0 76px;
  }

  .frc-organizer-hero__grid {
    gap: 48px;
  }

  .frc-organizer-hero__copy {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .frc-organizer-hero h1 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(40px, 12vw, 56px);
  }

  .frc-organizer-hero__intro {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }

  .frc-organizer-hero__actions {
    align-items: center;
    flex-direction: column;
    gap: 18px;
  }

  .frc-organizer-hero__note {
    justify-content: center;
  }

  .frc-organizer-hero__visual {
    min-height: 370px;
  }

  .frc-organizer-product {
    top: 10px;
    right: 4px;
    left: 4px;
    transform: rotate(-1.2deg);
  }

  .frc-organizer-product__body {
    padding: 23px 19px 20px;
  }

  .frc-organizer-product__heading strong {
    font-size: 18px;
  }

  .frc-organizer-product__footer span:first-child {
    max-width: 210px;
  }

  .frc-organizer-hero__badge {
    right: -4px;
    bottom: 0;
  }

  .frc-organizer-proof__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    padding-top: 26px;
    padding-bottom: 27px;
  }

  .frc-organizer-proof__items {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .frc-organizer-proof__items i {
    display: none;
  }

  .frc-organizer-tools {
    padding: 80px 0 84px;
  }

  .frc-organizer-faq {
    padding: 80px 0 84px;
  }

  .frc-organizer-faq__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .frc-organizer-faq__heading {
    position: static;
  }

  .frc-organizer-faq__heading h2 {
    font-size: clamp(36px, 10vw, 50px);
  }

  .frc-organizer-tools__heading {
    margin-bottom: 44px;
  }

  .frc-organizer-tools__heading h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .frc-organizer-compare {
    padding: 80px 0 84px;
  }

  .frc-organizer-compare__heading {
    margin-bottom: 38px;
  }

  .frc-organizer-compare__heading h2 {
    font-size: clamp(36px, 10vw, 50px);
  }

  .frc-organizer-compare__switcher {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-bottom: 14px;
    padding: 4px;
    border: 1px solid #dfe6e0;
    border-radius: 12px;
    background: #f4f7f4;
  }

  .frc-organizer-compare__switcher-option {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 10px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #7a857d;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
  }

  .frc-organizer-compare__switcher-option.is-active {
    background: #fff;
    box-shadow: 0 3px 10px rgba(59, 76, 63, 0.08);
    color: var(--frc-green-dark);
  }

  .frc-organizer-compare__switcher-option[data-frc-compare-option="luma"].is-active {
    color: #27333a;
  }

  .frc-organizer-compare__switcher-option[data-frc-compare-option="eventbrite"].is-active {
    color: #604b2c;
  }

  .frc-organizer-compare__switcher-option:active {
    transform: scale(0.98);
  }

  .frc-organizer-compare__switcher-option:focus-visible {
    outline: 2px solid var(--frc-green-dark);
    outline-offset: 2px;
  }

  .frc-organizer-compare__switcher-mark {
    display: grid;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    place-items: center;
    border-radius: 6px;
  }

  .frc-organizer-compare__switcher-mark svg {
    display: block;
    width: 13px;
    height: 13px;
  }

  .frc-organizer-compare__table-wrap {
    max-width: none;
    overflow: hidden;
    padding: 0;
    background: #fff;
    border: 1px solid #dfe6e0;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(59, 76, 63, 0.06);
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #b9c7bc transparent;
    scrollbar-width: thin;
  }

  .frc-organizer-compare__table {
    display: table;
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
  }

  .frc-organizer-compare__table thead {
    display: table-header-group;
  }

  .frc-organizer-compare__table thead tr {
    display: table-row;
  }

  .frc-organizer-compare__table thead th:first-child,
  .frc-organizer-compare__table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 148px;
    background: #fbfcfd;
    box-shadow: 3px 0 9px rgba(59, 76, 63, 0.05);
  }

  .frc-organizer-compare__table thead th:first-child {
    padding: 15px 14px;
    font-size: 10px;
  }

  .frc-organizer-compare__table thead th:nth-child(2),
  .frc-organizer-compare__table thead th:nth-child(3),
  .frc-organizer-compare__table thead th:nth-child(4) {
    display: table-cell;
    width: 58%;
    min-height: 0;
    padding: 15px 16px;
    border-bottom: 1px solid #e2e8e2;
  }

  .frc-organizer-compare__table thead th:nth-child(2) {
    border-right: 1px solid #dfe6e0;
  }

  .frc-organizer-compare__table thead .frc-organizer-compare__brand {
    gap: 8px;
    font-size: 12.5px;
    line-height: 1.2;
  }

  .frc-organizer-compare__table thead .frc-organizer-compare__mark {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .frc-organizer-compare__table thead .frc-organizer-compare__mark svg {
    width: 15px;
    height: 15px;
  }

  .frc-organizer-compare__table tbody {
    display: table-row-group;
  }

  .frc-organizer-compare__table tbody tr {
    display: table-row;
  }

  .frc-organizer-compare__table tr {
    margin: 0;
  }

  .frc-organizer-compare__table tbody th {
    display: table-cell;
    width: 42%;
    padding: 15px 14px;
    font-size: 10px;
    line-height: 1.35;
  }

  .frc-organizer-compare__table tbody td {
    display: table-cell;
    width: 58%;
    padding: 16px;
    border-bottom: 1px solid #e7ebe8;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .frc-organizer-compare__table tbody td::before {
    display: none;
    content: none;
  }

  .frc-organizer-compare__table tbody td.is-highlighted {
    padding-left: 16px;
    background: #f1fbe9;
  }

  .frc-organizer-compare__table tbody tr:last-child th,
  .frc-organizer-compare__table tbody tr:last-child td {
    border-bottom: 0;
  }

  .frc-organizer-compare__table-wrap[data-frc-compare-view="luma"] .frc-organizer-compare__table tr > :nth-child(3),
  .frc-organizer-compare__table-wrap[data-frc-compare-view="luma"] .frc-organizer-compare__table tr > :nth-child(4),
  .frc-organizer-compare__table-wrap[data-frc-compare-view="eventbrite"] .frc-organizer-compare__table tr > :nth-child(2),
  .frc-organizer-compare__table-wrap[data-frc-compare-view="eventbrite"] .frc-organizer-compare__table tr > :nth-child(4),
  .frc-organizer-compare__table-wrap[data-frc-compare-view="frc"] .frc-organizer-compare__table tr > :nth-child(2),
  .frc-organizer-compare__table-wrap[data-frc-compare-view="frc"] .frc-organizer-compare__table tr > :nth-child(3) {
    display: none;
  }

  .frc-organizer-feature__copy {
    min-height: 390px;
    padding: 34px 24px 42px;
  }

  .frc-organizer-feature__number {
    margin-bottom: 54px;
  }

  .frc-organizer-feature__visual {
    min-height: 360px;
  }

  .frc-organizer-profile-card {
    width: min(72%, 290px);
    padding: 24px;
  }

  .frc-organizer-calendar {
    width: min(88%, 380px);
    padding: 23px 20px 14px;
  }

  .frc-organizer-calendar__row {
    padding: 16px 0;
  }

  .frc-organizer-reach {
    width: min(84%, 360px);
  }

  .frc-organizer-reach__map {
    height: 230px;
  }

  .frc-organizer-final-cta {
    padding: 68px 0 74px;
  }

  .frc-organizer-final-cta__inner {
    align-items: center;
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }

  .frc-organizer-final-cta__inner > div {
    width: 100%;
  }

  .frc-organizer-final-cta__inner > div:last-child {
    display: flex;
    justify-content: center;
  }

  .frc-organizer-final-cta h2 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(36px, 10vw, 50px);
  }

  .frc-organizer-faq__trigger {
    padding: 21px 0;
    font-size: 14px;
  }

  .frc-organizer-faq__answer {
    padding-right: 34px;
    padding-bottom: 21px;
  }

  .frc-add-club__create {
    min-height: 0;
    padding: 64px 0 72px;
  }

  .frc-add-club__create-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .frc-add-club__back-link {
    margin-bottom: 58px;
  }

  .frc-add-club__form-wrap {
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .frc-organizer-product,
  .frc-organizer__text-link,
  .frc-add-club .frc-btn,
  .frc-add-club__back-link {
    transition: none;
  }
}
