/* Lani 精密四柱推命 — Cocoon-independent surface */
:root {
  --lani-fp-ink: #17131f;
  --lani-fp-muted: #6a6174;
  --lani-fp-bg: #f3efe8;
  --lani-fp-card: rgba(255, 252, 247, 0.92);
  --lani-fp-line: #e3d9cc;
  --lani-fp-accent: #6b3fa0;
  --lani-fp-accent-deep: #3a1f63;
  --lani-fp-accent-soft: #f0e8f8;
  --lani-fp-gold: #c9a45c;
  --lani-fp-gold-soft: #f4ead0;
  --lani-fp-wood: #2f7d4a;
  --lani-fp-fire: #c45c3e;
  --lani-fp-earth: #b08a3c;
  --lani-fp-metal: #6b7280;
  --lani-fp-water: #3a6ea5;
  --lani-fp-radius: 18px;
  --lani-fp-shadow: 0 18px 50px rgba(23, 19, 31, 0.08);
  --lani-fp-font: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  --lani-fp-sans: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lani-fp {
  margin: 0;
  color: var(--lani-fp-ink);
  background:
    radial-gradient(1100px 520px at 50% -12%, rgba(90, 47, 143, 0.55), transparent 60%),
    radial-gradient(700px 380px at 100% 8%, rgba(201, 164, 92, 0.14), transparent 50%),
    linear-gradient(180deg, #120a22 0%, #2a1548 18%, #ebe4f4 34%, var(--lani-fp-bg) 48%, #f7f3ec 100%);
  font-family: var(--lani-fp-sans);
  line-height: 1.75;
}
.lani-fp-skip {
  position: absolute; left: -9999px; top: auto;
}
.lani-fp-skip:focus {
  left: 12px; top: 12px; z-index: 1000;
  background: #fff; padding: 8px 12px;
}
.lani-fp-preview-notice {
  background: #17131f;
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
}
.lani-fp-header {
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
  background: rgba(18, 10, 34, 0.72);
  backdrop-filter: blur(14px);
  position: sticky; top: 0; z-index: 20;
  color: #f4efff;
}
.lani-fp-header__inner,
.lani-fp-main,
.lani-fp-footer {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
}
.lani-fp-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 68px;
}
.lani-fp-brand { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.lani-fp-brand__name {
  font-family: var(--lani-fp-font);
  font-size: 1.55rem;
  letter-spacing: 0.08em;
  line-height: 1.1;
  color: #fff;
}
.lani-fp-brand__label {
  margin-top: 2px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: rgba(244, 239, 255, 0.72);
}
.lani-fp-header__hub {
  color: #f4ead0;
  text-decoration: none;
  font-weight: 650;
  font-size: 0.92rem;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 92, 0.45);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.lani-fp-header__hub:hover {
  border-color: var(--lani-fp-gold);
  background: rgba(201, 164, 92, 0.12);
}

.lani-fp-hero {
  position: relative;
  padding: 28px 0 8px;
}
.lani-fp-hero__panel {
  position: relative;
  overflow: hidden;
  padding: 38px 22px 30px;
  border-radius: 8px;
  border: 1px solid rgba(201, 164, 92, 0.55);
  box-shadow:
    0 24px 60px rgba(8, 4, 18, 0.35),
    inset 0 0 0 1px rgba(255,255,255,0.04),
    inset 0 0 0 6px rgba(18, 10, 34, 0.55),
    inset 0 0 0 7px rgba(201, 164, 92, 0.35);
  background:
    radial-gradient(ellipse at 20% 0%, rgba(160, 110, 230, 0.28), transparent 50%),
    radial-gradient(ellipse at 90% 20%, rgba(201, 164, 92, 0.16), transparent 45%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E"),
    linear-gradient(165deg, #1a0f2e 0%, #2a1548 55%, #17102a 100%);
  color: #f4efff;
  text-align: center;
}
.lani-fp-hero__panel::before {
  content: "甲乙丙丁戊己庚辛壬癸";
  position: absolute;
  inset: 18% -4% auto;
  font-family: var(--lani-fp-font);
  font-size: clamp(2.4rem, 8vw, 4.2rem);
  letter-spacing: 0.28em;
  white-space: nowrap;
  opacity: 0.055;
  pointer-events: none;
  text-align: center;
}
.lani-fp-hero__panel::after {
  content: "子丑寅卯辰巳午未申酉戌亥";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14%;
  font-family: var(--lani-fp-font);
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  letter-spacing: 0.22em;
  opacity: 0.045;
  pointer-events: none;
}
.lani-fp-hero__seal {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(196, 72, 54, 0.85);
  border-radius: 4px;
  color: rgba(220, 90, 70, 0.92);
  font-family: var(--lani-fp-font);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: rgba(120, 30, 24, 0.18);
  transform: rotate(-8deg);
  box-shadow: inset 0 0 0 1px rgba(196, 72, 54, 0.35);
  opacity: 0.9;
}
.lani-fp-hero__pillars {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 16px;
  padding: 0;
}
.lani-fp-hero__pillars span {
  min-width: 3.6rem;
  padding: 6px 10px;
  border: 1px solid rgba(201, 164, 92, 0.55);
  border-radius: 2px;
  background: rgba(255,255,255,0.04);
  font-family: var(--lani-fp-font);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  color: #f4ead0;
}
.lani-fp-kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(244, 234, 208, 0.88);
  font-weight: 600;
  font-size: 0.84rem;
  letter-spacing: 0.18em;
}
.lani-fp-hero h1 {
  font-family: var(--lani-fp-font);
  font-size: clamp(2.4rem, 8vw, 3.6rem);
  line-height: 1.15;
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  color: #fff;
  text-shadow:
    0 0 24px rgba(190, 150, 255, 0.55),
    0 0 2px rgba(255,255,255,0.7);
  max-width: none;
}
.lani-fp-hero__subtitle {
  margin: 0 0 12px;
  font-family: var(--lani-fp-font);
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  letter-spacing: 0.12em;
  color: #f4ead0;
}
.lani-fp-lead {
  margin: 0 auto 18px;
  color: rgba(244, 239, 255, 0.82);
  max-width: 28em;
  font-size: 0.98rem;
}
.lani-fp-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.lani-fp-chips li {
  background: rgba(255,255,255,0.05);
  color: #f4efff;
  border: 1px solid rgba(201, 164, 92, 0.4);
  border-radius: 2px;
  padding: 7px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: var(--lani-fp-font);
}
.lani-fp-heritage {
  margin: 14px auto 0;
  max-width: 38em;
  padding: 14px 16px;
  text-align: center;
  font-family: var(--lani-fp-font);
  font-size: 0.92rem;
  line-height: 1.85;
  color: #4a3f58;
  background: linear-gradient(180deg, rgba(255,250,242,0.95), rgba(245,236,220,0.92));
  border: 1px solid #d2c2a8;
  border-radius: 4px;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,0.35);
}

.lani-fp-root { padding: 18px 0 36px; }
.lani-fp-card {
  background: var(--lani-fp-card);
  border: 1px solid var(--lani-fp-line);
  border-radius: var(--lani-fp-radius);
  box-shadow: var(--lani-fp-shadow);
  padding: 22px;
  margin-bottom: 16px;
  backdrop-filter: blur(6px);
}
.lani-fp-form-card {
  border-color: #d2c2a8;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255,252,246,0.96), rgba(248,241,230,0.94));
  box-shadow: 0 18px 50px rgba(58, 31, 99, 0.1);
}
.lani-fp-form-card__eyebrow {
  margin: 0 0 6px;
  color: #8a3b32;
  font-family: var(--lani-fp-font);
  font-size: 0.85rem;
  letter-spacing: 0.22em;
}
.lani-fp-form-card__lead {
  margin: -6px 0 16px;
  color: var(--lani-fp-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}
.lani-fp-editorial__eyebrow {
  margin: 0 0 8px;
  color: #8a3b32;
  font-family: var(--lani-fp-font);
  font-size: 0.82rem;
  letter-spacing: 0.2em;
}
.lani-fp-card h2 {
  margin: 0 0 14px;
  font-family: var(--lani-fp-font);
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.lani-fp-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 720px) {
  .lani-fp-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .lani-fp-form-grid { grid-template-columns: 1fr; }
}
.lani-fp-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 650;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.lani-fp-field select,
.lani-fp-field input[type="checkbox"] {
  min-height: 46px;
}
.lani-fp-field select {
  width: 100%;
  border: 1px solid var(--lani-fp-line);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lani-fp-field select:focus {
  outline: none;
  border-color: #b08ad6;
  box-shadow: 0 0 0 3px rgba(107, 63, 160, 0.12);
}
.lani-fp-field-hint {
  margin: 4px 0 0;
  font-size: 0.72rem;
  color: var(--lani-fp-muted);
  line-height: 1.4;
}
.lani-fp-check {
  display: flex; align-items: center; gap: 10px;
  min-height: 44px;
  margin-top: 4px;
}
.lani-fp-privacy {
  font-size: 0.85rem;
  color: var(--lani-fp-muted);
  margin: 14px 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(240, 232, 248, 0.45);
  border: 1px solid rgba(227, 217, 204, 0.8);
}
.lani-fp-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #5a2f8f 0%, #3a1f63 100%);
  color: #fff;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(58, 31, 99, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.lani-fp-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(58, 31, 99, 0.34);
  filter: brightness(1.04);
}
.lani-fp-submit:disabled { opacity: 0.65; cursor: wait; transform: none; }
.lani-fp-error {
  color: #9b2c2c;
  background: #fdecec;
  border-radius: 10px;
  padding: 10px 12px;
  margin-top: 12px;
}

.lani-fp-result-hero {
  position: relative;
  overflow: hidden;
  animation: lani-fp-rise 0.55s ease both;
}
.lani-fp-result-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(201,164,92,0.22), transparent 70%);
  pointer-events: none;
}
.lani-fp-day-master {
  font-family: var(--lani-fp-font);
  font-size: clamp(1.55rem, 3.5vw, 2rem);
  margin: 0 0 10px;
  letter-spacing: 0.03em;
}
.lani-fp-result-hero > p:last-child {
  margin: 0;
  color: var(--lani-fp-muted);
  font-size: 1.02rem;
}

.lani-fp-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 640px) {
  .lani-fp-summary-grid { grid-template-columns: 1fr; }
}
.lani-fp-summary-card {
  border: 1px solid var(--lani-fp-line);
  border-radius: 14px;
  padding: 16px;
  background: linear-gradient(180deg, #fffdf9, #faf6f0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lani-fp-summary-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(23, 19, 31, 0.06);
}
.lani-fp-summary-card h3 {
  margin: 0 0 8px;
  font-family: var(--lani-fp-font);
  font-size: 1rem;
  letter-spacing: 0.06em;
}
.lani-fp-summary-card p { margin: 0; color: var(--lani-fp-muted); font-size: 0.92rem; }

/* Classical 命式図 */
.lani-fp-mz {
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(18, 10, 34, 0.28);
  border: 1px solid #2a1848;
  background:
    radial-gradient(ellipse at 28% 18%, rgba(140, 90, 210, 0.42), transparent 55%),
    radial-gradient(ellipse at 85% 0%, rgba(50, 100, 190, 0.28), transparent 48%),
    radial-gradient(ellipse at 70% 90%, rgba(201, 164, 92, 0.12), transparent 40%),
    linear-gradient(165deg, #1a0f2e 0%, #2a1548 45%, #120a22 100%);
  animation: lani-fp-rise 0.65s ease 0.05s both;
}
.lani-fp-mz__banner {
  padding: 26px 16px 12px;
  text-align: center;
  color: #f4efff;
}
.lani-fp-mz__eyebrow {
  margin: 0 0 8px;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  opacity: 0.9;
}
.lani-fp-mz__title {
  margin: 0;
  font-family: var(--lani-fp-font);
  font-size: clamp(1.9rem, 4.2vw, 2.55rem);
  font-weight: 700;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  color: #fff;
  text-shadow:
    0 0 22px rgba(190, 150, 255, 0.8),
    0 0 2px rgba(255, 255, 255, 0.85);
}
.lani-fp-mz-wrap {
  padding: 8px 14px 16px;
  overflow-x: visible;
}
.lani-fp-mz__frame {
  width: 100%;
  min-width: 0;
  padding: 3px;
  border: 2px solid var(--lani-fp-gold);
  box-shadow:
    inset 0 0 0 1px #8a6a2e,
    0 0 0 1px rgba(201, 164, 92, 0.35),
    0 0 24px rgba(201, 164, 92, 0.18);
  background: linear-gradient(180deg, #3a2a12, #6e5528);
}
.lani-fp-mz__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: var(--lani-fp-font);
  background: #f3eef8;
  color: #2a1848;
}
.lani-fp-mz__table th,
.lani-fp-mz__table td {
  border: 1px solid #5a3d8a;
  text-align: center;
  vertical-align: middle;
  padding: 8px 4px;
  word-break: keep-all;
}
.lani-fp-mz__table thead th {
  background: linear-gradient(180deg, #5b2f8f, #3a1a66);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 11px 4px;
}
.lani-fp-mz__table tbody th {
  background: linear-gradient(180deg, #5b2f8f, #3a1a66);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  width: 3.2rem;
}
.lani-fp-mz__table td {
  background: #f7f3fb;
  font-size: 0.9rem;
}
.lani-fp-mz__th--tsuhen,
.lani-fp-mz__tsuhen {
  width: 2.4rem;
}
.lani-fp-mz__th--stage,
.lani-fp-mz__stage {
  width: 3rem;
}
.lani-fp-mz__ganzhi { padding: 11px 4px !important; }
.lani-fp-mz__kanji {
  display: block;
  font-size: clamp(1.25rem, 2.8vw, 1.9rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.lani-fp-mz__el {
  display: block;
  margin-top: 3px;
  font-size: 0.72rem;
  opacity: 0.75;
  font-family: var(--lani-fp-sans);
}
.lani-fp-mz__tsuhen,
.lani-fp-mz__zokan,
.lani-fp-mz__stage {
  font-size: 0.92rem;
  font-weight: 600;
}
.lani-fp-mz__day td {
  background: #efe6fb !important;
  box-shadow: inset 0 0 0 2px #7a4bb8;
}
.lani-fp-mz__foot th { font-size: 0.78rem !important; }
.lani-fp-mz__foot-main {
  font-size: 0.88rem !important;
  letter-spacing: 0.02em;
  background: #fbf8ff !important;
}
.lani-fp-mz__foot-side {
  width: 4.2rem;
  font-size: 0.72rem !important;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
.lani-fp-mz__foot-side-val {
  color: #6b6280;
  font-size: 0.95rem !important;
}
.lani-fp-mz__note {
  margin: 0;
  padding: 0 14px 16px;
  color: rgba(244, 239, 255, 0.78);
  font-size: 0.78rem;
  text-align: center;
  font-family: var(--lani-fp-sans);
}

/* Same classical table, squeezed to fit phone width */
@media (max-width: 720px) {
  .lani-fp-mz-wrap { padding: 6px 8px 12px; }
  .lani-fp-mz__frame { padding: 2px; }
  .lani-fp-mz__table tbody th { width: 1.7rem; font-size: 0.68rem; padding: 6px 1px; }
  .lani-fp-mz__table thead th {
    font-size: 0.62rem;
    letter-spacing: 0;
    padding: 8px 1px;
  }
  .lani-fp-mz__table th,
  .lani-fp-mz__table td {
    padding: 5px 1px;
    font-size: 0.68rem;
  }
  .lani-fp-mz__th--tsuhen,
  .lani-fp-mz__tsuhen {
    width: 1.35rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.08em;
    font-size: 0.62rem;
    line-height: 1.05;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .lani-fp-mz__th--stage,
  .lani-fp-mz__stage {
    width: 1.5rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.06em;
    font-size: 0.62rem;
  }
  .lani-fp-mz__ganzhi { padding: 6px 1px !important; }
  .lani-fp-mz__kanji { font-size: 1.15rem; }
  .lani-fp-mz__el { font-size: 0.58rem; margin-top: 1px; }
  .lani-fp-mz__zokan { font-size: 0.78rem; }
  .lani-fp-mz__foot-main {
    font-size: 0.62rem !important;
    letter-spacing: 0;
    line-height: 1.35;
  }
  .lani-fp-mz__foot-side {
    width: 1.5rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 0.58rem !important;
    letter-spacing: 0.04em;
    padding: 6px 2px !important;
  }
  .lani-fp-mz__foot-side-val {
    font-size: 0.78rem !important;
  }
  .lani-fp-mz__title {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .lani-fp-hero__seal {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 380px) {
  .lani-fp-mz__kanji { font-size: 1.02rem; }
  .lani-fp-mz__table thead th,
  .lani-fp-mz__table th,
  .lani-fp-mz__table td { font-size: 0.6rem; }
}
.lani-fp-elcell--木 { color: var(--lani-fp-wood); }
.lani-fp-elcell--火 { color: var(--lani-fp-fire); }
.lani-fp-elcell--土 { color: var(--lani-fp-earth); }
.lani-fp-elcell--金 { color: var(--lani-fp-metal); }
.lani-fp-elcell--水 { color: var(--lani-fp-water); }

.lani-fp-el { display: grid; gap: 10px; }
.lani-fp-el__row { display: grid; grid-template-columns: 48px 1fr 32px; gap: 8px; align-items: center; }
.lani-fp-el__bar {
  height: 10px; border-radius: 999px; background: #eee; overflow: hidden;
}
.lani-fp-el__fill { height: 100%; border-radius: inherit; }
.lani-fp-el__fill--木 { background: var(--lani-fp-wood); }
.lani-fp-el__fill--火 { background: var(--lani-fp-fire); }
.lani-fp-el__fill--土 { background: var(--lani-fp-earth); }
.lani-fp-el__fill--金 { background: var(--lani-fp-metal); }
.lani-fp-el__fill--水 { background: var(--lani-fp-water); }

.lani-fp-ad-slot {
  min-height: 90px;
  border: 1px dashed var(--lani-fp-line);
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--lani-fp-muted);
  font-size: 0.78rem;
  margin: 16px 0;
  background: rgba(255,255,255,0.35);
}
.lani-fp-actions { display: grid; gap: 8px; padding-left: 1.1rem; }
.lani-fp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2a1848, #17131f);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.lani-fp-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(23, 19, 31, 0.18);
}
.lani-fp-cta--ghost {
  background: transparent;
  color: var(--lani-fp-accent-deep);
  border: 1px solid #b08ad6;
}
.lani-fp-editorial,
.lani-fp-faq,
.lani-fp-disclaimer {
  padding: 10px 0 28px;
}
.lani-fp-editorial h2,
.lani-fp-faq h2,
.lani-fp-disclaimer h2 {
  font-family: var(--lani-fp-font);
  letter-spacing: 0.04em;
}
.lani-fp-editorial h3 {
  margin-top: 1.4em;
  font-size: 1rem;
  letter-spacing: 0.03em;
}
.lani-fp-faq__item {
  border: 1px solid var(--lani-fp-line);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 8px;
  background: rgba(255,252,247,0.9);
}
.lani-fp-footer {
  padding: 28px 0 48px;
  color: var(--lani-fp-muted);
  font-size: 0.85rem;
}
.lani-fp-footer a { color: var(--lani-fp-accent-deep); }
.lani-fp-evidence {
  font-size: 0.78rem;
  color: var(--lani-fp-muted);
  margin-top: 10px;
}
.lani-fp-details summary {
  cursor: pointer;
  font-weight: 700;
  min-height: 44px;
  display: flex;
  align-items: center;
}

@keyframes lani-fp-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lani-fp-mz,
  .lani-fp-result-hero,
  .lani-fp-submit,
  .lani-fp-cta,
  .lani-fp-summary-card {
    animation: none !important;
    transition: none !important;
  }
}
