/* ============================================
   もざいくにゃん — Landing Page styles
   ============================================ */

.lp {
  width: 100%;
}

/* ===== Hero ===== */
.lp-hero {
  background:
    radial-gradient(ellipse at 20% 10%, var(--accent-soft) 0%, transparent 55%),
    radial-gradient(ellipse at 90% 80%, var(--secondary-soft) 0%, transparent 60%),
    var(--bg);
  padding: 60px 20px 60px;
  position: relative;
  overflow: hidden;
}
.lp-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 880px) {
  .lp-hero__inner { grid-template-columns: 1fr; gap: 28px; }
  .lp-hero { padding: 40px 20px 48px; }
}
.lp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--surface);
  border: 2px solid var(--line);
  padding: 6px 14px 6px 8px;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 18px;
  box-shadow: var(--shadow-card);
}
.lp-hero__badge .dot {
  width: 8px; height: 8px;
  background: var(--ok);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(79, 178, 134, 0.2);
}
.lp-hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 5.5vw, 56px);
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.lp-hero h1 .hl {
  background: linear-gradient(180deg, transparent 60%, var(--accent-soft) 60%);
  padding: 0 4px;
}
.lp-hero__sub {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--ink-soft);
  line-height: 1.85;
  margin: 0 0 28px;
  max-width: 520px;
}
.lp-hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.lp-hero__assurances {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 700;
}
.lp-hero__assurances span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lp-hero__assurances .check {
  color: var(--ok);
  font-weight: 900;
}

.lp-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-hero__visual-card {
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: var(--r-xl);
  padding: 24px;
  box-shadow: var(--shadow-card);
  width: 100%;
  max-width: 460px;
  transform: rotate(-1.2deg);
  position: relative;
}
.lp-hero__visual-card::before {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  background: var(--accent-soft);
  border-radius: var(--r-xl);
  z-index: -1;
}

/* ===== Before / After ===== */
.ba {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}
.ba__panel {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ba__panel .ba__label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
  text-transform: uppercase;
  text-align: center;
}
.ba__panel--after .ba__label {
  color: var(--accent-deep);
}
.ba__img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 2px solid var(--line);
  background: var(--bg-alt);
  display: block;
}
.ba__arrow {
  color: var(--accent);
  font-size: 24px;
  font-weight: 900;
}

/* ===== Section base ===== */
.lp-section {
  padding: 70px 20px;
}
.lp-section--alt {
  background: var(--bg-alt);
}
.lp-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.lp-section__head {
  text-align: center;
  margin-bottom: 40px;
}
.lp-section__eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--accent-deep);
  background: var(--accent-soft);
  padding: 6px 14px;
  border-radius: var(--r-pill);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.lp-section h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.3;
  margin: 0 0 12px;
  color: var(--ink);
}
.lp-section__lede {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.85;
  margin: 0 auto;
  max-width: 600px;
}

/* ===== Features (3up) ===== */
.lp-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 820px) { .lp-features { grid-template-columns: 1fr; } }
.lp-feature {
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: var(--r-xl);
  padding: 28px 26px;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.lp-feature__icon {
  width: 72px; height: 72px;
  border-radius: 20px;
  background: var(--accent-soft);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.lp-feature--mint .lp-feature__icon { background: var(--secondary-soft); }
.lp-feature--green .lp-feature__icon { background: rgba(79, 178, 134, 0.15); }
.lp-feature h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 10px;
  color: var(--ink);
}
.lp-feature p {
  margin: 0;
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.8;
}

/* ===== Big demo (B/A) section ===== */
.lp-demo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 820px) { .lp-demo-grid { grid-template-columns: 1fr; } }
.lp-demo-card {
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: var(--r-xl);
  padding: 22px;
  box-shadow: var(--shadow-card);
}
.lp-demo-card h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  margin: 16px 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-demo-card h3 .pill {
  font-size: 11px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  padding: 3px 10px;
  border-radius: var(--r-pill);
  font-weight: 800;
}
.lp-demo-card p {
  margin: 0;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ===== Steps (3 horizontal) ===== */
.lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
@media (max-width: 820px) { .lp-steps { grid-template-columns: 1fr; } }
.lp-step {
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: var(--r-xl);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow-card);
}
.lp-step__num {
  display: inline-grid;
  place-items: center;
  width: 56px; height: 56px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 26px;
  box-shadow: var(--shadow-pop);
  margin-bottom: 16px;
}
[data-mode="dark"] .lp-step__num { color: #15121C; }
.lp-step h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  margin: 0 0 8px;
}
.lp-step p {
  margin: 0;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.75;
}
.lp-step__visual {
  background: var(--bg-alt);
  border-radius: var(--r-md);
  padding: 14px;
  margin: 14px 0 16px;
  display: grid;
  place-items: center;
}

/* ===== Use cases compact ===== */
.lp-cases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 980px) { .lp-cases { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .lp-cases { grid-template-columns: 1fr; } }
.lp-case {
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: var(--r-lg);
  padding: 18px;
  box-shadow: var(--shadow-card);
  text-align: center;
}
.lp-case__icon {
  width: 48px; height: 48px;
  margin: 0 auto 10px;
  background: var(--accent-soft);
  border-radius: 14px;
  display: grid;
  place-items: center;
}
.lp-case h4 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  margin: 0 0 4px;
  color: var(--ink);
}
.lp-case p {
  margin: 0;
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* ===== Comparison table ===== */
.lp-compare {
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.lp-compare table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}
.lp-compare th, .lp-compare td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.lp-compare thead th {
  background: var(--bg-alt);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  color: var(--ink);
}
.lp-compare thead th.is-ours {
  background: var(--accent);
  color: #fff;
}
[data-mode="dark"] .lp-compare thead th.is-ours { color: #15121C; }
.lp-compare tbody td:first-child {
  font-weight: 700;
  color: var(--ink);
  font-size: 14px;
}
.lp-compare tbody td {
  color: var(--ink-soft);
}
.lp-compare tbody td.is-ours {
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-weight: 700;
}
.lp-compare tbody tr:last-child td { border-bottom: none; }
.lp-compare .yes { color: var(--ok); font-weight: 900; }
.lp-compare .no { color: var(--ink-mute); }
@media (max-width: 700px) {
  .lp-compare { font-size: 13px; }
  .lp-compare th, .lp-compare td { padding: 12px 10px; }
}

/* ===== Testimonials ===== */
.lp-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 880px) { .lp-testimonials { grid-template-columns: 1fr; } }
.lp-tm {
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: var(--r-xl);
  padding: 24px;
  box-shadow: var(--shadow-card);
  position: relative;
}
.lp-tm__quote-mark {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 56px;
  color: var(--accent-soft);
  line-height: 0.5;
  margin-bottom: 14px;
  height: 24px;
}
.lp-tm__quote {
  margin: 0 0 18px;
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.85;
}
.lp-tm__person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lp-tm__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.lp-tm__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  color: var(--ink);
}
.lp-tm__role {
  font-size: 12px;
  color: var(--ink-mute);
  margin-top: 2px;
}

/* ===== FAQ teaser ===== */
.lp-faq {
  max-width: 760px;
  margin: 0 auto;
}
.lp-faq details {
  background: var(--surface);
  border: 2px solid var(--line);
  border-radius: var(--r-lg);
  margin: 10px 0;
  box-shadow: var(--shadow-card);
}
.lp-faq details[open] { border-color: var(--accent); }
.lp-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 50px 18px 22px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  color: var(--ink);
  position: relative;
  line-height: 1.5;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
  content: "＋";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--accent-deep);
}
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq__body {
  padding: 0 22px 18px;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.85;
}

/* ===== Final CTA ===== */
.lp-final {
  text-align: center;
  padding: 70px 20px 80px;
  background:
    radial-gradient(ellipse at 50% 0%, var(--accent-soft) 0%, transparent 50%),
    var(--bg);
}
.lp-final h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 4.5vw, 44px);
  margin: 0 0 14px;
  line-height: 1.25;
}
.lp-final p {
  font-size: 17px;
  color: var(--ink-soft);
  margin: 0 0 28px;
}
.lp-final__cta { display: inline-flex; flex-direction: column; align-items: center; gap: 10px; }
.lp-final__cta .btn { padding: 18px 40px; font-size: 18px; }
.lp-final__cta .note {
  font-size: 12px;
  color: var(--ink-mute);
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
