/* Landing EPHYRA (index.html) e pagine legali */
.lp-wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.hero { padding: 88px 20px 64px; text-align: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 65% 60% at 15% -10%, color-mix(in srgb, var(--ephyra) 22%, transparent), transparent 60%),
              radial-gradient(ellipse 55% 55% at 92% 0%, color-mix(in srgb, #f59e0b 16%, transparent), transparent 60%),
              radial-gradient(ellipse 50% 45% at 50% 100%, color-mix(in srgb, #ec4899 10%, transparent), transparent 65%); }
.hero > * { position: relative; animation: lp-in .5s ease both; }
.hero > *:nth-child(2) { animation-delay: .06s; } .hero > *:nth-child(3) { animation-delay: .12s; } .hero > *:nth-child(4) { animation-delay: .18s; }
@keyframes lp-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.eyebrow { display: inline-block; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; color: var(--ephyra-deep); background: var(--ephyra-dim); padding: 5px 13px; border-radius: 999px; font-weight: 700; }
.hero h1 { font-size: clamp(30px, 6vw, 54px); line-height: 1.08; margin: 18px auto 16px; max-width: 860px; letter-spacing: -.02em; }
.hero h1 em { font-style: normal; background: linear-gradient(100deg, var(--ephyra), #f59e0b 60%, #ec4899); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lede { font-size: clamp(16px, 2.4vw, 19px); color: var(--text-secondary); max-width: 700px; margin: 0 auto 26px; line-height: 1.55; }
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-row .btn { padding: 13px 24px; font-size: 15px; }

.sec { padding: 64px 0; }
.sec.tint { background: var(--bg-elevated); border-block: 1px solid var(--border); }
.sec h2 { font-size: clamp(24px, 4vw, 34px); margin: 0 0 10px; text-align: center; letter-spacing: -.01em; }
.sec .sub { text-align: center; color: var(--text-secondary); max-width: 680px; margin: 0 auto 34px; line-height: 1.55; }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.step { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 22px; box-shadow: var(--shadow-card); }
.step .n { width: 34px; height: 34px; border-radius: 50%; background: var(--ephyra); color: var(--accent-fg); display: grid; place-items: center; font-weight: 800; margin-bottom: 12px; }
.step h3 { margin: 0 0 6px; font-size: 17px; } .step p { margin: 0; color: var(--text-secondary); font-size: 14.5px; line-height: 1.55; }

.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.feat { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 20px; }
.feat .ic { font-size: 26px; } .feat h3 { margin: 8px 0 4px; font-size: 16px; } .feat p { margin: 0; font-size: 14px; color: var(--text-secondary); line-height: 1.5; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; }
.split ul { padding-left: 18px; color: var(--text-secondary); line-height: 1.7; }
.mock { background: var(--bg-card); border: 1px solid var(--border); border-radius: 18px; padding: 18px; box-shadow: var(--shadow-card); }
.mock .row { display: flex; gap: 8px; margin-top: 12px; }
.mock .day { flex: 1; border: 1px solid var(--border); border-radius: 12px; padding: 10px 4px; text-align: center; font-size: 12px; }
.mock .day b { display: block; font-size: 15px; margin: 4px 0; }
.mock .score { display: inline-block; margin-top: 4px; padding: 2px 8px; border-radius: 999px; font-weight: 700; font-size: 12px; background: var(--badge-success-bg); color: var(--badge-success-fg); }
.mock .score.mid { background: var(--badge-warning-bg); color: var(--badge-warning-fg); }
.mock .brandbar { height: 34px; border-radius: 10px; background: linear-gradient(135deg, #0e7490, #155e75); color: #fff; display: flex; align-items: center; padding: 0 12px; font-weight: 700; font-size: 13px; }

.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; align-items: stretch; }
.plan { background: var(--bg-card); border: 1px solid var(--border); border-radius: 18px; padding: 24px; display: flex; flex-direction: column; box-shadow: var(--shadow-card); }
.plan.hot { border-color: var(--ephyra); box-shadow: 0 0 0 2px color-mix(in srgb, var(--ephyra) 30%, transparent), var(--shadow-card); position: relative; }
.plan.hot::before { content: "Per le agenzie"; position: absolute; top: -12px; left: 20px; background: var(--ephyra); color: var(--accent-fg); font-size: 11.5px; font-weight: 800; padding: 3px 12px; border-radius: 999px; }
.plan-name { font-weight: 800; font-size: 17px; } .plan-for { font-size: 13px; color: var(--text-secondary); margin: 2px 0 10px; }
.price-amount { font-size: 34px; font-weight: 800; font-family: var(--font-mono); } .price-suffix { color: var(--text-tertiary); font-size: 14px; }
.plan-note { font-size: 12px; color: var(--text-tertiary); min-height: 18px; }
.plan ul { list-style: none; padding: 0; margin: 14px 0 18px; flex: 1; }
.plan li { padding: 5px 0 5px 22px; position: relative; font-size: 14px; color: var(--text-secondary); line-height: 1.45; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--ephyra); font-weight: 800; }
.billing { display: flex; gap: 4px; justify-content: center; margin: 0 auto 26px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 999px; padding: 3px; width: fit-content; }
.billing button { border: 0; background: transparent; color: var(--text-secondary); padding: 8px 18px; border-radius: 999px; cursor: pointer; font: inherit; font-size: 14px; min-height: 40px; }
.billing button.active { background: var(--ephyra); color: var(--accent-fg); font-weight: 700; }

.faq details { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 600; } .faq p { color: var(--text-secondary); line-height: 1.6; margin: 10px 0 0; }
.final { text-align: center; padding: 64px 20px; }
.lp-foot { text-align: center; padding: 26px 20px 40px; font-size: 13px; color: var(--text-tertiary); border-top: 1px solid var(--border); }
.lp-foot a { color: inherit; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } .hero { padding: 60px 16px 44px; } .sec { padding: 46px 0; } }
