/* Become a Friend of FND Connect — impact-led landing */
.friends-landing {
  --fl-navy: #051d3d;
  --fl-deep: #021228;
  --fl-pink: #c9005a;
  --fl-pink-dark: #9d0047;
  --fl-ink: #142033;
  --fl-muted: #5f6b7b;
  --fl-line: #dbe5f0;
  --fl-paper: #fbfcfe;
  color: var(--fl-ink);
  background: var(--fl-paper);
}
.friends-landing .wrap {
  width: 100%;
  max-width: var(--max, 1120px);
  margin-inline: auto;
  padding-inline: var(--gutter, 1rem);
}
.friends-landing h1,
.friends-landing h2,
.friends-landing h3 {
  color: var(--fl-navy);
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.fl-hero {
  position: relative;
  overflow: hidden;
  padding: 3.4rem 0 2.8rem;
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(236, 23, 109, 0.16), transparent 55%),
    radial-gradient(70% 100% at 0% 100%, rgba(0, 43, 95, 0.1), transparent 50%),
    linear-gradient(180deg, #f4f7fb 0%, #fff 100%);
  border-bottom: 1px solid var(--fl-line);
}
.fl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.9fr);
  gap: 2rem;
  align-items: start;
}
.fl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(236, 23, 109, 0.1);
  color: var(--fl-pink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.fl-hero h1 {
  margin: 0.7rem 0 0.85rem;
  font-size: clamp(2.15rem, 4.8vw, 3.25rem);
  max-width: 14ch;
}
.fl-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #c9005a, #9a6700);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.fl-hero .lead {
  margin: 0 0 1.2rem;
  max-width: 36rem;
  color: var(--fl-muted);
  font-size: 1.12rem;
  line-height: 1.65;
}
.fl-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--fl-muted);
  font-size: 0.95rem;
  font-weight: 600;
}
.fl-proof li::before { content: "✓ "; color: #059669; font-weight: 900; }

.fl-join-card {
  position: sticky;
  top: 1rem;
  padding: 1.35rem 1.25rem 1.2rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--fl-line);
  box-shadow: 0 22px 50px rgba(5, 29, 61, 0.1);
}
.fl-join-card h2 {
  margin: 0 0 0.35rem;
  font-size: 1.3rem;
}
.fl-join-card > p {
  margin: 0 0 1rem;
  color: var(--fl-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Impact tiers */
.fl-section { padding: 3.25rem 0; }
.fl-section--tint {
  background: #f4f7fb;
  border-block: 1px solid var(--fl-line);
}
.fl-section-head { max-width: 40rem; margin-bottom: 1.6rem; }
.fl-section-head .eyebrow {
  margin: 0 0 0.4rem;
  color: var(--fl-pink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.fl-section-head h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.fl-section-head p {
  margin: 0;
  color: var(--fl-muted);
  line-height: 1.65;
  font-size: 1.05rem;
}

.fl-tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.fl-tier {
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.2rem 1.25rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--fl-line);
  box-shadow: 0 14px 36px rgba(5, 29, 61, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.fl-tier:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(5, 29, 61, 0.1);
}
.fl-tier.is-featured {
  border-color: rgba(236, 23, 109, 0.35);
  box-shadow: 0 18px 44px rgba(236, 23, 109, 0.12);
}
.fl-tier__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}
.fl-tier__price {
  font-size: 1.85rem;
  font-weight: 900;
  color: var(--fl-navy);
  letter-spacing: -0.03em;
  line-height: 1;
}
.fl-tier__price small {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--fl-muted);
}
.fl-tier__badge {
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(236, 23, 109, 0.1);
  color: var(--fl-pink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.fl-tier__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.75rem;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(236, 23, 109, 0.12), rgba(0, 43, 95, 0.1));
  color: var(--fl-pink);
}
.fl-tier__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}
.fl-tier__icon svg[data-stroke="1"] {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fl-tier h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
}
.fl-tier p {
  margin: 0 0 1.1rem;
  color: var(--fl-muted);
  line-height: 1.55;
  font-size: 0.96rem;
  flex: 1;
}
.fl-tier .button {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.fl-why {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: center;
}
.fl-why-card {
  padding: 1.5rem;
  border-radius: 20px;
  background: linear-gradient(145deg, #051d3d, #0a3266);
  color: #fff;
  box-shadow: 0 20px 44px rgba(5, 29, 61, 0.22);
}
.fl-why-card h3 { margin: 0 0 0.55rem; color: #fff; }
.fl-why-card p { margin: 0; color: rgba(255, 255, 255, 0.88); line-height: 1.6; }
.fl-why-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
.fl-why-list li {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--fl-line);
  box-shadow: 0 8px 20px rgba(5, 29, 61, 0.04);
}
.fl-why-list strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--fl-navy);
}
.fl-why-list span {
  color: var(--fl-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.fl-faq details {
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--fl-line);
}
.fl-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--fl-navy);
  list-style: none;
}
.fl-faq summary::-webkit-details-marker { display: none; }
.fl-faq summary::after {
  content: "+";
  float: right;
  color: var(--fl-pink);
  font-weight: 900;
}
.fl-faq details[open] summary::after { content: "−"; }
.fl-faq details p {
  margin: 0.55rem 0 0;
  color: var(--fl-muted);
  line-height: 1.6;
  padding-right: 1.5rem;
}

.fl-cta-band {
  padding: 2.75rem 0;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(70% 120% at 50% 0%, rgba(236, 23, 109, 0.35), transparent 55%),
    linear-gradient(145deg, #021228 0%, #0a3266 50%, #051d3d 100%);
}
.fl-cta-band h2 {
  margin: 0 auto 0.65rem;
  max-width: 18ch;
  color: #fff;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
}
.fl-cta-band p {
  margin: 0 auto 1.25rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
}
.fl-cta-band .button.secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

/* Friend picker on this page: panel style tweaks for light card */
.friends-landing .friend-levels--panel .friend-levels__cta {
  min-height: 50px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .fl-hero-grid,
  .fl-tiers,
  .fl-why {
    grid-template-columns: 1fr;
  }
  .fl-join-card { position: static; }
  .fl-hero h1 { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  .fl-tier { transition: none; }
  .fl-tier:hover { transform: none; }
}
