/* P1 product LP · Soft Structuralism · viral cyan · one dark price band */
body.lp-p1 {
  --page: #f3f4f6;
  --lp-ink: #18181b;
  --lp-mute: #3f3f46;
  --lp-line: rgb(24 24 27 / 0.1);
  --lp-surface: #fafafa;
  --lp-accent: #22bbff;
  --lp-on-accent: #050505;
  --lp-ico-bg: rgb(5 5 5 / 0.12);
  --lp-bezel: rgb(24 24 27 / 0.03);
  --lp-input: #fff;
  --lp-ink-brand: #006ea8;
  background: #f3f4f6;
  color: #18181b;
}
body.lp-p1 a { color: var(--lp-ink-brand); }

.p1-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  gap: 40px;
  align-items: start;
  padding: 24px 0 48px;
}
.p1-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 800;
  max-width: 20ch;
}
.p1-hero .lead {
  margin: 0 0 22px;
  font-size: 1.02rem;
  line-height: 1.4;
  color: var(--lp-mute);
  max-width: 34ch;
}
.p1-form { display: grid; gap: 12px; }
.p1-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }

.p1-phone .lp-bezel { width: min(100%, 340px); margin-left: auto; }
.p1-phone-in {
  border-radius: 26px;
  background: #fff;
  min-height: 460px;
  padding: 22px 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p1-phone-brand {
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: 1.18rem;
}
.p1-phone-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #ececef;
}
.p1-phone-item strong { display: block; }
.p1-phone-item span { color: #71717a; font-size: 0.82rem; }
.p1-phone-price { font-family: var(--mono); font-weight: 800; color: var(--lp-ink); }
.p1-qr {
  margin-top: auto;
  display: grid;
  place-items: center;
  min-height: 168px;
  background: #f4f4f5;
  border-radius: 18px;
}
.p1-qr img { width: 148px; height: 148px; object-fit: contain; }
.p1-qr-empty { color: #71717a; font-size: 0.82rem; text-align: center; padding: 24px; }

.p1-proof {
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
  padding: 14px 0;
}
.p1-proof .lp-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  font-size: 0.88rem;
  font-weight: 600;
}

.p1-how { padding: 88px 0 40px; }
.p1-how h2 {
  margin: 0 0 36px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.03em;
  max-width: 16ch;
}
.p1-how-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 40px;
}
body.lp-p1 .p1-how-grid h3 {
  margin: 0 0 8px;
  font-family: var(--mono);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--lp-ink-brand);
  letter-spacing: -0.03em;
}
.p1-how-grid p { margin: 0; color: var(--lp-mute); max-width: 32ch; }

.p1-demo { padding: 72px 0 96px; }
.p1-demo h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: -0.03em;
  max-width: 18ch;
}
.p1-demo p { margin: 0 0 22px; color: var(--lp-mute); max-width: 46ch; }

.p1-money { padding: 96px 0; }
.p1-money h2 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  letter-spacing: -0.03em;
  max-width: 18ch;
}
.p1-money > p { color: var(--lp-mute); max-width: 46ch; }
.p1-receipt {
  margin-top: 28px;
  padding: 22px 22px 20px;
  background: #050505;
  color: #f4f4f5;
  border-radius: 24px;
  font-family: var(--mono);
  font-size: 0.86rem;
  line-height: 1.7;
}
.p1-receipt b { color: #22bbff; font-size: 1.05rem; }

.p1-cash { padding: 40px 0 48px; }
.p1-cash h2 {
  margin: 0 0 22px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  letter-spacing: -0.03em;
}
.p1-cash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.p1-cash-table th,
.p1-cash-table td {
  text-align: left;
  vertical-align: top;
  padding: 14px 16px 14px 0;
  border-top: 1px solid var(--lp-line);
}
.p1-cash-table thead th {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  border-top: 0;
  color: var(--lp-ink);
}
.p1-cash-table tbody th {
  width: 7.5rem;
  font-weight: 800;
  color: var(--lp-ink);
}
.p1-cash-table td { color: var(--lp-mute); max-width: 28ch; }
.p1-cash-table tbody tr:last-child th,
.p1-cash-table tbody tr:last-child td { border-bottom: 1px solid var(--lp-line); }

.p1-vs { padding: 40px 0 80px; }
.p1-vs h2 {
  margin: 0 0 28px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  letter-spacing: -0.03em;
}
.p1-vs-list { margin: 0; }
.p1-vs-list > div {
  display: grid;
  grid-template-columns: minmax(12ch, 22ch) minmax(0, 1fr);
  gap: 16px 32px;
  padding: 20px 0;
  border-top: 1px solid var(--lp-line);
}
.p1-vs-list > div:last-child { border-bottom: 1px solid var(--lp-line); }
.p1-vs-list dt {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.p1-vs-list dd { margin: 0; color: var(--lp-mute); max-width: 58ch; }

.p1-honest { padding: 40px 0 80px; }
.p1-honest h2 {
  margin: 0 0 28px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  letter-spacing: -0.03em;
}
.p1-honest-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px 48px;
}
.p1-honest h3 { margin: 0 0 10px; font-size: 1.05rem; }
.p1-honest ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; color: #3f3f46; }
.p1-honest .soon { color: #71717a; }

.p1-price {
  padding: 0 0 88px;
  background: #050505;
  color: #f6faff;
}
.p1-price::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #0044c4, #22bbff, #7fe7ff);
}
.p1-price .lp-wrap { padding-top: 88px; }
body.lp-p1 .p1-price-num {
  font-size: clamp(3rem, 8vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.95;
  color: #22bbff;
}
.p1-price p { max-width: 40ch; color: #c3d4ea; }
body.lp-p1 .p1-price .lp-btn { margin-top: 8px; }

.p1-faq { padding: 88px 0; }
.p1-faq h2 { margin: 0 0 20px; letter-spacing: -0.03em; }

.p1-end { padding: 40px 0 88px; }
.p1-end h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  letter-spacing: -0.03em;
}
.p1-end p { color: var(--lp-mute); max-width: 40ch; }
.p1-end-ai { margin-top: 28px; font-size: 0.82rem; color: #71717a; }

#p1-stick { display: none; }

@media (max-width: 768px) {
  .p1-hero { grid-template-columns: 1fr; gap: 24px; padding: 16px 0 36px; }
  .p1-hero h1 { max-width: none; }
  .p1-phone .lp-bezel { margin: 0 auto; }
  .p1-how-grid,
  .p1-honest-grid,
  .p1-vs-list > div { grid-template-columns: 1fr; }
  .p1-cash-table thead th:first-child { display: none; }
  .p1-how, .p1-demo, .p1-money, .p1-cash, .p1-vs, .p1-honest, .p1-faq, .p1-end { padding: 56px 0; }
  .p1-price .lp-wrap { padding-top: 56px; padding-bottom: 56px; }
  body.lp-p1 { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
  #p1-stick:not([hidden]) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgb(250 250 250 / 0.94);
    border-top: 1px solid var(--lp-line);
    box-shadow: 0 -12px 32px -18px rgb(15 23 42 / 0.35);
  }
  #p1-stick p {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--lp-mute);
  }
  .p1-stick-act { display: flex; gap: 8px; }
  .p1-stick-act .lp-btn,
  .p1-stick-act .lp-btn-ghost {
    flex: 1;
    justify-content: center;
    min-height: 44px;
  }
}
