/* ============================================================
   Xomexo landing — dark, product-led
   ============================================================ */
body.lp { display: block; }

/* ambient glow behind the fold */
.lp-glow { position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(760px 420px at 22% -6%, rgba(109,139,255,.16), transparent 66%),
    radial-gradient(620px 380px at 88% 4%, rgba(160,107,255,.13), transparent 66%); }
.lp > *:not(.lp-glow) { position: relative; z-index: 1; }

/* ---------- nav ---------- */
.lp-nav {
  display: flex; align-items: center; gap: 28px;
  padding: 16px 30px; max-width: 1180px; margin: 0 auto;
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
}
.lp-brand { display: flex; align-items: center; gap: 10px; font-weight: 660;
  font-size: 17.5px; color: var(--text); text-decoration: none; letter-spacing: -.03em; }
.lp-links { display: flex; align-items: center; gap: 2px; }
.lp-links a { color: var(--muted); text-decoration: none; padding: 7px 12px;
  border-radius: 7px; font-weight: 520; font-size: 14px; transition: .14s; }
.lp-links a:hover { color: var(--text); background: var(--surface-2); }
.lp-nav-cta { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.lp-btn, .lp-btn-ghost { border-radius: 8px; font-weight: 600; text-decoration: none;
  transition: .16s; font-size: 14px; display: inline-block; }
.lp-btn { background: linear-gradient(140deg, var(--accent), var(--accent-2));
  color: #fff !important; padding: 9px 17px;
  box-shadow: 0 4px 16px -5px rgba(109,139,255,.65); }
.lp-btn:hover { filter: brightness(1.12); transform: translateY(-1px); }
.lp-btn-ghost { border: 1px solid var(--border-2); color: var(--text) !important; padding: 8px 16px; }
.lp-btn-ghost:hover { background: var(--surface-2); }
.lp-btn-lg { padding: 14px 30px !important; font-size: 15.5px; }

/* ---------- hero ---------- */
.lp-hero {
  max-width: 1180px; margin: 0 auto; padding: 68px 30px 76px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.lp-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 999px; padding: 6px 15px; font-size: 12.8px;
  font-weight: 560; color: var(--text-2); margin-bottom: 26px;
}
.lp-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--good);
  box-shadow: 0 0 0 3px var(--good-bg); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.45} }
.lp-hero h1 { font-size: clamp(38px, 5.2vw, 60px); line-height: 1.02;
  letter-spacing: -.042em; margin-bottom: 22px; font-weight: 660; }
.lp-grad { background: linear-gradient(96deg, var(--accent), var(--accent-2) 70%, #e879f9);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-sub { font-size: 17px; color: var(--muted); max-width: 520px;
  margin: 0 0 30px; line-height: 1.65; }
.lp-sub em { color: var(--text-2); font-style: italic; }

.lp-demo { display: flex; gap: 9px; max-width: 470px; }
.lp-demo input {
  flex: 1; padding: 14px 17px; border: 1px solid var(--border-2); border-radius: 11px;
  background: var(--surface); color: var(--text); font: inherit; font-size: 14.5px;
  transition: .14s;
}
.lp-demo input:focus { outline: none; border-color: var(--accent); box-shadow: var(--ring); }
.lp-demo button {
  padding: 14px 26px; border: 0; border-radius: 11px; color: #fff; font: inherit;
  font-weight: 620; font-size: 14.5px; cursor: pointer; white-space: nowrap; transition: .15s;
  background: linear-gradient(140deg, var(--accent), var(--accent-2));
  box-shadow: 0 4px 16px -5px rgba(109,139,255,.65); min-width: 104px;
}
.lp-demo button:hover { filter: brightness(1.12); }
.lp-demo button:disabled { opacity: .55; cursor: progress; }
.lp-demo-hint { margin: 10px 2px 0; font-size: 12.8px; }

.lp-proof { display: flex; align-items: center; gap: 22px; margin-top: 36px; flex-wrap: wrap; }
.lp-proof div { display: flex; flex-direction: column; }
.lp-proof strong { font-size: 21px; font-weight: 660; letter-spacing: -.03em; }
.lp-proof span { color: var(--muted); font-size: 12.4px; }
.lp-proof .sep { width: 1px; height: 30px; background: var(--border-2); }

/* ---------- hero product mock ---------- */
.lp-hero-visual { perspective: 1200px; }
.mock {
  background: var(--surface); border: 1px solid var(--border-2);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(109,139,255,.08);
  transform: rotateY(-7deg) rotateX(3deg); transition: transform .5s cubic-bezier(.2,.7,.3,1);
}
.mock:hover { transform: rotateY(-2deg) rotateX(1deg); }
.mock-bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px;
  background: var(--surface-2); border-bottom: 1px solid var(--border); }
.mock-bar .dot { width: 10px; height: 10px; border-radius: 50%; }
.mock-bar .dot.r { background: #ff5f57; } .mock-bar .dot.y { background: #febc2e; }
.mock-bar .dot.g { background: #28c840; }
.mock-title { margin-left: 8px; font-size: 12px; color: var(--muted);
  font-family: ui-monospace, monospace; }
.mock-body { padding: 6px 0; }
.mock-row { display: flex; align-items: center; gap: 12px; padding: 11px 16px;
  border-bottom: 1px solid var(--border); animation: slideIn .3s ease; }
.mock-row:last-child { border-bottom: 0; }
.mock-row.dim { opacity: .62; }
.mock-row .mono { flex: 1; font-family: ui-monospace, monospace; font-size: 12.6px;
  color: var(--text-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mock-row.live { background: var(--accent-soft); }
@keyframes slideIn { from{opacity:0;transform:translateX(-8px)} to{opacity:1;transform:none} }
.mock-foot { display: flex; align-items: center; justify-content: space-between;
  padding: 11px 16px; background: var(--surface-2); border-top: 1px solid var(--border);
  font-family: ui-monospace, monospace; font-size: 11.6px; color: var(--muted); }
.mock-foot .ok { color: var(--good); }

/* ---------- band ---------- */
.lp-band { max-width: 1180px; margin: 0 auto; padding: 26px 30px;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.lp-band > span { color: var(--muted); font-size: 12.5px; font-weight: 560;
  text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.lp-band-items { display: flex; gap: 30px; flex-wrap: wrap; }
.lp-band-items span { color: var(--text-2); font-weight: 560; font-size: 14.5px; opacity: .72; }

/* ---------- sections ---------- */
.lp-section { max-width: 1180px; margin: 0 auto; padding: 92px 30px; }
.lp-head { max-width: 620px; margin: 0 auto 52px; text-align: center; }
.lp-eyebrow { color: var(--accent); font-weight: 640; font-size: 12px;
  text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; }
.lp-section h2 { font-size: clamp(28px, 3.8vw, 40px); letter-spacing: -.035em; margin-bottom: 14px; }
.lead { color: var(--muted); font-size: 16px; margin: 0; line-height: 1.6; }
.lp-alt { max-width: none; background: var(--bg-2);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.lp-alt > * { max-width: 1180px; margin-left: auto; margin-right: auto; }

.lp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 18px; }
.lp-card { background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 26px; transition: .2s; }
.lp-card:hover { border-color: var(--border-2); transform: translateY(-3px); box-shadow: var(--shadow); }
.lp-card.accent { border-color: rgba(109,139,255,.35);
  background: linear-gradient(160deg, var(--accent-soft), var(--surface) 60%); }
.lp-card h3 { margin: 16px 0 9px; font-size: 17px; }
.lp-card p { margin: 0; color: var(--muted); font-size: 14.2px; line-height: 1.65; }
.lp-ic { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  background: var(--surface-2); border: 1px solid var(--border); color: var(--accent); }
.lp-ic svg { width: 20px; height: 20px; }
.lp-card.accent .lp-ic { background: rgba(109,139,255,.15); border-color: rgba(109,139,255,.3); }

.lp-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 30px; }
.lp-step .n { display: inline-block; font-family: ui-monospace, monospace; font-size: 12.5px;
  font-weight: 700; color: var(--accent); letter-spacing: .06em; margin-bottom: 12px;
  padding: 4px 9px; border-radius: 6px; background: var(--accent-soft);
  border: 1px solid rgba(109,139,255,.22); }
.lp-step h3 { margin: 0 0 8px; font-size: 16.5px; }
.lp-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

/* ---------- code section ---------- */
.lp-code-sec { display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; align-items: center; }
.lp-code-copy h2 { text-align: left; }
.lp-code-copy .lp-eyebrow { text-align: left; }
.lp-code { background: var(--surface); border: 1px solid var(--border-2);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.lp-code pre { margin: 0; padding: 20px; overflow-x: auto; font-size: 12.8px; line-height: 1.75; }
.lp-code code { background: none; border: 0; padding: 0; color: var(--text-2); }
.c-dim { color: var(--muted); } .c-str { color: #7ee787; }
.c-key { color: #79c0ff; } .c-ok { color: var(--good); font-weight: 600; }
.c-num { color: #ffab70; }

/* ---------- CTA ---------- */
.lp-cta { text-align: center; padding: 100px 30px; position: relative; }
.lp-cta::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(640px 280px at 50% 50%, rgba(109,139,255,.13), transparent 68%); }
.lp-cta h2 { font-size: clamp(29px, 4vw, 44px); letter-spacing: -.038em; margin-bottom: 12px; }
.lp-cta p { margin: 0 0 30px; }
.lp-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- footer ---------- */
.lp-footer { border-top: 1px solid var(--border); padding: 36px 30px;
  display: flex; align-items: center; gap: 26px; flex-wrap: wrap;
  max-width: 1180px; margin: 0 auto; }
.lp-foot-brand { display: flex; align-items: center; gap: 11px; }
.lp-foot-brand .logo { width: 30px; height: 30px; border-radius: 9px; }
.lp-foot-brand .logo svg { width: 16px; height: 16px; }
.lp-foot-brand div { display: flex; flex-direction: column; line-height: 1.35; }
.lp-foot-brand strong { font-size: 15px; }
.lp-foot-brand .muted { font-size: 12.5px; }
.lp-foot-links { margin-left: auto; display: flex; gap: 22px; flex-wrap: wrap; }
.lp-foot-links a { color: var(--muted); text-decoration: none; font-size: 13.5px; }
.lp-foot-links a:hover { color: var(--text); }

/* ---------- pricing ---------- */
.price { font-size: 40px; font-weight: 680; letter-spacing: -.04em; margin: 10px 0 20px; }
.price span { font-size: 15px; color: var(--muted); font-weight: 500; letter-spacing: 0; }
.plan { list-style: none; padding: 0; margin: 0 0 26px; }
.plan li { padding: 8px 0 8px 26px; position: relative; color: var(--text-2); font-size: 14.2px; }
.plan li::before { content: ""; position: absolute; left: 2px; top: 14px;
  width: 12px; height: 6px; border-left: 2px solid var(--good); border-bottom: 2px solid var(--good);
  transform: rotate(-45deg); }
.lp-card.featured { border-color: var(--accent); position: relative;
  background: linear-gradient(160deg, var(--accent-soft), var(--surface) 55%);
  box-shadow: 0 0 0 1px rgba(109,139,255,.3), var(--shadow-lg); }
.lp-card.featured .tag { position: absolute; top: -11px; left: 26px;
  background: linear-gradient(140deg, var(--accent), var(--accent-2)); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 999px;
  letter-spacing: .05em; text-transform: uppercase; }

/* ---------- verify banner ---------- */
.verify-banner { background: var(--warn-bg); color: var(--warn);
  border: 1px solid var(--warn-br); border-radius: var(--radius);
  padding: 12px 16px; margin-bottom: 20px; font-size: 13.8px; font-weight: 540;
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.verify-banner button { background: var(--warn); color: #1a1200; border: 0; font-weight: 620; }

@media (max-width: 940px) {
  .lp-hero { grid-template-columns: 1fr; gap: 44px; padding-top: 48px; }
  .lp-hero-visual { max-width: 520px; }
  .mock { transform: none; }
  .lp-code-sec { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 700px) {
  .lp-nav { padding: 14px 18px; gap: 12px; }
  .lp-links { display: none; }
  .lp-hero { padding: 36px 18px 56px; }
  .lp-demo { flex-direction: column; }
  .lp-section { padding: 62px 18px; }
  .lp-band { padding: 20px 18px; gap: 14px; }
  .lp-band-items { gap: 16px; }
  .lp-foot-links { margin-left: 0; gap: 16px; }
}
