/* bnb-pdf — Landing pubblica. Estende assets/css/app.css (non modificarlo).
   Palette e font ereditati da :root di app.css (rosa/oro/avorio, Cormorant + Inter). */

.lp .main { padding-top: 0; }
.lp-section { padding: 54px 0; }
.lp-section--alt {
  background: linear-gradient(180deg, var(--paper), #fff);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 46px 28px;
  margin: 8px 0;
}
.lp-section-head { text-align: center; max-width: 640px; margin: 0 auto 34px; }
.lp-section-head h2 { font-size: 2rem; color: var(--ink); }
.lp-lead { color: var(--muted); font-size: 1.08rem; margin: 0; }

/* ---------- HERO ---------- */
.lp-hero { padding: 40px 0 30px; }
.lp-hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 48px; align-items: center;
}
.lp-eyebrow {
  display: inline-block; font-family: var(--sans); font-weight: 600;
  font-size: .8rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--rose-d); background: var(--rose-bg);
  padding: 6px 12px; border-radius: 999px; margin-bottom: 14px;
}
.lp-hero-title {
  font-size: 2.9rem; line-height: 1.08; margin: 0 0 .35em;
  color: var(--ink);
}
.lp-hero-sub { font-size: 1.18rem; color: var(--muted); margin: 0 0 26px; max-width: 34em; }
.lp-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-hero-note { margin-top: 18px; color: var(--faint); font-size: .9rem; }

/* ---------- Mockup smartphone ---------- */
.lp-hero-art { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lp-phone {
  position: relative; width: 264px; padding: 14px;
  background: linear-gradient(160deg, #3a2f38, #201a1f);
  border-radius: 40px;
  box-shadow: 0 18px 50px rgba(80,40,60,.28), inset 0 0 0 2px rgba(255,255,255,.06);
}
.lp-phone-notch {
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 20px; background: #17131a; border-radius: 0 0 14px 14px; z-index: 2;
}
.lp-phone-screen {
  background: var(--ivory); border-radius: 28px; overflow: hidden;
  aspect-ratio: 9 / 19; display: flex;
}
.lp-guide-splash {
  flex: 1; padding: 34px 18px 18px; text-align: center;
  background: radial-gradient(120% 60% at 50% 0%, var(--ivory2), var(--ivory) 60%);
  display: flex; flex-direction: column; gap: 9px;
}
.lp-guide-logo {
  font-family: var(--serif); font-weight: 700; font-size: 1.15rem; color: var(--rose-d);
  letter-spacing: .01em;
}
.lp-guide-welcome { font-family: var(--serif); font-size: 1.45rem; color: var(--ink); line-height: 1.1; }
.lp-guide-langlabel { font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.lp-guide-langs { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; margin-bottom: 4px; }
.lp-guide-langs span {
  font-size: .66rem; font-weight: 600; color: var(--rose-d);
  background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 3px 8px;
}
.lp-guide-suite {
  font-family: var(--serif); font-size: .92rem; color: var(--gold-d);
  border-top: 1px dashed var(--line); padding-top: 9px; margin-top: 2px;
}
.lp-guide-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.lp-gbtn {
  font-size: .66rem; font-weight: 600; color: var(--ink);
  background: #fff; border: 1px solid var(--line);
  border-radius: 9px; padding: 8px 6px; line-height: 1.15;
  box-shadow: 0 1px 2px rgba(80,40,60,.05);
}
.lp-gbtn--key {
  grid-column: 1 / -1; color: #fff;
  background: var(--rose-d); border-color: var(--rose-d);
}
.lp-phone-caption { color: var(--faint); font-size: .8rem; }

/* ---------- Come funziona (steps) ---------- */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-step { position: relative; padding-top: 26px; }
.lp-step-num {
  position: absolute; top: -18px; left: 22px;
  width: 44px; height: 44px; display: grid; place-items: center;
  font-family: var(--serif); font-weight: 700; font-size: 1.4rem; color: #fff;
  background: var(--rose-d); border-radius: 50%;
  box-shadow: 0 6px 16px rgba(165,91,148,.35);
}
.lp-step-label {
  font-size: .72rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .08em; color: var(--gold-d);
}
.lp-step h3 { margin: 6px 0 .3em; }

/* ---------- Due modalità ---------- */
.lp-modes { margin-top: 40px; }
.lp-modes-head { text-align: center; margin-bottom: 20px; }
.lp-modes-head h3 { font-size: 1.5rem; margin-bottom: .2em; }
.lp-mode { border-top: 3px solid var(--line); }
.lp-mode--fast { border-top-color: var(--gold-d); }
.lp-mode h4 { font-family: var(--serif); font-size: 1.35rem; margin: 12px 0 .3em; }
.lp-badge-gold { background: #f6ecd4; color: var(--gold-d); border-color: #ecdcb2; }
.lp-badge-rose { background: var(--rose-bg); color: var(--rose-d); border-color: var(--line); }

/* ---------- Features ---------- */
.lp-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 20px; }
.lp-feature { text-align: left; }
.lp-feature-ico {
  display: inline-flex; width: 48px; height: 48px; margin-bottom: 10px;
  align-items: center; justify-content: center;
  color: var(--rose-d); background: var(--rose-bg);
  border-radius: 13px;
}
.lp-feature-ico svg { width: 26px; height: 26px; }
.lp-feature h3 { font-size: 1.15rem; margin: 0 0 .25em; }
.lp-feature p { font-size: .94rem; margin: 0; }

/* ---------- Per chi ---------- */
.lp-who { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lp-who-card { border-left: 3px solid var(--rose); }
.lp-who-card h3 { font-size: 1.18rem; }
.lp-who-card p { font-size: .92rem; margin: 0; }

/* ---------- Prezzi ---------- */
.lp-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.lp-plan { text-align: center; }
.lp-plan h3 { margin: 12px 0 .3em; }
.lp-plan-price {
  font-family: var(--serif); font-size: 1.2rem; color: var(--gold-d);
  margin: 14px 0 18px; padding: 8px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}

/* ---------- FAQ ---------- */
.lp-faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.lp-faq-item { padding: 0; margin: 0; overflow: hidden; }
.lp-faq-item summary {
  cursor: pointer; list-style: none; padding: 18px 22px;
  font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after {
  content: "+"; color: var(--rose-d); font-family: var(--sans); font-weight: 400;
  font-size: 1.5rem; line-height: 1; transition: transform .2s ease;
}
.lp-faq-item[open] summary::after { transform: rotate(45deg); }
.lp-faq-item p { margin: 0; padding: 0 22px 20px; font-size: .98rem; }

/* ---------- CTA finale ---------- */
.lp-final { padding: 20px 0 40px; }
.lp-final-inner {
  text-align: center; padding: 46px 28px;
  background: linear-gradient(135deg, var(--rose-bg), var(--ivory2));
  border: 1px solid var(--line);
}
.lp-final-inner h2 { font-size: 2rem; }
.lp-final-inner p { color: var(--muted); font-size: 1.1rem; margin: 0 0 24px; max-width: 32em; margin-inline: auto; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .lp-features { grid-template-columns: repeat(2, 1fr); }
  .lp-who { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 780px) {
  .lp-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .lp-hero-art { order: -1; }
  .lp-hero-title { font-size: 2.3rem; }
  .lp-steps { grid-template-columns: 1fr; gap: 26px; }
  .lp-pricing { grid-template-columns: 1fr; }
  .lp-section { padding: 40px 0; }
  .lp-section--alt { padding: 36px 18px; }
}
@media (max-width: 480px) {
  .lp-features { grid-template-columns: 1fr; }
  .lp-who { grid-template-columns: 1fr; }
  .lp-hero-title { font-size: 2rem; }
  .lp-hero-cta .btn { flex: 1; justify-content: center; }
}
.lp-definition { max-width: 820px; margin: 28px auto 0; text-align: center; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.lp-faq-more { text-align: center; margin: 22px 0 0; }
