/* =========================================
   zph.cc — Home / Landing
   ========================================= */

.home {
  --bg: #f6f6f8;
  --ink: #101014;
  --muted: #6f6f78;
  --line: rgba(16, 16, 20, .09);
  --card: rgba(255, 255, 255, .8);

  color: var(--ink);
  background:
    radial-gradient(circle at 15% -5%, rgba(124, 92, 255, .13), transparent 36%),
    radial-gradient(circle at 88% 4%, rgba(255, 128, 90, .12), transparent 32%),
    radial-gradient(circle at 50% 110%, rgba(56, 189, 248, .10), transparent 40%),
    var(--bg);
  font-family:
    -apple-system, BlinkMacSystemFont, "Inter", "SF Pro Display",
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

.home * { box-sizing: border-box; }

.home a { text-decoration: none; color: inherit; }

.home img { display: block; max-width: 100%; }

/* ---------- layout shell ---------- */

.home .shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

/* ---------- nav ---------- */

.home .top {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(1.4) blur(14px);
  background: rgba(246, 246, 248, .72);
  border-bottom: 1px solid transparent;
}

.home .top-in {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home .brand {
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -1.2px;
  color: var(--ink);
}

/* 图片 logo:按导航高度收缩,宽度自适应,保持原始比例 */
.home .brand img { height: 34px; width: auto; }

.home .brand:hover { opacity: .7; }

.home .top nav { display: flex; align-items: center; gap: 22px; }

.home .top nav a:not(.btn) {
  font-size: 14px;
  font-weight: 560;
  color: #4b4b54;
}

.home .top nav a:not(.btn):hover { color: var(--ink); }

/* buttons */

.home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 640;
  cursor: pointer;
  border: 0;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.home .btn-dark { background: #111116; color: #fff; box-shadow: 0 6px 18px rgba(17, 17, 22, .16); }
.home .btn-dark:hover { background: #000; transform: translateY(-1px); }
.home .btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.home .btn-ghost:hover { border-color: rgba(16,16,20,.2); transform: translateY(-1px); }

/* ---------- hero ---------- */

.home .hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  padding: 92px 0 84px;
}

.home .hero-copy { position: relative; z-index: 2; }

.home .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #5c5c66;
}

.home .hero-pill i {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, .18);
}

.home .hero h1 {
  margin: 22px 0 0;
  font-size: clamp(44px, 5.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -3.4px;
  font-weight: 820;
}

.home .hero h1 em {
  font-style: normal;
  background: linear-gradient(100deg, #6d5cff 0%, #c05cff 55%, #ff7a90 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home .hero p.lead {
  margin: 22px 0 0;
  max-width: 460px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.home .hero-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.home .hero .btn { min-width: 172px; }

.home .hero-note { margin-top: 16px; font-size: 13px; color: #9a9aa4; }

/* hero social proof */

.home .proof {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px dashed var(--line);
}

.home .proof .stat { display: flex; flex-direction: column; }

.home .proof .stat b {
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -.4px;
}

.home .proof .stat span {
  font-size: 12px;
  color: var(--muted);
  margin-top: 1px;
}

/* ---------- phone mock ---------- */

.home .hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 470px;
}

.home .phone {
  position: relative;
  width: 300px;
  padding: 12px;
  border-radius: 40px;
  background: linear-gradient(160deg, #1c1c22, #0b0b0f);
  box-shadow:
    0 40px 80px -24px rgba(16, 16, 24, .45),
    0 0 0 1px rgba(255, 255, 255, .06) inset,
    0 12px 30px rgba(16, 16, 24, .18);
  transform: rotate(2.5deg);
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}

.home .phone:hover { transform: rotate(0) translateY(-6px); }

.home .phone-screen {
  background: #fbfbfc;
  border-radius: 30px;
  overflow: hidden;
  padding: 26px 20px 20px;
  text-align: center;
}

.home .phone-notch {
  width: 92px;
  height: 6px;
  border-radius: 99px;
  background: #e4e4ea;
  margin: -18px auto 18px;
}

.home .mock-avatar {
  width: 58px; height: 58px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 760;
  font-size: 22px;
  overflow: hidden;
  box-shadow: 0 0 0 3px #fff, 0 6px 16px rgba(16, 16, 24, .14);
}

.home .mock-avatar img { width: 100%; height: 100%; object-fit: cover; }

.home .mock-name { margin-top: 12px; font-weight: 780; font-size: 17px; letter-spacing: -.3px; }
.home .mock-handle { margin-top: 2px; font-size: 12.5px; color: #8b8b95; }
.home .mock-bio {
  margin: 10px auto 0;
  font-size: 12px;
  color: #6f6f78;
  line-height: 1.55;
  max-width: 210px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home .mock-row {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  background: #fff;
  border: 1px solid #ececef;
  border-radius: 13px;
  padding: 9px 12px;
  margin-top: 9px;
  box-shadow: 0 2px 8px rgba(16, 16, 24, .04);
}

.home .mock-row .mi {
  width: 26px; height: 26px;
  flex: 0 0 26px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.home .mock-row .mi svg { width: 14px; height: 14px; }

.home .mock-row .ml {
  font-size: 12.5px;
  font-weight: 640;
  color: #26262c;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .mock-row .mv {
  font-size: 11px;
  color: #b0b0b9;
  transform: rotate(-90deg);
}

.home .mock-link {
  background: #131318;
  color: #fff;
  border-radius: 12px;
  padding: 10px;
  margin-top: 9px;
  font-size: 12.5px;
  font-weight: 640;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

/* glow behind phone */

.home .hero-visual::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background: conic-gradient(from 120deg, #6d5cff, #c05cff, #ff7a90, #ffb35c, #6d5cff);
  border-radius: 50%;
  filter: blur(70px);
  opacity: .55;
  z-index: 0;
}

/* ---------- creators section ---------- */

.home .creators {
  padding: 70px 0 90px;
  border-top: 1px solid var(--line);
}

.home .sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.home .sec-head h2 {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 40px);
  letter-spacing: -1.8px;
  font-weight: 800;
}

.home .sec-head p { margin: 10px 0 0; color: var(--muted); font-size: 15px; }

.home .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home .person {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.home .person:hover {
  transform: translateY(-5px);
  border-color: rgba(16, 16, 20, .2);
  box-shadow: 0 22px 44px -18px rgba(16, 16, 24, .22);
}

.home .person .p-av {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
  font-weight: 780;
  letter-spacing: -.3px;
  overflow: hidden;
  box-shadow: 0 0 0 3px #fff, 0 8px 18px rgba(16, 16, 24, .16);
  transition: transform .3s ease;
}

.home .person:hover .p-av { transform: scale(1.05); }

.home .person .p-av img { width: 100%; height: 100%; object-fit: cover; }

.home .person h3 {
  margin: 16px 0 0;
  font-size: 16.5px;
  font-weight: 740;
  letter-spacing: -.2px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.home .person h3 .nm { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.home .person .handle {
  margin-top: 2px;
  font-size: 13px;
  color: var(--muted);
}

.home .person .chip {
  margin-left: auto;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #6b6b75;
  background: rgba(16, 16, 20, .05);
  padding: 4px 8px;
  border-radius: 999px;
}

.home .person .chip i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

.home .person .bio {
  margin: 12px 0 0;
  font-size: 13.5px;
  color: #5a5a63;
  line-height: 1.6;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home .person .bio.empty { color: #a9a9b2; font-style: italic; }

.home .person .soc-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  min-height: 24px;
}

.home .person .soc-dot {
  width: 24px; height: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.home .person .soc-dot svg { width: 13px; height: 13px; }

.home .person .soc-more {
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 620;
  padding-left: 2px;
}

.home .person .view {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed rgba(16, 16, 20, .1);
  font-size: 13px;
  font-weight: 660;
  color: var(--ink);
  transition: gap .2s ease;
}

.home .person:hover .view { gap: 10px; }

.home .person .view svg { width: 14px; height: 14px; }

.home .sec-foot {
  margin-top: 34px;
  text-align: center;
}

/* ---------- bottom CTA ---------- */

.home .cta-band {
  position: relative;
  border-radius: 30px;
  padding: 64px 40px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, .16), transparent 45%),
    linear-gradient(135deg, #1a1a21, #3a2a6e 55%, #6d3b8f);
  overflow: hidden;
  box-shadow: 0 30px 60px -24px rgba(30, 20, 60, .5);
}

.home .cta-band::before,
.home .cta-band::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.home .cta-band::before {
  width: 320px; height: 320px;
  right: -90px; top: -140px;
  background: radial-gradient(circle, rgba(255, 122, 144, .5), transparent 70%);
}

.home .cta-band::after {
  width: 240px; height: 240px;
  left: -70px; bottom: -120px;
  background: radial-gradient(circle, rgba(86, 210, 255, .35), transparent 70%);
}

.home .cta-band h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: -2px;
  font-weight: 820;
}

.home .cta-band p {
  position: relative;
  z-index: 1;
  margin: 14px auto 0;
  max-width: 460px;
  color: rgba(255, 255, 255, .78);
  font-size: 15.5px;
  line-height: 1.7;
}

.home .cta-band .btn { position: relative; z-index: 1; margin-top: 28px; min-width: 200px; background: #fff; color: #161620; }
.home .cta-band .btn:hover { background: #f2f2f6; }

/* ---------- footer ---------- */

.home .foot {
  padding: 44px 0 60px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}

.home .foot nav { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 14px; }

.home .foot nav a:hover { color: var(--ink); }

/* ---------- theme chips ---------- */

.home .chip i.theme-minimal { color: #a1a1aa; }
.home .chip i.theme-dark { color: #27272a; }
.home .chip i.theme-gradient { color: #7c5cff; }
.home .chip i.theme-aurora { color: #14b8a6; }
.home .chip i.theme-sunset { color: #fb7185; }
.home .chip i.theme-midnight { color: #1e3a8a; }

/* ---------- reveal animation ---------- */

@media (prefers-reduced-motion: no-preference) {
  .home .reveal {
    opacity: 0;
    transform: translateY(22px);
    animation: homeUp .7s cubic-bezier(.2, .8, .2, 1) forwards;
  }
  .home .reveal:nth-child(2) { animation-delay: .05s; }
  .home .reveal:nth-child(3) { animation-delay: .1s; }
  .home .reveal:nth-child(4) { animation-delay: .15s; }
  .home .reveal:nth-child(5) { animation-delay: .2s; }
  .home .reveal:nth-child(6) { animation-delay: .25s; }
  .home .reveal:nth-child(7) { animation-delay: .3s; }
  .home .reveal:nth-child(8) { animation-delay: .35s; }
}

@keyframes homeUp {
  to { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */

@media (max-width: 1024px) {
  .home .grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .home .hero { grid-template-columns: 1fr; padding: 60px 0 40px; text-align: center; }
  .home .hero p.lead { margin-left: auto; margin-right: auto; }
  .home .hero-cta { justify-content: center; }
  .home .proof { justify-content: center; }
  .home .hero-visual { display: none; }
  .home .grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .home .grid { grid-template-columns: 1fr; }
  .home .top nav a:not(.btn) { display: none; }
  .home .cta-band { padding: 48px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .home *,
  .home *::before,
  .home *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ---------- adsense ---------- */

.home .ad-slot {
  width: 100%;
}
