@charset "UTF-8";
.fl-hp-mockup-mid {
  /* same as .fl-site-footer --fl-sf-bg (sitewide footer) */
  --fl-hp-sitewide-footer-bg: #094074;
  --fl-hp-navy: oklch(0.31 0.13 254);
  --fl-hp-navy-deep: oklch(0.22 0.14 254);
  --fl-hp-navy-shade: oklch(0.15 0.10 254);
  --fl-hp-blue: oklch(0.70 0.08 230);
  --fl-hp-blue-deep: oklch(0.52 0.09 230);
  --fl-hp-blue-tint: oklch(0.96 0.02 230);
  --fl-hp-blue-subtle: oklch(0.90 0.04 230);
  --fl-hp-paper: #fff;
  --fl-hp-paper-soft: oklch(0.987 0.003 254);
  --fl-hp-ink: oklch(0.22 0.02 254);
  --fl-hp-ink-soft: oklch(0.48 0.03 254);
  --fl-hp-ink-hush: oklch(0.62 0.03 254);
  --fl-hp-rule: oklch(0.92 0.01 254);
  --fl-hp-t-display: clamp(52px, 7.5vw, 96px);
  --fl-hp-t-h2: clamp(32px, 4vw, 52px);
  --fl-hp-t-h3: 22px;
  --fl-hp-t-body-lg: 21px;
  --fl-hp-t-body: 18px;
  --fl-hp-t-small: 15px;
  --fl-hp-r-sm: 6px;
  --fl-hp-r-md: 10px;
  --fl-hp-r-lg: 16px;
  --fl-hp-t-fast: 160ms cubic-bezier(0.2, 0.8, 0.2, 1);
  --fl-hp-t-base: 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  /* Content width shell (replaces one-off max-width; matches mockup .container intent) */
  --fl-hp-c-max: 1240px;
  --fl-hp-c-gutter: 32px;
  font-size: var(--fl-hp-t-body);
  font-weight: 700;
  color: var(--fl-hp-ink);
  background: var(--fl-hp-paper);
  line-height: 1.6;
  /* Keep nested / rem-based copy from shrinking vs theme html { 10px } */
}
.fl-hp-mockup-mid p,
.fl-hp-mockup-mid li,
.fl-hp-mockup-mid td,
.fl-hp-mockup-mid th {
  font-size: inherit;
}
.fl-hp-mockup-mid *,
.fl-hp-mockup-mid *::before,
.fl-hp-mockup-mid *::after {
  box-sizing: border-box;
}
.fl-hp-mockup-mid h1, .fl-hp-mockup-mid h2, .fl-hp-mockup-mid h3, .fl-hp-mockup-mid h4 {
  letter-spacing: -0.02em;
  text-wrap: pretty;
}
.fl-hp-mockup-mid p {
  text-wrap: pretty;
}
.fl-hp-mockup-mid a {
  color: inherit;
  text-decoration: none;
}
.fl-hp-mockup-mid .fl-hp-c {
  width: 100%;
  max-width: var(--fl-hp-c-max);
  margin-inline: auto;
  padding-inline: var(--fl-hp-c-gutter);
}
.fl-hp-mockup-mid .fl-hp-btn, .fl-hp-mockup-mid .fl-hp-btn-primary, .fl-hp-mockup-mid .fl-hp-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: var(--fl-hp-r-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all var(--fl-hp-t-fast);
  font-size: 16px;
  text-align: center;
}
.fl-hp-mockup-mid .fl-hp-btn-primary {
  background: var(--fl-hp-navy);
  color: var(--fl-hp-paper);
}
.fl-hp-mockup-mid .fl-hp-btn-primary:hover {
  background: var(--fl-hp-navy-deep);
  transform: translateY(-1px);
  color: var(--fl-hp-paper);
}
.fl-hp-mockup-mid .fl-hp-btn-secondary {
  background: transparent;
  color: var(--fl-hp-navy);
  border-color: var(--fl-hp-navy);
}
.fl-hp-mockup-mid .fl-hp-btn-secondary:hover {
  background: var(--fl-hp-navy);
  color: var(--fl-hp-paper);
}
.fl-hp-mockup-mid .fl-hp-btn-large {
  padding: 16px 30px;
  font-size: 16px;
}
.fl-hp-mockup-mid .fl-hp-hero {
  padding: 32px 0 82px 0;
  background: var(--fl-hp-paper);
}
.fl-hp-mockup-mid .fl-hp-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 70px;
  align-items: start;
}
.fl-hp-mockup-mid .fl-hp-hero h1 {
  font-size: var(--fl-hp-t-display);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--fl-hp-navy);
  margin-bottom: 32px;
  max-width: 11ch;
}
.fl-hp-mockup-mid .fl-hp-hero h1 em {
  color: var(--fl-hp-blue-deep);
}
.fl-hp-mockup-mid .fl-hp-hero-sub {
  font-size: var(--fl-hp-t-body-lg);
  color: var(--fl-hp-ink-soft);
  max-width: 54ch;
  margin-bottom: 40px;
  line-height: 1.55;
}
.fl-hp-mockup-mid .fl-hp-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.fl-hp-mockup-mid .fl-hp-hero-visual {
  aspect-ratio: 4/5;
  min-height: 200px;
  background: var(--fl-hp-blue-subtle) center/cover;
  border-radius: var(--fl-hp-r-lg) var(--fl-hp-r-lg) 0 0;
  position: relative;
  overflow: hidden;
}
.fl-hp-mockup-mid .fl-hp-hero-visual--photo {
  background-position: center center;
  background-size: cover;
}
.fl-hp-mockup-mid .fl-hp-hero-visual--photo::before {
  content: none;
}
.fl-hp-mockup-mid .fl-hp-hero-visual:not(.fl-hp-hero-visual--photo)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 45%, oklch(31% 0.13 254deg / 0.18) 100%);
}
.fl-hp-mockup-mid .fl-hp-hero-visual::after {
  content: none;
}
.fl-hp-mockup-mid {
  /* Swiper + cards styled in theme (hp-cmc); section shell matches mockup tokens */
}
.fl-hp-mockup-mid .hp-cmc .fl-hp-trending-section {
  padding: 100px 0 96px;
  background: var(--fl-hp-paper);
}
.fl-hp-mockup-mid .fl-hp-trending-head .fl-hp-section-sub {
  margin-bottom: 48px;
}
.fl-hp-mockup-mid .fl-hp-trending-cta-wrap {
  margin-top: 2.5rem;
}
.fl-hp-mockup-mid {
  /* Light blue field; arch + hero overlay only at min-width: 961px (see @media) */
}
.fl-hp-mockup-mid .fl-hp-steps-section {
  --fl-hp-steps-bg: var(--fl-hp-blue-tint);
  position: relative;
  z-index: 0;
  overflow: visible;
  margin-top: 0;
  padding: 120px 0;
  background: var(--fl-hp-steps-bg);
}
.fl-hp-mockup-mid .fl-hp-steps-section::before {
  content: none;
}
.fl-hp-mockup-mid .fl-hp-steps-section .fl-hp-c {
  position: relative;
  z-index: 1;
}
.fl-hp-mockup-mid .fl-hp-section-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--fl-hp-blue-deep);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.fl-hp-mockup-mid .fl-hp-section-title {
  font-size: var(--fl-hp-t-h2);
  color: var(--fl-hp-navy);
  text-align: center;
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
}
.fl-hp-mockup-mid .fl-hp-section-title em {
  color: var(--fl-hp-blue-deep);
}
.fl-hp-mockup-mid .fl-hp-section-sub {
  font-size: var(--fl-hp-t-body-lg);
  color: var(--fl-hp-ink-soft);
  text-align: center;
  max-width: 60ch;
  margin: 0 auto 72px;
  line-height: 1.55;
}
.fl-hp-mockup-mid {
  /* Connected flow: line through circular markers, chevrons between (matches mockup v2) */
}
.fl-hp-mockup-mid .fl-hp-steps-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-top: 48px;
  padding: 0 10px;
}
.fl-hp-mockup-mid .fl-hp-steps-flow::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, var(--fl-hp-blue) 8%, var(--fl-hp-blue) 92%, transparent 100%);
  z-index: 0;
}
.fl-hp-mockup-mid .fl-hp-step-flow-item {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 18px;
}
.fl-hp-mockup-mid .fl-hp-step-marker {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--fl-hp-paper);
  border: 1px solid var(--fl-hp-blue);
  color: var(--fl-hp-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  transition: background var(--fl-hp-t-base), color var(--fl-hp-t-base), transform var(--fl-hp-t-base), border-color var(--fl-hp-t-base);
}
.fl-hp-mockup-mid .fl-hp-step-flow-item:hover .fl-hp-step-marker {
  background: var(--fl-hp-navy);
  color: var(--fl-hp-paper);
  border-color: var(--fl-hp-navy);
  transform: translateY(-3px);
}
.fl-hp-mockup-mid .fl-hp-step-flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -6px;
  width: 12px;
  height: 12px;
  border-right: 1.5px solid var(--fl-hp-blue-deep);
  border-top: 1.5px solid var(--fl-hp-blue-deep);
  transform: rotate(45deg);
  z-index: 2;
}
.fl-hp-mockup-mid .fl-hp-step-flow-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--fl-hp-navy);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.fl-hp-mockup-mid .fl-hp-step-flow-desc {
  font-size: 16px;
  color: var(--fl-hp-ink-soft);
  line-height: 1.6;
  max-width: 26ch;
  margin: 0 auto;
}
.fl-hp-mockup-mid .fl-hp-steps-more {
  text-align: center;
  margin: 56px 0 0;
  font-size: var(--fl-hp-t-body-lg);
  color: var(--fl-hp-ink-soft);
}
.fl-hp-mockup-mid .fl-hp-steps-more-link {
  color: var(--fl-hp-blue-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color var(--fl-hp-t-fast);
}
.fl-hp-mockup-mid .fl-hp-steps-more-link:hover {
  color: var(--fl-hp-navy);
}
.fl-hp-mockup-mid .fl-hp-moments-section {
  padding: 100px 0 120px;
  background: var(--fl-hp-paper-soft);
}
.fl-hp-mockup-mid .fl-hp-moments-kicker {
  font-size: 14px;
  color: var(--fl-hp-blue-deep);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
}
.fl-hp-mockup-mid .fl-hp-moments-title {
  font-size: var(--fl-hp-t-h2);
  color: var(--fl-hp-navy);
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0 auto 16px;
  max-width: 40ch;
}
.fl-hp-mockup-mid .fl-hp-moments-more {
  text-align: center;
  margin: 0 0 40px;
  font-size: var(--fl-hp-t-body);
  color: var(--fl-hp-ink-soft);
}
.fl-hp-mockup-mid .fl-hp-moments-more-link {
  color: var(--fl-hp-blue-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color var(--fl-hp-t-fast);
}
.fl-hp-mockup-mid .fl-hp-moments-more-link:hover {
  color: var(--fl-hp-navy);
}
.fl-hp-mockup-mid .fl-hp-moments-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.fl-hp-mockup-mid .fl-hp-moment-figure {
  position: relative;
  margin: 0;
  border-radius: var(--fl-hp-r-md);
  overflow: hidden;
  border: 1px solid var(--fl-hp-rule);
  background: var(--fl-hp-blue-subtle);
  aspect-ratio: 4/3;
}
.fl-hp-mockup-mid .fl-hp-moment-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fl-hp-mockup-mid .fl-hp-moment-tag {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  margin: 0;
  padding: 14px 16px 13px;
  background: oklch(99% 0.002 254deg / 0.96);
  border: 1px solid var(--fl-hp-rule);
  border-radius: var(--fl-hp-r-sm);
  box-shadow: 0 4px 18px oklch(20% 0.06 254deg / 0.12);
  text-align: left;
  font-style: normal;
}
.fl-hp-mockup-mid .fl-hp-moment-tag-kicker {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fl-hp-blue-deep);
  margin-bottom: 6px;
}
.fl-hp-mockup-mid .fl-hp-moment-tag-line {
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--fl-hp-navy);
}
.fl-hp-mockup-mid {
  /* The network (layout from fundlibraries-mockup-v2.html; no font-family) */
}
.fl-hp-mockup-mid .fl-hp-network-section {
  padding: 140px 0;
  background: var(--fl-hp-paper);
}
.fl-hp-mockup-mid .fl-hp-network-eyebrow {
  font-size: 13px;
  color: var(--fl-hp-blue-deep);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 32px;
}
.fl-hp-mockup-mid .fl-hp-network-headline {
  font-size: var(--fl-hp-t-h2);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--fl-hp-navy);
  text-align: center;
  margin: 0 auto 44px;
  max-width: 22ch;
}
.fl-hp-mockup-mid .fl-hp-network-headline em {
  font-style: italic;
  color: var(--fl-hp-blue-deep);
}
.fl-hp-mockup-mid .fl-hp-network-surround {
  position: relative;
  margin: 72px 0 0;
  padding: 64px 20px;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--fl-hp-r-lg);
  overflow: hidden;
  background: var(--fl-hp-paper);
  border: 1px solid var(--fl-hp-rule);
}
.fl-hp-mockup-mid .fl-hp-network-crowd {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
  grid-auto-rows: 30px;
  gap: 6px;
  overflow: hidden;
  z-index: 0;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, rgba(0, 0, 0, 0.7) 100%);
  mask-image: radial-gradient(ellipse at center, #000 30%, rgba(0, 0, 0, 0.7) 100%);
}
.fl-hp-mockup-mid .fl-hp-crowd-dot {
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, oklch(48% 0.1 254deg), oklch(30% 0.13 254deg));
  border: 1px solid oklch(40% 0.11 254deg / 0.25);
  pointer-events: none;
}
.fl-hp-mockup-mid .fl-hp-crowd-dot:nth-child(7n+1) {
  background: linear-gradient(135deg, oklch(60% 0.08 230deg), oklch(42% 0.1 240deg));
}
.fl-hp-mockup-mid .fl-hp-crowd-dot:nth-child(7n+2) {
  background: linear-gradient(135deg, oklch(35% 0.12 254deg), oklch(22% 0.14 254deg));
}
.fl-hp-mockup-mid .fl-hp-crowd-dot:nth-child(7n+3) {
  background: linear-gradient(135deg, oklch(70% 0.08 230deg), oklch(50% 0.09 230deg));
}
.fl-hp-mockup-mid .fl-hp-crowd-dot:nth-child(11n+1) {
  background: linear-gradient(135deg, oklch(52% 0.09 230deg), oklch(32% 0.11 254deg));
}
.fl-hp-mockup-mid .fl-hp-crowd-dot:nth-child(13n+5) {
  background: linear-gradient(135deg, oklch(82% 0.05 220deg), oklch(62% 0.07 230deg));
}
.fl-hp-mockup-mid .fl-hp-crowd-dot:nth-child(17n+3) {
  background: var(--fl-hp-blue-subtle);
  border-color: var(--fl-hp-blue);
}
.fl-hp-mockup-mid .fl-hp-crowd-dot:nth-child(19n+7) {
  background: linear-gradient(135deg, oklch(44% 0.11 260deg), oklch(26% 0.13 254deg));
}
.fl-hp-mockup-mid .fl-hp-crowd-dot--initials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--fl-hp-paper);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid oklch(70% 0.08 230deg / 0.4);
  box-shadow: 0 0 0 2px var(--fl-hp-paper), 0 0 0 3px oklch(70% 0.08 230deg / 0.3);
}
.fl-hp-mockup-mid .fl-hp-network-surround-card {
  position: relative;
  z-index: 2;
  max-width: 620px;
  width: 92%;
  background: var(--fl-hp-paper);
  border: 1px solid var(--fl-hp-rule);
  border-radius: var(--fl-hp-r-lg);
  padding: 56px 56px 48px;
  box-shadow: 0 30px 70px oklch(31% 0.13 254deg / 0.18), 0 0 0 12px oklch(100% 0 0deg / 0.5);
  text-align: center;
}
.fl-hp-mockup-mid .fl-hp-network-surround-eyebrow {
  font-size: 12px;
  color: var(--fl-hp-blue-deep);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.fl-hp-mockup-mid .fl-hp-network-surround-eyebrow::before,
.fl-hp-mockup-mid .fl-hp-network-surround-eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--fl-hp-blue-deep);
  opacity: 0.5;
}
.fl-hp-mockup-mid .fl-hp-network-surround-stats {
  text-align: center;
}
.fl-hp-mockup-mid .fl-hp-network-surround-num {
  font-size: clamp(72px, 8vw, 112px);
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--fl-hp-navy);
  margin-bottom: 16px;
}
.fl-hp-mockup-mid .fl-hp-network-surround-num .fl-hp-surround-plus {
  font-style: italic;
  color: var(--fl-hp-blue-deep);
  font-size: 0.68em;
}
.fl-hp-mockup-mid .fl-hp-network-surround-label {
  font-size: 13px;
  color: var(--fl-hp-ink-hush);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.fl-hp-mockup-mid .fl-hp-network-surround-note {
  font-size: 18px;
  color: var(--fl-hp-ink-soft);
  line-height: 1.55;
  margin: 32px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--fl-hp-rule);
  max-width: 52ch;
}
.fl-hp-mockup-mid {
  /* Pull quote (matches fundlibraries-mockup-v2.html quote-banner) */
}
.fl-hp-mockup-mid .fl-hp-quote-banner {
  padding: 120px 0;
  background: var(--fl-hp-navy);
  position: relative;
  overflow: hidden;
}
.fl-hp-mockup-mid .fl-hp-quote-banner::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -10%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, oklch(70% 0.08 230deg / 0.16), transparent 65%);
  pointer-events: none;
}
.fl-hp-mockup-mid .fl-hp-quote-inner {
  max-width: 68ch;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 56px 24px 0;
  z-index: 1;
}
.fl-hp-mockup-mid .fl-hp-quote-mark {
  font-style: italic;
  font-weight: 400;
  font-size: 200px;
  line-height: 1;
  color: var(--fl-hp-blue);
  opacity: 0.32;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
}
.fl-hp-mockup-mid .fl-hp-quote-text {
  font-style: italic;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.32;
  color: var(--fl-hp-paper);
  letter-spacing: -0.015em;
  margin: 0 0 40px 0;
  font-weight: 400;
  quotes: "“" "”";
  position: relative;
}
.fl-hp-mockup-mid .fl-hp-quote-text::before {
  content: open-quote;
  margin-right: 0.04em;
}
.fl-hp-mockup-mid .fl-hp-quote-text::after {
  content: close-quote;
  margin-left: 0.04em;
}
.fl-hp-mockup-mid .fl-hp-quote-attribution {
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.fl-hp-mockup-mid .fl-hp-quote-rule {
  width: 32px;
  height: 1px;
  background: var(--fl-hp-blue);
  margin-bottom: 16px;
  opacity: 0.8;
}
.fl-hp-mockup-mid .fl-hp-quote-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--fl-hp-paper);
  letter-spacing: 0.02em;
}
.fl-hp-mockup-mid .fl-hp-quote-role {
  font-size: 13px;
  color: oklch(85% 0.02 230deg);
  letter-spacing: 0.02em;
}
.fl-hp-mockup-mid .fl-hp-why-section {
  padding: 120px 0;
  background: var(--fl-hp-paper-soft);
}
.fl-hp-mockup-mid .fl-hp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.fl-hp-mockup-mid .fl-hp-why-card {
  padding: 44px 32px;
  background: var(--fl-hp-paper);
  border: 1px solid var(--fl-hp-rule);
  border-radius: var(--fl-hp-r-md);
}
.fl-hp-mockup-mid .fl-hp-why-icon-box {
  width: 52px;
  height: 52px;
  background: var(--fl-hp-blue-tint);
  border-radius: var(--fl-hp-r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--fl-hp-navy);
}
.fl-hp-mockup-mid .fl-hp-why-card h3 {
  font-size: 22px;
  color: var(--fl-hp-navy);
  margin-bottom: 12px;
  letter-spacing: -0.015em;
}
.fl-hp-mockup-mid .fl-hp-why-card p {
  font-size: 16px;
  color: var(--fl-hp-ink-soft);
  line-height: 1.65;
}
.fl-hp-mockup-mid .fl-hp-final-cta {
  padding: 130px 0;
  background: var(--fl-hp-sitewide-footer-bg);
  color: var(--fl-hp-paper);
  text-align: center;
}
.fl-hp-mockup-mid .fl-hp-final-cta > .fl-hp-c {
  position: relative;
}
.fl-hp-mockup-mid .fl-hp-cta-team {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: min(100%, 520px);
  margin: 0 auto 32px;
  padding: 10px 20px 10px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}
.fl-hp-mockup-mid .fl-hp-cta-team-avatars {
  display: flex;
}
.fl-hp-mockup-mid .fl-hp-cta-team-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--fl-hp-navy);
  background: radial-gradient(ellipse at top, oklch(70% 0.08 230deg / 0.6), transparent 65%), linear-gradient(135deg, oklch(50% 0.1 254deg), oklch(30% 0.13 254deg));
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 600;
  color: var(--fl-hp-paper);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.fl-hp-mockup-mid .fl-hp-cta-team-avatar:first-child {
  margin-left: 0;
}
.fl-hp-mockup-mid .fl-hp-cta-team-avatar:nth-child(2) {
  background: linear-gradient(135deg, oklch(55% 0.09 230deg), oklch(35% 0.11 240deg));
}
.fl-hp-mockup-mid .fl-hp-cta-team-avatar:nth-child(3) {
  background: linear-gradient(135deg, oklch(48% 0.11 260deg), oklch(28% 0.14 254deg));
}
.fl-hp-mockup-mid .fl-hp-cta-team-avatar:nth-child(4) {
  background: linear-gradient(135deg, oklch(58% 0.07 220deg), oklch(38% 0.1 235deg));
}
.fl-hp-mockup-mid .fl-hp-cta-team-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--fl-hp-paper);
  letter-spacing: 0.02em;
  text-align: left;
}
.fl-hp-mockup-mid .fl-hp-final-cta h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 700;
  color: var(--fl-hp-paper);
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  line-height: 1.02;
}
.fl-hp-mockup-mid .fl-hp-final-cta h2 em {
  color: var(--fl-hp-blue);
  font-weight: 600;
  font-style: italic;
}
.fl-hp-mockup-mid .fl-hp-final-cta p {
  font-size: var(--fl-hp-t-body-lg);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  max-width: 56ch;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.fl-hp-mockup-mid .fl-hp-final-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.fl-hp-mockup-mid .fl-hp-final-cta .fl-hp-btn-primary,
.fl-hp-mockup-mid .fl-hp-final-cta .fl-hp-btn-secondary {
  font-weight: 600;
}
.fl-hp-mockup-mid .fl-hp-final-cta .fl-hp-btn-primary {
  background: var(--fl-hp-paper);
  color: var(--fl-hp-navy);
}
.fl-hp-mockup-mid .fl-hp-final-cta .fl-hp-btn-primary:hover {
  background: var(--fl-hp-blue-tint);
  color: var(--fl-hp-navy);
}
.fl-hp-mockup-mid .fl-hp-final-cta .fl-hp-btn-secondary {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--fl-hp-paper);
}
.fl-hp-mockup-mid .fl-hp-final-cta .fl-hp-btn-secondary:hover {
  background: var(--fl-hp-paper);
  color: var(--fl-hp-navy);
  border-color: var(--fl-hp-paper);
}
.fl-hp-mockup-mid {
  /* Desktop / large: hero bottom white band, steps SVG arch; matches max-width: 960 split */
}
@media (min-width: 961px) {
  .fl-hp-mockup-mid .fl-hp-section-label,
  .fl-hp-mockup-mid .fl-hp-moments-kicker,
  .fl-hp-mockup-mid .fl-hp-network-eyebrow,
  .fl-hp-mockup-mid .fl-hp-network-surround-eyebrow {
    font-size: 20px;
  }
  .fl-hp-mockup-mid .fl-hp-hero-visual::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6.25%;
    z-index: 1;
    pointer-events: none;
    background: var(--fl-hp-paper);
  }
  .fl-hp-mockup-mid .fl-hp-steps-section {
    padding: 164px 0 120px;
  }
  .fl-hp-mockup-mid .fl-hp-steps-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    width: 100%;
    height: 140px;
    z-index: 0;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2C0H1200V97Q600%2C0%2C0%2C97H0V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 100%/100% 100%;
  }
}
@media (max-width: 960px) {
  .fl-hp-mockup-mid .fl-hp-section-label {
    font-size: 12px;
    letter-spacing: 0.14em;
  }
  .fl-hp-mockup-mid .fl-hp-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .fl-hp-mockup-mid .fl-hp-network-surround {
    min-height: 620px;
    padding: 32px 12px;
  }
  .fl-hp-mockup-mid .fl-hp-network-surround-card {
    padding: 40px 28px 36px;
  }
  .fl-hp-mockup-mid .fl-hp-moments-grid {
    grid-template-columns: 1fr;
  }
  .fl-hp-mockup-mid .fl-hp-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fl-hp-mockup-mid .fl-hp-steps-flow {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 56px;
  }
  .fl-hp-mockup-mid .fl-hp-steps-flow::before {
    display: none;
  }
  .fl-hp-mockup-mid .fl-hp-step-flow-item:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 620px) {
  .fl-hp-mockup-mid {
    --fl-hp-c-gutter: 20px;
  }
  .fl-hp-mockup-mid .fl-hp-why-grid {
    grid-template-columns: 1fr;
  }
  .fl-hp-mockup-mid .fl-hp-steps-flow {
    grid-template-columns: 1fr;
    row-gap: 48px;
    padding: 0;
  }
  .fl-hp-mockup-mid {
    /* No connecting line or chevrons on small screens (matches wide breakpoint). */
  }
  .fl-hp-mockup-mid .fl-hp-steps-flow::before,
  .fl-hp-mockup-mid .fl-hp-step-flow-item:not(:last-child)::after {
    display: none !important;
  }
}
.fl-hp-mockup-mid #fl-hp-steps {
  scroll-margin-top: 100px;
}

/* Loaded only on homepage: hide the default .main WYSIWYG column (light-gray strip). */
body.is-homepage #middle > .main.container.clearfix.light-gray-bg {
  display: none !important;
}

@media (min-width: 961px) {
  .blocks-wrapper-before:has(.fl-hp-mockup-mid) {
    overflow: visible;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fl-hp-mockup-mid *,
  .fl-hp-mockup-mid *::before,
  .fl-hp-mockup-mid *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
