
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Inter:wght@400;500&display=swap');

#sfLandingClubFirst {
  --sf-black: #080904;
  --sf-ink: #10140e;
  --sf-green: #214d29;
  --sf-green-deep: #12351e;
  --sf-burgundy: #561b17;
  --sf-gold: #d4ad58;
  --sf-gold-bright: #f0ce6e;
  --sf-ivory: #fcfcc5;
  --sf-cream: #f5edcf;
  --sf-muted: #beb99f;
  --sf-line: rgba(212, 173, 88, 0.26);
  width: 100%;
  overflow: hidden;
  color: var(--sf-cream);
  background: var(--sf-black);
  font-family: Inter, system-ui, sans-serif;
}

#sfLandingClubFirst * { box-sizing: border-box; }

#sfLandingClubFirst a { color: inherit; }

#sfLandingClubFirst .sf-frame {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

#sfLandingClubFirst .sf-topline {
  height: 4px;
  background: linear-gradient(90deg, var(--sf-burgundy), var(--sf-gold-bright) 46%, var(--sf-green));
}

#sfLandingClubFirst .sf-announcement {
  border-bottom: 1px solid rgba(212, 173, 88, 0.2);
  color: #d8d1b5;
  background: #050603;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-announcement-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

#sfLandingClubFirst .sf-announcement strong {
  color: var(--sf-gold-bright);
  font-weight: 500;
}

#sfLandingClubFirst .sf-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  border-bottom: 1px solid var(--sf-line);
}

#sfLandingClubFirst .sf-nav-logo {
  display: block;
  width: 194px;
  max-width: 36vw;
  height: auto;
}

#sfLandingClubFirst .sf-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  margin-left: auto;
}

#sfLandingClubFirst .sf-nav-links a {
  color: var(--sf-cream);
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-nav-links a:first-child { color: var(--sf-gold-bright); }

#sfLandingClubFirst .sf-nav-links a,
#sfLandingClubFirst .sf-action,
#sfLandingClubFirst .sf-latest a {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

#sfLandingClubFirst .sf-nav-links a:hover,
#sfLandingClubFirst .sf-latest a:hover { color: var(--sf-gold-bright); }

#sfLandingClubFirst .sf-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid var(--sf-gold);
  border-radius: 3px;
  color: var(--sf-black);
  background: var(--sf-gold-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-action.sf-action-ghost {
  color: var(--sf-ivory);
  background: transparent;
}

#sfLandingClubFirst .sf-action:hover {
  border-color: var(--sf-ivory);
  background: var(--sf-ivory);
  transform: translateY(-2px);
}

#sfLandingClubFirst .sf-action.sf-action-ghost:hover {
  color: var(--sf-black);
  background: var(--sf-gold-bright);
}

#sfLandingClubFirst .sf-hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  background:
    radial-gradient(circle at 78% 34%, rgba(240, 206, 110, 0.18), transparent 18%),
    radial-gradient(circle at 73% 42%, rgba(33, 77, 41, 0.82), transparent 47%),
    linear-gradient(115deg, #050603 5%, var(--sf-green-deep) 61%, #050603);
}

#sfLandingClubFirst .sf-hero > .sf-frame {
  position: relative;
  z-index: 2;
}

#sfLandingClubFirst .sf-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.46;
  background-image:
    linear-gradient(118deg, transparent 0 58%, rgba(212, 173, 88, 0.16) 58.1% 58.35%, transparent 58.45%),
    repeating-linear-gradient(90deg, transparent 0 88px, rgba(255,255,255,0.025) 89px 90px);
}

#sfLandingClubFirst .sf-hero::after {
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -170px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(212, 173, 88, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(212,173,88,0.025), 0 0 0 115px rgba(212,173,88,0.018);
  content: "";
}

#sfLandingClubFirst .sf-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.92fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  min-height: 545px;
  padding: 68px 0 76px;
}

#sfLandingClubFirst .sf-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--sf-gold-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-eyebrow::before {
  width: 34px;
  height: 2px;
  background: var(--sf-gold);
  content: "";
}

#sfLandingClubFirst .sf-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--sf-ivory);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(58px, 8vw, 102px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-hero h1 span { color: var(--sf-gold-bright); }

#sfLandingClubFirst .sf-hero-copy {
  max-width: 625px;
  margin: 25px 0 0;
  color: #ddd7bd;
  font-size: 16px;
  line-height: 1.72;
}

#sfLandingClubFirst .sf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

#sfLandingClubFirst .sf-crest-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 370px;
  background: radial-gradient(ellipse at center, rgba(8,9,4,0.94) 0 36%, rgba(8,9,4,0.58) 58%, transparent 73%);
}

#sfLandingClubFirst .sf-crest-stage::before,
#sfLandingClubFirst .sf-crest-stage::after {
  position: absolute;
  width: 78%;
  height: 78%;
  border: 1px solid rgba(240, 206, 110, 0.22);
  content: "";
  transform: rotate(12deg);
}

#sfLandingClubFirst .sf-crest-stage::after {
  width: 60%;
  height: 96%;
  border-color: rgba(240, 206, 110, 0.1);
  transform: rotate(-13deg);
}

#sfLandingClubFirst .sf-hero-crest {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 490px);
  height: auto;
  filter: drop-shadow(0 28px 42px rgba(0,0,0,0.55));
}

#sfLandingClubFirst .sf-crest-seal {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 2px;
  display: grid;
  width: 86px;
  height: 86px;
  place-content: center;
  border: 1px solid rgba(240,206,110,0.65);
  border-radius: 50%;
  color: var(--sf-gold-bright);
  background: rgba(8,9,4,0.9);
  text-align: center;
  transform: rotate(7deg);
}

#sfLandingClubFirst .sf-crest-seal span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-crest-seal strong {
  display: block;
  margin-top: 3px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

#sfLandingClubFirst .sf-ghost-word {
  position: absolute;
  z-index: 0;
  right: -22px;
  bottom: 24px;
  color: rgba(252,252,197,0.035);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(110px, 18vw, 230px);
  font-weight: 500;
  line-height: 0.72;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  white-space: nowrap;
}

#sfLandingClubFirst .sf-district-line {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 10px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  color: var(--sf-gold-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-district-line span:not(:last-child)::after {
  margin-left: 16px;
  color: var(--sf-burgundy);
  content: "◆";
}

#sfLandingClubFirst .sf-stats {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -52px;
  border-top: 3px solid var(--sf-gold);
  background: linear-gradient(100deg, #11180f, #0a0d08);
  box-shadow: 0 24px 60px rgba(0,0,0,0.36);
}

#sfLandingClubFirst .sf-stat {
  min-height: 104px;
  padding: 22px 20px;
  border-right: 1px solid rgba(212,173,88,0.18);
}

#sfLandingClubFirst .sf-stat:last-child { border-right: 0; }

#sfLandingClubFirst .sf-stat strong {
  display: block;
  color: var(--sf-gold-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

#sfLandingClubFirst .sf-stat span {
  display: block;
  margin-top: 8px;
  color: var(--sf-cream);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-latest {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 68px;
  padding: 15px 22px;
  border-right: 1px solid var(--sf-line);
  border-bottom: 1px solid var(--sf-line);
  border-left: 1px solid var(--sf-line);
  background: #0c100a;
}

#sfLandingClubFirst .sf-latest-label {
  padding: 8px 10px;
  color: var(--sf-ivory);
  background: var(--sf-burgundy);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-latest strong {
  color: var(--sf-cream);
  font-size: 13px;
  font-weight: 500;
}

#sfLandingClubFirst .sf-latest a {
  color: var(--sf-gold-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-section {
  padding: 100px 0;
  background: var(--sf-black);
}

#sfLandingClubFirst .sf-section.sf-united {
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(212,173,88,0.1) 50%, transparent 50.1%),
    var(--sf-ink);
}

#sfLandingClubFirst .sf-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1.2fr);
  gap: clamp(28px, 7vw, 92px);
  align-items: end;
  margin-bottom: 52px;
}

#sfLandingClubFirst .sf-section h2 {
  margin: 0;
  color: var(--sf-ivory);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(42px, 5.5vw, 68px);
  font-weight: 500;
  line-height: 0.95;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-section h2 span { color: var(--sf-gold-bright); }

#sfLandingClubFirst .sf-section-head p {
  margin: 0;
  color: var(--sf-muted);
  font-size: 15px;
  line-height: 1.72;
}

#sfLandingClubFirst .sf-districts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--sf-line);
  border: 1px solid var(--sf-line);
}

#sfLandingClubFirst .sf-district {
  position: relative;
  min-height: 195px;
  padding: 27px 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #193d22, #0d170e);
}

#sfLandingClubFirst .sf-district::after {
  position: absolute;
  right: -20px;
  bottom: -33px;
  color: rgba(240,206,110,0.07);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 112px;
  font-weight: 500;
  content: attr(data-letter);
}

#sfLandingClubFirst .sf-district small {
  color: var(--sf-gold);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-district h3 {
  position: relative;
  z-index: 1;
  margin: 57px 0 0;
  color: var(--sf-ivory);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-united-statement {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(26px, 6vw, 84px);
  align-items: center;
  margin-top: 52px;
  padding: 40px 0 0;
  border-top: 1px solid var(--sf-line);
}

#sfLandingClubFirst .sf-united-statement span {
  color: var(--sf-gold);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-united-statement blockquote {
  margin: 0;
  color: var(--sf-ivory);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(30px, 4vw, 47px);
  font-weight: 500;
  line-height: 1.02;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-pillars {
  padding: 70px 0;
  border-top: 1px solid var(--sf-line);
  border-bottom: 1px solid var(--sf-line);
  background: linear-gradient(110deg, #11180f, #080904 62%);
}

#sfLandingClubFirst .sf-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 5vw, 64px);
}

#sfLandingClubFirst .sf-pillar {
  position: relative;
  padding-left: 34px;
}

#sfLandingClubFirst .sf-pillar::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 3px;
  background: linear-gradient(var(--sf-gold-bright), var(--sf-burgundy));
  content: "";
}

#sfLandingClubFirst .sf-pillar small {
  color: var(--sf-gold);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-pillar h3 {
  margin: 8px 0 10px;
  color: var(--sf-ivory);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-pillar p {
  margin: 0;
  color: var(--sf-muted);
  font-size: 13px;
  line-height: 1.6;
}

#sfLandingClubFirst .sf-competition {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(34px, 7vw, 94px);
  align-items: stretch;
}

#sfLandingClubFirst .sf-comp-main {
  position: relative;
  min-height: 390px;
  padding: clamp(34px, 6vw, 68px);
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(8,9,4,0.22), rgba(8,9,4,0.94)),
    repeating-linear-gradient(125deg, var(--sf-green) 0 38px, #1a4224 39px 76px);
}

#sfLandingClubFirst .sf-comp-main::after {
  position: absolute;
  right: -5px;
  bottom: -38px;
  color: rgba(240,206,110,0.075);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(130px, 23vw, 270px);
  font-weight: 500;
  line-height: 0.8;
  content: "12";
}

#sfLandingClubFirst .sf-comp-main > * { position: relative; z-index: 1; }

#sfLandingClubFirst .sf-label {
  color: var(--sf-gold-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-comp-main h2 { max-width: 580px; margin-top: 20px; }

#sfLandingClubFirst .sf-comp-main p {
  max-width: 530px;
  margin: 23px 0 0;
  color: #d6d1b8;
  font-size: 15px;
  line-height: 1.7;
}

#sfLandingClubFirst .sf-comp-side {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 14px;
}

#sfLandingClubFirst .sf-info-panel {
  padding: 30px;
  border: 1px solid var(--sf-line);
  background: #10160f;
}

#sfLandingClubFirst .sf-info-panel:first-child { border-top: 4px solid var(--sf-gold); }
#sfLandingClubFirst .sf-info-panel:last-child { border-top: 4px solid var(--sf-burgundy); }

#sfLandingClubFirst .sf-info-panel strong {
  display: block;
  margin-top: 17px;
  color: var(--sf-ivory);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-info-panel p {
  margin: 12px 0 0;
  color: var(--sf-muted);
  font-size: 13px;
  line-height: 1.55;
}

#sfLandingClubFirst .sf-partner {
  padding: 76px 0;
  background: var(--sf-burgundy);
}

#sfLandingClubFirst .sf-partner-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

#sfLandingClubFirst .sf-partner h2 {
  max-width: 680px;
  margin: 0;
  color: var(--sf-ivory);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(39px, 5vw, 62px);
  font-weight: 500;
  line-height: 0.98;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-partner p {
  max-width: 610px;
  margin: 18px 0 0;
  color: #eadfc2;
  font-size: 14px;
  line-height: 1.6;
}

#sfLandingClubFirst .sf-footer {
  padding: 42px 0;
  border-top: 1px solid var(--sf-line);
  background: #050603;
}

#sfLandingClubFirst .sf-footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

#sfLandingClubFirst .sf-footer-logo { width: 180px; height: auto; }

#sfLandingClubFirst .sf-footer-copy {
  text-align: right;
  color: #a9a48e;
  font-size: 12px;
  line-height: 1.7;
}

#sfLandingClubFirst .sf-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(212,173,88,0.15);
}

#sfLandingClubFirst .sf-footer-links a {
  color: #c5c0aa;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

#sfLandingClubFirst .sf-footer-links a:hover { color: var(--sf-gold-bright); }

@media (max-width: 850px) {
  #sfLandingClubFirst .sf-nav-links { display: none; }
  #sfLandingClubFirst .sf-nav { min-height: 78px; }
  #sfLandingClubFirst .sf-hero-grid,
  #sfLandingClubFirst .sf-section-head,
  #sfLandingClubFirst .sf-competition { grid-template-columns: 1fr; }
  #sfLandingClubFirst .sf-hero-grid { padding-top: 56px; }
  #sfLandingClubFirst .sf-crest-stage { min-height: 320px; }
  #sfLandingClubFirst .sf-stats { grid-template-columns: repeat(2, 1fr); }
  #sfLandingClubFirst .sf-stat:nth-child(2) { border-right: 0; }
  #sfLandingClubFirst .sf-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(252,252,197,0.17); }
  #sfLandingClubFirst .sf-districts { grid-template-columns: repeat(2, 1fr); }
  #sfLandingClubFirst .sf-united-statement { grid-template-columns: 1fr; }
  #sfLandingClubFirst .sf-pillar-grid { grid-template-columns: 1fr; }
  #sfLandingClubFirst .sf-partner-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  #sfLandingClubFirst .sf-frame { width: min(100% - 28px, 1180px); }
  #sfLandingClubFirst .sf-nav-logo { width: 152px; max-width: 48vw; }
  #sfLandingClubFirst .sf-nav > .sf-action { padding-inline: 12px; }
  #sfLandingClubFirst .sf-announcement-inner span:last-child { display: none; }
  #sfLandingClubFirst .sf-announcement-inner { justify-content: center; text-align: center; }
  #sfLandingClubFirst .sf-hero { min-height: 0; }
  #sfLandingClubFirst .sf-hero-grid { gap: 22px; padding: 45px 0 76px; }
  #sfLandingClubFirst .sf-hero h1 { font-size: 58px; }
  #sfLandingClubFirst .sf-hero-copy { font-size: 14px; }
  #sfLandingClubFirst .sf-crest-stage { min-height: 250px; }
  #sfLandingClubFirst .sf-district-line { font-size: 11px; }
  #sfLandingClubFirst .sf-stats { margin-top: -34px; }
  #sfLandingClubFirst .sf-stat { min-height: 88px; padding: 18px 14px; }
  #sfLandingClubFirst .sf-stat strong { font-size: 29px; }
  #sfLandingClubFirst .sf-stat span { font-size: 11px; }
  #sfLandingClubFirst .sf-latest { grid-template-columns: auto 1fr; gap: 12px; }
  #sfLandingClubFirst .sf-latest a { display: none; }
  #sfLandingClubFirst .sf-section { padding: 72px 0; }
  #sfLandingClubFirst .sf-section-head { margin-bottom: 34px; }
  #sfLandingClubFirst .sf-districts { grid-template-columns: 1fr; }
  #sfLandingClubFirst .sf-district { min-height: 148px; }
  #sfLandingClubFirst .sf-district h3 { margin-top: 32px; }
  #sfLandingClubFirst .sf-united-statement { margin-top: 36px; }
  #sfLandingClubFirst .sf-crest-seal { top: 3px; right: -4px; width: 72px; height: 72px; }
  #sfLandingClubFirst .sf-crest-seal strong { font-size: 21px; }
  #sfLandingClubFirst .sf-comp-main { min-height: 360px; }
  #sfLandingClubFirst .sf-footer-grid { align-items: flex-start; flex-direction: column; }
  #sfLandingClubFirst .sf-footer-copy { text-align: left; }
  #sfLandingClubFirst .sf-footer-links { justify-content: flex-start; }
}
