/* SetlistForge landing — self-contained page styles (platform landing pattern:
 * dark ground, per-tool accent — rose, Tool::COLORS['setlist-generator'] — no
 * build step). Class vocabulary is shared with the other landings; only the
 * accent and the .mock component below are tool-specific. */
:root {
    --bg: #08080a; --bg-2: #0d0e10; --card: #121316; --line: #23242a;
    --tx: #f1ede4; --tx-2: #9a958a; --tx-3: #6c685f;
    --ac: #d987a8; --ac-dim: rgba(217, 135, 168, .14); --ac-line: rgba(217, 135, 168, .35);
    --serif: "Playfair Display", Georgia, serif;
    --sans: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
    --mono: "JetBrains Mono", ui-monospace, monospace;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--tx); font-family: var(--sans); line-height: 1.6; }
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 22px; }
.rv { animation: rv .7s ease both; }
@keyframes rv { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .rv { animation: none; } }

.eyebrow { font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ac); font-weight: 700; }
.eyebrow b { color: var(--tx); }

.hero { padding: 84px 0 60px; background: radial-gradient(900px 420px at 60% -10%, rgba(217, 135, 168, .09), transparent 60%), var(--bg); }
.hero h1 { font-family: var(--serif); font-size: clamp(34px, 5.4vw, 56px); line-height: 1.12; margin: 14px 0 16px; font-weight: 600; }
.hero h1 em { font-style: italic; color: var(--ac); }
.hero .sub { color: var(--tx-2); font-size: 17px; max-width: 62ch; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 18px; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; text-decoration: none; border-radius: 10px; padding: 12px 20px; }
.btn-pri { background: var(--ac); color: #1a0d13; }
.btn-pri:hover { filter: brightness(1.08); }
.btn-ghost { border: 1px solid var(--line); color: var(--tx); }
.btn-ghost:hover { border-color: var(--ac); color: var(--ac); }
.trust { display: flex; gap: 20px; flex-wrap: wrap; color: var(--tx-2); font-size: 13.5px; }
.dot, .trust .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--ac); margin-right: 7px; }

/* CSS-mock of the setlist editor — dark app chrome, running total, Camelot
   badges and the energy arc, because those are the things no rival ships. */
.mock { margin-top: 42px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; max-width: 580px; box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .8); }
.mock .m-head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--line); padding-bottom: 10px; margin-bottom: 12px; }
.mock .m-show { font-weight: 800; font-size: 15px; }
.mock .m-venue { color: var(--tx-3); font-size: 11.5px; }
.mock .m-clock { font-family: var(--mono); color: var(--ac); font-size: 13px; }
.mock .m-row { display: grid; grid-template-columns: 18px 1fr auto auto; gap: 10px; align-items: center; padding: 5px 0; font-size: 13px; }
.mock .m-row + .m-row { border-top: 1px dashed rgba(35, 36, 42, .8); }
.mock .m-no { font-family: var(--mono); color: var(--tx-3); font-size: 11px; }
.mock .m-key { font-family: var(--mono); font-size: 10.5px; font-weight: 700; border-radius: 20px; padding: 1px 8px; background: var(--ac-dim); color: var(--ac); border: 1px solid var(--ac-line); }
.mock .m-dur { font-family: var(--mono); color: var(--tx-2); font-size: 11.5px; }
.mock .m-gap { color: var(--tx-3); font-size: 11px; font-style: italic; padding: 4px 0 4px 28px; }
.mock .m-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); margin-top: 12px; padding-top: 10px; }
.mock .m-total { font-family: var(--mono); font-size: 12px; color: var(--tx-2); }
.mock .m-total b { color: var(--ac); }
/* Energy arc: fixed-height bars, purely decorative */
.mock .m-arc { display: flex; align-items: flex-end; gap: 3px; height: 26px; }
.mock .m-arc i { width: 7px; border-radius: 2px 2px 0 0; background: linear-gradient(180deg, var(--ac), rgba(217, 135, 168, .25)); }

.sec { padding: 74px 0; }
.sec-head { max-width: 660px; margin-bottom: 40px; }
.sec-head.ctr { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head .t { font-family: var(--serif); font-size: clamp(26px, 3.6vw, 36px); font-weight: 600; margin-top: 10px; line-height: 1.2; }
.sec-head .lead { color: var(--tx-2); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step .no { font-family: var(--mono); color: var(--ac); font-size: 14px; }
.step .ln { height: 1px; background: var(--line); margin: 12px 0; }
.step h3 { font-size: 16.5px; margin-bottom: 6px; }
.step p { color: var(--tx-2); font-size: 14px; }

.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feat { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 20px; }
.feat h3 { font-size: 16px; margin-bottom: 8px; color: var(--ac); }
.feat p { color: var(--tx-2); font-size: 14px; }

/* Performance-rights societies — the differentiator, so it gets its own band */
.pro-band { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pro-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 26px; }
.pro { background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; }
.pro .soc { font-weight: 800; font-size: 15px; color: var(--ac); }
.pro .ter { color: var(--tx-3); font-size: 11.5px; font-family: var(--mono); }
.pro .det { color: var(--tx-2); font-size: 12.5px; margin-top: 6px; }
.pro-note { color: var(--tx-3); font-size: 13px; margin-top: 20px; max-width: 68ch; }

.price { margin: 60px auto 0; max-width: 560px; background: linear-gradient(180deg, var(--ac-dim), transparent), var(--card); border: 1px solid var(--ac-line); border-radius: 16px; padding: 34px; text-align: center; }
.price .amt { font-family: var(--serif); font-size: 44px; font-weight: 700; }
.price .amt small { font-size: 15px; color: var(--tx-2); font-family: var(--sans); font-weight: 600; }
.price p { color: var(--tx-2); font-size: 14.5px; max-width: 46ch; margin: 8px auto 0; }
.price .cta { justify-content: center; margin-bottom: 0; }

.faqs { display: grid; gap: 10px; max-width: 760px; }
.faqs details { background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 14px 18px; }
.faqs summary { cursor: pointer; font-weight: 700; font-size: 15px; }
.faqs p { color: var(--tx-2); font-size: 14px; margin-top: 8px; }

.final { margin-top: 70px; background: linear-gradient(180deg, var(--ac-dim), transparent), var(--card); border: 1px solid var(--ac-line); border-radius: 16px; padding: 44px 34px; text-align: center; }
.final h2 { font-family: var(--serif); font-size: clamp(24px, 3.4vw, 34px); margin: 10px 0; }
.final p { color: var(--tx-2); max-width: 56ch; margin: 0 auto; }
.final .cta { justify-content: center; }

footer { border-top: 1px solid var(--line); padding: 40px 0 50px; background: var(--bg-2); }
footer .wm { text-decoration: none; }
footer .nm { font-family: var(--serif); font-size: 20px; color: var(--tx); }
footer .nm b { color: var(--ac); }
footer .priv { color: var(--tx-3); font-size: 13px; margin-top: 8px; }
footer .fl { display: flex; gap: 18px; flex-wrap: wrap; margin: 22px 0; }
footer .fl a { color: var(--tx-2); text-decoration: none; font-size: 13.5px; }
footer .fl a:hover { color: var(--ac); }
footer .cr { color: var(--tx-3); font-size: 12.5px; }
footer .cr a { text-decoration: none; }

@media (max-width: 900px) {
    .steps { grid-template-columns: repeat(2, 1fr); }
    .grid3 { grid-template-columns: 1fr; }
    .pro-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .hero { padding-top: 56px; }
    .steps { grid-template-columns: 1fr; }
    .pro-grid { grid-template-columns: 1fr; }
}
