:root {
  --lp-accent: #e86578;
  --lp-accent-2: #ff9d78;
  --lp-dark: #351329;
  --lp-deep: #1e0d19;
  --lp-ink: #24151e;
  --lp-muted: #745f6c;
  --lp-soft: #fff7f3;
  --lp-surface: #fff;
  --lp-line: #eddde4;
  --lp-shadow: 0 24px 70px rgba(69, 24, 52, .12);
  color-scheme: light;
}
.lp-root-jobs,
.lp-jobs {
  --lp-accent: #2c7df0;
  --lp-accent-2: #27b7ae;
  --lp-dark: #0b2b50;
  --lp-deep: #061b32;
  --lp-ink: #10243a;
  --lp-muted: #617286;
  --lp-soft: #f3f7fb;
  --lp-line: #d9e4ef;
  --lp-shadow: 0 24px 70px rgba(12, 48, 86, .12);
}
.lp-root-community,
.lp-community {
  --lp-accent: #12c9df;
  --lp-accent-2: #0798ad;
  --lp-dark: #062a3d;
  --lp-deep: #031c2b;
  --lp-ink: #09232d;
  --lp-muted: #607a82;
  --lp-soft: #f3f8f8;
  --lp-line: #d9e7e9;
  --lp-shadow: 0 24px 70px rgba(3, 39, 51, .14);
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--lp-accent) var(--lp-soft);
}
html::-webkit-scrollbar { width: 11px; }
html::-webkit-scrollbar-track { background: var(--lp-soft); }
html::-webkit-scrollbar-thumb {
  min-height: 54px;
  border: 3px solid var(--lp-soft);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--lp-accent), var(--lp-accent-2));
}
html::-webkit-scrollbar-thumb:hover { background: var(--lp-accent); }
body {
  margin: 0; background: var(--lp-soft); color: var(--lp-ink);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.7; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.035em; }
.lp-wrap { width: 100%; max-width: 1320px; margin: 0 auto; padding-inline: 30px; }

.lp-top {
  position: absolute; z-index: 20; inset: 0 0 auto;
  color: #fff; border-bottom: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(8,6,12,.44), transparent);
}
.lp-top-inner { display: flex; align-items: center; gap: 14px; height: 78px; }
.lp-brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; font-size: 18px; font-weight: 780; letter-spacing: -.02em; }
.lp-brand img { width: 38px; height: 38px; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.lp-lang { display: inline-flex; gap: 2px; padding: 3px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.lp-lang button { border: 0; padding: 5px 10px; border-radius: 999px; color: rgba(255,255,255,.7); background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.lp-lang button.is-on { color: var(--lp-dark); background: #fff; }
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px;
  border: 1px solid transparent; border-radius: 14px; font-size: 15px; font-weight: 760; white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn-primary { color: #fff; background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2)); box-shadow: 0 14px 34px color-mix(in srgb, var(--lp-accent) 35%, transparent); }
.lp-btn-ghost, .lp-btn-glass { color: #fff; border-color: rgba(255,255,255,.27); background: rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.lp-btn-ghost:hover, .lp-btn-glass:hover { background: rgba(255,255,255,.18); }
.lp-btn-sm { min-height: 40px; padding-inline: 16px; font-size: 13px; border-radius: 11px; }

.lp-hero { position: relative; min-height: 760px; overflow: hidden; color: #fff; background: var(--lp-deep); }
.lp-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lp-hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 7, 16, .97) 0%, rgba(31, 10, 24, .84) 34%, rgba(31, 10, 24, .18) 67%, rgba(31, 10, 24, .06) 100%),
    linear-gradient(0deg, rgba(16,7,13,.5), transparent 42%);
}
.lp-jobs .lp-hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 21, 40, .98) 0%, rgba(5, 31, 57, .86) 35%, rgba(5, 31, 57, .16) 69%, rgba(5, 31, 57, .04) 100%),
    linear-gradient(0deg, rgba(4,19,35,.5), transparent 42%);
}
.lp-hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 760px; padding-top: 112px; padding-bottom: 70px; }
.lp-hero-copy { width: min(630px, 53%); }
@media (min-width: 901px) {
  .lp-jobs .lp-hero-inner {
    max-width: none;
    padding-left: clamp(34px, 4.5vw, 70px);
    padding-right: clamp(34px, 4.5vw, 70px);
  }
}
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.8); font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase;
}
.lp-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lp-accent-2); box-shadow: 0 0 0 5px color-mix(in srgb, var(--lp-accent-2) 14%, transparent); }
.lp-hero h1 { max-width: 10em; font-size: clamp(52px, 6.1vw, 84px); font-weight: 830; letter-spacing: -.06em; }
.lp-hero h1 span, .lp-hero h1 em { display: block; }
.lp-hero h1 em { color: transparent; font-style: normal; background: linear-gradient(100deg, #fff 0%, var(--lp-accent-2) 82%); -webkit-background-clip: text; background-clip: text; }
.lp-hero-body { max-width: 37em; margin-top: 26px; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.85; }
.lp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.lp-hero-note { max-width: 48em; margin-top: 16px; color: rgba(255,255,255,.48); font-size: 12.5px; }
.lp-hero-signals {
  position: absolute; right: clamp(24px, 4vw, 64px); bottom: 34px;
  display: flex; gap: 10px; z-index: 4;
}
.lp-hero-signals article {
  display: flex; align-items: center; gap: 10px; min-width: 168px; padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.48); border-radius: 15px;
  background: rgba(255,255,255,.88); color: var(--lp-ink);
  box-shadow: 0 14px 36px rgba(10,20,35,.16); backdrop-filter: blur(14px);
}
.lp-signal-icon {
  display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px;
  border-radius: 11px; color: #fff; background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2));
}
.lp-signal-icon svg { width: 18px; height: 18px; }
.lp-hero-signals strong, .lp-hero-signals span { display: block; }
.lp-hero-signals strong { font-size: 13px; line-height: 1.2; }
.lp-hero-signals span { margin-top: 3px; color: var(--lp-muted); font-size: 10.5px; white-space: nowrap; }

/* The two marketing templates deliberately use different genre language:
   matchmaking is warm/editorial, careers is clean/direct-conversation. */
@media (min-width: 901px) {
  .lp-community .lp-top,
  .lp-dating .lp-top,
  .lp-jobs .lp-top {
    color: var(--lp-ink);
    border-bottom-color: color-mix(in srgb, var(--lp-line) 78%, transparent);
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(16px);
  }
  .lp-community .lp-lang,
  .lp-dating .lp-lang,
  .lp-jobs .lp-lang {
    border-color: var(--lp-line); background: var(--lp-soft);
  }
  .lp-community .lp-lang button,
  .lp-dating .lp-lang button,
  .lp-jobs .lp-lang button { color: var(--lp-muted); }
  .lp-community .lp-lang button.is-on,
  .lp-dating .lp-lang button.is-on,
  .lp-jobs .lp-lang button.is-on { color: #fff; background: var(--lp-dark); }
  .lp-community .lp-btn-ghost,
  .lp-dating .lp-btn-ghost,
  .lp-jobs .lp-btn-ghost { color: var(--lp-ink); border-color: var(--lp-line); background: #fff; }

  .lp-community .lp-hero,
  .lp-dating .lp-hero,
  .lp-jobs .lp-hero { color: var(--lp-ink); background: var(--lp-soft); }
  .lp-community .lp-hero-photo,
  .lp-dating .lp-hero-photo,
  .lp-jobs .lp-hero-photo {
    inset: 116px clamp(28px, 4vw, 66px) auto auto;
    width: min(53vw, 760px); height: 585px;
    border-radius: 34px; object-fit: cover;
    box-shadow: var(--lp-shadow);
  }
  .lp-community .lp-hero-photo { object-position: 60% center; }
  .lp-dating .lp-hero-photo { object-position: 72% center; }
  .lp-jobs .lp-hero-photo { object-position: 70% center; }
  .lp-community .lp-hero-shade {
    background:
      radial-gradient(circle at 12% 18%, rgba(18,201,223,.1), transparent 26rem),
      linear-gradient(90deg, #f3f8f8 0%, #f3f8f8 43%, rgba(243,248,248,.84) 55%, transparent 72%);
  }
  .lp-dating .lp-hero-shade {
    background:
      radial-gradient(circle at 15% 20%, rgba(232,101,120,.13), transparent 25rem),
      linear-gradient(90deg, #fff7f3 0%, #fff7f3 43%, rgba(255,247,243,.82) 55%, transparent 72%);
  }
  .lp-jobs .lp-hero-shade {
    background:
      radial-gradient(circle at 10% 18%, rgba(44,125,240,.1), transparent 26rem),
      linear-gradient(90deg, #f3f7fb 0%, #f3f7fb 43%, rgba(243,247,251,.84) 55%, transparent 72%);
  }
  .lp-community .lp-hero-inner,
  .lp-dating .lp-hero-inner,
  .lp-jobs .lp-hero-inner {
    max-width: none; padding: 130px clamp(34px, 4.5vw, 70px) 82px;
  }
  .lp-community .lp-hero-copy,
  .lp-dating .lp-hero-copy,
  .lp-jobs .lp-hero-copy { width: min(620px, 46%); }
  .lp-community .lp-eyebrow,
  .lp-dating .lp-eyebrow,
  .lp-jobs .lp-eyebrow {
    border-color: var(--lp-line); color: var(--lp-muted); background: rgba(255,255,255,.72);
  }
  .lp-community .lp-hero h1,
  .lp-dating .lp-hero h1,
  .lp-jobs .lp-hero h1 { max-width: 10.5em; font-size: clamp(52px, 5.2vw, 76px); }
  .lp-community .lp-hero h1 em,
  .lp-dating .lp-hero h1 em,
  .lp-jobs .lp-hero h1 em {
    background: linear-gradient(100deg, var(--lp-accent), var(--lp-accent-2));
    -webkit-background-clip: text; background-clip: text;
  }
  .lp-community .lp-hero-body,
  .lp-dating .lp-hero-body,
  .lp-jobs .lp-hero-body { color: var(--lp-muted); }
  .lp-community .lp-hero-note,
  .lp-dating .lp-hero-note,
  .lp-jobs .lp-hero-note { color: color-mix(in srgb, var(--lp-muted) 80%, transparent); }
  .lp-community .lp-btn-glass,
  .lp-dating .lp-btn-glass,
  .lp-jobs .lp-btn-glass { color: var(--lp-ink); border-color: var(--lp-line); background: #fff; }
}

.lp-ticker { overflow: hidden; height: 58px; background: #fff; border-bottom: 1px solid var(--lp-line); }
.lp-ticker-track { display: flex; width: max-content; height: 100%; animation: lpTicker 28s linear infinite; }
.lp-ticker-set { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-around; min-width: 100vw; gap: 30px; padding: 0 24px; }
.lp-ticker span { color: var(--lp-muted); font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.lp-ticker i { width: 5px; height: 5px; border-radius: 50%; background: var(--lp-accent); opacity: .65; }
@keyframes lpTicker { to { transform: translateX(-50%); } }

.lp-section { padding: 110px 0; }
.lp-section-head { max-width: 760px; margin-bottom: 52px; }
.lp-kicker { color: var(--lp-accent); font-size: 12px; font-weight: 820; letter-spacing: .18em; text-transform: uppercase; }
.lp-section-head h2 { max-width: 16em; margin-top: 14px; font-size: clamp(36px, 4.5vw, 58px); }
.lp-section-head p { max-width: 43em; margin-top: 18px; color: var(--lp-muted); font-size: 17px; line-height: 1.85; }
.lp-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lp-feature {
  position: relative; min-height: 330px; padding: 34px; overflow: hidden;
  border: 1px solid var(--lp-line); border-radius: 26px; background: var(--lp-surface); box-shadow: 0 12px 40px rgba(40,20,32,.05);
  transition: transform .22s ease, box-shadow .22s ease;
}
.lp-feature:hover { transform: translateY(-6px); box-shadow: var(--lp-shadow); }
.lp-feature::after { content: ""; position: absolute; right: -72px; bottom: -86px; width: 180px; height: 180px; border: 1px solid color-mix(in srgb, var(--lp-accent) 20%, transparent); border-radius: 50%; box-shadow: 0 0 0 32px color-mix(in srgb, var(--lp-accent) 5%, transparent), 0 0 0 64px color-mix(in srgb, var(--lp-accent) 2%, transparent); }
.lp-number { position: absolute; right: 27px; top: 24px; color: color-mix(in srgb, var(--lp-muted) 48%, transparent); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.lp-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 48px; border-radius: 17px; color: var(--lp-accent); background: color-mix(in srgb, var(--lp-accent) 11%, #fff); }
.lp-icon svg { width: 25px; height: 25px; }
.lp-feature h3 { font-size: 22px; }
.lp-feature p { margin-top: 13px; color: var(--lp-muted); font-size: 15px; line-height: 1.85; }

.lp-trust { color: #fff; background: radial-gradient(circle at 0 0, color-mix(in srgb, var(--lp-accent) 24%, transparent), transparent 32rem), linear-gradient(145deg, var(--lp-dark), var(--lp-deep)); }
.lp-trust-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: start; }
.lp-trust .lp-section-head { position: sticky; top: 105px; margin: 0; }
.lp-trust .lp-kicker { color: var(--lp-accent-2); }
.lp-trust .lp-section-head p { color: rgba(255,255,255,.58); }
.lp-trust-list { border-top: 1px solid rgba(255,255,255,.14); }
.lp-trust-item { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.lp-trust-item .lp-icon { margin: 0; color: var(--lp-accent-2); background: rgba(255,255,255,.08); }
.lp-trust-item h3 { font-size: 20px; }
.lp-trust-item p { margin-top: 9px; color: rgba(255,255,255,.58); font-size: 14.5px; line-height: 1.8; }

.lp-how { background: #fff; }
.lp-steps { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lp-steps::before { content: ""; position: absolute; left: 16.6%; right: 16.6%; top: 19px; height: 1px; background: linear-gradient(90deg, transparent, var(--lp-line) 12%, var(--lp-line) 88%, transparent); }
.lp-step { position: relative; z-index: 1; padding: 0 34px 28px; text-align: center; }
.lp-step > span { display: grid; place-items: center; width: 40px; height: 40px; margin: 0 auto 25px; border: 1px solid var(--lp-line); border-radius: 50%; color: var(--lp-accent); background: #fff; box-shadow: 0 0 0 9px #fff; font-weight: 800; }
.lp-step h3 { font-size: 20px; }
.lp-step p { max-width: 20em; margin: 10px auto 0; color: var(--lp-muted); font-size: 14.5px; }
.lp-notice { display: flex; gap: 18px; margin-top: 42px; padding: 28px 30px; border-radius: 20px; background: var(--lp-soft); border: 1px solid var(--lp-line); }
.lp-notice > svg { width: 26px; height: 26px; flex: 0 0 auto; margin-top: 2px; color: var(--lp-accent); }
.lp-notice h3 { font-size: 17px; }
.lp-notice p { margin-top: 8px; color: var(--lp-muted); font-size: 14.5px; }

.lp-cta { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--lp-dark), var(--lp-deep)); }
.lp-cta::after { content: ""; position: absolute; width: 650px; height: 650px; right: -180px; top: -300px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--lp-accent) 35%, transparent), transparent 68%); }
.lp-cta-inner { position: relative; z-index: 1; padding-block: 100px; text-align: center; }
.lp-cta h2 { max-width: 18em; margin: auto; font-size: clamp(36px, 4.6vw, 58px); }
.lp-cta p { max-width: 38em; margin: 17px auto 0; color: rgba(255,255,255,.66); font-size: 17px; }
.lp-cta .lp-actions { justify-content: center; }

.lp-foot { color: rgba(255,255,255,.62); background: #0e0b0e; font-size: 13px; }
.lp-jobs .lp-foot { background: #041321; }
.lp-foot-main, .lp-foot-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.lp-foot-main { padding-block: 32px; border-bottom: 1px solid rgba(255,255,255,.09); }
.lp-brand-foot { color: #fff; font-size: 16px; }
.lp-brand-foot img { width: 32px; height: 32px; }
.lp-foot nav { display: flex; flex-wrap: wrap; gap: 20px; margin-left: auto; }
.lp-foot a:hover { color: #fff; }
.lp-foot-bottom { padding-block: 24px 32px; color: rgba(255,255,255,.4); font-size: 12px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lp-ticker-track { animation: none; }
}
@media (max-width: 900px) {
  .lp-hero, .lp-hero-inner { min-height: 720px; }
  .lp-hero-copy { width: min(650px, 72%); }
  .lp-hero-inner { padding-bottom: 112px; }
  .lp-hero-signals {
    left: 24px; right: 24px; bottom: 22px;
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lp-hero-signals article { min-width: 0; padding: 10px; }
  .lp-hero-signals span { display: none; }
  .lp-feature-grid { grid-template-columns: 1fr; }
  .lp-feature { min-height: 0; }
  .lp-trust-layout { grid-template-columns: 1fr; gap: 42px; }
  .lp-trust .lp-section-head { position: static; }
}
@media (max-width: 680px) {
  .lp-wrap { padding-inline: 18px; }
  .lp-top-inner { height: 66px; gap: 8px; }
  .lp-brand { font-size: 14px; gap: 7px; }
  .lp-brand img { width: 32px; height: 32px; border-radius: 10px; }
  .lp-top .lp-btn-ghost { display: none; }
  .lp-top .lp-btn-primary { min-height: 36px; padding-inline: 10px; font-size: 12px; }
  .lp-lang button { padding: 4px 7px; font-size: 11px; }
  .lp-hero, .lp-hero-inner { min-height: 760px; }
  .lp-hero-photo { object-position: 64% center; }
  .lp-jobs .lp-hero-photo { object-position: 68% center; }
  .lp-hero-shade, .lp-jobs .lp-hero-shade {
    background:
      linear-gradient(0deg, var(--lp-deep) 0%, color-mix(in srgb, var(--lp-deep) 90%, transparent) 48%, color-mix(in srgb, var(--lp-deep) 20%, transparent) 100%),
      linear-gradient(90deg, color-mix(in srgb, var(--lp-deep) 75%, transparent), transparent);
  }
  .lp-hero-inner { align-items: flex-end; padding-top: 100px; padding-bottom: 54px; }
  .lp-hero-copy { width: 100%; }
  .lp-eyebrow { margin-bottom: 17px; font-size: 10px; }
  .lp-hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .lp-hero-body { margin-top: 20px; font-size: 15px; }
  .lp-actions .lp-btn { flex: 1 1 100%; }
  .lp-hero-signals { display: none; }
  .lp-section { padding: 76px 0; }
  .lp-section-head { margin-bottom: 36px; }
  .lp-section-head h2 { font-size: 34px; }
  .lp-section-head p { font-size: 15px; }
  .lp-feature { padding: 28px 24px; }
  .lp-icon { margin-bottom: 30px; }
  .lp-trust-item { grid-template-columns: 48px 1fr; gap: 14px; }
  .lp-trust-item .lp-icon { width: 48px; height: 48px; }
  .lp-steps { gap: 14px; grid-template-columns: 1fr; }
  .lp-steps::before { display: none; }
  .lp-step { padding: 24px; border: 1px solid var(--lp-line); border-radius: 18px; text-align: left; }
  .lp-step > span { margin: 0 0 18px; box-shadow: none; }
  .lp-step p { margin-left: 0; }
  .lp-notice { padding: 22px; }
  .lp-cta-inner { padding-block: 76px; }
  .lp-foot nav { width: 100%; margin-left: 0; }
}
