/* Landing page — hero, feature grid, badge showcase, FAQ */

/* The hero's decorative glows deliberately bleed past the content column.
   `clip` contains them horizontally without creating a scroll container, so
   sticky positioning and vertical hover lifts still work. */
.lp { overflow-x: clip; }
.lp section { position: relative; }

.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 14px 5px 6px; border-radius: 99px;
  border: 1px solid var(--line-strong); background: #ffffff08;
  font-size: 12.5px; color: var(--text-dim); margin-bottom: 22px;
}
.lp-eyebrow b { color: var(--text); font-weight: 600; }
.lp-eyebrow .dot { margin-left: 6px; }

/* ------------------------------------------------------------------- hero */

.lp-hero {
  padding: 76px 0 84px;
  display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 56px; align-items: center;
}
.lp-hero::before {
  content: ''; position: absolute; top: -300px; left: -10%;
  width: 780px; height: 700px; pointer-events: none; z-index: -1;
  background: radial-gradient(closest-side, #7c5cff2b, transparent 70%);
}
.lp-hero::after {
  content: ''; position: absolute; top: -120px; right: -12%;
  width: 620px; height: 560px; pointer-events: none; z-index: -1;
  background: radial-gradient(closest-side, #22d3ee1f, transparent 70%);
}

.lp-hero h1 {
  font-size: clamp(40px, 5.4vw, 66px); line-height: 1.02;
  letter-spacing: -.045em; margin-bottom: 20px; font-weight: 700;
}
.lp-hero h1 .grad {
  background: linear-gradient(100deg, #b9a5ff, #7c5cff 42%, #4dd6ff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-lede {
  font-size: 17.5px; line-height: 1.6; color: var(--text-dim);
  max-width: 470px; margin-bottom: 28px;
}

.lp-claim {
  display: flex; gap: 7px; max-width: 452px; margin-bottom: 14px;
  background: var(--panel); border: 1px solid var(--line-strong);
  border-radius: 14px; padding: 6px;
  box-shadow: var(--shadow-soft);
  transition: border-color .2s, box-shadow .2s;
}
.lp-claim:focus-within {
  border-color: var(--accent-line);
  box-shadow: 0 0 0 4px var(--accent-soft), var(--shadow-soft);
}
.lp-claim .cw { flex: 1; display: flex; align-items: center; min-width: 0; }
.lp-claim .cw > span {
  padding-left: 12px; color: var(--text-faint);
  font-family: var(--mono); font-size: 14px; white-space: nowrap;
}
.lp-claim input {
  border: 0; background: transparent; padding: 10px 4px; font-size: 15px; min-width: 0;
}
.lp-claim input:focus { box-shadow: none; outline: none; }

.lp-trust { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; color: var(--text-faint); }
.lp-trust span { display: inline-flex; align-items: center; gap: 6px; }
.lp-trust svg { width: 13px; height: 13px; fill: var(--green); flex: none; }

/* hero mock profile card */

.lp-mock-wrap { display: flex; justify-content: center; perspective: 1200px; }
.lp-mock {
  width: 100%; max-width: 330px; border-radius: 22px; padding: 0 0 22px;
  background: linear-gradient(180deg, #14141c, #0c0c11);
  border: 1px solid var(--line-strong);
  box-shadow: 0 40px 90px -40px #000, 0 0 60px -30px var(--accent);
  transform: rotate(-1.4deg);
  transition: transform .5s cubic-bezier(.2,.9,.3,1);
  overflow: hidden;
}
.lp-mock:hover { transform: rotate(0deg) translateY(-5px); }
.lp-mock-banner {
  height: 84px;
  background: linear-gradient(115deg, #7c5cff, #b794ff 45%, #4dd6ff);
  position: relative;
}
.lp-mock-banner::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, #0c0c11cc);
}
.lp-mock-body { padding: 0 20px; text-align: center; margin-top: -34px; position: relative; }
.lp-mock-av {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 12px;
  background: linear-gradient(140deg, #7c5cff, #4dd6ff);
  border: 3px solid #14141c; display: grid; place-items: center;
  font-size: 26px; font-weight: 700; color: #fff;
  box-shadow: 0 0 24px -6px var(--accent);
}
.lp-mock-name {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  font-size: 18px; font-weight: 680; letter-spacing: -.02em; margin-bottom: 2px;
}
.lp-mock-handle { font-size: 12.5px; color: var(--text-faint); margin-bottom: 4px; }
.lp-mock-uid {
  font-family: var(--mono); font-size: 10.5px; color: var(--text-faint);
  background: #ffffff0a; border: 1px solid var(--line);
  padding: 1px 8px; border-radius: 6px; display: inline-block; margin-bottom: 12px;
}
.lp-mock-bio { font-size: 12.5px; color: var(--text-dim); margin-bottom: 15px; line-height: 1.5; }
.lp-mock-socials { display: flex; justify-content: center; gap: 8px; margin-bottom: 14px; }
.lp-mock-socials i {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  background: #17171f; border: 1px solid var(--line);
}
.lp-mock-socials svg { width: 16px; height: 16px; fill: var(--text-dim); }
.lp-mock-link {
  display: flex; align-items: center; gap: 9px; padding: 10px 13px; margin-bottom: 7px;
  background: #17171f; border: 1px solid var(--line); border-radius: 11px;
  font-size: 12.5px; font-weight: 550; text-align: left;
}
.lp-mock-link svg { width: 15px; height: 15px; fill: var(--text-dim); flex: none; }
.lp-mock-meta {
  display: flex; justify-content: center; gap: 12px; margin-top: 13px; padding-top: 11px;
  border-top: 1px solid var(--line); font-size: 10.5px; color: var(--text-faint);
}

/* --------------------------------------------------------------- sections */

.lp-head { text-align: center; max-width: 620px; margin: 0 auto 40px; }
.lp-head h2 {
  font-size: clamp(27px, 3.4vw, 38px); letter-spacing: -.035em;
  line-height: 1.14; margin-bottom: 12px;
}
.lp-head p { font-size: 16px; color: var(--text-dim); line-height: 1.6; }

.lp-section { padding-bottom: 88px; }

/* feature cards */

.lp-features {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
}
.lp-feat {
  position: relative; padding: 26px 24px 28px;
  background: linear-gradient(180deg, #ffffff07, transparent 55%), var(--panel);
  border: 1px solid var(--line); border-radius: 18px;
  transition: border-color .22s, transform .22s, box-shadow .22s;
  overflow: hidden;
}
.lp-feat::before {
  content: ''; position: absolute; inset: 0; opacity: 0; pointer-events: none;
  background: radial-gradient(420px circle at 50% 0%, var(--tone, #7c5cff)1f, transparent 68%);
  transition: opacity .3s;
}
.lp-feat:hover { border-color: var(--line-strong); transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.lp-feat:hover::before { opacity: 1; }
.lp-feat .ic {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: color-mix(in srgb, var(--tone, #7c5cff) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--tone, #7c5cff) 38%, transparent);
  margin-bottom: 17px; position: relative;
}
.lp-feat .ic svg { width: 20px; height: 20px; fill: var(--tone, #7c5cff); }
.lp-feat h3 {
  font-size: 16.5px; margin-bottom: 8px; letter-spacing: -.02em;
  position: relative; line-height: 1.3;
}
.lp-feat p {
  font-size: 14px; line-height: 1.65; color: var(--text-dim);
  position: relative; margin: 0; text-wrap: pretty;
}

/* how it works */

.lp-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; counter-reset: step; }
.lp-step {
  padding: 24px; border-radius: 18px; position: relative;
  background: var(--panel); border: 1px solid var(--line);
}
.lp-step .num {
  width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center;
  background: var(--accent-soft); border: 1px solid var(--accent-line);
  color: var(--accent); font-weight: 700; font-size: 14px; margin-bottom: 15px;
  font-family: var(--mono);
}
.lp-step h3 { font-size: 15.5px; margin-bottom: 7px; }
.lp-step p { font-size: 13.5px; color: var(--text-dim); line-height: 1.6; margin: 0; }

/* featured profile cards */

.showcase-card {
  display: flex; align-items: center; gap: 12px; padding: 14px;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color .18s, transform .18s;
}
.showcase-card:hover { border-color: var(--accent-line); transform: translateY(-2px); }

/* ------------------------------------------------------------------- FAQ */

.lp-faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: 14px; overflow: hidden;
  transition: border-color .2s, background .2s;
}
.faq-item:hover { border-color: var(--line-strong); }
.faq-item.open { border-color: var(--accent-line); background: linear-gradient(180deg, var(--accent-soft), transparent 40%), var(--panel); }

.faq-q {
  width: 100%; display: flex; align-items: center; gap: 14px;
  padding: 18px 20px; background: none; border: 0; cursor: pointer;
  font: inherit; font-size: 15px; font-weight: 580; color: var(--text);
  text-align: left; letter-spacing: -.01em;
}
.faq-q:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }
.faq-q .chev {
  margin-left: auto; flex: none; width: 17px; height: 17px; fill: var(--text-faint);
  transition: transform .28s cubic-bezier(.2,.9,.3,1), fill .2s;
}
.faq-item.open .faq-q .chev { transform: rotate(180deg); fill: var(--accent); }

/* max-height animates reliably without JS measuring. The cap is far larger
   than any answer here, so nothing is ever clipped. */
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .32s cubic-bezier(.2,.9,.3,1);
}
.faq-item.open .faq-a { max-height: 620px; }
.faq-a p {
  padding: 0 20px 19px; margin: 0; font-size: 14px;
  line-height: 1.68; color: var(--text-dim); max-width: 66ch;
}

/* --------------------------------------------------------------- CTA/foot */

.lp-cta {
  text-align: center; padding: 52px 30px; border-radius: 22px; position: relative;
  background: linear-gradient(180deg, #14141c, #0b0b10);
  border: 1px solid var(--line-strong); overflow: hidden;
}
.lp-cta::before {
  content: ''; position: absolute; top: -140px; left: 50%; transform: translateX(-50%);
  width: 620px; height: 340px; pointer-events: none;
  background: radial-gradient(closest-side, #7c5cff33, transparent 70%);
}
.lp-cta h2 { font-size: clamp(25px, 3.2vw, 34px); letter-spacing: -.035em; margin-bottom: 11px; position: relative; }
.lp-cta p { color: var(--text-dim); margin-bottom: 24px; position: relative; font-size: 15.5px; }
.lp-cta .row { position: relative; justify-content: center; }

.lp-foot {
  border-top: 1px solid var(--line); margin-top: 80px; padding: 28px 0 36px;
  color: var(--text-faint); font-size: 13px;
}
.lp-foot a { color: var(--text-dim); }
.lp-foot a:hover { color: var(--text); }

/* ------------------------------------------------------------- responsive */

@media (max-width: 1000px) {
  .lp-hero { grid-template-columns: minmax(0, 1fr); gap: 44px; padding: 56px 0 64px; text-align: center; }
  .lp-lede { margin-left: auto; margin-right: auto; }
  .lp-claim { margin-left: auto; margin-right: auto; }
  .lp-trust { justify-content: center; }
  .lp-mock-wrap { order: -1; }
  .lp-mock { max-width: 300px; transform: none; }
  .lp-features, .lp-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .lp-hero { padding: 38px 0 50px; }
  .lp-features, .lp-steps { grid-template-columns: minmax(0, 1fr); }
  .lp-section { padding-bottom: 62px; }
  .lp-cta { padding: 38px 20px; }
  .faq-q { font-size: 14.5px; padding: 16px; }
  .faq-a p { padding: 0 16px 17px; }
}
