

/* more air above the composition */
body.fp-ed.fp-home.fp-lux .ed-home .ed-home-hero { padding-top: clamp(36px, 4.5vw, 64px); }
body.fp-ed.fp-home.fp-lux .ed-hero-in { max-width: 720px; }

/* deeper, asymmetric mesh — directional light pools instead of a flat wash */
body.fp-ed.fp-home.fp-lux .ed-home-hero .fph-mesh {
  background:
    radial-gradient(58% 40% at 50% 4%, #ffffff 0%, rgba(255,255,255,0) 62%),
    radial-gradient(42% 36% at 18% 22%, rgba(168,190,236,.34), rgba(168,190,236,0) 70%),
    radial-gradient(46% 40% at 84% 30%, rgba(116,149,220,.26), rgba(116,149,220,0) 72%),
    linear-gradient(180deg, #f4f7fd 0%, #e8eefc 30%, #dce6fa 56%, #d2def8 74%, #e6edfb 88%, #ffffff 100%);
}
/* quiet corner vignette pulls the eye to the headline + search */
body.fp-ed.fp-home.fp-lux .ed-home-hero .fph-bg::before {
  content: ""; position: absolute; inset: 0; z-index: 4; pointer-events: none;
  background: radial-gradient(120% 90% at 50% 30%, transparent 58%, rgba(16,38,84,.07) 100%);
}
/* film grain — kills gradient banding, adds tactile print texture (static) */
body.fp-ed.fp-home.fp-lux .ed-home-hero .fph-bg::after {
  content: ""; position: absolute; inset: 0; z-index: 5; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  background-size: 160px 160px; opacity: .05; mix-blend-mode: overlay;
}
/* aurora blobs: light pools, not fog */
body.fp-ed.fp-home.fp-lux .ed-home-hero .fph-blob { filter: blur(64px); opacity: .62; }
/* sharp specular wave crests — CSS filter overrides the SVG blur attribute */
body.fp-ed.fp-home.fp-lux .fph-waves .crest1,
body.fp-ed.fp-home.fp-lux .fph-waves .crest2 { filter: drop-shadow(0 1px 1px rgba(255,255,255,.35)); opacity: 1; }
body.fp-ed.fp-home.fp-lux .fph-waves .wv4,
body.fp-ed.fp-home.fp-lux .fph-waves .wv5 { filter: saturate(1.12); }

/* eyebrow pill (markup re-added) — typographic luxury object */
body.fp-ed.fp-home.fp-lux .ed-home-hero .hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 auto 6px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brand, #002679);
  background: rgba(255,255,255,0.6); border: 1px solid rgba(0,38,121,0.14);
  border-radius: 999px; padding: 8px 18px;
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  box-shadow: 0 6px 22px -12px rgba(0,38,121,0.35), inset 0 1px 0 rgba(255,255,255,0.8);
}
body.fp-ed.fp-home.fp-lux .hero-eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%; flex: none;
  background: var(--brand, #002679);
}

/* headline — bigger, balanced, tighter */
body.fp-ed.fp-home.fp-lux .ed-home .ed-hero-redux .hero-title {
  font-size: clamp(2.7rem, 5.4vw, 4.55rem);
  line-height: 1.03; letter-spacing: -0.045em;
  text-wrap: balance; max-width: 16ch; margin-inline: auto;
}
/* lead — generous measure + leading */
body.fp-ed.fp-home.fp-lux .ed-home .ed-hero-redux .hero-description {
  margin-top: 10px; max-width: 36rem;
  font-size: clamp(1.05rem, 1.25vw, 1.16rem); line-height: 1.68; color: #5d5b66;
  text-wrap: pretty;
}
body.fp-ed.fp-home.fp-lux .ed-home .ed-hero-redux .ed-home-search-shell { margin-top: 22px; }
body.fp-ed.fp-home.fp-lux .ed-home .ed-hero-redux .ed-hero-tags { margin-top: 14px; gap: 9px; }
body.fp-ed.fp-home.fp-lux .ed-home .ed-hero-redux .ed-hero-tags > span {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #8a8694;
}

/* search — porcelain glass pill, 5-layer machined shadow, jewel focus ring */
body.fp-ed.fp-home.fp-lux .ed-home .ed-hero-redux .ed-home-search {
  border: 1px solid rgba(255,255,255,.9); border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.56));
  -webkit-backdrop-filter: blur(30px) saturate(190%); backdrop-filter: blur(30px) saturate(190%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), inset 0 -12px 24px -16px rgba(37,99,235,.16),
    0 1px 2px rgba(18,33,66,.10), 0 14px 30px -18px rgba(18,33,66,.30), 0 40px 80px -32px rgba(37,99,235,.28);
}
body.fp-ed.fp-home.fp-lux .ed-home .ed-hero-redux .ed-home-search:focus-within {
  border-color: rgba(37,99,235,.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 0 0 1px rgba(37,99,235,.55), 0 0 0 5px rgba(59,130,246,.16),
    0 18px 44px -18px rgba(18,33,66,.30);
}
body.fp-ed.fp-home.fp-lux .ed-home-hero .ed-search input { caret-color: var(--brand, #002679); }
body.fp-ed.fp-home.fp-lux .ed-home-hero .ed-search input::placeholder { transition: color .25s ease; }
body.fp-ed.fp-home.fp-lux .ed-home-hero .ed-search input:focus::placeholder { color: #929cb3; }
body.fp-ed.fp-home.fp-lux .ed-home-hero .ed-search svg { transition: transform .25s cubic-bezier(.34,1.56,.64,1); }
body.fp-ed.fp-home.fp-lux .ed-home-hero .ed-search:focus-within svg { transform: scale(1.08); }
/* button — machined bevel + one-way sheen sweep + tactile press */
body.fp-ed.fp-home.fp-lux .ed-home-hero .ed-search button {
  position: relative; overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.42), inset 0 -2px 5px rgba(0,16,50,.38), 0 10px 22px -8px rgba(0,38,121,.55);
}
body.fp-ed.fp-home.fp-lux .ed-home-hero .ed-search button::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.32) 50%, transparent 62%);
  transform: translateX(-130%); transition: none;
}
body.fp-ed.fp-home.fp-lux .ed-home-hero .ed-search button:hover::before { transform: translateX(130%); transition: transform .65s cubic-bezier(.4,0,.2,1); }
body.fp-ed.fp-home.fp-lux .ed-home-hero .ed-search button:active {
  transform: translateY(1px) scale(.98); transition-duration: .08s;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 4px 10px -6px rgba(0,38,121,.5);
}

/* tag chips — true glass, purple hover (not ink) */
body.fp-ed.fp-home.fp-lux .ed-hero-tags .ed-tag {
  background: rgba(255,255,255,.72); border-color: rgba(255,255,255,.95); color: #2f3a52;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: 0 2px 6px rgba(18,33,66,.07);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
body.fp-ed.fp-home.fp-lux .ed-hero-tags .ed-tag:hover {
  background: #fff; color: var(--brand, #002679); border-color: rgba(0,38,121,.30);
  transform: translateY(-2px); box-shadow: 0 10px 22px -12px rgba(0,38,121,.45);
}
body.fp-ed.fp-home.fp-lux .ed-hero-tags .ed-tag:active { transform: translateY(0); transition-duration: .08s; }

body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-trust { background: transparent; border: 0; }
body.fp-ed.fp-home.fp-lux .ed-home2-trust-in {
  width: fit-content; border-radius: 999px; padding: 14px 30px;
  background: rgba(255,255,255,.78);
  -webkit-backdrop-filter: blur(14px) saturate(160%); backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 0 0 1px rgba(16,40,84,.06), 0 1px 2px rgba(18,33,66,.06), 0 18px 40px -22px rgba(18,33,66,.22);
}
@media (min-width: 720px) {
  body.fp-ed.fp-home.fp-lux .ed-home2-trust-in { margin: -30px auto 10px; position: relative; z-index: 5; }
}
body.fp-ed.fp-home.fp-lux .ed-home2-trust-item {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #46444f;
  transition: color .2s ease;
}
body.fp-ed.fp-home.fp-lux .ed-home2-trust-item:hover { color: #15161c; }
body.fp-ed.fp-home.fp-lux .ed-home2-tick {
  width: 22px; height: 22px; padding: 4px; border-radius: 50%;
  background: #e7f6ec; box-shadow: inset 0 0 0 1px rgba(21,128,61,.22);
  transition: transform .25s cubic-bezier(.34,1.56,.64,1);
}
body.fp-ed.fp-home.fp-lux .ed-home2-trust-item:hover .ed-home2-tick { transform: scale(1.12); }

body.fp-ed.fp-home.fp-lux .ed-home .ed-section:not(.ed-home2-earn-sec) { padding: clamp(96px, 9vw, 124px) 0; }
/* hairline gradient divider between the two back-to-back white sections */
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-hire2-sec { position: relative; }
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-hire2-sec::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(1144px, calc(100% - 56px)); height: 1px;
  background: linear-gradient(90deg, transparent, #d5dcec 22%, #c0cce6 50%, #d5dcec 78%, transparent);
}
/* kickers — wider tracking + gradient fade dash (sizing only; colors stay per-context) */
body.fp-ed.fp-home.fp-lux .ed-home .ed-kicker { font-size: 0.7rem; letter-spacing: 0.22em; gap: 12px; }
body.fp-ed.fp-home.fp-lux .ed-home .ed-kicker::before { width: 26px; height: 1px; background: linear-gradient(90deg, var(--brand, #002679), transparent); }
/* dark-context kickers keep a light fade dash */
body.fp-ed.fp-home.fp-lux .ed-home2-hire2-tx .ed-kicker::before,
body.fp-ed.fp-home.fp-lux .ed-home2-earn-tx .ed-kicker::before { background: linear-gradient(90deg, rgba(200,217,255,.65), transparent); }
/* section heads — ink rule → luxe hairline + short brand dash */
body.fp-ed.fp-home.fp-lux .ed-home .ed-head { position: relative; border-bottom: 1px solid #e5e9f1; padding-bottom: 30px; margin-bottom: 48px; }
body.fp-ed.fp-home.fp-lux .ed-home .ed-head::after {
  content: ""; position: absolute; left: 0; bottom: -1px; width: 64px; height: 2px;
  background: linear-gradient(90deg, var(--brand, #002679), rgba(0,38,121,0));
}
body.fp-ed.fp-home.fp-lux .ed-home .ed-head-tx .ed-h2 { margin-top: 14px; letter-spacing: -0.04em; text-wrap: balance; }
/* kicker rule draws itself in when a section reveals (rides existing .ed-up JS) */
body.fp-ed.fp-home.fp-lux .ed-up .ed-kicker::before { transform: scaleX(0); transform-origin: 0 50%; transition: transform .5s cubic-bezier(.22,1,.36,1) .15s; }
body.fp-ed.fp-home.fp-lux .ed-up.is-in .ed-kicker::before { transform: scaleX(1); }

body.fp-ed.fp-home.fp-lux .ed-home2-hiw-media, body.fp-ed.fp-home.fp-lux .ed-home2-hire2-media,
body.fp-ed.fp-home.fp-lux .ed-home2-row .ed-quote-media, body.fp-ed.fp-home.fp-lux .ed-home2-earn-media {
  position: relative;
  box-shadow: 0 0 0 1px rgba(16,38,84,.08), 0 2px 4px rgba(12,21,40,.08),
    0 24px 48px -28px rgba(12,21,40,.35), 0 60px 110px -50px rgba(0,38,121,.22);
}
body.fp-ed.fp-home.fp-lux .ed-home2-hiw-media::after, body.fp-ed.fp-home.fp-lux .ed-home2-hire2-media::after,
body.fp-ed.fp-home.fp-lux .ed-home2-row .ed-quote-media::after, body.fp-ed.fp-home.fp-lux .ed-home2-earn-media::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45), inset 0 1px 0 rgba(255,255,255,.6);
}
body.fp-ed.fp-home.fp-lux .ed-home2-hiw-media img,
body.fp-ed.fp-home.fp-lux .ed-home2-row .ed-quote-media img { filter: saturate(1.06) contrast(1.02); }

body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-steps { gap: 26px; }
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-step-n {
  width: 44px; height: auto; border-radius: 0; background: none; box-shadow: none;
  justify-content: flex-start; align-items: flex-start;
  font-family: "Fraunces", Georgia, serif; font-weight: 500;
  font-size: 2.05rem; line-height: 0.9; letter-spacing: -0.02em;
  color: #4f6dae; color: color-mix(in srgb, var(--brand, #002679) 62%, #b6c5e4);
  font-variant-numeric: lining-nums;
}
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-step-tx { padding-left: 18px; border-left: 1px solid #e6ebf5; }
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-step-tx strong { font-size: 1.06rem; font-weight: 700; letter-spacing: -0.015em; transition: color .2s ease; }
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-steps li:hover .ed-home2-step-tx strong { color: var(--brand, #002679); }
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-step-tx p { font-size: 0.95rem; line-height: 1.62; color: #6b6a73; }

body.fp-ed.fp-home.fp-lux .ed-home2-hire2 { position: relative; }
body.fp-ed.fp-home.fp-lux .ed-home2-hire2::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none; z-index: 2;
  background: linear-gradient(135deg, rgba(96,165,250,.55) 0%, rgba(255,255,255,.07) 38%, rgba(255,255,255,.05) 62%, rgba(37,99,235,.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
body.fp-ed.fp-home.fp-lux .ed-home2-hire2-tx h2 { letter-spacing: -0.035em; text-wrap: balance; }
body.fp-ed.fp-home.fp-lux .ed-home2-hire2-tx > p { line-height: 1.65; color: rgba(255,255,255,0.82); max-width: 52ch; }

body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-why,
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-faq-sec { background: linear-gradient(180deg, #fafcff, #f4f6fb); }
body.fp-ed.fp-home.fp-lux .ed-home2-row.ed-quote.ed-quote-split:not(.is-dark) {
  background: linear-gradient(180deg, #fff, #fbfcff); border-color: rgba(16,38,84,.08); position: relative;
  box-shadow: 0 1px 1px rgba(16,16,24,.04), 0 14px 32px -22px rgba(12,21,40,.20), 0 52px 96px -48px rgba(37,99,235,.14);
}
body.fp-ed.fp-home.fp-lux .ed-home2-row.ed-quote.ed-quote-split:not(.is-dark)::before {
  content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 1px;
  background: linear-gradient(90deg, transparent 8%, rgba(37,99,235,.28) 50%, transparent 92%);
}
/* the dark escrow card gets the lit gradient hairline (its glow orb uses ::before, ring uses ::after) */
body.fp-ed.fp-home.fp-lux .ed-home2-row.ed-quote.ed-quote-split.is-dark { position: relative; }
body.fp-ed.fp-home.fp-lux .ed-home2-row.ed-quote.ed-quote-split.is-dark::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none; z-index: 2;
  background: linear-gradient(135deg, rgba(96,165,250,.55) 0%, rgba(255,255,255,.07) 38%, rgba(255,255,255,.05) 62%, rgba(37,99,235,.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
body.fp-ed.fp-home.fp-lux .ed-home2-row .ed-quote-q { line-height: 1.3; letter-spacing: -0.012em; }
/* byline meta → quiet small-caps (avatar/icon spans excluded per standing rule) */
body.fp-ed.fp-home.fp-lux .ed-home2-row .ed-quote-by span:not(.ed-av) {
  font-size: 0.76rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #8a8694;
}
body.fp-ed.fp-home.fp-lux .ed-home2-row.is-dark .ed-quote-by span:not(.ed-av) { color: rgba(255,255,255,0.6); }

/* live stat tiles — purple wash ring + grand Fraunces numerals + small-caps labels */
body.fp-ed.fp-home.fp-lux .ed-home2-stats .ed-stat {
  padding: 30px 26px;
  background: radial-gradient(120% 100% at 50% 0%, rgba(37,99,235,.05), transparent 55%), #fff;
  box-shadow: 0 0 0 1px rgba(37,99,235,.06), inset 0 1px 0 #fff, 0 1px 1px rgba(16,16,24,.03),
    0 12px 26px -16px rgba(16,16,24,.10), 0 32px 64px -32px rgba(37,99,235,.12);
}
body.fp-ed.fp-home.fp-lux .ed-home2-stats .ed-stat:hover {
  box-shadow: 0 0 0 1px rgba(37,99,235,.16), inset 0 1px 0 #fff, 0 16px 30px -14px rgba(16,16,24,.14), 0 40px 70px -30px rgba(37,99,235,.16);
}
body.fp-ed.fp-home.fp-lux .ed-home2-stats .ed-stat strong {
  font-family: "Fraunces", Georgia, serif; font-weight: 500;
  font-size: clamp(2.6rem, 4vw, 3.4rem); letter-spacing: -0.03em; line-height: 0.95;
  font-variant-numeric: lining-nums; color: #111b30; transition: color .3s ease;
}
body.fp-ed.fp-home.fp-lux .ed-home2-stats .ed-stat:hover strong { color: var(--brand, #002679); }
body.fp-ed.fp-home.fp-lux .ed-home2-stats .ed-stat span {
  margin-top: 14px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase; color: #8a8694;
}

body.fp-ed.fp-home.fp-lux .ed-home .ed-band { background: linear-gradient(180deg, #f6f8fc, #f0f3f9); border-color: #e0e5f0; }
body.fp-ed.fp-home.fp-lux .fp-cat2 {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); gap: 14px;
}
body.fp-ed.fp-home.fp-lux .fp-cat2-card {
  --c2: 37 99 235;
  position: relative; overflow: hidden; display: flex; align-items: center; gap: 14px;
  padding: 16px 18px; border-radius: 18px; text-decoration: none;
  background: linear-gradient(180deg, #fff, #fcfdff);
  border: 1px solid rgba(16,40,84,.08);
  box-shadow: 0 1px 1px rgba(16,16,24,.04), 0 14px 30px -24px rgba(16,16,24,.18);
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease;
}
body.fp-ed.fp-home.fp-lux .fp-cat2-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, rgb(var(--c2) / .07), transparent 55%);
  opacity: 0; transition: opacity .3s ease;
}
body.fp-ed.fp-home.fp-lux .fp-cat2-card:hover {
  transform: translateY(-3px); border-color: rgb(var(--c2) / .35);
  box-shadow: 0 1px 1px rgba(16,16,24,.04), 0 18px 38px -22px rgb(var(--c2) / .38);
}
body.fp-ed.fp-home.fp-lux .fp-cat2-card:hover::before { opacity: 1; }
body.fp-ed.fp-home.fp-lux .fp-cat2-ic {
  position: relative; width: 46px; height: 46px; flex: none; display: grid; place-items: center;
  border-radius: 14px; background: rgb(var(--c2) / .09); color: rgb(var(--c2));
  box-shadow: inset 0 0 0 1px rgb(var(--c2) / .14);
  transition: transform .25s cubic-bezier(.34,1.56,.64,1);
}
body.fp-ed.fp-home.fp-lux .fp-cat2-ic svg { width: 23px; height: 23px; }
body.fp-ed.fp-home.fp-lux .fp-cat2-card:hover .fp-cat2-ic { transform: scale(1.07); }
body.fp-ed.fp-home.fp-lux .fp-cat2-tx { position: relative; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
body.fp-ed.fp-home.fp-lux .fp-cat2-tx strong {
  font-weight: 800; font-size: 1.01rem; letter-spacing: -0.02em; color: #15151c; line-height: 1.18;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
body.fp-ed.fp-home.fp-lux .fp-cat2-tx span {
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #8a8694;
}
body.fp-ed.fp-home.fp-lux .fp-cat2-go {
  position: relative; margin-left: auto; width: 30px; height: 30px; flex: none;
  display: grid; place-items: center; border-radius: 50%;
  background: rgba(16,16,24,.05); color: #9a96a8;
  opacity: 0; transform: translateX(-4px);
  transition: opacity .25s ease, transform .25s cubic-bezier(.22,1,.36,1), background-color .25s ease, color .25s ease;
}
body.fp-ed.fp-home.fp-lux .fp-cat2-go svg { width: 15px; height: 15px; }
body.fp-ed.fp-home.fp-lux .fp-cat2-card:hover .fp-cat2-go { opacity: 1; transform: none; background: rgb(var(--c2)); color: #fff; }
/* per-category accents */
body.fp-ed.fp-home.fp-lux .fp-cat2--prog { --c2: 37 99 235; }
body.fp-ed.fp-home.fp-lux .fp-cat2--ai { --c2: 59 130 246; }
body.fp-ed.fp-home.fp-lux .fp-cat2--mktg { --c2: 234 88 12; }
body.fp-ed.fp-home.fp-lux .fp-cat2--video { --c2: 225 29 72; }
body.fp-ed.fp-home.fp-lux .fp-cat2--gfx { --c2: 219 39 119; }
body.fp-ed.fp-home.fp-lux .fp-cat2--biz { --c2: 2 132 199; }
body.fp-ed.fp-home.fp-lux .fp-cat2--writing { --c2: 180 83 9; }
body.fp-ed.fp-home.fp-lux .fp-cat2--music { --c2: 8 145 178; }
body.fp-ed.fp-home.fp-lux .fp-cat2--photo { --c2: 100 116 139; }
body.fp-ed.fp-home.fp-lux .fp-cat2--pg { --c2: 101 163 13; }
body.fp-ed.fp-home.fp-lux .fp-cat2--data { --c2: 29 78 216; }
body.fp-ed.fp-home.fp-lux .fp-cat2--consult { --c2: 13 148 136; }
body.fp-ed.fp-home.fp-lux .fp-cat2--finance { --c2: 5 150 105; }
@media (max-width: 760px) {
  body.fp-ed.fp-home.fp-lux .fp-cat2 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 11px; }
  body.fp-ed.fp-home.fp-lux .fp-cat2-card { padding: 13px 15px; border-radius: 15px; gap: 12px; }
  body.fp-ed.fp-home.fp-lux .fp-cat2-ic { width: 40px; height: 40px; border-radius: 12px; }
  body.fp-ed.fp-home.fp-lux .fp-cat2-ic svg { width: 20px; height: 20px; }
}

body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-pop-col h3 {
  font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: #0b0b0c;
  border-bottom: 0; padding-bottom: 14px; margin-bottom: 16px;
  background: linear-gradient(90deg, rgba(37,99,235,.35), rgba(37,99,235,.06) 70%, transparent) bottom left / 100% 1px no-repeat;
}
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-pop-col a {
  display: block; width: fit-content; padding: 8px 0; font-size: 0.95rem; line-height: 1.5; color: #56555e;
  background: linear-gradient(var(--brand, #002679), var(--brand, #002679)) 0 100% / 0% 1px no-repeat;
  transition: color 0.18s ease, background-size 0.25s ease;
}
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-pop-col a:hover { color: var(--brand, #002679); background-size: 100% 1px; transform: none; }

body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-faq { gap: 14px; }
body.fp-ed.fp-home.fp-lux .ed-home2-faq-item { background: linear-gradient(180deg, #fff, #fbfcff); }
body.fp-ed.fp-home.fp-lux .ed-home2-faq-item:not([open]) { border-color: rgba(16,40,84,.08); box-shadow: 0 1px 1px rgba(16,16,24,.04), 0 10px 24px -18px rgba(16,16,24,.10); }
body.fp-ed.fp-home.fp-lux .ed-home2-faq-item[open] { box-shadow: 0 0 0 1px rgba(0,38,121,.14), 0 20px 44px -28px rgba(0,38,121,.32); }
body.fp-ed.fp-home.fp-lux .ed-home2-faq-item summary { padding: 19px 24px; font-size: 1.02rem; font-weight: 700; letter-spacing: -0.012em; transition: background-color .2s ease; }
body.fp-ed.fp-home.fp-lux .ed-home2-faq-item summary:hover { background: rgba(0,38,121,.025); }
body.fp-ed.fp-home.fp-lux .ed-home2-faq-item[open] summary { color: var(--brand, #002679); }
body.fp-ed.fp-home.fp-lux .ed-home2-faq-ic { transition: transform .2s ease; }
body.fp-ed.fp-home.fp-lux .ed-home2-faq-item summary:hover .ed-home2-faq-ic { transform: scale(1.1); }
@keyframes fpLuxFadeIn { from { opacity: 0; translate: 0 -4px; } }
body.fp-ed.fp-home.fp-lux .ed-home2-faq-item[open] p { animation: fpLuxFadeIn .4s ease .05s both; }
body.fp-ed.fp-home.fp-lux .ed-home2-faq-item p { font-size: 0.96rem; line-height: 1.7; color: #5d5b66; max-width: 62ch; }

body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-earn-sec {
  position: relative;
  border-top: 1px solid rgba(96,165,250,.18); border-bottom: 1px solid rgba(96,165,250,.18);
}
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-earn-sec::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  background-size: 160px 160px; opacity: .07; mix-blend-mode: overlay;
}
body.fp-ed.fp-home.fp-lux .ed-home .ed-home2-earn { position: relative; z-index: 1; }
body.fp-ed.fp-home.fp-lux .ed-home2-earn-tx > p { line-height: 1.68; color: rgba(255,255,255,0.78); }

body.fp-ed.fp-home.fp-lux .ed-home-cta .ed-cta-in { padding-top: clamp(84px, 9vw, 124px); padding-bottom: clamp(84px, 9vw, 124px); }
body.fp-ed.fp-home.fp-lux .ed-home-cta .ed-cta-in .ed-h2 { letter-spacing: -0.038em; text-wrap: balance; }
body.fp-ed.fp-home.fp-lux .ed-home-cta .ed-cta-in p { font-size: 1.08rem; line-height: 1.66; color: rgba(255,255,255,0.78); max-width: 46ch; }
body.fp-ed.fp-home.fp-lux .ed-home-cta .ed-kicker { letter-spacing: 0.24em; }
body.fp-ed.fp-home.fp-lux .ed-home-cta .ed-kicker::before { background: linear-gradient(90deg, rgba(255,255,255,0.55), transparent); }

/* gradient sheen sweep + tactile press on every filled button */
body.fp-ed.fp-home.fp-lux .ed-btn-fill { position: relative; overflow: hidden; }
body.fp-ed.fp-home.fp-lux .ed-btn-fill::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.22) 50%, transparent 62%);
  transform: translateX(-130%); transition: none;
}
body.fp-ed.fp-home.fp-lux .ed-btn-fill:hover::before { transform: translateX(130%); transition: transform .7s cubic-bezier(.4,0,.2,1); }
body.fp-ed.fp-home.fp-lux .ed-btn:active { transform: translateY(0) scale(.985); transition-duration: .08s; }
/* arrow links — brand wipe-through underline + spring arrow */
body.fp-ed.fp-home.fp-lux .ed-under {
  background-image: linear-gradient(var(--brand, #002679), var(--brand, #002679));
  background-repeat: no-repeat; background-position: 100% 100%; background-size: 0% 1.5px;
  transition: background-size .32s cubic-bezier(.22,1,.36,1), color .2s ease;
}
body.fp-ed.fp-home.fp-lux .ed-under:hover { background-position: 0 100%; background-size: 100% 1.5px; color: var(--brand, #002679); }
body.fp-ed.fp-home.fp-lux .ed-arrow svg { transition: transform .3s cubic-bezier(.34,1.56,.64,1); }
body.fp-ed.fp-home.fp-lux .ed-arrow:hover svg { transform: translateX(5px); }
body.fp-ed.fp-home.fp-lux .ed-up:not(.is-in) :is(.ed-home2-steps li, .ed-home2-stats .ed-stat, .fp-cat2-card, .ed-home2-faq-item, .ed-home2-pop-col) { opacity: 0; translate: 0 14px; }
body.fp-ed.fp-home.fp-lux .ed-up :is(.ed-home2-steps li, .ed-home2-pop-col) {
  transition: opacity .6s cubic-bezier(.22,1,.36,1) var(--fplux-d,0s), translate .6s cubic-bezier(.22,1,.36,1) var(--fplux-d,0s);
}
body.fp-ed.fp-home.fp-lux .ed-up .ed-home2-stats .ed-stat,
body.fp-ed.fp-home.fp-lux .ed-up.ed-home2-stats .ed-stat {
  transition: opacity .6s cubic-bezier(.22,1,.36,1) var(--fplux-d,0s), translate .6s cubic-bezier(.22,1,.36,1) var(--fplux-d,0s),
    transform .32s cubic-bezier(.22,1,.36,1), box-shadow .32s ease;
}
body.fp-ed.fp-home.fp-lux .ed-up .fp-cat2-card {
  transition: opacity .6s cubic-bezier(.22,1,.36,1) var(--fplux-d,0s), translate .6s cubic-bezier(.22,1,.36,1) var(--fplux-d,0s),
    transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease;
}
body.fp-ed.fp-home.fp-lux .ed-up .ed-home2-faq-item {
  transition: opacity .6s cubic-bezier(.22,1,.36,1) var(--fplux-d,0s), translate .6s cubic-bezier(.22,1,.36,1) var(--fplux-d,0s),
    border-color .18s ease, box-shadow .18s ease;
}
body.fp-ed.fp-home.fp-lux .ed-up :is(.ed-home2-steps li, .ed-home2-stats .ed-stat, .fp-cat2-card, .ed-home2-faq-item, .ed-home2-pop-col):nth-child(2) { --fplux-d: .07s; }
body.fp-ed.fp-home.fp-lux .ed-up :is(.ed-home2-steps li, .ed-home2-stats .ed-stat, .fp-cat2-card, .ed-home2-faq-item, .ed-home2-pop-col):nth-child(3) { --fplux-d: .14s; }
body.fp-ed.fp-home.fp-lux .ed-up :is(.ed-home2-steps li, .ed-home2-stats .ed-stat, .fp-cat2-card, .ed-home2-faq-item, .ed-home2-pop-col):nth-child(4) { --fplux-d: .21s; }
body.fp-ed.fp-home.fp-lux .ed-up :is(.fp-cat2-card, .ed-home2-faq-item):nth-child(5) { --fplux-d: .28s; }
body.fp-ed.fp-home.fp-lux .ed-up :is(.fp-cat2-card, .ed-home2-faq-item):nth-child(6) { --fplux-d: .35s; }
body.fp-ed.fp-home.fp-lux .ed-up :is(.fp-cat2-card, .ed-home2-faq-item):nth-child(7) { --fplux-d: .42s; }
body.fp-ed.fp-home.fp-lux .ed-up :is(.fp-cat2-card, .ed-home2-faq-item):nth-child(n+8) { --fplux-d: .48s; }

body.fp-ed.fp-home.fp-lux ::selection { background: rgba(0,38,121,.16); color: #031439; }
body.fp-ed.fp-home.fp-lux :is(.ed-home2-earn-sec, .ed-cta, .fp3d-band, .ed-footer, .ed-home2-hire2) ::selection { background: rgba(176,201,255,.3); color: #fff; }
body.fp-ed.fp-home.fp-lux :is(a, button, summary):focus-visible { outline: 2px solid rgba(0,38,121,.55); outline-offset: 3px; }
body.fp-ed.fp-home.fp-lux :is(.ed-home2-earn-sec, .ed-cta, .fp3d-band, .ed-footer, .ed-home2-hire2) :is(a, button, summary):focus-visible { outline-color: #93c5fd; }

body.fp-ed.fp-home.fp-lux .ed-home .ed-hero-redux .hero-title .ed-em {
  font-family: "Praise", "Savoye LET", "Snell Roundhand", cursive;
  font-style: normal; font-weight: 400;
  font-size: 1.34em; line-height: 0.8; letter-spacing: 0.01em;
  color: var(--brand, #002679);
  display: inline-block; padding: 0 0.1em 0 0.05em;
  -webkit-mask-image: linear-gradient(100deg, #000 0%, #000 38%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 100%);
          mask-image: linear-gradient(100deg, #000 0%, #000 38%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 100%);
  -webkit-mask-size: 300% 100%; mask-size: 300% 100%;
  -webkit-mask-position: 0% 0; mask-position: 0% 0;
  animation: fpLuxHello 1.7s cubic-bezier(.55,.06,.35,1) 0.9s both;
}
@keyframes fpLuxHello {
  from { -webkit-mask-position: 100% 0; mask-position: 100% 0; }
  to   { -webkit-mask-position: 0% 0;   mask-position: 0% 0; }
}
/* retire the old marker-brush underline under "admire." */
body.fp-ed.fp-home.fp-lux .ed-home .ed-hero-redux .hero-title .ed-em::after { display: none; }

body.fp-ed.fp-home.fp-lux .fp-lux-catmq {
  display: flex; overflow: hidden; white-space: nowrap;
  margin-bottom: clamp(30px, 4.5vw, 52px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
body.fp-ed.fp-home.fp-lux .fp-lux-catmq:empty { display: none; }
body.fp-ed.fp-home.fp-lux .fp-lux-catmq-track {
  display: flex; align-items: center; flex-shrink: 0;
  gap: clamp(26px, 3.5vw, 48px); padding-right: clamp(26px, 3.5vw, 48px);
  animation: fpLuxMq 44s linear infinite;
}
body.fp-ed.fp-home.fp-lux .fp-lux-catmq:hover .fp-lux-catmq-track { animation-play-state: paused; }
@keyframes fpLuxMq { to { transform: translateX(-100%); } }
body.fp-ed.fp-home.fp-lux .fp-lux-catmq-track a {
  font-size: 1.02rem; font-weight: 800; letter-spacing: -0.01em;
  color: #6a6680; text-decoration: none; transition: color .2s ease;
}
body.fp-ed.fp-home.fp-lux .fp-lux-catmq-track a:hover { color: var(--brand, #002679); }
body.fp-ed.fp-home.fp-lux .fp-lux-catmq-dot {
  width: 5px; height: 5px; border-radius: 50%; flex: none;
  background: rgba(0,38,121,.32);
}

body.fp-ed.fp-home.fp-lux .ed-home-cta { border: 1px solid rgba(96,165,250,.26); }
/* globe band kicker dash — cyan fade (matches its #8be9ff kicker) */
body.fp-ed.fp-home.fp-lux .fp3d-band .ed-kicker::before { background: linear-gradient(90deg, #8be9ff, transparent); }
/* sticky header never covers the #categories anchor target */
body.fp-ed.fp-home.fp-lux #categories { scroll-margin-top: 90px; }
/* FAQ → Help Center pointer */
body.fp-ed.fp-home.fp-lux .fp-lux-faq-more {
  margin-top: 26px; text-align: center; font-size: 0.95rem; color: #6a6680;
}
body.fp-ed.fp-home.fp-lux .fp-lux-faq-more a { color: var(--brand, #002679); font-weight: 700; }

@media (prefers-reduced-motion: reduce) {
  body.fp-ed.fp-home.fp-lux .ed-up:not(.is-in) :is(.ed-home2-steps li, .ed-home2-stats .ed-stat, .fp-cat2-card, .ed-home2-faq-item, .ed-home2-pop-col) { opacity: 1; translate: none; }
  body.fp-ed.fp-home.fp-lux .ed-up .ed-kicker::before { transform: scaleX(1); transition: none; }
  body.fp-ed.fp-home.fp-lux .ed-btn-fill::before,
  body.fp-ed.fp-home.fp-lux .ed-home-hero .ed-search button::before { display: none; }
  body.fp-ed.fp-home.fp-lux .ed-home2-faq-item[open] p { animation: none; }
  body.fp-ed.fp-home.fp-lux :is(.ed-home2-tick, .ed-home2-faq-ic, .ed-arrow svg, .ed-home-hero .ed-search svg) { transition: none; }
  body.fp-ed.fp-home.fp-lux .ed-home .ed-hero-redux .hero-title .ed-em { animation: none; -webkit-mask-image: none; mask-image: none; }
  body.fp-ed.fp-home.fp-lux .fp-lux-catmq-track { animation: none; }
}

@media (max-width: 720px) {
  body.fp-ed.fp-home.fp-lux .ed-home2-trust-in { width: auto; border-radius: 20px; margin: 0 16px; }
}
@media (max-width: 420px) {
  body.fp-ed.fp-home.fp-lux .ed-home-hero .hero-eyebrow { letter-spacing: 0.12em; padding: 7px 14px; }
  body.fp-ed.fp-home.fp-lux .ed-home2-trust-item { font-size: 0.7rem; }
}
/* End FP HOME PREMIUM LUX LAYER */
