/* ============================================
   LANDING.CSS — Somto landing / marketing page
   Full-bleed desktop, mobile-first responsive.
   Riusa i token del design system iOS-aligned.
   ============================================ */

.lp-body {
  margin: 0;
  min-height: 100dvh;
  color: var(--text-primary);
  overflow-x: hidden;
}

.lp-grad-text {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Una scala verticale sola per sezioni e pilastri */
:root { --lp-space-y: clamp(3.5rem, 7vw, 6rem); }
.lp-section {
  position: relative;
  padding: var(--lp-space-y) 1.25rem;
}
.lp-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.lp-section-head {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-pill);
  background: rgba(233, 30, 99, 0.12);
  border: 1px solid rgba(233, 30, 99, 0.28);
  color: #FF6FA5;
  font-size: 0.78rem;
  font-weight: var(--weight-bold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lp-h2 {
  text-wrap: balance;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4.6vw, 2.7rem);
  font-weight: var(--weight-black);
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 1rem 0 0.75rem;
}
.lp-lead {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
}

/* ===== NAV ===== */
.lp-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background var(--transition-base), border-color var(--transition-base);
  border-bottom: 1px solid transparent;
}
.lp-nav.is-scrolled {
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border-bottom-color: var(--border);
}
.lp-nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: calc(var(--safe-top) + 0.7rem) 1.25rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.lp-nav-logo {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.lp-nav-logo img {
  height: 1.5rem;
  width: auto;
  display: block;
}
.lp-nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}
.lp-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 0.5rem;
  color: var(--text-secondary);
  font-weight: var(--weight-bold);
  font-size: 0.92rem;
  transition: color var(--transition-fast);
}
.lp-nav-link:hover { color: var(--text-primary); }
.lp-nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 1.15rem;
  border-radius: var(--radius-pill);
  background: var(--panel);
  border: 1px solid var(--border-medium);
  color: var(--text-primary);
  font-weight: var(--weight-bold);
  font-size: 0.9rem;
  transition: transform var(--transition-fast);
}
.lp-nav-cta:active { transform: scale(0.96); }

/* Selettore lingua IT ↔ EN: le due landing sono pagine statiche gemelle
   (hreflang / ↔ /en/), quindi qui si LINKA, niente i18n runtime. Pill
   compatta sempre visibile in nav: dice subito che il sito è bilingue. */
.lp-lang {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.04);
}
.lp-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 0.6rem;
  border-radius: var(--radius-pill);
  color: var(--text-secondary);
  font-weight: var(--weight-bold);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  transition: color var(--transition-fast), background var(--transition-fast);
}
.lp-lang a:hover { color: var(--text-primary); }
.lp-lang a[aria-current="true"] {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

@media (max-width: 380px) {
  .lp-nav-actions { gap: 0.65rem; }
  .lp-nav-link { font-size: 0.86rem; }
  .lp-nav-cta { padding-inline: 0.95rem; }
  .lp-lang a { min-width: 44px; padding: 0 0.45rem; }
}

/* ===== HERO ===== */
.lp-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 1.25rem 4rem;
  overflow: hidden;
}
.lp-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}
.lp-hero-glow.g1 { width: 460px; height: 460px; background: rgba(233, 30, 99, 0.30); top: -120px; right: -80px; }
.lp-hero-glow.g2 { width: 420px; height: 420px; background: rgba(156, 39, 176, 0.28); bottom: -140px; left: -100px; }
.lp-hero-glow.g3 { width: 360px; height: 360px; background: rgba(0, 217, 255, 0.16); top: 30%; left: 40%; }

.lp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
.lp-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 7.5vw, 4.4rem);
  font-weight: var(--weight-black);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 1.1rem 0 0;
}
.lp-hero-sub {
  font-size: clamp(1.02rem, 2.6vw, 1.3rem);
  line-height: 1.55;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 1.3rem auto 0;
}
.lp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 2rem;
}
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.95rem 1.7rem;
  border-radius: var(--radius-pill);
  font-weight: var(--weight-bold);
  font-size: 1rem;
  transition: transform var(--transition-fast), box-shadow var(--transition-base);
}
/* CTA primaria in bianco pieno: il testo bianco sul gradient stava a 2,75:1
   (arancio) e 4,35:1 (rosa), sotto AA. Il gradient resta al titolo. */
.lp-btn-primary {
  background: #fff;
  color: #0A0A0A;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.10);
}
.lp-btn-primary:hover { background: #EDEDED; }
.lp-btn-primary:active { transform: scale(0.97); }
.lp-btn-ghost {
  background: var(--panel);
  color: var(--text-primary);
  border: 1px solid var(--border-medium);
}
.lp-btn-ghost:active { transform: scale(0.97); }
.lp-hero-note {
  margin-top: 1.3rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* poster shelf */
.lp-shelf {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 3.2rem;
  perspective: 1000px;
}
.lp-poster {
  width: clamp(74px, 17vw, 132px);
  aspect-ratio: 2 / 3;
  border-radius: 16px;
  border: 1px solid var(--border-medium);
  box-shadow: var(--shadow-lg);
  flex: 0 0 auto;
}
.lp-poster:nth-child(1) { background: linear-gradient(160deg, #F77737, #E91E63); transform: rotate(-7deg) translateY(10px); }
.lp-poster:nth-child(2) { background: linear-gradient(160deg, #E91E63, #9C27B0); transform: rotate(-3deg); }
.lp-poster:nth-child(3) { background: linear-gradient(160deg, #9C27B0, #00D9FF); transform: rotate(0deg) translateY(-8px); }
.lp-poster:nth-child(4) { background: linear-gradient(160deg, #00D9FF, #9C27B0); transform: rotate(3deg); }
.lp-poster:nth-child(5) { background: linear-gradient(160deg, #9C27B0, #F77737); transform: rotate(7deg) translateY(10px); }
@media (max-width: 560px) {
  .lp-poster:nth-child(4), .lp-poster:nth-child(5) { display: none; }
}

/* ===== PROBLEM / VALUE ===== */
.lp-value {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.lp-value-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}
@media (min-width: 720px) {
  .lp-value-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===== FEATURES ===== */
.lp-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 0.5rem;
}
@media (min-width: 560px) { .lp-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 920px) { .lp-grid { grid-template-columns: repeat(3, 1fr); } }

.lp-feature {
  padding: 1.5rem;
  border-radius: var(--radius-card);
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
.lp-feature-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(233, 30, 99, 0.14);
  border: 1px solid rgba(233, 30, 99, 0.26);
  color: #FF6FA5;
  margin-bottom: 1rem;
}
.lp-feature-icon svg { width: 24px; height: 24px; }
.lp-feature:nth-child(2) .lp-feature-icon { background: rgba(0, 217, 255, 0.12); border-color: rgba(0, 217, 255, 0.26); color: var(--accent); }
.lp-feature:nth-child(3) .lp-feature-icon { background: rgba(247, 119, 55, 0.14); border-color: rgba(247, 119, 55, 0.28); color: var(--brand-warm); }
.lp-feature:nth-child(4) .lp-feature-icon { background: rgba(156, 39, 176, 0.16); border-color: rgba(156, 39, 176, 0.30); color: #C77DFF; }
.lp-feature:nth-child(5) .lp-feature-icon { background: rgba(0, 230, 118, 0.12); border-color: rgba(0, 230, 118, 0.26); color: var(--success); }
.lp-feature:nth-child(6) .lp-feature-icon { background: rgba(255, 179, 0, 0.13); border-color: rgba(255, 179, 0, 0.28); color: var(--warning); }
.lp-feature h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: var(--weight-bold);
  margin: 0 0 0.4rem;
}
.lp-feature p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* ===== STEPS ===== */
.lp-steps {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
  margin-top: 0.5rem;
  counter-reset: step;
}
@media (min-width: 800px) { .lp-steps { grid-template-columns: repeat(3, 1fr); } }
.lp-step {
  position: relative;
  padding: 1.6rem 1.4rem;
  border-radius: var(--radius-card);
  background: var(--panel);
  border: 1px solid var(--border);
}
.lp-step-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: var(--weight-black);
  line-height: 1;
  margin-bottom: 0.6rem;
}
.lp-step h3 {
  font-size: 1.1rem;
  font-weight: var(--weight-bold);
  margin: 0 0 0.35rem;
}
.lp-step p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.93rem;
  line-height: 1.55;
}

/* ===== MISSION / ABOUT ===== */
.lp-mission {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.lp-mission-quote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.3rem);
  font-weight: var(--weight-black);
  letter-spacing: -0.025em;
  line-height: 1.25;
  max-width: 820px;
  margin: 1.2rem auto 0;
}
.lp-about-text {
  max-width: 680px;
  margin: 1.4rem auto 0;
  color: var(--text-secondary);
  font-size: 1.02rem;
  line-height: 1.7;
}
.lp-about-text p { margin: 0 0 1rem; }
.lp-about-text p:last-child { margin-bottom: 0; }

/* ===== FINAL CTA ===== */
.lp-final-inner {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 3.5rem 1.5rem;
  border-radius: 32px;
  background: linear-gradient(140deg, rgba(247, 119, 55, 0.18), rgba(233, 30, 99, 0.20), rgba(156, 39, 176, 0.22));
  border: 1px solid var(--border-medium);
}
.lp-final h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 5vw, 2.6rem);
  font-weight: var(--weight-black);
  letter-spacing: -0.03em;
  margin: 0 0 0.7rem;
}
.lp-final p {
  color: var(--text-secondary);
  margin: 0 auto 1.7rem;
  max-width: 480px;
  font-size: 1.05rem;
}

/* ===== FOOTER ===== */
.lp-footer {
  border-top: 1px solid var(--border);
  padding: 3rem 1.25rem calc(2rem + var(--safe-bottom));
}
.lp-footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.lp-footer-brand { max-width: 280px; }
.lp-footer-brand > img,
.lp-footer-brand > a > img { height: 1.4rem; width: auto; margin-bottom: 0.7rem; }
.lp-footer-brand p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.55; margin: 0; }
.lp-footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
}
.lp-footer-col h4 {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin: 0 0 0.7rem;
}
.lp-footer-col a {
  display: block;
  color: var(--text-secondary);
  font-size: 0.92rem;
  padding: 0.28rem 0;
  transition: color var(--transition-fast);
}
.lp-footer-col a:hover { color: var(--text-primary); }
.lp-footer-base {
  max-width: 1080px;
  margin: 2.2rem auto 0;
  padding-top: 1.4rem;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.82rem;
}

@media (prefers-reduced-motion: reduce) {
  .lp-nav, .lp-btn, .lp-nav-cta { transition: none; }
}

/* ===== FAQ (additivo — usato dalle pagine marketing) ===== */
.lp-faq {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.lp-faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface-1);
  overflow: hidden;
}
.lp-faq-item[open] {
  border-color: rgba(233, 30, 99, 0.32);
}
.lp-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.25rem;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: var(--weight-bold);
  color: var(--text-primary);
  list-style: none;
}
.lp-faq-q::-webkit-details-marker { display: none; }
.lp-faq-q::after {
  content: "+";
  flex: none;
  font-size: 1.4rem;
  font-weight: var(--weight-bold);
  line-height: 1;
  color: #FF6FA5;
  transition: transform var(--transition-fast);
}
.lp-faq-item[open] .lp-faq-q::after {
  transform: rotate(45deg);
}
.lp-faq-a {
  padding: 0 1.25rem 1.15rem;
  color: var(--text-secondary);
  font-size: 0.96rem;
  line-height: 1.6;
}
.lp-faq-a p { margin: 0; }

@media (prefers-reduced-motion: reduce) {
  .lp-faq-q::after { transition: none; }
}

/* ============================================================
   LANDING v3 (2026-09-25): una promessa, tre pilastri con la schermata
   che li prova, il resto in una griglia. Superfici: base (fondo pagina),
   rialzata (.is-raised), accento (card finale). Un solo gradient per
   schermata: titolo dell'hero e card finale; bottoni e numeri pieni.
   ============================================================ */

/* ---- Hero della home: compatto, fondo pulito ----
   Il muro di locandine (10 immagini remote, backdrop-filter su un'animazione
   infinita) pesava 0,7-1 MB ed era l'elemento LCP: stesso glow delle pagine
   marketing, niente immagini sopra la piega. */
.lp-hero.is-compact {
  min-height: auto;
  padding: clamp(7rem, 14vw, 9.5rem) 1.25rem clamp(3rem, 8vw, 5rem);
}
/* Hero piu' basso del viewport: senza dissolvenza il glow si taglia netto
   sul bordo inferiore della sezione. */
.lp-hero.is-compact::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0), var(--bg));
  pointer-events: none;
  z-index: 0;
}
.lp-hero.is-compact .lp-hero-sub { max-width: 34rem; }
.lp-hero .lp-cta-row { align-items: center; }
.lp-hero-note a {
  white-space: nowrap;
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lp-hero-note a:hover { color: var(--text-primary); }

/* ---- Superficie rialzata ---- */
.is-raised {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

/* ---- Prova sociale: una riga, solo dati veri ---- */
.lp-proof { padding: 0 1.25rem 2.25rem; text-align: center; }
.lp-proof p { margin: 0; color: var(--text-secondary); font-size: 1.02rem; }
.lp-proof strong { color: var(--text-primary); font-weight: var(--weight-black); font-size: 1.15em; }

/* ---- Pilastri: testo + schermata, alternati ---- */
.lp-pillar { padding: var(--lp-space-y) 1.25rem; }
.lp-pillar-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
@media (min-width: 900px) {
  .lp-pillar-inner { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
  .lp-pillar.is-flipped .lp-pillar-inner { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
  .lp-pillar.is-flipped .lp-pillar-text { order: 2; }
}
.lp-pillar .lp-h2 {
  margin: 0 0 1.1rem;
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
}
.lp-pillar-text p {
  margin: 0 0 0.9rem;
  max-width: 34rem;
  color: var(--text-secondary);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.65;
}
.lp-pillar-text p:last-child { margin-bottom: 0; }
.lp-pillar-note {
  padding-left: 0.85rem;
  border-left: 2px solid #FF6FA5;
  font-size: 0.97rem !important;
}
.lp-pillar-media { display: flex; justify-content: center; }
.lp-pillar-media .lp-phone { width: min(76vw, 330px); }
.lp-phone {
  border-radius: 30px;
  padding: 6px;
  background: linear-gradient(160deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04));
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55);
}
.lp-phone img { width: 100%; height: auto; display: block; border-radius: 24px; }
@media (max-width: 899px) {
  /* Su telefono la schermata intera raddoppierebbe la pagina: se ne vede la
     parte alta, che e' quella che dice la cosa. */
  .lp-pillar-media .lp-phone {
    max-height: 610px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, #000 75%, transparent);
    mask-image: linear-gradient(180deg, #000 75%, transparent);
  }
}
/* Pilastro senza schermata: le fonti da cui importare */
.lp-sources {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  max-width: 22rem;
}
.lp-sources li {
  padding: 0.7rem 1.15rem;
  border-radius: var(--radius-pill);
  background: var(--panel);
  border: 1px solid var(--border-medium);
  color: var(--text-primary);
  font-weight: var(--weight-bold);
}

/* Visual dei pilastri: schermata o card con la didascalia che dice da dove
   vengono i dati (esempio o reali). */
.lp-visual { margin: 0; display: grid; justify-items: center; gap: 1rem; }
.lp-visual figcaption { color: var(--text-secondary); font-size: 0.9rem; text-align: center; text-wrap: balance; max-width: 22rem; }
/* Pilastro 2: la card vera ritagliata dalla scheda web */
.lp-ui-card {
  display: block;
  width: min(100%, 400px);
  height: auto;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

/* ---- Non solo consigli ---- */
.lp-center { margin: 0 0 clamp(2rem, 4vw, 3rem); text-align: center; }
.lp-more {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 1100px) { .lp-more { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.lp-more article {
  padding: 1.4rem;
  border-radius: var(--radius-card);
  background: var(--panel);
  border: 1px solid var(--border);
}
.lp-more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(233, 30, 99, 0.14);
  color: #FF6FA5;
}
.lp-more-icon svg { width: 22px; height: 22px; }
/* Tre tinte piene del brand a rotazione: niente gradient, meno piattezza */
.lp-more article:nth-child(3n+2) .lp-more-icon { background: rgba(0, 217, 255, 0.12); color: var(--accent); }
.lp-more article:nth-child(3n) .lp-more-icon { background: rgba(247, 119, 55, 0.14); color: var(--brand-warm); }
.lp-more h3 { margin: 0.9rem 0 0.35rem; font-size: 1.05rem; font-weight: var(--weight-bold); }
.lp-more p { margin: 0; color: var(--text-secondary); font-size: 0.95rem; line-height: 1.55; }
.lp-more a { color: #FF6FA5; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 600px) {
  .lp-more { grid-template-columns: 1fr; gap: 0.75rem; }
  .lp-more article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 1rem;
    padding: 1.1rem;
  }
  .lp-more-icon { grid-row: span 2; }
  .lp-more h3 { margin-top: 0; }
}

/* ---- Android in anteprima ---- */
.lp-android-inner { display: grid; gap: 1.5rem; align-items: center; }
@media (min-width: 900px) { .lp-android-inner { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); column-gap: 3rem; } }
.lp-android .lp-h2 { margin: 0 0 0.8rem; }
.lp-android p { margin: 0; color: var(--text-secondary); line-height: 1.6; }
.lp-android-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.75rem; }
.lp-android-steps .lp-btn { width: 100%; justify-content: flex-start; min-height: 52px; }
.lp-android-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 0.35rem;
  border-radius: 50%;
  background: rgba(233, 30, 99, 0.16);
  color: #FF6FA5;
  font-size: 0.9rem;
  font-weight: var(--weight-black);
}
.lp-android-note { grid-column: 1 / -1; font-size: 0.92rem; }
/* Gli stessi due passi nell'hero di /android.html */
.lp-hero .lp-android-steps { max-width: 24rem; margin: 2rem auto 0; }
.lp-android-note a { color: var(--text-primary); text-decoration: underline; text-underline-offset: 3px; }

/* ---- CTA finale con la mission ---- */
#chi-siamo .lp-final-inner p { max-width: 36rem; line-height: 1.6; }
.lp-final .lp-cta-row { align-items: center; }

/* ---- Nav: ancore alle sezioni, solo dove c'e' spazio ---- */
.lp-nav-anchors { display: none; align-items: center; gap: 1.3rem; margin-right: 0.3rem; }
@media (min-width: 900px) { .lp-nav-anchors { display: inline-flex; } }
.lp-nav-anchors a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--text-secondary);
  font-weight: var(--weight-bold);
  font-size: 0.92rem;
}
.lp-nav-anchors a:hover { color: var(--text-primary); }

/* Badge ufficiale App Store (Apple Marketing Tools, IT/EN): l'artwork non si
   tocca, si sceglie solo l'altezza (Apple: almeno 40px). */
.lp-badge { display: inline-flex; border-radius: 10px; }
.lp-badge img { display: block; width: auto; height: 48px; }
.lp-badge:hover { opacity: 0.88; }

/* Footer: badge e social sotto il payoff, tap target da 44px */
.lp-footer-get {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 1.1rem;
}
.lp-footer-get .lp-badge img { height: 44px; }
.lp-social { display: flex; gap: 0.25rem; }
.lp-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--text-secondary);
  transition: color var(--transition-fast), background var(--transition-fast);
}
.lp-social a:hover { color: var(--text-primary); background: var(--panel); }
.lp-social svg { width: 22px; height: 22px; }

