/* artist-details.css - Artist Details page (/details?id=)
   Component styles only; tokens/resets/buttons/header/footer come from redesign-core.css + profile-header-footer.css. */

h1, h2, h3, h4 { font-weight: 800; color: var(--ink); }
.material-icons { vertical-align: middle; }

/* ---------- Layout ---------- */
.dt-page { padding: 55px 0 60px; flex: 1 0 auto; }
.breadcrumb { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 0.85rem; font-weight: 600; margin-bottom: 18px; }
.breadcrumb .material-icons { font-size: 18px; color: var(--orange); }
.breadcrumb a:hover { color: var(--orange); }

.dt-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 24px; align-items: start; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.card-pad { padding: 26px; }
.card-title { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 800; margin-bottom: 4px; }
.card-title .material-icons { color: var(--orange); font-size: 22px; }

.badge { display: inline-flex; align-items: center; gap: 5px; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.badge-pro { background: var(--ink); color: #fff; }
.badge-free { background: var(--green-soft); color: var(--green); }

/* ---------- Artist hero ---------- */
.artist-hero { position: relative; overflow: hidden; }
.artist-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: blur(26px) saturate(1.2); transform: scale(1.25); opacity: 0.35; }
.artist-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.55), var(--bg) 92%); }
.artist-hero-inner { position: relative; z-index: 1; display: flex; gap: 26px; padding: 28px; align-items: flex-start; }
.artist-photo { width: 168px; height: 168px; border-radius: 18px; object-fit: cover; border: 4px solid var(--bg); box-shadow: var(--shadow); flex-shrink: 0; background: var(--bg-soft); }
.artist-id { flex: 1; min-width: 0; }
.artist-name { font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 900; letter-spacing: -0.03em; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.on-tour { display: inline-flex; align-items: center; gap: 7px; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green); background: var(--green-soft); border: 1px solid #c8ecd7; padding: 5px 12px; border-radius: 999px; }
.on-tour .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(26,165,99,0.5); animation: adPulse 1.8s infinite; }
@keyframes adPulse { 0% { box-shadow: 0 0 0 0 rgba(26,165,99,0.5); } 70% { box-shadow: 0 0 0 7px rgba(26,165,99,0); } 100% { box-shadow: 0 0 0 0 rgba(26,165,99,0); } }
.genres { margin-top: 8px; display: flex; gap: 8px; flex-wrap: wrap; }
.genre-chip { font-size: 0.78rem; font-weight: 600; color: var(--ink-2); background: var(--bg-soft); border: 1px solid var(--line); padding: 5px 12px; border-radius: 999px; }
.hero-actions { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.icon-action { width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--line-2); background: var(--bg); display: inline-flex; align-items: center; justify-content: center; color: var(--ink-2); cursor: pointer; transition: all .15s; }
.icon-action:hover { border-color: var(--orange); color: var(--orange); }
.icon-action.active { background: var(--orange-soft); border-color: var(--orange); color: var(--orange); }
.hero-btn { display: inline-flex; align-items: center; gap: 7px; height: 42px; padding: 0 20px; border-radius: 11px; background: var(--orange); color: #fff; font-weight: 700; font-size: 0.95rem; cursor: pointer; transition: background .2s, transform .15s, box-shadow .2s; box-shadow: 0 8px 20px rgba(255,102,0,0.25); }
.hero-btn:hover { background: var(--orange-2); transform: translateY(-1px); box-shadow: 0 12px 26px rgba(255,102,0,0.32); }
.hero-btn .material-icons { font-size: 20px; }

/* stat row */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.stat-cell { background: var(--bg); padding: 18px 16px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.stat-cell .v { font-size: 1.35rem; font-weight: 900; letter-spacing: -0.02em; }
.stat-cell .v.next { font-size: 0.92rem; font-weight: 800; line-height: 1.25; }
.stat-cell .v.next .nx-city { display: block; font-size: 0.72rem; color: var(--muted); font-weight: 600; letter-spacing: 0; text-transform: none; margin-top: 2px; }
.stat-cell a.near-link { cursor: pointer; transition: color .15s; }
.stat-cell a.near-link:hover { color: var(--orange); }
.stat-cell .donut { width: 78px; height: 78px; margin: 0 auto; }
.stat-cell .donut svg { display: block; }
/* "Current Interest" hero cell: a compact version of the Analytics gauge (semicircle + needle + label) */
.stat-cell .gauge-mini { width: 96px; margin: 0 auto; }
.stat-cell .gauge-mini svg { display: block; width: 96px; height: 58px; }
.stat-cell .gauge-mini .gm-label { font-size: 0.92rem; font-weight: 800; letter-spacing: -0.01em; margin-top: 2px; }
.stat-cell .gauge-mini:empty { min-height: 78px; }
.stat-cell .l { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 700; margin-top: 3px; }

/* Skeleton shimmer while hero stats (Latest Show / Next Show / Spotify Popularity) load in */
@keyframes statSkeleton { 0% { background-position: 100% 50%; } 100% { background-position: 0 50%; } }
.stat-cell .v:empty,
.stat-cell .donut:empty {
    display: inline-block;
    background: linear-gradient(90deg, var(--line) 25%, var(--line-2) 37%, var(--line) 63%);
    background-size: 400% 100%;
    animation: statSkeleton 1.4s ease infinite;
    border-radius: 6px;
}
.stat-cell .v:empty { width: 88px; height: 1.05em; vertical-align: middle; }
.stat-cell .donut:empty { width: 78px; height: 78px; border-radius: 50%; }
@media (prefers-reduced-motion: reduce) { .stat-cell .v:empty, .stat-cell .donut:empty { animation: none; } }

/* social media box */
.social-card { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.social-title { font-size: 0.74rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); flex-shrink: 0; }
.social-icons { display: flex; gap: 10px; flex-wrap: wrap; }
.social-icon { width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--line-2); background: var(--bg); display: inline-flex; align-items: center; justify-content: center; color: var(--ink-2); transition: transform .15s ease, border-color .2s, color .2s, box-shadow .2s; }
.social-icon:hover { transform: translateY(-2px); border-color: var(--orange); color: var(--orange); box-shadow: var(--shadow-sm); }
.social-icon svg { width: 20px; height: 20px; fill: currentColor; }

/* bio */
.bio { color: var(--muted); font-size: 0.97rem; }
.bio-collapsed { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.bio-toggle { margin-top: 10px; color: var(--orange); font-weight: 700; cursor: pointer; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 4px; }

/* ---------- AI Estimator (Coming soon teaser) ---------- */
.estimator { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #16161a, #2a2d36); color: #fff; box-shadow: var(--shadow); overflow: hidden; position: relative; padding: 22px 26px; }
.estimator::before { content: ""; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(255,102,0,0.35), transparent 65%); }
.estimator-row { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.estimator h3 { color: #fff; font-size: 1.18rem; display: flex; align-items: center; gap: 9px; }
.estimator h3 .material-icons { color: var(--orange-2); }
.estimator p { margin: 6px 0 0; color: rgba(255,255,255,0.7); font-size: 0.88rem; max-width: 480px; }
.estimator-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange-2); background: rgba(255,102,0,0.14); border: 1px solid rgba(255,102,0,0.4); padding: 6px 14px; border-radius: 999px; white-space: nowrap; }

/* ---------- Side modules ---------- */
.module + .module { margin-top: 0; }
.module-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 18px 22px; cursor: pointer; }
.module-head .lhs { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1rem; }
.module-head .lhs .material-icons { color: var(--orange); }
.module-head .chev { color: var(--muted-2); transition: transform .25s; }
.module.open .chev { transform: rotate(180deg); }
.module-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s cubic-bezier(.2,.9,.25,1); }
.module.open .module-body { grid-template-rows: 1fr; }
.module-body-inner { overflow: hidden; min-height: 0; padding: 0 22px 22px; }

.staff-group-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 800; margin: 0 0 8px; }
.staff-group-label + .staff-group-label { margin-top: 16px; }
.staff-item { padding: 14px 0; border-top: 1px solid var(--line); }
.staff-item:first-child { border-top: none; }
/* Booking agent whose territory covers the viewer's market (artist-details.js geo highlight). */
.staff-item.market-match { border: 1px solid var(--orange); background: var(--orange-soft); border-radius: 13px; padding: 14px; margin: 8px 0 12px; }
.market-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.66rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--orange); margin-bottom: 9px; }
.market-badge .material-icons { font-size: 15px; }
.staff-org { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 0.95rem; }
.staff-org a { transition: color .15s; }
.staff-org a:hover { color: var(--orange); }
.staff-tags { display: flex; gap: 6px; margin: 6px 0; flex-wrap: wrap; }
.staff-tag { font-size: 0.68rem; font-weight: 700; padding: 3px 8px; border-radius: 6px; background: var(--bg-soft); color: var(--muted); border: 1px solid var(--line); }
.staff-person { display: flex; align-items: center; gap: 11px; margin-top: 8px; }
.staff-pic { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; background: var(--bg-soft); border: 1px solid var(--line); }
.staff-name { font-weight: 700; font-size: 0.9rem; }
.staff-name a:hover { color: var(--orange); }
.staff-pos { color: var(--muted); font-size: 0.8rem; }
.staff-mail { margin-left: auto; color: var(--muted-2); }
.staff-mail:hover { color: var(--orange); }
.staff-empty { color: var(--muted); font-size: 0.9rem; padding: 6px 0; }
.staff-empty a { color: var(--orange); font-weight: 700; }

.menu-link { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; border-top: 1px solid var(--line); cursor: pointer; transition: background .15s; }
.menu-link:hover { background: var(--bg-soft); }
.menu-link .lhs { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 0.96rem; }
.menu-link .lhs .material-icons { color: var(--orange); }

/* news */
.news-item { display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.news-item:first-child { border-top: none; }
.news-pic { width: 64px; height: 48px; border-radius: 9px; object-fit: cover; flex-shrink: 0; background: var(--bg-soft); }
.news-title { font-weight: 700; font-size: 0.88rem; line-height: 1.35; }
.news-item:hover .news-title { color: var(--orange); }
.news-date { color: var(--muted-2); font-size: 0.78rem; margin-top: 3px; }

/* ---------- Generic vb-modal (Analytics) ---------- */
.vb-modal { position: fixed; inset: 0; z-index: 1200; background: rgba(20,22,30,0.7); backdrop-filter: blur(4px); display: flex; align-items: flex-start; justify-content: center; padding: 40px 16px; overflow-y: auto; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .28s ease, visibility 0s linear .3s; }
.vb-modal.open { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .28s ease, visibility 0s linear 0s; }
.vb-modal-card { background: var(--bg); border-radius: var(--radius); width: 100%; max-width: 980px; box-shadow: var(--shadow-lg); position: relative; opacity: 0; transform: translateY(16px) scale(.985); transition: opacity .3s ease, transform .34s cubic-bezier(.2,.9,.25,1); }
.vb-modal.open .vb-modal-card { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .vb-modal, .vb-modal-card, .te-overlay { transition: none !important; } }
.vb-modal-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.vb-modal-head h3 { font-size: 1.1rem; }
.vb-modal-close { cursor: pointer; color: var(--muted); width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; }
.vb-modal-close:hover { background: var(--bg-soft); color: var(--ink); }
.vb-modal-body { padding: 0; min-height: 200px; }
.vb-modal-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 60px 20px; color: var(--muted); font-size: 0.9rem; font-weight: 600; }
.vb-spinner { width: 40px; height: 40px; border: 3px solid var(--orange-soft); border-top-color: var(--orange); border-radius: 50%; animation: adSpin 0.8s linear infinite; }
@keyframes adSpin { to { transform: rotate(360deg); } }

/* ---------- Analytics modal: branded header + dark scope ---------- */
#an-card { background: var(--bg); color: var(--ink); transition: background .3s ease, color .3s ease; }
#an-card[data-theme="dark"] {
    --bg: #0c0d11; --bg-soft: #131419; --bg-tint: #16120e;
    --line: rgba(255,255,255,0.09); --line-2: rgba(255,255,255,0.16);
    --ink: #f2f3f6; --ink-2: #c8cad2; --muted: #9a9da6; --muted-2: #71747e;
    --orange-soft: rgba(255,102,0,0.18);
    background: #0c0d11; color: #f2f3f6;
}
.an-head { display: flex; align-items: center; gap: 16px; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.an-avatar { position: relative; overflow: hidden; width: 56px; height: 56px; border-radius: 14px; flex: 0 0 auto; background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.3rem; letter-spacing: -0.02em; box-shadow: 0 8px 22px rgba(255,102,0,0.30); }
.an-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.an-head-text { min-width: 0; }
.an-eyebrow { display: inline-block; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange); margin-bottom: 4px; }
.an-title { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.022em; line-height: 1.1; }
.an-head-sub { font-size: 0.82rem; color: var(--muted); font-weight: 500; margin-top: 2px; }
.an-head-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.an-follow { display: inline-flex; align-items: center; gap: 6px; background: var(--orange); color: #fff; border: none; cursor: pointer; font-family: inherit; font-weight: 700; font-size: 0.85rem; padding: 9px 18px; border-radius: 10px; box-shadow: 0 8px 20px rgba(255,102,0,0.26); transition: transform .15s ease, background .2s; }
.an-follow:hover { background: var(--orange-2); transform: translateY(-1px); }
.an-follow.following { background: var(--bg-soft); color: var(--ink); box-shadow: none; border: 1px solid var(--line-2); }
.an-follow .material-icons { font-size: 16px; }
.an-theme, .an-close { width: 36px; height: 36px; border-radius: 10px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; background: var(--bg-soft); color: var(--muted); border: 1px solid var(--line); transition: color .2s, border-color .2s; }
.an-theme:hover, .an-close:hover { color: var(--orange); border-color: var(--orange); }
.an-theme .material-icons, .an-close .material-icons { font-size: 19px; }
@media (max-width: 640px) { .an-head { flex-wrap: wrap; } .an-head-actions { margin-left: 0; width: 100%; justify-content: flex-end; } }

/* ---------- Tour dates + Contact iframe overlays ---------- */
.te-overlay { position: fixed; inset: 0; z-index: 1200; display: block; background: #0c0d11; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s ease, visibility 0s linear .32s; }
.te-overlay.open { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .3s ease, visibility 0s linear 0s; }
.te-frame { width: 100%; height: 100%; border: 0; display: block; }
.te-close { position: fixed; top: 14px; right: 14px; z-index: 1310; width: 42px; height: 42px; border-radius: 50%; border: none; background: rgba(255,255,255,0.92); color: #16161a; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,0.35); transition: background .15s, color .15s, transform .15s; }
/* Tour dates overlay has its own in-iframe header (theme toggle sits top-right) - push our close button below it */
@media (min-width: 901px) { #modal-events .te-close { top: 76px; } }
.te-close:hover { background: #fff; color: var(--orange); transform: translateY(-1px); }
.te-loading { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: #c7cad1; font-size: 0.9rem; font-weight: 600; }
.te-spinner { width: 42px; height: 42px; border: 3px solid rgba(255,255,255,0.18); border-top-color: var(--orange); border-radius: 50%; animation: adSpin 0.8s linear infinite; }
@media (max-width: 900px) { .te-close { top: auto; bottom: 20px; right: 20px; box-shadow: 0 6px 20px rgba(0,0,0,0.5); } }

/* Contact overlay is a lighter card-style variant of the same iframe overlay */
.ci-overlay { background: rgba(20,22,30,0.7); backdrop-filter: blur(4px); display: flex; align-items: flex-start; justify-content: center; padding: 40px 16px; overflow-y: auto; }
.ci-overlay .te-frame-wrap { width: 100%; max-width: 520px; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); background: var(--bg); position: relative; opacity: 0; transform: translateY(16px) scale(.985); transition: opacity .3s ease, transform .34s cubic-bezier(.2,.9,.25,1); }
.ci-overlay.open .te-frame-wrap { opacity: 1; transform: none; }
.ci-overlay .te-frame { height: 640px; max-height: 86vh; }
.ci-overlay .te-close { position: absolute; top: 12px; right: 12px; background: rgba(0,0,0,0.06); color: var(--ink); box-shadow: none; }
.ci-overlay .te-loading { color: var(--muted); background: var(--bg); }
.ci-overlay .te-spinner { border-color: var(--orange-soft); border-top-color: var(--orange); }
/* ---------- Free plan banner (not logged in) ---------- */
.free-banner { display: flex; align-items: center; gap: 12px; background: linear-gradient(135deg, #16161a, #2a2d36); color: #fff; border-radius: 14px; padding: 13px 18px; margin-bottom: 18px; flex-wrap: wrap; }
.free-banner .material-icons { color: var(--orange-2); }
.free-banner span { flex: 1; font-size: 0.88rem; color: rgba(255,255,255,0.8); min-width: 220px; }
.free-banner b { color: #fff; }
.free-banner .fb-cta { display: inline-flex; align-items: center; gap: 6px; background: var(--orange); color: #fff; font-weight: 700; font-size: 0.84rem; padding: 9px 18px; border-radius: 10px; cursor: pointer; transition: background .2s; }
.free-banner .fb-cta:hover { background: var(--orange-2); }

/* ---------- Not-logged-in upsell modal ---------- */
.upsell-desc { color: var(--muted); font-size: 0.95rem; margin: 0 0 16px; line-height: 1.6; }
.upsell-preview { position: relative; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-bottom: 22px; background: var(--bg-soft); }
.upx-blur { filter: blur(5px) saturate(1.05); pointer-events: none; user-select: none; }
.upx-lock { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: rgba(255,255,255,0.22); }
.upx-lock .chip { display: inline-flex; align-items: center; gap: 6px; background: var(--ink); color: #fff; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 8px 16px; border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,0.25); }
.upx-lock .chip .material-icons { font-size: 15px; color: var(--orange-2); }
.upx-lock small { font-size: 0.76rem; font-weight: 700; color: var(--ink-2); background: rgba(255,255,255,0.85); padding: 3px 10px; border-radius: 999px; }
.upx-rows { padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.upx-row { display: flex; align-items: center; gap: 11px; background: var(--bg); border: 1px solid var(--line); border-radius: 11px; padding: 9px 12px; }
.upx-row .avatar-ph { width: 40px; height: 40px; border-radius: 9px; background: var(--line-2); flex: none; }
.upx-row .bars { flex: 1; }
.upx-row .bars .l1 { height: 9px; width: 45%; border-radius: 999px; background: var(--line-2); margin-bottom: 6px; }
.upx-row .bars .l2 { height: 8px; width: 70%; border-radius: 999px; background: var(--line); }
.upx-chart { display: flex; align-items: flex-end; gap: 10px; height: 170px; padding: 18px 22px 14px; }
.upx-chart span { flex: 1; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, var(--orange-2), var(--orange)); opacity: 0.85; }
.nl-pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.nl-plan { position: relative; border: 1px solid var(--line); border-radius: 16px; padding: 20px; background: var(--bg-soft); }
.nl-plan-best { border-color: var(--orange); background: var(--orange-soft); }
.nl-plan-badge { position: absolute; top: -11px; right: 16px; background: var(--orange); color: #fff; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.nl-plan-price { font-size: 1.6rem; font-weight: 900; letter-spacing: -0.02em; }
.nl-plan-price span { font-size: 0.9rem; font-weight: 600; color: var(--muted); }
.nl-plan-sub { font-size: 0.78rem; color: var(--muted); margin: 2px 0 14px; }
.nl-plan-benefits { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.nl-plan-benefits li { display: flex; align-items: center; gap: 8px; font-size: 0.86rem; color: var(--ink-2); }
.nl-plan-benefits .material-icons { font-size: 17px; color: var(--orange); }
.nl-demo { border-top: 1px solid var(--line); padding-top: 20px; }
.nl-demo-title { font-weight: 700; margin-bottom: 12px; }
.nl-demo-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.nl-demo-fields input { width: 100%; font-family: inherit; font-size: 0.95rem; padding: 11px 14px; border: 1px solid var(--line-2); border-radius: 10px; background: var(--bg); color: var(--ink); outline: none; }
.nl-demo-fields input:focus { border-color: var(--orange); }
@media (max-width: 620px) { .nl-pricing, .nl-demo-fields { grid-template-columns: 1fr; } }

@media (max-width: 940px) {
    .dt-grid { grid-template-columns: 1fr; }
    .artist-hero-inner { flex-direction: column; align-items: center; text-align: center; }
    .genres, .hero-actions { justify-content: center; }
    .stat-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .artist-hero-inner { padding: 22px; }
    .artist-photo { width: 132px; height: 132px; }
    .card-pad { padding: 20px; }
    .estimator { padding: 18px; }
    .vb-modal { padding: 0; }
    .vb-modal-card { border-radius: 0; min-height: 100%; }
    .stat-row { grid-template-columns: 1fr; }
}
