/* PropAI landing — white.
   Its own product. The dark LUMIQ site sells a feeling; this sells a tool,
   so it is bright, direct, and shows the real interface within one screen.
   Shares only the gold and the violet accent with the workspace. */

.plp {
  --ink: #17181a;
  --ink-2: #5f6368;
  --ink-3: #8b8f96;
  --line: #ebeced;
  --paper: #ffffff;
  --paper-2: #fafbfb;
  --gold: #d9a441;
  --gold-2: #f0cd82;
  --gold-wash: #fdf7ec;
  --violet: #7c6bd4;

  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-ui);
  min-height: 100vh;
}

.plp .icon { width: 17px; height: auto; flex-shrink: 0; }

/* ---- Nav ---------------------------------------------------------------- */

.plp__nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  height: 72px;
  padding: 0 44px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.plp__logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.plp__badge {
  display: grid; place-items: center; width: 34px; height: 34px;
  border-radius: 10px; background: linear-gradient(150deg, var(--gold-2), var(--gold));
  color: #fff; font-family: var(--font-display); font-size: 19px; font-weight: 600; line-height: 1;
}
.plp__word { font-family: var(--font-mark); font-size: 19px; font-weight: 600; letter-spacing: 0.14em; color: var(--ink); }
.plp__sub {
  padding: 3px 8px; border-radius: 6px; background: var(--gold-wash);
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em; color: var(--gold);
}

.plp__links { display: flex; gap: 28px; }
.plp__links a { font-size: 14.5px; color: var(--ink-2); text-decoration: none; transition: color 160ms var(--ease); }
.plp__links a:hover { color: var(--ink); }

.plp__navcta { display: flex; align-items: center; gap: 11px; }

.plp__ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 40px; padding: 0 18px;
  border: 1px solid var(--line); border-radius: 9px;
  font-size: 14px; color: var(--ink); text-decoration: none;
  transition: border-color 160ms var(--ease), background-color 160ms var(--ease);
}
.plp__ghost:hover { border-color: #dcdddf; background: var(--paper-2); }
.plp__ghost--lg { height: 52px; padding: 0 26px; font-size: 15px; border-radius: 11px; }

.plp__gold {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 40px; padding: 0 20px; border-radius: 9px;
  background: linear-gradient(100deg, var(--gold-2), var(--gold));
  color: #fff; font-size: 14px; font-weight: 600; text-decoration: none;
  transition: transform 160ms var(--ease), box-shadow 160ms var(--ease);
}
.plp__gold:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(217, 164, 65, 0.32); }
.plp__gold--lg { height: 52px; padding: 0 28px; font-size: 15.5px; border-radius: 11px; }

/* ---- Hero ---------------------------------------------------------------- */

.plp__hero {
  position: relative;
  text-align: center;
  padding: 74px 44px 0;
  background:
    radial-gradient(60% 46% at 50% 0%, rgba(217, 164, 65, 0.08) 0%, transparent 70%),
    radial-gradient(40% 34% at 84% 12%, rgba(124, 107, 212, 0.07) 0%, transparent 70%);
}

.plp__pill {
  display: inline-flex; align-items: center; gap: 8px;
  height: 34px; padding: 0 16px;
  border: 1px solid var(--line); border-radius: 999px;
  background: var(--paper);
  font-size: 13px; color: var(--ink-2);
}
.plp__pill .icon { color: var(--gold); width: 14px; }

.plp__h1 {
  margin: 22px 0 0;
  font-family: var(--font-display);
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.plp__h1 em { font-style: italic; color: var(--gold); }
.plp__h1--sm { font-size: 44px; }

.plp__lede {
  max-width: 620px;
  margin: 22px auto 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-2);
}

.plp__cta { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.plp__note { margin: 16px 0 0; font-size: 13px; color: var(--ink-3); }

/* Product shot — the real interface, one screen in. */
.plp__shot {
  max-width: 1000px;
  margin: 52px auto 0;
  border: 1px solid var(--line);
  border-radius: 16px 16px 0 0;
  background: var(--paper);
  box-shadow: 0 -1px 0 rgba(0,0,0,0.02), 0 34px 70px -30px rgba(23, 24, 26, 0.28);
  overflow: hidden;
  text-align: left;
}
.plp__shotbar { display: flex; gap: 7px; padding: 13px 16px; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.plp__shotbar i { width: 10px; height: 10px; border-radius: 50%; background: #e2e3e5; }
.plp__shotbody { display: grid; grid-template-columns: 178px minmax(0, 1fr); }
.plp__shotside { display: flex; flex-direction: column; gap: 2px; padding: 14px 10px; border-right: 1px solid var(--line); }
.plp__shotside span {
  display: flex; align-items: center; gap: 9px;
  height: 34px; padding: 0 10px; border-radius: 8px;
  font-size: 12.5px; color: var(--ink-2);
}
.plp__shotside .is-on { background: var(--gold-wash); color: var(--gold); font-weight: 500; }
.plp__shotside .icon { width: 14px; }
.plp__shotmain { padding: 18px 20px 22px; }
.plp__shotrow { display: flex; align-items: baseline; justify-content: space-between; }
.plp__shotrow b { font-size: 15px; font-weight: 600; }
.plp__shotrow em { font-size: 12.5px; font-style: normal; color: var(--gold); }
.plp__shotgrid { display: grid; grid-template-columns: 1fr 34px 1fr; gap: 12px; align-items: center; margin-top: 14px; }
.plp__shotgrid .pshot { height: 148px; border-radius: 10px; }
.plp__arrow { display: grid; place-items: center; color: var(--gold); }
.plp__shotbtn {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  height: 44px; margin-top: 14px; border-radius: 10px;
  background: linear-gradient(100deg, var(--gold-2), var(--gold));
  color: #fff; font-size: 14px; font-weight: 600;
}
.plp__shotbtn .icon { width: 15px; }

/* ---- Proof strip ----------------------------------------------------------- */

.plp__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 34px 44px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
  text-align: center;
}
.plp__proof b { display: block; font-size: 28px; font-weight: 600; letter-spacing: -0.01em; }
.plp__proof i { display: block; margin-top: 5px; font-size: 13px; font-style: normal; color: var(--ink-2); }

/* ---- Sections -------------------------------------------------------------- */

.plp__sec { padding: 78px 44px; text-align: center; }
.plp__sec--tint { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.plp__eyebrow {
  margin: 0; font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
}
.plp__h2 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: 40px; font-weight: 500; letter-spacing: -0.015em;
}
.plp__sub2 { margin: 14px auto 0; max-width: 560px; font-size: 16px; color: var(--ink-2); }

.plp__tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1080px;
  margin: 44px auto 0;
  text-align: left;
}
.plp__tool {
  position: relative;
  display: block;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  text-decoration: none;
  transition: transform 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}
.plp__tool:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 164, 65, 0.5);
  box-shadow: 0 18px 38px -20px rgba(23, 24, 26, 0.24);
}
.plp__toolI {
  display: grid; place-items: center; width: 42px; height: 42px;
  border-radius: 11px; background: var(--gold-wash); color: var(--gold);
}
.plp__tool b { display: flex; align-items: center; gap: 9px; margin-top: 16px; font-size: 16.5px; font-weight: 600; color: var(--ink); }
.plp__tool b em {
  padding: 2px 7px; border-radius: 5px; background: var(--gold-wash);
  font-size: 10px; font-style: normal; font-weight: 600; color: var(--gold);
}
.plp__tool i { display: block; margin-top: 8px; font-size: 13.5px; font-style: normal; line-height: 1.6; color: var(--ink-2); }
.plp__toolGo {
  position: absolute; top: 24px; right: 24px;
  color: var(--ink-3); opacity: 0; transform: translateX(-4px);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}
.plp__tool:hover .plp__toolGo { opacity: 1; transform: translateX(0); color: var(--gold); }

.plp__steps {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px; max-width: 940px; margin: 44px auto 0; text-align: left;
}
.plp__step { padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.plp__stepI {
  display: grid; place-items: center; width: 46px; height: 46px;
  border-radius: 50%; background: #f1eefe; color: var(--violet);
}
.plp__step b { display: flex; align-items: baseline; gap: 10px; margin-top: 18px; font-size: 17px; font-weight: 600; }
.plp__step b em { font-family: var(--font-display); font-style: normal; font-size: 14px; color: var(--gold); }
.plp__step i { display: block; margin-top: 9px; font-size: 14px; font-style: normal; line-height: 1.6; color: var(--ink-2); }

.plp__packs {
  display: grid; grid-template-columns: repeat(3, minmax(0, 260px));
  gap: 16px; justify-content: center; margin: 44px auto 0;
}
.plp__pack {
  position: relative; padding: 28px 20px;
  border: 1px solid var(--line); border-radius: 14px; background: var(--paper);
}
.plp__pack.is-on { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-wash); }
.plp__packFlag {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  padding: 4px 12px; border-radius: 999px; white-space: nowrap;
  background: linear-gradient(150deg, var(--gold-2), var(--gold));
  color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.06em;
}
.plp__pack b { display: block; font-size: 38px; font-weight: 600; letter-spacing: -0.02em; }
.plp__pack i { display: block; font-size: 13px; font-style: normal; color: var(--ink-2); }
.plp__pack em { display: block; margin-top: 12px; font-size: 12.5px; font-style: normal; color: var(--ink-3); }
.plp__packP { display: block; margin-top: 18px; font-size: 22px; font-weight: 600; color: var(--gold); }
.plp__center { display: inline-flex; margin-top: 30px; }

/* ---- Final + footer ---------------------------------------------------------- */

.plp__final {
  padding: 86px 44px;
  text-align: center;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(50% 60% at 50% 100%, rgba(217, 164, 65, 0.1) 0%, transparent 70%),
    var(--paper);
}
.plp__final .plp__gold { margin-top: 28px; }

.plp__foot { padding: 44px 44px 30px; border-top: 1px solid var(--line); background: var(--paper-2); }
.plp__footTop { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.plp__footCols { display: grid; grid-template-columns: repeat(3, 150px); gap: 24px; }
.plp__footCols b { display: block; margin-bottom: 12px; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.plp__footCols a { display: block; margin-bottom: 9px; font-size: 13.5px; color: var(--ink-2); text-decoration: none; }
.plp__footCols a:hover { color: var(--ink); }
.plp__copy { margin: 20px 0 0; font-size: 12.5px; color: var(--ink-3); }

@media (max-width: 1100px) {
  .plp__tools, .plp__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plp__links { display: none; }
}
