/* ============================================================
   CreativeLaunch AI — design system (design-system/MASTER.md)
   App: light enterprise. Marketing: dark navy glassmorphism.
   Locally compiled — no CDN, CSP-tight.
   ============================================================ */
:root {
  --canvas: #f6f7fb;
  --card: #ffffff;
  --border: #e6e8ee;
  --ink: #0f172a;
  --slate: #475569;
  --muted: #94a3b8;
  --brand: #6d5efc;
  --brand-600: #5b4cf0;
  --brand-700: #4a3bdb;
  --brand-soft: #efedfe;
  --cyan: #22d3ee;
  --emerald: #10b981;     /* profit / success / approved */
  --emerald-soft: #d9f5ea;
  --rose: #f43f5e;        /* cost / error / rejected */
  --rose-soft: #fde7eb;
  --amber: #f59e0b;       /* warning / pending / low credits */
  --amber-soft: #fdf0d9;
  --navy: #0a0f1f;
  --radius: 1rem;
  --shadow: 0 1px 2px rgba(15,23,42,.05), 0 8px 24px -12px rgba(15,23,42,.12);
  --shadow-lg: 0 24px 60px -24px rgba(15,23,42,.25);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); color: var(--ink);
  background: var(--canvas); font-size: 15px; line-height: 1.55;
  letter-spacing: -0.011em; -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4 { letter-spacing: -0.025em; margin: 0 0 .5rem; line-height: 1.2; }
h1 { font-size: 1.6rem; font-weight: 800; }
h2 { font-size: 1.25rem; font-weight: 700; }
h3 { font-size: 1.05rem; font-weight: 700; }
p { margin: 0 0 .75rem; }
a { color: var(--brand-600); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg, video, canvas { max-width: 100%; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--brand); color: #fff; padding: .5rem 1rem; z-index: 100; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }

/* ── Layout shell ─────────────────────────────────────────── */
.app-shell { display: flex; min-height: 100vh; }
.sidebar {
  width: 248px; flex-shrink: 0; background: var(--card);
  border-right: 1px solid var(--border); position: fixed; inset: 0 auto 0 0;
  display: flex; flex-direction: column; overflow-y: auto; z-index: 30;
}
.sidebar-logo { display: flex; align-items: center; gap: .6rem; padding: 1.1rem 1.25rem; font-weight: 900; font-size: 1.05rem; color: var(--ink); }
.sidebar-logo .logo-mark {
  width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--cyan)); font-size: .85rem; font-weight: 900;
}
.sidebar-logo .logo-mark-img { width: 30px; height: 30px; display: block; flex-shrink: 0;
  filter: drop-shadow(0 3px 6px rgba(109,94,252,.35)); }
.cl-eyebrow { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); padding: 1rem 1.25rem .35rem; }
.cl-nav-link {
  display: flex; align-items: center; gap: .65rem; padding: .5rem 1.25rem; margin: 1px .5rem;
  border-radius: .6rem; color: var(--slate); font-weight: 500; font-size: .9rem;
}
.cl-nav-link:hover { background: var(--canvas); color: var(--ink); text-decoration: none; }
.cl-nav-link.cl-nav-active { background: var(--brand-soft); color: var(--brand-700); font-weight: 600; }
.cl-nav-link svg { width: 17px; height: 17px; }
.main-col { flex: 1; margin-left: 248px; display: flex; flex-direction: column; min-width: 0; }
.topbar {
  position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 1rem;
  background: rgba(246,247,251,.85); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border); padding: .65rem 1.5rem;
}
.topbar .spacer { flex: 1; }
.credit-chip {
  display: inline-flex; align-items: center; gap: .45rem; padding: .35rem .8rem;
  background: var(--card); border: 1px solid var(--border); border-radius: 999px;
  font-weight: 700; font-size: .85rem;
}
.credit-chip svg { width: 15px; height: 15px; color: var(--amber); }
.credit-chip.low { border-color: var(--amber); background: var(--amber-soft); }
/* Workspace switcher — custom dropdown that shows each client's brand logo */
.ws-switcher { position: relative; display: inline-block; }
.ws-switcher-trigger {
  display: inline-flex; align-items: center; gap: .5rem; max-width: 230px;
  padding: .28rem .55rem; background: var(--card); border: 1px solid var(--border);
  border-radius: 999px; font-size: .82rem; font-weight: 600; color: var(--ink);
  cursor: pointer; transition: border-color .15s, box-shadow .15s;
}
.ws-switcher-trigger:hover { border-color: #cbd2de; }
.ws-switcher-trigger:focus-visible { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(109,94,252,.15); outline: none; }
.ws-switcher-logo {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; flex-shrink: 0; border-radius: 6px;
  background: #fff; border: 1px solid var(--border); overflow: hidden;
}
.ws-switcher-logo img { width: 100%; height: 100%; object-fit: contain; }
.ws-switcher-logo svg { width: 14px; height: 14px; color: var(--brand); }
.ws-switcher-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ws-switcher-caret { width: 15px; height: 15px; flex-shrink: 0; color: var(--muted); margin-left: auto; }
.ws-switcher-menu {
  position: absolute; top: calc(100% + 6px); left: 0; z-index: 60;
  min-width: 240px; max-width: 300px; max-height: 70vh; overflow-y: auto;
  background: var(--card); border: 1px solid var(--border); border-radius: .8rem;
  box-shadow: var(--shadow-lg); padding: .35rem;
}
.ws-switcher-item {
  display: flex; align-items: center; gap: .55rem; width: 100%;
  padding: .4rem .5rem; background: none; border: 0; border-radius: .55rem;
  font-size: .85rem; font-weight: 600; color: var(--ink); text-align: left; cursor: pointer;
}
.ws-switcher-item:hover, .ws-switcher-item.is-current { background: var(--brand-soft); }
.ws-switcher-item .ws-switcher-name { flex: 1; }
.ws-switcher-check { width: 15px; height: 15px; flex-shrink: 0; color: var(--brand); }
.ws-switcher-add { color: var(--brand-700); }
.ws-switcher-add .ws-switcher-logo { background: var(--brand-soft); border-color: transparent; }
.ws-switcher-sep { height: 1px; background: var(--border); margin: .35rem .3rem; }
.page { padding: 1.5rem; max-width: 1200px; width: 100%; margin: 0 auto; }
.nav-toggle { display: none; background: var(--card); border: 1.5px solid #cbd2de; border-radius: .6rem; padding: .4rem .55rem; cursor: pointer; color: #0f172a !important; box-shadow: var(--shadow); flex-shrink: 0; }
.nav-toggle svg { width: 22px; height: 22px; display: block; stroke: #0f172a; }
.nav-toggle:active { background: var(--brand-soft); }
#sidebar-backdrop { display: none; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .sidebar {
    display: flex; transform: translateX(-105%); transition: transform .25s ease;
    box-shadow: var(--shadow-lg); width: 270px; z-index: 80;
  }
  body.sidebar-open .sidebar { transform: translateX(0); }
  body.sidebar-open #sidebar-backdrop {
    display: block; position: fixed; inset: 0; z-index: 70;
    background: rgba(15,23,42,.45); backdrop-filter: blur(2px);
  }
  .main-col { margin-left: 0; }
  .topbar { padding: .65rem .8rem; gap: .5rem; }
  .page { padding: 1rem; }
}
@media (prefers-reduced-motion: reduce) { .sidebar { transition: none; } }

/* ── Cards, buttons, forms ───────────────────────────────── */
.cl-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.25rem; }
.cl-btn, .cl-btn-primary, .cl-btn-ghost, .cl-btn-soft, .cl-btn-danger {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .55rem 1.05rem; border-radius: .7rem; font-weight: 600; font-size: .9rem;
  border: 1px solid transparent; cursor: pointer; font-family: var(--font);
  transition: transform .06s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none !important;
}
.cl-btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-600)); color: #fff; box-shadow: 0 6px 18px -8px rgba(109,94,252,.6); }
.cl-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -8px rgba(109,94,252,.7); }
.cl-btn-primary:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.cl-btn { background: var(--card); border-color: var(--border); color: var(--ink); }
.cl-btn:hover { background: var(--canvas); }
.cl-btn-ghost { background: transparent; color: var(--slate); }
.cl-btn-ghost:hover { background: var(--canvas); color: var(--ink); }
.cl-btn-soft { background: var(--brand-soft); color: var(--brand-700); }
.cl-btn-soft:hover { background: #e3dffd; }
.cl-btn-danger { background: var(--rose-soft); color: #be123c; }
.cl-btn svg, .cl-btn-primary svg, .cl-btn-ghost svg, .cl-btn-soft svg, .cl-btn-danger svg { width: 16px; height: 16px; }
.btn-sm { padding: .35rem .7rem; font-size: .8rem; border-radius: .55rem; }

label.cl-label { display: block; font-weight: 600; font-size: .82rem; margin: 0 0 .3rem; color: var(--ink); }
.cl-input, .cl-select, textarea.cl-input {
  width: 100%; padding: .55rem .8rem; border: 1px solid var(--border); border-radius: .65rem;
  font-family: var(--font); font-size: .9rem; color: var(--ink); background: var(--card);
}
.cl-input:focus, .cl-select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(109,94,252,.15); outline: none; }
.field { margin-bottom: 1rem; }
.hint { font-size: .78rem; color: var(--muted); margin-top: .25rem; }

/* ── Badges & semantic colors ────────────────────────────── */
.badge { display: inline-flex; align-items: center; gap: .3rem; padding: .15rem .6rem; border-radius: 999px; font-size: .72rem; font-weight: 700; }
.badge-emerald { background: var(--emerald-soft); color: #047857; }
.badge-rose { background: var(--rose-soft); color: #be123c; }
.badge-amber { background: var(--amber-soft); color: #b45309; }
.badge-slate { background: #eef1f6; color: var(--slate); }
.badge-brand { background: var(--brand-soft); color: var(--brand-700); }

/* ── Flash / toast ───────────────────────────────────────── */
.flash { display: flex; gap: .6rem; align-items: flex-start; padding: .8rem 1rem; border-radius: .8rem; margin-bottom: 1rem; font-size: .9rem; border: 1px solid; }
.flash-success { background: var(--emerald-soft); border-color: #a7e8cd; color: #065f46; }
.flash-error { background: var(--rose-soft); border-color: #f8c4cf; color: #9f1239; }
.flash-info { background: var(--brand-soft); border-color: #d6d1fc; color: var(--brand-700); word-break: break-all; }
/* Toasts float centered ABOVE any sticky/fixed bottom bar (studio create bar
   is z-index 120, assistant FAB 95) so errors are never hidden behind them. */
.toast-host { position: fixed; left: 50%; transform: translateX(-50%); bottom: 8.4rem; z-index: 1300;
  display: flex; flex-direction: column; align-items: center; gap: .5rem; pointer-events: none;
  width: max-content; max-width: calc(100vw - 2rem); }
.toast { background: var(--ink); color: #fff; padding: .7rem 1.1rem; border-radius: .7rem; box-shadow: var(--shadow-lg);
  font-size: .88rem; animation: toastIn .2s ease; max-width: 480px; text-align: center; pointer-events: auto; }
.toast.err { background: #9f1239; border: 1px solid rgba(253,164,175,.55); }
@keyframes toastIn { from { opacity: 0; transform: translateY(8px);} to { opacity: 1; transform: none;} }

/* ── Stat cards / grids ──────────────────────────────────── */
.grid { display: grid; gap: 1rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }
.stat-card .stat-label { font-size: .75rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.stat-card .stat-value { font-size: 1.7rem; font-weight: 800; letter-spacing: -.03em; }

/* ── Credit-cost preview box (UX law: cost BEFORE spending) ─ */
.credit-preview {
  display: flex; align-items: center; gap: .8rem; padding: .9rem 1.1rem;
  background: linear-gradient(135deg, var(--brand-soft), #e8f9fd);
  border: 1px solid #d6d1fc; border-radius: .9rem;
}
.credit-preview .cp-amount { font-size: 1.3rem; font-weight: 900; color: var(--brand-700); white-space: nowrap; }
.credit-preview.insufficient { background: var(--amber-soft); border-color: #f5d28a; }

/* ── Progress panel ──────────────────────────────────────── */
.progress-panel { text-align: center; padding: 2.2rem 1rem; }
.spinner { width: 42px; height: 42px; margin: 0 auto 1rem; border-radius: 50%; border: 4px solid var(--brand-soft); border-top-color: var(--brand); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Tables ──────────────────────────────────────────────── */
table.cl-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.cl-table th { text-align: left; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding: .5rem .75rem; border-bottom: 1px solid var(--border); }
.cl-table td { padding: .6rem .75rem; border-bottom: 1px solid var(--border); }
.cl-table tr:last-child td { border-bottom: 0; }

/* ── Empty states ────────────────────────────────────────── */
.empty-state { text-align: center; padding: 3rem 1.5rem; color: var(--slate); }
.empty-state svg { width: 40px; height: 40px; color: var(--muted); margin-bottom: .8rem; }

/* ── Wizard steps ────────────────────────────────────────── */
.wizard-steps { display: flex; gap: .4rem; margin-bottom: 1.25rem; flex-wrap: wrap; }
.wizard-step { display: flex; align-items: center; gap: .45rem; padding: .35rem .8rem; border-radius: 999px; font-size: .8rem; font-weight: 600; background: #eef1f6; color: var(--slate); }
.wizard-step.active { background: var(--brand); color: #fff; }
.wizard-step.done { background: var(--emerald-soft); color: #047857; }

/* Admin command center */
.admin-page { max-width: 1440px; padding-top: 1.25rem; }
.admin-hub { display: grid; gap: .75rem; }
.admin-hero {
  display: flex; align-items: stretch; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.1rem; border: 1px solid rgba(203,213,225,.95); border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.94)),
    linear-gradient(90deg, rgba(109,94,252,.08), rgba(34,211,238,.07));
  box-shadow: 0 18px 48px -34px rgba(15,23,42,.42);
}
.admin-hero-main { min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.admin-kicker {
  display: inline-flex; align-items: center; gap: .45rem; width: fit-content;
  color: var(--brand-700); font-size: .72rem; font-weight: 900; text-transform: uppercase;
  letter-spacing: .075em; margin-bottom: .25rem;
}
.admin-kicker svg { width: 15px; height: 15px; }
.admin-hero h1 { margin: 0; font-size: 1.55rem; letter-spacing: -.035em; }
.admin-hero p { margin: .15rem 0 0; color: var(--slate); font-size: .92rem; }
.admin-hero-actions { display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; justify-content: flex-end; }
.admin-tabs {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(156px, 1fr)); gap: .55rem;
  padding: .65rem; border: 1px solid var(--border); border-radius: 1rem;
  background: rgba(255,255,255,.88); box-shadow: 0 12px 32px -28px rgba(15,23,42,.45);
}
.admin-tab {
  display: flex; align-items: center; gap: .7rem; min-height: 62px;
  padding: .7rem .75rem; border: 1px solid #e4e8f0; border-radius: .8rem;
  color: var(--ink); background: linear-gradient(180deg,#fff,#fbfcff);
  text-decoration: none !important; transition: transform .12s, border-color .14s, box-shadow .14s, background .14s;
}
.admin-tab:hover {
  transform: translateY(-1px); border-color: #cfd6e4; box-shadow: 0 12px 24px -20px rgba(15,23,42,.5);
}
.admin-tab.is-active {
  color: #fff; border-color: transparent;
  background: linear-gradient(135deg, #111827, #27324a);
  box-shadow: 0 14px 30px -22px rgba(15,23,42,.9);
}
.admin-tab-icon {
  width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center;
  border-radius: .7rem; color: var(--brand-700); background: var(--brand-soft);
}
.admin-tab-icon svg { width: 18px; height: 18px; }
.admin-tab.is-active .admin-tab-icon { color: #0f172a; background: linear-gradient(135deg,#a7f3d0,#67e8f9); }
.admin-tab-text { min-width: 0; display: flex; flex-direction: column; line-height: 1.15; }
.admin-tab-label { font-weight: 800; font-size: .9rem; overflow-wrap: anywhere; }
.admin-tab-group { margin-top: .18rem; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.admin-tab.is-active .admin-tab-group { color: rgba(255,255,255,.68); }
.admin-page .cl-card { border-color: #dfe4ed; border-radius: .95rem; }
.admin-page .stat-card {
  position: relative; overflow: hidden; background: linear-gradient(180deg,#fff,#fbfcff);
}
.admin-page .stat-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(var(--brand), var(--cyan)); opacity: .45;
}
.admin-page .stat-card .stat-label { color: #64748b; }
.admin-page .cl-table { font-size: .86rem; }
.admin-page .cl-table th { padding-top: .62rem; padding-bottom: .62rem; }
.admin-page .cl-table td { vertical-align: middle; }
.admin-page .wizard-steps {
  display: inline-flex; max-width: 100%; padding: .35rem; border: 1px solid var(--border);
  border-radius: .95rem; background: rgba(255,255,255,.8); box-shadow: 0 10px 24px -22px rgba(15,23,42,.45);
}
.admin-page .wizard-step {
  border-radius: .68rem; background: transparent; color: var(--slate); border: 1px solid transparent;
}
.admin-page .wizard-step:hover { background: var(--canvas); text-decoration: none; }
.admin-page .wizard-step.active { background: #111827; color: #fff; box-shadow: 0 8px 18px -14px rgba(15,23,42,.9); }
@media (max-width: 760px) {
  .admin-page { padding-left: .85rem; padding-right: .85rem; }
  .admin-hero { flex-direction: column; padding: .9rem; }
  .admin-hero-actions { justify-content: flex-start; }
  .admin-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: .45rem; gap: .45rem; }
  .admin-tab { min-height: 58px; padding: .62rem; gap: .55rem; }
  .admin-tab-icon { width: 30px; height: 30px; flex-basis: 30px; }
}
@media (max-width: 460px) {
  .admin-tabs { grid-template-columns: 1fr; }
}
.type-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: .8rem; }
.type-card {
  position: relative; border: 2px solid var(--border); border-radius: .9rem; padding: 1rem; cursor: pointer;
  background: var(--card); text-align: left; font-family: var(--font);
  transition: border-color .13s, box-shadow .13s, transform .13s;
}
.type-card:hover { border-color: #c9c2fa; transform: translateY(-3px); box-shadow: var(--shadow); }
.type-card.selected { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(109,94,252,.15), var(--shadow); }
.type-card.selected::after {
  content: '✓'; position: absolute; top: .55rem; right: .55rem; width: 22px; height: 22px;
  display: grid; place-items: center; border-radius: 50%; font-size: .72rem; font-weight: 900;
  background: var(--brand); color: #fff; box-shadow: 0 2px 8px rgba(109,94,252,.5);
}
.type-card .tc-icon { width: 36px; height: 36px; border-radius: .6rem; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand-700); margin-bottom: .55rem; }
.type-card .tc-icon svg { width: 18px; height: 18px; }
.type-card .tc-title { font-weight: 700; font-size: .92rem; }
.type-card .tc-sub { font-size: .76rem; color: var(--muted); }

/* ── Editor ──────────────────────────────────────────────── */
.editor-shell { display: grid; grid-template-columns: 220px 1fr 280px; gap: 1rem; align-items: start; }
@media (max-width: 1100px) { .editor-shell { grid-template-columns: 1fr; } }
.editor-canvas-wrap { background: repeating-conic-gradient(#eceef4 0% 25%, #f7f8fc 0% 50%) 0 0/24px 24px; border: 1px solid var(--border); border-radius: var(--radius); display: grid; place-items: center; padding: 1rem; min-height: 480px; position: relative; }
.editor-canvas-inner { box-shadow: var(--shadow-lg); line-height: 0; max-width: 100%; }
.layer-item { display: flex; align-items: center; gap: .5rem; padding: .45rem .6rem; border: 1px solid var(--border); border-radius: .6rem; margin-bottom: .4rem; background: var(--card); cursor: pointer; font-size: .82rem; }
.layer-item.active { border-color: var(--brand); background: var(--brand-soft); }
.layer-item .li-name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; }
.layer-item button { background: none; border: 0; cursor: pointer; color: var(--muted); padding: 2px; display: grid; place-items: center; }
.layer-item button:hover { color: var(--ink); }
.layer-item button svg { width: 14px; height: 14px; }
.tool-row { display: flex; gap: .4rem; flex-wrap: wrap; margin-bottom: .75rem; }
.prop-group { border-top: 1px solid var(--border); padding-top: .8rem; margin-top: .8rem; }
.prop-row { display: flex; align-items: center; gap: .5rem; margin-bottom: .55rem; }
.prop-row label { font-size: .78rem; font-weight: 600; color: var(--slate); width: 64px; flex-shrink: 0; }
.prop-row input[type="color"] { width: 36px; height: 28px; border: 1px solid var(--border); border-radius: 6px; padding: 1px; background: var(--card); cursor: pointer; }
.prop-row input[type="range"] { flex: 1; accent-color: var(--brand); }
.video-underlay { position: absolute; inset: 0; display: grid; place-items: center; }

/* ── Modals ──────────────────────────────────────────────── */
.modal-backdrop { position: fixed; inset: 0; background: rgba(15,23,42,.5); backdrop-filter: blur(2px); z-index: 60; display: grid; place-items: center; padding: 1rem; }
.modal { background: var(--card); border-radius: 1.1rem; box-shadow: var(--shadow-lg); width: 100%; max-width: 480px; padding: 1.4rem; }
.modal h3 { margin-bottom: .75rem; }
[hidden] { display: none !important; }

/* ── Marketing (LIGHT glassmorphism — easy on the eyes) ──── */
.mk-body { color: var(--ink); min-height: 100vh;
  background:
    radial-gradient(900px 520px at 12% -8%, rgba(109,94,252,.14), transparent 60%),
    radial-gradient(820px 520px at 92% 2%, rgba(34,211,238,.14), transparent 60%),
    radial-gradient(700px 600px at 50% 110%, rgba(109,94,252,.08), transparent 60%),
    linear-gradient(180deg, #fcfcff 0%, #f3f5fc 100%);
  background-attachment: fixed; }
.mk-nav { position: relative; z-index: 2; display: flex; align-items: center; gap: 1.2rem; padding: 1.1rem 6vw; }
.mk-nav .spacer { flex: 1; }
.mk-nav a { color: var(--slate); font-weight: 600; font-size: .9rem; }
.mk-hero { position: relative; z-index: 2; text-align: center; padding: 8vh 6vw 5vh; max-width: 880px; margin: 0 auto; }
.mk-hero h1 { font-size: clamp(2rem, 4.6vw, 3.3rem); font-weight: 800; color: var(--ink); letter-spacing: -.025em; line-height: 1.16; }
.mk-hero .grad { background: linear-gradient(90deg, var(--brand), #06b6d4); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mk-hero p { font-size: 1.1rem; color: var(--slate); max-width: 580px; margin: 1rem auto 1.8rem; }
.glass { position: relative; z-index: 2; background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.9);
  border-radius: 1.2rem; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); padding: 1.4rem;
  box-shadow: 0 10px 40px -22px rgba(31,41,80,.30); }
.mk-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; padding: 2rem 6vw 4rem; max-width: 1200px; margin: 0 auto; }
.glass h3 { color: var(--ink); }
.glass p { color: var(--slate); font-size: .9rem; margin: 0; }
.glass .gi { width: 38px; height: 38px; border-radius: .7rem; display: grid; place-items: center; margin-bottom: .7rem;
  background: linear-gradient(135deg, var(--brand), var(--cyan)); color: #fff; }
.glass .gi svg { width: 19px; height: 19px; }
.mk-footer { position: relative; z-index: 2; text-align: center; color: #94a3b8; font-size: .82rem; padding: 2rem; }
.mk-footer a { color: #94a3b8 !important; }

/* ── Auth pages (light glass, matches marketing) ─────────── */
.auth-wrap { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; position: relative; overflow: hidden;
  background:
    radial-gradient(900px 520px at 12% -8%, rgba(109,94,252,.16), transparent 60%),
    radial-gradient(820px 520px at 92% 4%, rgba(34,211,238,.14), transparent 60%),
    radial-gradient(700px 600px at 50% 112%, rgba(109,94,252,.10), transparent 60%),
    linear-gradient(180deg, #fcfcff 0%, #f3f5fc 100%);
  background-attachment: fixed; }
.auth-card { width: 100%; max-width: 430px; position: relative; z-index: 2; }
.auth-card .cl-card {
  background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 30px 70px -30px rgba(31,41,80,.42); border-radius: 1.3rem; padding: 1.8rem; }
.auth-sub { text-align: center; color: var(--slate); font-size: .9rem; margin: .25rem 0 0; }
.auth-foot { text-align: center; color: var(--muted); font-size: .78rem; margin-top: 1rem; }
.auth-blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .5; pointer-events: none; z-index: 0; }
.auth-blob-1 { width: 340px; height: 340px; left: -100px; top: -80px;
  background: radial-gradient(circle, rgba(109,94,252,.40), transparent 70%); animation: blobDrift 16s ease-in-out infinite alternate; }
.auth-blob-2 { width: 300px; height: 300px; right: -90px; bottom: -70px;
  background: radial-gradient(circle, rgba(34,211,238,.32), transparent 70%); animation: blobDrift 20s ease-in-out infinite alternate-reverse; }

/* ── Eye candy: animated blobs, fades, showcase, product mock ───── */
.mk-blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .45; pointer-events: none; z-index: 0; }
.mk-blob-1 { width: 380px; height: 380px; left: -120px; top: -60px;
  background: radial-gradient(circle, rgba(109,94,252,.40), transparent 70%); animation: blobDrift 14s ease-in-out infinite alternate; }
.mk-blob-2 { width: 320px; height: 320px; right: -100px; bottom: -40px;
  background: radial-gradient(circle, rgba(34,211,238,.32), transparent 70%); animation: blobDrift 18s ease-in-out infinite alternate-reverse; }
@keyframes blobDrift { from { transform: translate(0,0) scale(1); } to { transform: translate(40px, 30px) scale(1.15); } }

.mk-fade-up { animation: fadeUp .7s cubic-bezier(.2,.7,.3,1) both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.grad-animate { background-size: 200% auto; animation: gradShift 5s ease-in-out infinite alternate; }
@keyframes gradShift { from { background-position: 0% center; } to { background-position: 100% center; } }

.mk-mock { max-width: 560px; margin: 2.5rem auto 0; filter: drop-shadow(0 30px 60px rgba(109,94,252,.25)); }
.mk-pulse { animation: mockPulse 2.4s ease-in-out infinite; transform-origin: center; }
@keyframes mockPulse { 0%,100% { opacity: .92; } 50% { opacity: .55; } }
.mk-float-1 { animation: mockFloat 4s ease-in-out infinite; }
.mk-float-2 { animation: mockFloat 4s ease-in-out 1.2s infinite; }
.mk-float-3 { animation: mockFloat 4s ease-in-out 2.4s infinite; }
@keyframes mockFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

.mk-showcase { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1rem; }
.mk-showcase-item { margin: 0; border-radius: 1rem; overflow: hidden; background: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.9); box-shadow: 0 10px 30px -18px rgba(31,41,80,.3); transition: transform .25s ease, box-shadow .25s ease; }
.mk-showcase-item:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 24px 50px -20px rgba(109,94,252,.4); }
.mk-showcase-item img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.mk-showcase-item figcaption { padding: .55rem .8rem; font-size: .78rem; color: var(--slate);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ── Landing v2: nav, hero extras, sections (LIGHT glass) ── */
.mk-nav-link { transition: color .15s; }
.mk-nav-link:hover { color: var(--ink); text-decoration: none; }
.mk-eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 700;
  color: var(--brand-700); background: rgba(255,255,255,.7); border: 1px solid rgba(109,94,252,.25);
  padding: .35rem .85rem; border-radius: 999px; margin-bottom: 1.3rem; letter-spacing: .01em;
  backdrop-filter: blur(8px); box-shadow: 0 4px 18px -8px rgba(109,94,252,.4); }
.mk-eyebrow .mk-dot { width: 7px; height: 7px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 3px rgba(16,185,129,.22); animation: mockPulse 2s ease-in-out infinite; }
.mk-trust { display: flex; gap: 1.4rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; color: var(--slate); font-size: .85rem; font-weight: 500; }
.mk-trust span { display: inline-flex; align-items: center; gap: .35rem; }
.mk-trust svg { width: 15px; height: 15px; color: #10b981; }

.mk-section { position: relative; z-index: 2; max-width: 1140px; margin: 0 auto; padding: 4.5rem 6vw; }
.mk-kicker { text-align: center; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 800; color: var(--brand-600); margin: 0 0 .5rem; }
.mk-h2 { text-align: center; color: var(--ink); font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 900; letter-spacing: -.03em; margin: 0 0 .6rem; }
.mk-sub { text-align: center; color: var(--slate); max-width: 620px; margin: 0 auto 2.4rem; }

/* industry strip */
.mk-verticals { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .75rem; margin-top: 2rem; }
.mk-vert { display: flex; align-items: center; gap: .75rem; padding: .9rem 1rem; border-radius: .9rem;
  background: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.9); backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px -18px rgba(31,41,80,.3); transition: border-color .2s, transform .2s, box-shadow .2s; }
.mk-vert:hover { border-color: rgba(109,94,252,.45); transform: translateY(-3px); box-shadow: 0 16px 34px -20px rgba(109,94,252,.4); }
.mk-vert-emoji { font-size: 1.6rem; line-height: 1; }
.mk-vert-name { color: var(--ink); font-weight: 800; font-size: .9rem; }
.mk-vert-tag { color: var(--slate); font-size: .78rem; }

/* agent cards */
.mk-agents { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; margin-top: 2.4rem; }
.mk-agent { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.mk-agent:hover { transform: translateY(-4px); border-color: rgba(109,94,252,.4); box-shadow: 0 24px 50px -24px rgba(109,94,252,.4); }
.mk-agent h3 { margin: 0 0 .4rem; font-size: 1.02rem; }
.mk-agent .gi { width: 42px; height: 42px; box-shadow: 0 8px 20px -8px rgba(109,94,252,.6); }
.mk-agent .gi svg { color: #fff; }
.mk-agent-pill { display: inline-block; margin-top: .8rem; font-size: .7rem; font-weight: 800; color: var(--brand-700);
  background: var(--brand-soft); border-radius: 999px; padding: .2rem .65rem; }

/* outcomes */
.mk-outcome-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.4rem; margin-top: 1rem; }
.mk-outcome { text-align: center; padding: 1.4rem 1rem; border-radius: 1rem; background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.85); backdrop-filter: blur(10px); box-shadow: 0 10px 30px -22px rgba(31,41,80,.3); }
.mk-outcome svg { width: 30px; height: 30px; color: var(--brand); margin-bottom: .7rem; }
.mk-outcome h3 { color: var(--ink); font-size: 1rem; margin: 0 0 .35rem; }
.mk-outcome p { color: var(--slate); font-size: .88rem; margin: 0; }

/* capability stat band */
.mk-statband { position: relative; z-index: 2; max-width: 1080px; margin: 1rem auto; padding: 2rem 6vw;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1.5rem; text-align: center; }
.mk-statband > div { background: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.9); border-radius: 1rem;
  padding: 1.2rem .8rem; backdrop-filter: blur(10px); box-shadow: 0 10px 30px -22px rgba(31,41,80,.3); }
.mk-statband strong { display: block; font-size: 2.4rem; font-weight: 900; line-height: 1;
  background: linear-gradient(90deg, var(--brand), #06b6d4); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mk-statband span { color: var(--slate); font-size: .85rem; }

/* FAQ */
.mk-faq { max-width: 760px; }
.mk-faq-item { background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.9); border-radius: .9rem; margin-bottom: .7rem; overflow: hidden; backdrop-filter: blur(10px); box-shadow: 0 8px 26px -20px rgba(31,41,80,.3); }
.mk-faq-item summary { list-style: none; cursor: pointer; padding: 1rem 1.2rem; color: var(--ink); font-weight: 700; font-size: .95rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.mk-faq-item summary::-webkit-details-marker { display: none; }
.mk-faq-plus { color: var(--brand-600); font-size: 1.3rem; font-weight: 400; transition: transform .2s; flex-shrink: 0; }
.mk-faq-item[open] .mk-faq-plus { transform: rotate(45deg); }
.mk-faq-a { padding: 0 1.2rem 1.1rem; color: var(--slate); font-size: .9rem; line-height: 1.6; }

/* final CTA */
.mk-cta { position: relative; z-index: 2; padding: 1rem 6vw 5rem; }
.mk-cta-inner { max-width: 760px; margin: 0 auto; text-align: center; padding: 3rem 2rem; border-radius: 1.6rem;
  background: linear-gradient(135deg, rgba(109,94,252,.16), rgba(34,211,238,.12)), rgba(255,255,255,.6);
  border: 1px solid rgba(255,255,255,.9); backdrop-filter: blur(14px); box-shadow: 0 24px 60px -30px rgba(109,94,252,.45); }
.mk-cta-inner h2 { color: var(--ink); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900; letter-spacing: -.03em; margin: 0 0 .5rem; }
.mk-cta-inner p { color: var(--slate); margin: 0 0 1.5rem; }
@media (max-width: 560px) { .mk-section { padding: 3rem 6vw; } .mk-trust { gap: .8rem; } }

/* ── Hero: fan of real branded posts ─────────────────────── */
.mk-hero-cards { display: flex; justify-content: center; align-items: flex-start; margin: 2.8rem auto 0; max-width: 640px; }
.mk-hero-post { width: 196px; flex-shrink: 0; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.95);
  border-radius: 1rem; overflow: hidden; backdrop-filter: blur(14px); box-shadow: 0 24px 50px -24px rgba(31,41,80,.45); }
.mk-hero-post .mk-post-media img { aspect-ratio: 1/1; }
.mk-hp-0 { transform: rotate(-7deg) translateY(20px) scale(.9); z-index: 1; }
.mk-hp-1 { margin: 0 -26px; transform: translateY(-8px) scale(1.04); z-index: 3; animation: mockFloat 5s ease-in-out infinite; }
.mk-hp-2 { transform: rotate(7deg) translateY(20px) scale(.9); z-index: 2; }
@media (max-width: 600px) {
  .mk-hp-0, .mk-hp-2 { display: none; }
  .mk-hp-1 { margin: 0; transform: none; }
}

/* ── Landing featured: live social-post mockups ──────────── */
.mk-feed { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; max-width: 920px; margin: 0 auto; }
.mk-post { background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.9); border-radius: 1.1rem;
  overflow: hidden; backdrop-filter: blur(14px); box-shadow: 0 16px 44px -26px rgba(31,41,80,.4); text-align: left;
  transition: transform .2s, box-shadow .2s; }
.mk-post:hover { transform: translateY(-4px); box-shadow: 0 26px 56px -28px rgba(109,94,252,.4); }
.mk-post-head { display: flex; align-items: center; gap: .55rem; padding: .65rem .8rem; }
.mk-post-av { border-radius: 50%; flex-shrink: 0; }
.mk-post-name { display: flex; align-items: center; gap: .25rem; font-weight: 700; font-size: .82rem; color: var(--ink); }
.mk-post-sub { font-size: .68rem; color: var(--muted); }
.mk-post-dots { margin-left: auto; color: var(--slate); font-weight: 800; letter-spacing: 1px; }
.mk-post-media { position: relative; }
.mk-post-media img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; background: #0a0f1f; }
.mk-post-views { position: absolute; bottom: 8px; left: 8px; display: inline-flex; align-items: center; gap: .25rem;
  background: rgba(10,15,31,.72); color: #fff; font-size: .68rem; font-weight: 700; border-radius: 999px; padding: 2px 8px; }
.mk-post-views svg { width: 12px; height: 12px; }
.mk-post-actions { display: flex; align-items: center; gap: .8rem; padding: .6rem .8rem .2rem; }
.mk-post-actions svg { width: 22px; height: 22px; color: var(--ink); stroke-width: 1.8; }
.mk-post-actions .mk-post-save { margin-left: auto; }
.mk-post-likes { padding: 0 .8rem; font-weight: 700; font-size: .82rem; color: var(--ink); }
.mk-post-cap { padding: .15rem .8rem 0; font-size: .82rem; line-height: 1.35; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mk-post-time { padding: .25rem .8rem .8rem; font-size: .7rem; color: var(--muted); }

/* ── Pricing (light glass) ───────────────────────────────── */
.mk-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.2rem; align-items: start; }
.mk-plan { position: relative; background: rgba(255,255,255,.66); border: 1px solid rgba(255,255,255,.9);
  border-radius: 1.3rem; padding: 1.6rem 1.4rem; backdrop-filter: blur(16px); box-shadow: 0 12px 40px -24px rgba(31,41,80,.35);
  transition: transform .2s, box-shadow .2s; }
.mk-plan:hover { transform: translateY(-4px); box-shadow: 0 26px 54px -26px rgba(109,94,252,.4); }
.mk-plan-popular { border: 2px solid var(--brand); box-shadow: 0 26px 60px -26px rgba(109,94,252,.55); }
.mk-plan-ribbon { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  background: linear-gradient(135deg, var(--brand), var(--brand-600)); color: #fff; font-size: .68rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .06em; padding: .3rem .8rem; border-radius: 999px; box-shadow: 0 6px 16px -6px rgba(109,94,252,.7); }
.mk-plan-name { color: var(--ink); font-size: 1.1rem; margin: .2rem 0 .3rem; }
.mk-plan-price { color: var(--ink); font-size: 2.4rem; font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.mk-plan-price .mk-cur { font-size: 1.3rem; vertical-align: 14px; font-weight: 800; }
.mk-plan-price .mk-per { font-size: .9rem; color: var(--muted); font-weight: 600; }
.mk-plan-credits { color: var(--brand-700); font-weight: 700; font-size: .85rem; margin: .4rem 0 1.1rem; }
.mk-plan-cta { width: 100%; justify-content: center; }
.mk-feat { list-style: none; padding: 0; margin: 1.2rem 0 0; display: flex; flex-direction: column; gap: .6rem; }
.mk-feat li { display: flex; align-items: flex-start; gap: .5rem; font-size: .86rem; color: var(--ink); }
.mk-feat li svg { flex-shrink: 0; margin-top: 1px; }
.mk-feat li.mk-feat-off { color: var(--muted); }
.mk-packs { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; max-width: 820px; margin: 0 auto; }
.mk-pack { text-align: center; background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.9); border-radius: 1.1rem;
  padding: 1.3rem 1rem; backdrop-filter: blur(12px); box-shadow: 0 10px 30px -22px rgba(31,41,80,.3); transition: transform .2s, box-shadow .2s; }
.mk-pack:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -22px rgba(109,94,252,.4); }
.mk-pack-credits { font-size: 1.8rem; font-weight: 900; color: var(--ink); line-height: 1; }
.mk-pack-label { font-size: .75rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.mk-pack-price { font-size: 1.2rem; font-weight: 800; color: var(--brand-700); margin: .5rem 0 .9rem; }
.mk-dfy { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  background: linear-gradient(135deg, rgba(109,94,252,.12), rgba(34,211,238,.10)), rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.9); border-radius: 1.3rem; padding: 1.8rem 2rem;
  backdrop-filter: blur(14px); box-shadow: 0 18px 50px -28px rgba(109,94,252,.45); }
.mk-dfy-badge { display: inline-block; font-size: .72rem; font-weight: 800; color: var(--brand-700);
  background: var(--brand-soft); border-radius: 999px; padding: .25rem .7rem; }

/* app-side micro-interactions */
.cl-card { transition: box-shadow .2s ease, transform .2s ease; }
.grid > .cl-card:hover, .mk-grid > .glass:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.type-card .tc-icon { transition: transform .2s ease; }
.type-card:hover .tc-icon { transform: scale(1.12) rotate(-4deg); }
.page { animation: fadeUp .35s ease both; }
.badge { transition: transform .15s ease; }
.stat-card .stat-value { animation: fadeUp .5s ease both; }

/* ── Universal UX polish (every page) ────────────────────── */
html { scroll-behavior: smooth; }
::selection { background: rgba(109,94,252,.22); }
/* on-brand form controls everywhere */
input[type=checkbox], input[type=radio] { accent-color: var(--brand); width: 16px; height: 16px; cursor: pointer; }
input[type=range] { accent-color: var(--brand); }
/* tactile button press */
.cl-btn:active, .cl-btn-primary:active, .cl-btn-soft:active, .cl-btn-ghost:active, .cl-btn-danger:active { transform: translateY(1px); }
/* clearer keyboard focus across interactive elements */
.cl-btn:focus-visible, .cl-btn-primary:focus-visible, .cl-btn-soft:focus-visible, .cl-btn-ghost:focus-visible,
.cl-input:focus-visible, .cl-select:focus-visible, .badge:focus-visible, summary:focus-visible {
  outline: 2px solid var(--brand); outline-offset: 2px; }
/* disabled states read as disabled */
button:disabled, .cl-btn:disabled, .cl-btn-primary:disabled { cursor: not-allowed; opacity: .55; }

/* ── AI help assistant ───────────────────────────────────── */
#help-fab {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 95;
  width: 54px; height: 54px; border-radius: 50%; border: 0; cursor: pointer;
  background: linear-gradient(135deg, var(--brand), var(--cyan)); color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(109,94,252,.6);
  transition: transform .15s, box-shadow .15s;
}
#help-fab:hover { transform: translateY(-2px) scale(1.04); }
#help-fab.is-open { transform: scale(.92); }
#help-fab svg { width: 24px; height: 24px; }
#help-panel {
  position: fixed; right: 1.25rem; bottom: 5.4rem; z-index: 95; width: min(360px, calc(100vw - 2rem));
  height: 460px; max-height: calc(100vh - 8rem); display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--border); border-radius: 1rem; overflow: hidden;
  box-shadow: var(--shadow-lg); animation: fadeUp .2s ease both;
}
.help-head { display: flex; align-items: center; justify-content: space-between; padding: .8rem 1rem;
  background: linear-gradient(135deg, var(--brand), var(--cyan)); color: #fff; }
.help-head strong { color: #fff; }
.help-head button { background: rgba(255,255,255,.2); border: 0; color: #fff; width: 28px; height: 28px; border-radius: 8px; cursor: pointer; display: grid; place-items: center; }
.help-head button svg { width: 16px; height: 16px; }
.help-body { flex: 1; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: .6rem; background: var(--canvas); }
.help-msg { max-width: 85%; padding: .55rem .8rem; border-radius: .8rem; font-size: .88rem; line-height: 1.45; white-space: pre-wrap; }
.help-bot { align-self: flex-start; background: var(--card); border: 1px solid var(--border); color: var(--ink); border-bottom-left-radius: .2rem; }
.help-me { align-self: flex-end; background: var(--brand); color: #fff; border-bottom-right-radius: .2rem; }
.help-thinking { color: var(--muted); animation: mockPulse 1.2s ease-in-out infinite; }
.help-input { display: flex; gap: .5rem; padding: .7rem; border-top: 1px solid var(--border); background: var(--card); }
.help-input input { flex: 1; padding: .55rem .8rem; border: 1px solid var(--border); border-radius: .7rem; font-family: var(--font); font-size: .9rem; }
.help-input input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(109,94,252,.15); }
.help-input button { width: 40px; border: 0; border-radius: .7rem; background: var(--brand); color: #fff; cursor: pointer; display: grid; place-items: center; }
.help-input button svg { width: 17px; height: 17px; }
@media (max-width: 560px) { #help-fab { right: 1rem; bottom: 1rem; } #help-panel { right: 1rem; left: 1rem; width: auto; } }

/* button loading spinner + brief highlight */
.btn-spinner { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; animation: spin .7s linear infinite; display: inline-block; }
.cl-btn .btn-spinner, .cl-btn-soft .btn-spinner { border-color: rgba(109,94,252,.3); border-top-color: var(--brand); }
.btn-loading { pointer-events: none; opacity: .85; }
.flash-highlight { animation: briefGlow 1.5s ease; }
@keyframes briefGlow { 0% { box-shadow: 0 0 0 4px rgba(109,94,252,.45); } 100% { box-shadow: none; } }

/* template quick-start — collapsed section + compact row tiles */
.tpl-summary {
  display: flex; align-items: center; gap: .8rem; cursor: pointer; list-style: none;
  margin: -.35rem -.4rem; padding: .35rem .4rem; border-radius: .7rem; transition: background .12s;
}
.tpl-summary:hover { background: var(--canvas); }
.tpl-summary::-webkit-details-marker { display: none; }
.tpl-sum-ico {
  width: 36px; height: 36px; flex-shrink: 0; display: grid; place-items: center;
  font-size: 1.05rem; border-radius: .65rem; color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--cyan));
  box-shadow: 0 4px 12px -4px rgba(109,94,252,.55);
}
.tpl-sum-title { display: flex; align-items: center; gap: .5rem; font-weight: 800; font-size: .95rem; color: var(--ink); flex-wrap: wrap; }
.tpl-sum-sub { display: block; font-size: .76rem; color: var(--muted); margin-top: 1px; }
.tpl-caret { color: var(--muted); font-size: .9rem; transition: transform .15s; flex-shrink: 0; }
details[open] > .tpl-summary .tpl-caret { transform: rotate(180deg); }

.tpl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); gap: .5rem; }
.tpl-grid form { display: contents; }
.tpl-divider {
  font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em;
  color: var(--muted); margin: .9rem 0 .45rem;
}
.tpl-btn {
  display: flex; align-items: center; gap: .65rem; text-align: left; width: 100%;
  padding: .55rem .65rem; cursor: pointer; font-family: var(--font);
  background: var(--card); border: 1.5px solid var(--border); border-radius: .8rem;
  transition: border-color .12s, box-shadow .12s, background .12s;
}
.tpl-btn:hover, .tpl-btn:focus-visible { border-color: var(--brand); box-shadow: var(--shadow); background: #fdfdff; }
.tpl-season { border-color: rgba(245, 158, 11, .5); }
.tpl-season:hover, .tpl-season:focus-visible { border-color: var(--amber); }
.tpl-ico {
  width: 38px; height: 38px; flex-shrink: 0; display: grid; place-items: center;
  font-size: 1.15rem; border-radius: .6rem; line-height: 1;
  filter: none; text-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.tpl-body { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.tpl-name { font-weight: 800; font-size: .83rem; color: var(--ink); line-height: 1.25; }
.tpl-desc { font-size: .71rem; color: var(--muted); line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tpl-chip {
  display: inline-block; font-size: .56rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .04em; color: #78350f; background: #fef3c7; border-radius: 999px;
  padding: 1px 6px; vertical-align: 2px;
}
.tpl-go { color: var(--muted); font-weight: 800; flex-shrink: 0; transition: transform .13s, color .13s; }
.tpl-btn:hover .tpl-go { color: var(--brand); transform: translateX(3px); }
@media (max-width: 560px) { .tpl-grid { grid-template-columns: 1fr; } }

/* ── Simulated social-post previews (creatives library) ──── */
.sm-head { display: flex; align-items: center; gap: .55rem; padding: .6rem .75rem; }
.sm-name { display: flex; align-items: center; gap: .25rem; font-weight: 700; font-size: .82rem; color: var(--ink); }
.sm-sub { font-size: .68rem; color: var(--muted); }
.sm-dots { margin-left: auto; color: var(--slate); font-weight: 800; letter-spacing: 1px; }
.sm-actions { display: flex; align-items: center; gap: .85rem; padding: .55rem .75rem .25rem; }
.sm-actions svg { width: 23px; height: 23px; color: var(--ink); stroke-width: 1.8; }
.sm-actions .sm-save { margin-left: auto; }
.sm-likes { padding: 0 .75rem; font-weight: 700; font-size: .82rem; }
.sm-cap { padding: .15rem .75rem 0; font-size: .82rem; line-height: 1.35; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sm-time { padding: .2rem .75rem .2rem; font-size: .68rem; color: var(--muted); text-transform: none; }

/* Reel / Story skin: overlay UI on a 9:16 frame */
.sm-reel { position: relative; background: #000; }
.sm-reel-top { position: absolute; top: .7rem; left: .7rem; right: .7rem; display: flex; align-items: center; gap: .5rem; z-index: 2; }
.sm-reel-top .sm-name { text-shadow: 0 1px 4px rgba(0,0,0,.6); }
.sm-follow { margin-left: auto; font-size: .7rem; font-weight: 700; color: #fff; border: 1px solid rgba(255,255,255,.85); border-radius: 7px; padding: 2px 9px; }
.sm-rail { position: absolute; right: .55rem; bottom: 4.2rem; display: flex; flex-direction: column; gap: 1rem; z-index: 2; }
.sm-rail > span { display: flex; flex-direction: column; align-items: center; gap: 3px; color: #fff; }
.sm-rail svg { width: 26px; height: 26px; filter: drop-shadow(0 1px 4px rgba(0,0,0,.7)); }
.sm-rail .cnt { font-size: .66rem; font-weight: 700; text-shadow: 0 1px 4px rgba(0,0,0,.7); }
.sm-reel-bottom { position: absolute; left: .7rem; right: 3.2rem; bottom: .7rem; z-index: 2; color: #fff; text-shadow: 0 1px 5px rgba(0,0,0,.7); }
.sm-reel-bottom .h { font-weight: 700; font-size: .8rem; }
.sm-reel-bottom .cap { font-size: .76rem; line-height: 1.3; margin: 2px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sm-reel-bottom .audio { font-size: .7rem; opacity: .9; display: flex; align-items: center; gap: .3rem; }
.sm-reel::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, transparent 22%, transparent 60%, rgba(0,0,0,.55) 100%); }

/* YouTube skin: thumbnail + duration chip + channel meta row */
.sm-chip { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,.82); color: #fff;
  font-size: .68rem; font-weight: 700; border-radius: 5px; padding: 1px 6px; pointer-events: none; }
.sm-yt-meta { display: flex; gap: .6rem; padding: .65rem .75rem .3rem; align-items: flex-start; }
.sm-yt-title { font-weight: 700; font-size: .85rem; line-height: 1.3; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sm-yt-sub { font-size: .72rem; color: var(--muted); margin-top: 2px; }
.sm-foot { border-top: 1px solid var(--border); }

/* view-size toggle (Feed vs Compact) */
.view-toggle { display: inline-flex; border: 1px solid var(--border); border-radius: .6rem; overflow: hidden; background: var(--card); }
.view-toggle .vt-btn {
  display: grid; place-items: center; width: 36px; height: 34px; border: 0; cursor: pointer;
  background: transparent; color: var(--slate); transition: background .12s, color .12s;
}
.view-toggle .vt-btn svg { width: 17px; height: 17px; }
.view-toggle .vt-btn:hover { background: var(--canvas); color: var(--ink); }
.view-toggle .vt-btn.is-active { background: var(--brand-soft); color: var(--brand-700); }

/* COMPACT mode: denser grid, hide social chrome, keep media + slim footer */
.cl-creatives-grid.cl-compact { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: .6rem; }
.cl-compact .sm-head, .cl-compact .sm-actions, .cl-compact .sm-likes,
.cl-compact .sm-cap, .cl-compact .sm-time,
.cl-compact .sm-reel-top, .cl-compact .sm-rail, .cl-compact .sm-reel-bottom, .cl-compact .sm-reel::after,
.cl-compact .sm-yt-meta { display: none !important; }
.cl-compact .sm-foot { padding: .45rem .6rem .55rem !important; }
.cl-compact .sm-foot .font-bold { font-size: .78rem; }
.cl-compact .sm-foot .text-xs { font-size: .68rem; }
.cl-compact .sm-foot .cl-btn-ghost { padding: .2rem .35rem; }
@media (max-width: 560px) { .cl-creatives-grid.cl-compact { grid-template-columns: repeat(2, 1fr); } }

/* ── Template building overlay ───────────────────────────── */
.tpl-building {
  position: fixed; inset: 0; z-index: 200; display: grid; place-items: center;
  background: rgba(8, 11, 25, .72); backdrop-filter: blur(6px);
  animation: tbFade .2s ease both;
}
@keyframes tbFade { from { opacity: 0; } to { opacity: 1; } }
.tb-card {
  width: min(92vw, 360px); padding: 1.8rem 1.6rem 1.5rem; text-align: center;
  background: var(--card); border-radius: 1.2rem; box-shadow: var(--shadow-lg);
}
.tb-stage { display: grid; place-items: center; margin-bottom: 1.2rem; }
.tb-canvas {
  position: relative; width: 168px; height: 168px; border-radius: 1rem; overflow: hidden;
  background: linear-gradient(135deg, #131a33, #0a0f1f); box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.tb-canvas .tb-bar { position: absolute; left: 16px; border-radius: 6px; opacity: 0; transform: translateY(8px);
  animation: tbPop .5s ease forwards; }
.tb-bar-img { left: 0; top: 0; width: 100%; height: 96px; border-radius: 0;
  background: linear-gradient(135deg, var(--brand), var(--cyan)); animation-delay: .15s; }
.tb-bar-1 { top: 108px; width: 124px; height: 14px; background: #fff; animation-delay: .55s; }
.tb-bar-2 { top: 130px; width: 88px; height: 10px; background: rgba(255,255,255,.6); animation-delay: .8s; }
.tb-bar-cta { top: 148px; width: 60px; height: 14px; border-radius: 999px;
  background: var(--brand); animation-delay: 1.05s; }
.tb-logo { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; border-radius: 8px;
  background: #fff; opacity: 0; transform: scale(.5); animation: tbLogo .5s ease .35s forwards; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.tb-scan { position: absolute; left: 0; right: 0; height: 40%; top: -40%;
  background: linear-gradient(180deg, transparent, rgba(109,94,252,.35), transparent);
  animation: tbScan 1.6s linear infinite; }
.tb-spark { position: absolute; color: #fff; font-size: 13px; opacity: 0; animation: tbSpark 1.8s ease-in-out infinite; }
.tb-spark-1 { top: 22px; left: 28px; animation-delay: .2s; }
.tb-spark-2 { top: 60px; right: 30px; animation-delay: .9s; }
.tb-spark-3 { top: 88px; left: 54px; animation-delay: 1.4s; }
@keyframes tbPop { to { opacity: 1; transform: translateY(0); } }
@keyframes tbLogo { to { opacity: 1; transform: scale(1); } }
@keyframes tbScan { 0% { top: -40%; } 100% { top: 100%; } }
@keyframes tbSpark { 0%, 100% { opacity: 0; transform: scale(.6); } 50% { opacity: 1; transform: scale(1.2); } }
.tb-title { font-weight: 800; font-size: 1.05rem; color: var(--ink); }
.tb-step { font-size: .82rem; color: var(--slate); margin-top: .25rem; min-height: 1.2em; transition: opacity .2s; }
.tb-track { margin-top: 1rem; height: 7px; border-radius: 999px; background: var(--brand-soft); overflow: hidden; }
.tb-fill { display: block; height: 100%; width: 30%; border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--cyan)); animation: tbProg 6s ease-in-out forwards; }
@keyframes tbProg { 0% { width: 8%; } 40% { width: 55%; } 75% { width: 80%; } 100% { width: 94%; } }
@media (prefers-reduced-motion: reduce) {
  .tb-scan, .tb-spark, .tb-bar, .tb-logo { animation: none !important; opacity: 1 !important; transform: none !important; }
}

/* ── Studio step sections ────────────────────────────────── */
.step-head { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.step-chip {
  width: 30px; height: 30px; flex-shrink: 0; display: grid; place-items: center;
  border-radius: 10px; font-size: .85rem; font-weight: 900; color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--cyan));
  box-shadow: 0 4px 12px -4px rgba(109,94,252,.55);
}

/* platform pill chips (JS still toggles badge-brand/badge-slate/badge-emerald) */
.pf-chip {
  position: relative; cursor: pointer; padding: .45rem .85rem !important; font-size: .8rem !important;
  border: 1.5px solid transparent; user-select: none;
  transition: transform .12s, box-shadow .12s, background .12s, border-color .12s;
}
.pf-chip input { position: absolute; opacity: 0; pointer-events: none; }
.pf-chip:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.pf-chip.badge-slate { background: var(--card); border-color: var(--border); color: var(--slate); }
.pf-chip.badge-brand { background: var(--brand-soft); border-color: #c9c2fa; color: var(--brand-700); box-shadow: 0 2px 8px -3px rgba(109,94,252,.4); }
.pf-chip.badge-emerald { background: var(--emerald-soft); border-color: #a7e8cd; color: #047857; }

/* AI assist panel inside the brief card */
.assist-bar {
  padding: .85rem 1rem; border: 1px dashed #c9c2fa; border-radius: .8rem;
  background: linear-gradient(135deg, rgba(239,237,254,.6), rgba(232,249,253,.5));
}

/* roomier generate button */
#generate-btn { padding: .7rem 1.5rem; font-size: .95rem; border-radius: .8rem; }

/* ── Site-wide polish ────────────────────────────────────── */
/* soft brand wash at the top of every page */
body {
  background-image: radial-gradient(900px 280px at 18% -60px, rgba(109,94,252,.07), transparent 70%),
                    radial-gradient(700px 240px at 85% -80px, rgba(34,211,238,.05), transparent 70%);
  background-repeat: no-repeat;
}
/* sidebar: accent bar on the active link */
.cl-nav-link { position: relative; transition: background .12s, color .12s; }
.cl-nav-link.cl-nav-active::before {
  content: ''; position: absolute; left: -.5rem; top: 18%; bottom: 18%; width: 3.5px;
  border-radius: 999px; background: linear-gradient(var(--brand), var(--cyan));
}
/* inputs: smoother focus */
.cl-input, .cl-select { transition: border-color .15s, box-shadow .15s; }
.cl-input:hover, .cl-select:hover { border-color: #cbd2de; }
/* selects: custom chevron */
.cl-select {
  appearance: none; -webkit-appearance: none; padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .7rem center;
}
/* tables: row hover + softer header */
.cl-table thead th { background: var(--canvas); }
.cl-table th:first-child { border-top-left-radius: .5rem; }
.cl-table th:last-child { border-top-right-radius: .5rem; }
.cl-table tbody tr { transition: background .1s; }
.cl-table tbody tr:hover { background: #fafbfe; }
/* modals: deeper shadow + slide-in */
.modal { box-shadow: var(--shadow-lg); animation: modalIn .18s ease both; }
@keyframes modalIn { from { opacity: 0; transform: translateY(10px) scale(.985); } to { opacity: 1; transform: none; } }
.modal-backdrop { backdrop-filter: blur(3px); }
/* headings: page titles slightly larger with tight tracking */
.page > h1:first-child, .page .flex h1 { letter-spacing: -.03em; }
/* details/summary: hide default markers everywhere */
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
/* slim brand scrollbars */
* { scrollbar-width: thin; scrollbar-color: #cbd2de transparent; }
*::-webkit-scrollbar { width: 9px; height: 9px; }
*::-webkit-scrollbar-thumb { background: #cbd2de; border-radius: 999px; border: 2px solid var(--canvas); }
*::-webkit-scrollbar-thumb:hover { background: #aeb8c8; }
/* empty states get a friendlier card look */
.empty-state {
  border: 1.5px dashed var(--border); border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, var(--canvas));
}
/* credit preview: a touch more presence */
.credit-preview { box-shadow: 0 8px 24px -16px rgba(109,94,252,.45); }
.credit-preview .cp-amount { font-size: 1.45rem; }

/* tighter topbar on small screens */
@media (max-width: 560px) {
  .topbar { flex-wrap: wrap; row-gap: .35rem; }
  #upgrade-btn span.upgrade-label { display: none; }
  .credit-chip { padding: .3rem .6rem; font-size: .78rem; }
}

/* video render progress bar */
.render-bar { max-width: 380px; height: 10px; margin: 1rem auto 0; background: var(--brand-soft); border-radius: 999px; overflow: hidden; }
.render-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--brand), var(--cyan)); transition: width .6s ease; }

/* studio type-card example art */
.tc-art { width: 100%; height: 86px; border-radius: .5rem; margin-bottom: .55rem; display: block; background: var(--canvas); object-fit: cover; }

/* utilities */
.flex { display: flex; } .items-center { align-items: center; } .justify-between { justify-content: space-between; }
.gap-2 { gap: .5rem; } .gap-3 { gap: .75rem; } .gap-4 { gap: 1rem; }
.mt-2 { margin-top: .5rem; } .mt-4 { margin-top: 1rem; } .mt-6 { margin-top: 1.5rem; }
.mb-2 { margin-bottom: .5rem; } .mb-4 { margin-bottom: 1rem; } .mb-6 { margin-bottom: 1.5rem; }
.text-sm { font-size: .85rem; } .text-xs { font-size: .75rem; } .text-muted { color: var(--muted); }
.text-slate { color: var(--slate); } .font-bold { font-weight: 700; } .text-center { text-align: center; }
.text-rose { color: var(--rose); }
.w-full { width: 100%; } .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Admin surface refresh */
.admin-page h1,
.admin-page h2,
.admin-page h3,
.admin-page h4 { letter-spacing: 0; }
.admin-page,
.admin-page * { letter-spacing: 0; }
.admin-page .cl-card { border-radius: .5rem; }
.admin-page .stat-card { min-height: 138px; }
.admin-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.profit-kpis { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.admin-stat-card {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 1rem;
}
.admin-stat-card p {
  margin: auto 0 0;
  color: var(--slate);
  font-size: .78rem;
  line-height: 1.35;
}
.admin-stat-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--brand-700);
  background: var(--brand-soft);
  border-radius: .5rem;
}
.admin-stat-icon svg { width: 18px; height: 18px; }
.admin-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.admin-card-head h2 { margin: 0 0 .25rem; }
.admin-card-head p { margin: 0; color: var(--slate); font-size: .88rem; }
.admin-panel { overflow: hidden; }
.admin-table-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: .5rem;
}
.admin-table-scroll .cl-table th,
.admin-table-scroll .cl-table td { white-space: nowrap; }
.admin-table-scroll .cl-table { min-width: 760px; }
.admin-model-table { min-width: 980px; }
.admin-model-name {
  max-width: 230px;
  margin-top: .4rem;
  padding: .32rem .55rem;
  font-size: .8rem;
}
.admin-price-input {
  max-width: 94px;
  padding: .35rem .55rem;
  font-size: .82rem;
}
.admin-json-input {
  max-width: 220px;
  padding: .35rem .55rem;
  font-size: .76rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.admin-toggle {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--slate);
  font-size: .8rem;
  font-weight: 700;
}
.admin-model-mix {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.admin-model-mix span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .34rem .55rem;
  border: 1px solid var(--border);
  border-radius: .5rem;
  background: var(--canvas);
  color: var(--slate);
  font-size: .78rem;
  font-weight: 700;
}
.admin-model-mix svg { width: 14px; height: 14px; }
.admin-money-positive {
  color: var(--emerald);
  font-weight: 800;
}
.admin-table-total td {
  background: #f8fafc;
  font-weight: 900;
}
.admin-inline-filter,
.profit-filter-form {
  display: flex;
  align-items: end;
  gap: .55rem;
  flex-wrap: wrap;
}
.admin-inline-filter .cl-input { width: 92px; padding: .35rem .55rem; }
.affiliate-empty {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 180px;
  padding: 2rem 1rem;
  border: 1.5px dashed var(--border);
  border-radius: .5rem;
  background: linear-gradient(180deg, #fff, #f8fafc);
}
.affiliate-empty-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #0f766e;
  background: #ccfbf1;
  border-radius: .5rem;
  margin-bottom: .65rem;
}
.affiliate-empty h3 { margin: 0 0 .35rem; }
.affiliate-empty p {
  max-width: 520px;
  margin: 0;
  color: var(--slate);
}
.featured-admin-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.featured-admin-head h2 { margin: 0 0 .25rem; }
.featured-admin-head p { margin: 0; color: var(--slate); }
.featured-filter-tabs { margin: 0; }
.featured-filter-tabs .wizard-step svg { width: 14px; height: 14px; }
.featured-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 1rem;
}
.featured-creative-card {
  padding: 0;
  overflow: hidden;
}
.featured-preview-stage {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  padding: .75rem;
  background:
    linear-gradient(45deg, rgba(255,255,255,.06) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,.06) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,.06) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,.06) 75%),
    #0b1120;
  background-size: 18px 18px;
  background-position: 0 0, 0 9px, 9px -9px, -9px 0;
}
.featured-preview-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: .35rem;
  box-shadow: 0 12px 34px -20px rgba(0,0,0,.65);
}
.featured-preview-empty {
  display: grid;
  place-items: center;
  gap: .4rem;
  color: #cbd5e1;
  font-weight: 700;
}
.featured-card-body { padding: .9rem 1rem 1rem; }
.featured-card-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .65rem;
  margin-bottom: .35rem;
}
.featured-card-title-row h3 {
  margin: 0;
  font-size: .98rem;
  line-height: 1.25;
}
.featured-actions {
  display: flex;
  gap: .45rem;
  flex-wrap: wrap;
}
.profit-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.profit-toolbar h2 { margin: 0 0 .25rem; }
.profit-toolbar p { margin: 0; color: var(--slate); }
.profit-filter-form label {
  display: grid;
  gap: .25rem;
  color: var(--slate);
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
}
.profit-filter-form .cl-input { width: 156px; }
.profit-chart-card canvas {
  width: 100%;
  max-height: 280px;
}
.admin-good-state {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem .85rem;
  border: 1px solid #bbf7d0;
  border-radius: .5rem;
  background: #f0fdf4;
  color: #166534;
  font-weight: 700;
}
.admin-good-state svg { width: 18px; height: 18px; }
@media (max-width: 1180px) {
  .profit-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .admin-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profit-toolbar { align-items: flex-start; flex-direction: column; }
  .admin-card-head { flex-direction: column; }
  .admin-model-mix { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .admin-kpi-grid,
  .profit-kpis { grid-template-columns: 1fr; }
  .featured-admin-grid { grid-template-columns: 1fr; }
  .profit-filter-form .cl-input { width: 100%; }
}

/* Marketing homepage v3 */
body.mk2-body {
  min-height: 100vh;
  color: var(--ink);
  background: #f5f7fb;
  background-image: none;
  letter-spacing: 0;
}
.mk2-body * { letter-spacing: 0; }
.mk2-body h1,
.mk2-body h2,
.mk2-body h3,
.mk2-body h4 { letter-spacing: 0; }
.mk2-main {
  width: 100%;
  overflow: hidden;
}
.mk2-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .8rem max(1.5rem, calc((100vw - 1480px) / 2));
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(226,232,240,.9);
  backdrop-filter: blur(12px);
}
.mk2-brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}
.mk2-brand strong { color: var(--brand-700); }
.mk2-nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mk2-nav-links a {
  color: var(--slate);
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none !important;
}
.mk2-nav-links a:hover { color: var(--ink); }
.mk2-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid #dfe6f1;
  border-radius: .5rem;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 10px 24px -18px rgba(15,23,42,.45);
  cursor: pointer;
}
.mk2-menu-toggle svg {
  width: 21px;
  height: 21px;
}
.mk2-nav-links a.cl-btn-primary,
.mk2-nav-links a.cl-btn-primary:hover,
.mk2-hero-actions a.cl-btn-primary,
.mk2-final-cta a.cl-btn-primary {
  color: #fff !important;
}
.mk2-hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  padding: 4rem max(1.5rem, calc((100vw - 1480px) / 2)) 6rem;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(5,10,25,.92) 0%, rgba(5,10,25,.78) 40%, rgba(5,10,25,.45) 72%, rgba(5,10,25,.3) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.mk2-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 76px;
  background: linear-gradient(180deg, transparent, rgba(245,247,251,.96));
  pointer-events: none;
}
.mk2-hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mk2-eyebrow,
.mk2-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #67e8f9;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.mk2-eyebrow svg { width: 15px; height: 15px; }
.mk2-hero h1 {
  margin: .8rem 0 1rem;
  color: #fff;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 900;
  max-width: 820px;
}
.mk2-hero-copy {
  max-width: 680px;
  margin: 0 0 1.6rem;
  color: #dbeafe;
  font-size: 1.18rem;
  line-height: 1.55;
}
.mk2-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
}
.mk2-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #fff;
  font-weight: 800;
  text-decoration: none !important;
  padding: .58rem .2rem;
}
.mk2-secondary-link svg { width: 18px; height: 18px; }
.mk2-hero-points {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}
.mk2-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #e0f2fe;
  font-weight: 700;
  font-size: .88rem;
}
.mk2-hero-points svg {
  width: 16px;
  height: 16px;
  color: #86efac;
}
.mk2-section {
  width: min(1480px, calc(100% - 3rem));
  max-width: none;
  margin: 0 auto;
  padding: 4rem 0;
}
.mk2-proof-strip {
  position: relative;
  z-index: 2;
  width: min(960px, calc(100% - 3rem));
  margin: 1.25rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
  padding-top: 0;
  padding-bottom: 2rem;
}
.mk2-proof-strip div {
  min-height: 102px;
  padding: 1rem;
  border: 1px solid #dfe6f1;
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0 18px 42px -30px rgba(15,23,42,.42);
}
.mk2-proof-strip strong {
  display: block;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}
.mk2-proof-strip span {
  display: block;
  margin-top: .35rem;
  color: var(--slate);
  font-weight: 700;
  line-height: 1.3;
}
.mk2-section-head {
  max-width: 820px;
  margin: 0 auto 2rem;
  text-align: center;
}
.mk2-section-head .mk2-kicker { color: var(--brand-700); justify-content: center; }
.mk2-section-head h2 {
  margin: .55rem 0 .65rem;
  color: var(--ink);
  font-size: 2.2rem;
  line-height: 1.12;
  font-weight: 900;
}
.mk2-section-head p {
  margin: 0;
  color: var(--slate);
  font-size: 1rem;
}
.mk2-format-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(190px, 1fr));
  gap: 1rem;
}
.mk2-format-card,
.mk2-gallery-card,
.mk2-value-grid article,
.mk2-flow-grid article {
  border: 1px solid #dfe6f1;
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0 16px 36px -30px rgba(15,23,42,.45);
  overflow: hidden;
}
.mk2-format-media {
  aspect-ratio: 16 / 10;
  background: #eef2ff;
  overflow: hidden;
}
.mk2-format-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mk2-format-body { padding: 1rem 1.05rem 1.1rem; }
.mk2-card-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: .5rem;
  color: #0f766e;
  background: #ccfbf1;
  margin-bottom: .75rem;
}
.mk2-card-icon svg { width: 18px; height: 18px; }
.mk2-format-body h3 {
  margin: 0 0 .45rem;
  font-size: 1rem;
}
.mk2-format-body p {
  margin: 0;
  color: var(--slate);
  font-size: .88rem;
  line-height: 1.45;
}
.mk2-mini-cta {
  display: inline-flex;
  margin-top: .85rem;
  color: var(--brand-700);
  font-weight: 800;
  font-size: .82rem;
}
.mk2-workflow { padding-top: 3rem; }
.mk2-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1080px;
  margin: 0 auto;
}
.mk2-flow-grid article { padding: 1.25rem; }
.mk2-flow-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: .5rem;
  color: #fff;
  background: #111827;
  font-weight: 900;
  margin-bottom: .9rem;
}
.mk2-flow-grid h3 { margin: 0 0 .45rem; }
.mk2-flow-grid p {
  margin: 0;
  color: var(--slate);
  font-size: .9rem;
}
.mk2-product-band {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(1.5rem, 1fr) minmax(0, 650px) minmax(360px, 520px) minmax(1.5rem, 1fr);
  gap: 2.25rem;
  align-items: center;
  background: #0f172a;
  color: #fff;
  padding: 4.5rem 0;
}
.mk2-product-copy {
  grid-column: 2;
  max-width: 620px;
  margin: 0;
}
.mk2-product-copy .mk2-kicker { color: #67e8f9; }
.mk2-product-copy h2 {
  margin: .65rem 0 .75rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.14;
  font-weight: 900;
}
.mk2-product-copy p {
  color: #dbeafe;
  font-size: 1rem;
}
.mk2-industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.2rem;
}
.mk2-industry-grid a {
  padding: .4rem .65rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: .5rem;
  color: #e0f2fe;
  background: rgba(255,255,255,.08);
  font-weight: 700;
  font-size: .84rem;
  text-decoration: none !important;
}
.mk2-dashboard-shot {
  grid-column: 3;
  max-width: 520px;
  margin: 0;
  padding: .9rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: .5rem;
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 70px -46px rgba(0,0,0,.75);
}
.mk2-dash-top {
  display: flex;
  gap: .35rem;
  margin-bottom: .8rem;
}
.mk2-dash-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #94a3b8;
}
.mk2-dash-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}
.mk2-dash-grid div {
  min-height: 126px;
  padding: 1rem;
  border-radius: .5rem;
  background: #fff;
  color: var(--ink);
}
.mk2-dash-grid svg {
  width: 24px;
  height: 24px;
  color: var(--brand-700);
  margin-bottom: .8rem;
}
.mk2-dash-grid strong { display: block; }
.mk2-dash-grid small {
  display: block;
  margin-top: .25rem;
  color: var(--slate);
}
.mk2-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1080px;
  margin: 0 auto;
}
.mk2-gallery-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  padding: .7rem;
  background: #0b1120;
}
.mk2-gallery-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: .35rem;
}
.mk2-gallery-caption {
  padding: .9rem 1rem 1rem;
}
.mk2-gallery-caption strong {
  display: block;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mk2-gallery-caption span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}
.mk2-showcase-section {
  width: 100%;
  max-width: none;
  padding: 4rem 0;
}
.mk2-showcase-section .mk2-section-head {
  width: min(820px, calc(100% - 3rem));
}
.mk2-showcase {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: .5rem 0 1.5rem;
}
.mk2-showcase-track {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  width: max-content;
  animation: mk2ShowcaseScroll 46s linear infinite;
  will-change: transform;
}
.mk2-showcase:hover .mk2-showcase-track {
  animation-play-state: paused;
}
.mk2-showcase-card {
  width: 292px;
  flex: 0 0 292px;
  border: 1px solid #dfe6f1;
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0 18px 42px -34px rgba(15,23,42,.45);
  overflow: hidden;
}
.mk2-showcase-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  padding: .65rem;
  background: #0b1120;
  overflow: hidden;
}
.mk2-showcase-media img,
.mk2-showcase-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: .35rem;
  background: #050816;
}
.mk2-showcase-type {
  position: absolute;
  left: .95rem;
  top: .95rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  max-width: calc(100% - 1.9rem);
  padding: .35rem .55rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: .45rem;
  color: #fff;
  background: rgba(15,23,42,.76);
  backdrop-filter: blur(10px);
  font-size: .74rem;
  font-weight: 900;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mk2-showcase-type svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: #67e8f9;
}
.mk2-showcase-caption {
  padding: .9rem 1rem 1rem;
}
.mk2-showcase-caption strong {
  display: block;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .95rem;
}
.mk2-showcase-caption span {
  display: block;
  margin-top: .22rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}
.mk2-showcase-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(12vw, 150px);
  pointer-events: none;
}
.mk2-showcase-fade-left {
  left: 0;
  background: linear-gradient(90deg, #f5f7fb 0%, rgba(245,247,251,0) 100%);
}
.mk2-showcase-fade-right {
  right: 0;
  background: linear-gradient(270deg, #f5f7fb 0%, rgba(245,247,251,0) 100%);
}
@keyframes mk2ShowcaseScroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - .5rem)); }
}
.mk2-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1080px;
  padding-top: 2.5rem;
}
.mk2-value-grid article { padding: 1.25rem; }
.mk2-value-grid svg {
  width: 28px;
  height: 28px;
  color: #0f766e;
  margin-bottom: .8rem;
}
.mk2-value-grid h3 { margin: 0 0 .45rem; }
.mk2-value-grid p {
  margin: 0;
  color: var(--slate);
}
.mk2-faq {
  width: min(820px, calc(100% - 3rem));
  max-width: 820px;
}
.mk2-faq-item {
  border: 1px solid #dfe6f1;
  border-radius: .5rem;
  background: #fff;
  margin-bottom: .75rem;
  overflow: hidden;
}
.mk2-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
}
.mk2-faq-item summary span {
  color: var(--brand-700);
  font-size: 1.25rem;
}
.mk2-faq-item[open] summary span { transform: rotate(45deg); }
.mk2-faq-item p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: var(--slate);
}
.mk2-final-cta {
  width: min(1180px, calc(100% - 3rem));
  max-width: none;
  margin: 0 auto 4rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: .5rem;
  background: linear-gradient(135deg, #111827, #134e4a);
  color: #fff;
}
.mk2-final-cta .mk2-kicker { color: #67e8f9; }
.mk2-final-cta h2 {
  margin: .4rem 0 .4rem;
  color: #fff;
  font-size: 2rem;
}
.mk2-final-cta p {
  margin: 0;
  max-width: 640px;
  color: #dbeafe;
}
.mk2-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.5rem 6vw 2rem;
  color: var(--slate);
  border-top: 1px solid #dfe6f1;
  background: #fff;
  font-size: .84rem;
}
.mk2-footer nav {
  display: flex;
  align-items: center;
  gap: .85rem;
  flex-wrap: wrap;
}
.mk2-footer a {
  color: var(--slate);
  font-weight: 700;
  text-decoration: none !important;
}
@media (max-width: 1200px) {
  .mk2-format-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mk2-flow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mk2-product-band {
    grid-template-columns: minmax(1.5rem, 1fr) minmax(0, 760px) minmax(1.5rem, 1fr);
    gap: 1.5rem;
  }
  .mk2-product-copy,
  .mk2-dashboard-shot {
    grid-column: 2;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .mk2-nav {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: .75rem 1rem;
  }
  .mk2-brand {
    min-width: 0;
  }
  .mk2-brand span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mk2-menu-toggle {
    display: grid;
    margin-left: auto;
  }
  .mk2-nav-links {
    display: none;
    order: 3;
    width: 100%;
    margin-left: 0;
    margin-top: .75rem;
    padding: .75rem;
    flex-direction: column;
    align-items: stretch;
    gap: .25rem;
    border: 1px solid #dfe6f1;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 18px 42px -30px rgba(15,23,42,.5);
    overflow: visible;
  }
  .mk2-nav.is-open .mk2-nav-links {
    display: flex;
  }
  .mk2-nav-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: .55rem .65rem;
    border-radius: .45rem;
  }
  .mk2-nav-links a:hover {
    background: #f5f7fb;
  }
  .mk2-nav-links a.cl-btn-primary {
    justify-content: center;
    margin-top: .25rem;
  }
  .mk2-hero {
    min-height: 560px;
    padding: 3.6rem 1.25rem 4.6rem;
    background-image:
      linear-gradient(180deg, rgba(5,10,25,.96) 0%, rgba(5,10,25,.88) 58%, rgba(5,10,25,.68) 100%),
      var(--hero-image);
  }
  .mk2-hero h1 { font-size: 2.75rem; }
  .mk2-hero-copy { font-size: 1rem; }
  .mk2-section,
  .mk2-proof-strip,
  .mk2-faq,
  .mk2-final-cta { width: min(100% - 2rem, 720px); }
  .mk2-proof-strip,
  .mk2-gallery,
  .mk2-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mk2-showcase-card {
    width: 250px;
    flex-basis: 250px;
  }
}
@media (max-width: 560px) {
  .mk2-hero { min-height: 520px; }
  .mk2-hero h1 { font-size: 2.35rem; }
  .mk2-section { padding: 3rem 0; }
  .mk2-section-head h2,
  .mk2-product-copy h2 { font-size: 1.85rem; }
  .mk2-format-grid,
  .mk2-flow-grid,
  .mk2-proof-strip,
  .mk2-gallery,
  .mk2-value-grid,
  .mk2-dash-grid { grid-template-columns: 1fr; }
  .mk2-product-band {
    grid-template-columns: 1rem minmax(0, 1fr) 1rem;
    padding: 3rem 0;
  }
  .mk2-product-copy,
  .mk2-dashboard-shot { grid-column: 2; }
  .mk2-final-cta { flex-direction: column; align-items: flex-start; }
  .mk2-showcase-section .mk2-section-head {
    width: min(100% - 2rem, 720px);
  }
  .mk2-showcase-card {
    width: 224px;
    flex-basis: 224px;
  }
  .mk2-showcase-fade {
    width: 2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mk2-showcase-track {
    width: auto;
    overflow-x: auto;
    animation: none;
    padding: 0 1rem;
  }
  .mk2-showcase {
    overflow-x: auto;
  }
  .mk2-showcase-fade {
    display: none;
  }
}

/* Pricing page v2 */
.pricing2-body {
  background:
    radial-gradient(circle at 18% 0%, rgba(109,94,252,.13), transparent 31rem),
    radial-gradient(circle at 88% 18%, rgba(20,184,166,.12), transparent 28rem),
    #f5f7fb;
}
.pricing2-body a.cl-btn-primary,
.pricing2-body a.cl-btn-primary:hover,
.pricing2-body button.cl-btn-primary,
.pricing2-body button.cl-btn-primary:hover {
  color: #fff !important;
}
.pricing2-hero {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(1.5rem, 1fr) minmax(0, 690px) minmax(360px, 550px) minmax(1.5rem, 1fr);
  gap: 2rem;
  align-items: center;
  padding: 5rem 0 4.75rem;
  border-bottom: 1px solid rgba(203,213,225,.72);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(245,247,255,.9) 55%, rgba(236,254,255,.74) 100%);
  overflow: hidden;
}
.pricing2-hero-copy {
  grid-column: 2;
  position: relative;
  z-index: 1;
}
.pricing2-hero .mk2-eyebrow {
  color: var(--brand-700);
}
.pricing2-hero h1 {
  max-width: 680px;
  margin: .8rem 0 1rem;
  color: var(--ink);
  font-size: 3.45rem;
  line-height: 1.02;
  font-weight: 900;
}
.pricing2-hero-copy p {
  max-width: 660px;
  margin: 0 0 1.55rem;
  color: var(--slate);
  font-size: 1.08rem;
  line-height: 1.6;
}
.pricing2-hero .mk2-hero-actions {
  justify-content: flex-start;
}
.pricing2-hero .pricing2-secondary {
  color: #334155;
}
.pricing2-hero .pricing2-secondary:hover {
  color: var(--brand-700);
}
.pricing2-hero-card {
  grid-column: 3;
  position: relative;
  z-index: 1;
  padding: 1rem;
  border: 1px solid #dfe6f1;
  border-radius: .5rem;
  background: rgba(255,255,255,.86);
  box-shadow: 0 30px 70px -48px rgba(15,23,42,.7);
}
.pricing2-credit-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 1rem;
  align-items: center;
  min-height: 172px;
  padding: 1rem;
  border-radius: .5rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15,23,42,.95), rgba(15,118,110,.88)),
    #0f172a;
  overflow: hidden;
}
.pricing2-credit-card span {
  display: block;
  margin-bottom: .45rem;
  color: #a7f3d0;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.pricing2-credit-card strong {
  display: block;
  max-width: 280px;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: 900;
}
.pricing2-credit-card img {
  width: 170px;
  height: 132px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: .45rem;
  box-shadow: 0 18px 44px -30px rgba(0,0,0,.8);
}
.pricing2-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-top: .8rem;
}
.pricing2-mini-grid div {
  min-height: 120px;
  padding: .95rem;
  border: 1px solid #e5eaf3;
  border-radius: .5rem;
  background: #fff;
}
.pricing2-mini-grid svg {
  width: 21px;
  height: 21px;
  color: var(--brand-700);
  margin-bottom: .65rem;
}
.pricing2-mini-grid strong {
  display: block;
  color: var(--ink);
  font-weight: 900;
}
.pricing2-mini-grid span {
  display: block;
  margin-top: .25rem;
  color: var(--slate);
  font-size: .84rem;
  line-height: 1.35;
}
.pricing2-main {
  width: 100%;
  overflow: hidden;
}
.pricing2-strip {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 3rem));
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}
.pricing2-strip article {
  min-height: 120px;
  padding: 1.15rem;
  border: 1px solid #dfe6f1;
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0 18px 42px -32px rgba(15,23,42,.48);
}
.pricing2-strip svg {
  width: 24px;
  height: 24px;
  color: #0f766e;
  margin-bottom: .7rem;
}
.pricing2-strip strong {
  display: block;
  color: var(--ink);
  font-weight: 900;
}
.pricing2-strip span {
  display: block;
  margin-top: .3rem;
  color: var(--slate);
  font-size: .88rem;
  line-height: 1.38;
}
.pricing2-plans-section {
  padding-top: 3.5rem;
}
.pricing2-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.pricing2-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid #dfe6f1;
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0 18px 42px -34px rgba(15,23,42,.45);
}
.pricing2-plan.is-popular {
  border-color: #8b7cff;
  box-shadow: 0 24px 54px -34px rgba(109,94,252,.8);
}
.pricing2-ribbon {
  align-self: flex-start;
  margin-bottom: .85rem;
  padding: .36rem .58rem;
  border-radius: .45rem;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-600));
  font-size: .76rem;
  font-weight: 900;
}
.pricing2-plan-head h3 {
  margin: 0 0 .45rem;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
}
.pricing2-plan-head p {
  min-height: 2.8em;
  margin: 0;
  color: var(--slate);
  font-size: .9rem;
  line-height: 1.42;
}
.pricing2-price {
  display: flex;
  align-items: flex-end;
  gap: .14rem;
  margin: 1.15rem 0 1rem;
  color: var(--ink);
}
.pricing2-price span {
  padding-bottom: .45rem;
  color: var(--slate);
  font-size: 1rem;
  font-weight: 900;
}
.pricing2-price strong {
  color: var(--ink);
  font-size: 2.45rem;
  line-height: .95;
  font-weight: 900;
}
.pricing2-price em {
  padding-bottom: .4rem;
  color: var(--muted);
  font-size: .9rem;
  font-style: normal;
  font-weight: 800;
}
.pricing2-plan-cta {
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}
.pricing2-features {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing2-features li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  color: var(--ink);
  font-size: .9rem;
  line-height: 1.35;
}
.pricing2-features svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 1px;
}
.pricing2-features .is-on svg { color: #0f766e; }
.pricing2-features .is-off {
  color: var(--muted);
}
.pricing2-features .is-off svg {
  color: #94a3b8;
}
.pricing2-whiteglove {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: .5rem;
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(103,232,249,.18), transparent 18rem),
    linear-gradient(135deg, #111827, #134e4a);
  box-shadow: 0 24px 58px -42px rgba(15,23,42,.8);
}
.pricing2-whiteglove .mk2-kicker {
  color: #67e8f9;
}
.pricing2-whiteglove h2 {
  margin: .4rem 0 .45rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.14;
  font-weight: 900;
}
.pricing2-whiteglove p {
  max-width: 720px;
  margin: 0;
  color: #dbeafe;
  line-height: 1.55;
}
.pricing2-whiteglove .cl-btn-primary {
  flex: 0 0 auto;
}
.pricing2-packs-section {
  padding-top: 3.25rem;
}
.pricing2-packs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .9rem;
  max-width: 1080px;
  margin: 0 auto;
}
.pricing2-pack {
  padding: 1.1rem;
  border: 1px solid #dfe6f1;
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0 16px 36px -32px rgba(15,23,42,.45);
}
.pricing2-pack svg {
  width: 24px;
  height: 24px;
  color: var(--brand-700);
  margin-bottom: .75rem;
}
.pricing2-pack strong {
  display: block;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 900;
}
.pricing2-pack span {
  color: var(--slate);
  font-size: .86rem;
  font-weight: 800;
}
.pricing2-pack p {
  margin: .85rem 0 1rem;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}
.pricing2-pack .cl-btn-soft {
  justify-content: center;
  width: 100%;
}
.pricing2-faq {
  padding-top: 2.5rem;
}
.pricing2-empty {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 1.2rem;
  border: 1px dashed #cbd5e1;
  border-radius: .5rem;
  color: var(--slate);
  background: rgba(255,255,255,.72);
  text-align: center;
  font-weight: 800;
}
@media (max-width: 1100px) {
  .pricing2-hero {
    grid-template-columns: 1.5rem minmax(0, 760px) 1.5rem;
    padding-top: 4rem;
  }
  .pricing2-hero-copy,
  .pricing2-hero-card {
    grid-column: 2;
    width: 100%;
  }
  .pricing2-hero-card {
    max-width: 680px;
  }
}
@media (max-width: 800px) {
  .pricing2-hero {
    grid-template-columns: 1rem minmax(0, 1fr) 1rem;
    gap: 1.4rem;
    padding: 3.25rem 0;
  }
  .pricing2-hero h1 {
    font-size: 2.55rem;
  }
  .pricing2-strip {
    width: min(100% - 2rem, 720px);
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }
  .pricing2-plans {
    grid-template-columns: 1fr;
  }
  .pricing2-whiteglove {
    width: min(100% - 2rem, 720px);
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .pricing2-hero h1 {
    font-size: 2.2rem;
  }
  .pricing2-credit-card {
    grid-template-columns: 1fr;
  }
  .pricing2-credit-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .pricing2-mini-grid {
    grid-template-columns: 1fr;
  }
  .pricing2-whiteglove,
  .mk2-final-cta {
    padding: 1.4rem;
  }
  .pricing2-whiteglove h2 {
    font-size: 1.6rem;
  }
}

/* Industry /for pages */
.for2-body,
.for2-body * { letter-spacing: 0; }
.for2-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 5rem 6vw 7rem;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(6, 11, 28, .96) 0%, rgba(6, 11, 28, .82) 44%, rgba(6, 11, 28, .38) 100%),
    var(--for-hero-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.for2-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(180deg, transparent, rgba(245,247,251,.98));
  pointer-events: none;
}
.for2-hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}
.for2-hero h1 {
  max-width: 780px;
  margin: .85rem 0 1rem;
  color: #fff;
  font-size: 3.75rem;
  line-height: 1.04;
  font-weight: 900;
}
.for2-hero p {
  max-width: 710px;
  margin: 0 0 1.6rem;
  color: #dbeafe;
  font-size: 1.12rem;
  line-height: 1.6;
}
.for2-proof {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: -3.4rem auto 0;
  padding: 0 6vw 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}
.for2-proof article,
.for2-campaign-grid article,
.for2-creative-card,
.for2-format-row article,
.for2-other-grid a {
  border: 1px solid #dfe6f1;
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0 16px 36px -30px rgba(15,23,42,.45);
}
.for2-proof article {
  min-height: 108px;
  padding: 1rem;
}
.for2-proof strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}
.for2-proof span {
  display: block;
  margin-top: .4rem;
  color: var(--slate);
  font-size: .86rem;
  line-height: 1.38;
}
.for2-intro { padding-top: 2.5rem; }
.for2-campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.for2-campaign-grid article {
  padding: 1.25rem;
}
.for2-campaign-grid article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #0f766e;
  background: #ccfbf1;
  border-radius: .5rem;
  margin-bottom: .85rem;
}
.for2-campaign-grid svg { width: 19px; height: 19px; }
.for2-campaign-grid h3 {
  margin: 0 0 .45rem;
  font-size: 1.05rem;
}
.for2-campaign-grid p {
  margin: 0;
  color: var(--slate);
}
.for2-preview-band {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(420px, 620px);
  gap: 2.2rem;
  align-items: center;
  padding: 4.5rem 6vw;
  background: #0f172a;
  color: #fff;
}
.for2-preview-copy {
  justify-self: end;
  max-width: 540px;
}
.for2-preview-copy .mk2-kicker { color: #67e8f9; }
.for2-preview-copy h2 {
  margin: .65rem 0 .75rem;
  color: #fff;
  font-size: 2.35rem;
  line-height: 1.14;
  font-weight: 900;
}
.for2-preview-copy p {
  color: #dbeafe;
  margin: 0;
}
.for2-brief-list {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  margin-top: 1.2rem;
}
.for2-brief-list span {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  color: #e0f2fe;
  font-weight: 700;
  line-height: 1.35;
}
.for2-brief-list svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: #86efac;
  margin-top: 1px;
}
.for2-creative-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  max-width: 660px;
}
.for2-creative-card {
  overflow: hidden;
  background: #fff;
}
.for2-creative-media {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  padding: .5rem;
  background: #eef2ff;
}
.for2-creative-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: .35rem;
}
.for2-creative-card > div:last-child {
  padding: .85rem;
}
.for2-creative-card strong {
  display: block;
  color: var(--ink);
  font-size: .9rem;
  line-height: 1.25;
}
.for2-creative-card span {
  display: block;
  margin-top: .2rem;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}
.for2-flow article p { min-height: 4.2em; }
.for2-format-section { padding-top: 2.5rem; }
.for2-format-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}
.for2-format-row article {
  padding: 1.15rem;
}
.for2-format-row svg {
  width: 25px;
  height: 25px;
  color: var(--brand-700);
  margin-bottom: .75rem;
}
.for2-format-row strong {
  display: block;
  color: var(--ink);
}
.for2-format-row span {
  display: block;
  margin-top: .3rem;
  color: var(--slate);
  font-size: .88rem;
}
.for2-faq {
  max-width: 860px;
  padding-top: 2.5rem;
}
.for2-other-section { padding-top: 2rem; }
.for2-other-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}
.for2-other-grid a {
  display: block;
  padding: 1rem;
  text-decoration: none !important;
}
.for2-other-grid strong {
  display: block;
  color: var(--ink);
  font-size: .95rem;
}
.for2-other-grid span {
  display: block;
  margin-top: .25rem;
  color: var(--slate);
  font-size: .82rem;
  line-height: 1.35;
}
.for2-other-grid a:hover {
  border-color: #c9c2fa;
  box-shadow: 0 18px 40px -28px rgba(109,94,252,.55);
  transform: translateY(-1px);
}
@media (max-width: 1100px) {
  .for2-proof,
  .for2-format-row,
  .for2-other-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .for2-preview-band { grid-template-columns: 1fr; }
  .for2-preview-copy { justify-self: start; }
  .for2-creative-grid { max-width: none; }
}
@media (max-width: 800px) {
  .for2-hero {
    min-height: 600px;
    padding: 4rem 6vw 6rem;
    background-image:
      linear-gradient(180deg, rgba(6, 11, 28, .94) 0%, rgba(6, 11, 28, .78) 58%, rgba(6, 11, 28, .55) 100%),
      var(--for-hero-image);
  }
  .for2-hero h1 { font-size: 2.65rem; }
  .for2-hero p { font-size: 1rem; }
  .for2-campaign-grid,
  .for2-creative-grid { grid-template-columns: 1fr; }
  .for2-preview-band { padding: 3.5rem 6vw; }
}
@media (max-width: 560px) {
  .for2-hero { min-height: 560px; }
  .for2-hero h1 { font-size: 2.25rem; }
  .for2-proof,
  .for2-format-row,
  .for2-other-grid { grid-template-columns: 1fr; }
}

/* ───────────────────────────── Brand Brain page ───────────────────────────── */
/* ═══════════════════════ Brand Brain (minimalist + animated) ═══════════════════════ */
.bb-page { --bb-ease: cubic-bezier(.22,.61,.36,1); }

/* Staggered entrance for top-level blocks (respects reduced-motion below) */
@keyframes bb-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.bb-rise { animation: bb-rise .55s var(--bb-ease, ease) backwards; animation-delay: calc(var(--d, 0) * .09s); }

.bb-hero {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1fr auto; gap: 1.25rem; align-items: center;
  background:
    radial-gradient(120% 150% at 0% 0%, rgba(109,94,252,.14), transparent 55%),
    radial-gradient(120% 150% at 100% 100%, rgba(34,211,238,.16), transparent 52%),
    linear-gradient(135deg, var(--brand-soft), #eafbfe);
  border: 1px solid #e4e1fb; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 1.6rem 1.7rem; margin-bottom: 1rem;
}
.bb-hero::before {
  content: ""; position: absolute; inset: -45% -12% auto auto; width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(109,94,252,.20), transparent 70%);
  pointer-events: none; animation: bb-aurora 9s ease-in-out infinite;
}
@keyframes bb-aurora {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: .75; }
  50%      { transform: translate(-26px, 20px) scale(1.14); opacity: 1; }
}
.bb-hero-main { position: relative; display: flex; gap: 1.05rem; align-items: flex-start; min-width: 0; }
.bb-hero-ic {
  flex-shrink: 0; width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center;
  background: rgba(255,255,255,.75); border: 1px solid #e4e1fb; color: var(--brand);
  box-shadow: 0 6px 18px -10px rgba(76,59,219,.5); animation: bb-pulse 3.2s ease-in-out infinite;
}
@keyframes bb-pulse {
  0%, 100% { box-shadow: 0 6px 18px -10px rgba(76,59,219,.5), 0 0 0 0 rgba(109,94,252,0); }
  50%      { box-shadow: 0 6px 18px -10px rgba(76,59,219,.5), 0 0 0 9px rgba(109,94,252,.10); }
}
.bb-hero-ic svg { width: 25px; height: 25px; }
.bb-hero-copy { min-width: 0; }
.bb-hero-kicker {
  display: inline-flex; align-items: center; gap: .35rem; margin-bottom: .55rem;
  font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em;
  color: var(--brand-700); background: rgba(255,255,255,.65); border: 1px solid #e4e1fb;
  padding: .22rem .6rem; border-radius: 999px;
}
.bb-hero-kicker svg { width: 13px; height: 13px; }
.bb-hero-copy h2 { margin: 0 0 .3rem; font-size: 1.4rem; font-weight: 800; letter-spacing: -.025em; }
.bb-hero-copy p { margin: 0; color: var(--slate); font-size: .92rem; max-width: 620px; }
.bb-hero-note { display: inline-flex; align-items: center; gap: .35rem; margin-top: .55rem !important; font-size: .8rem; color: var(--slate); }
.bb-hero-note svg { width: 13px; height: 13px; }
.bb-hero-note-warn { color: var(--amber); }
.bb-hero-form { display: flex; gap: .6rem; margin-top: 1rem; flex-wrap: wrap; }
.bb-hero-form .cl-input { max-width: 340px; flex: 1 1 240px; }
.bb-hero-form .cl-btn-primary { gap: .45rem; }
.bb-chip-cost {
  font-size: .7rem; font-weight: 700; line-height: 1; padding: .15rem .45rem; border-radius: 999px;
  background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.38);
}
.bb-hero-art { position: relative; flex-shrink: 0; width: 240px; }
.bb-hero-art svg {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 14px 28px rgba(76,59,219,.16)); animation: bb-float 6s ease-in-out infinite;
}
@keyframes bb-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.bb-art-spark { transform-box: fill-box; transform-origin: center; animation: bb-twinkle 2.4s ease-in-out infinite; }
.bb-art-spark-2 { animation-delay: .9s; }
@keyframes bb-twinkle { 0%, 100% { opacity: .5; transform: scale(.82); } 50% { opacity: 1; transform: scale(1.18); } }

.bb-logo-card { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; transition: border-color .18s ease, box-shadow .18s ease; }
.bb-logo-card:hover { border-color: #dcd9f6; box-shadow: 0 12px 32px -22px rgba(76,59,219,.4); }
.bb-logo-img { height: 70px; max-width: 200px; object-fit: contain; border-radius: .6rem; background: #fff; padding: 6px; border: 1px solid var(--border); }
.bb-logo-ph { height: 70px; width: 70px; border-radius: .6rem; background: var(--canvas); display: grid; place-items: center; border: 1px dashed var(--border); }
.bb-logo-ph svg { width: 24px; height: 24px; color: var(--muted); }
.bb-logo-copy { flex: 1; min-width: 220px; }
.bb-logo-copy strong { font-size: .98rem; }
.bb-logo-copy p { margin: .15rem 0 0; color: var(--slate); font-size: .86rem; }
.bb-logo-actions { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.bb-logo-actions form { display: flex; align-items: center; gap: .5rem; }
#bb-logo-input { font-size: .82rem; color: var(--slate); max-width: 230px; }
#bb-logo-input::file-selector-button {
  font-family: var(--font); font-weight: 600; font-size: .8rem; cursor: pointer;
  border: 1px solid var(--border); background: var(--canvas); color: var(--ink);
  padding: .4rem .7rem; border-radius: .5rem; margin-right: .6rem;
}
#bb-logo-input::file-selector-button:hover { background: #eef1f6; }
.bb-logo-del { padding: .4rem .55rem; }

.bb-head {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  margin-bottom: 1.4rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--border);
}
.bb-head-title { display: flex; align-items: center; gap: .8rem; }
.bb-head-title h1 { margin: 0; font-size: 1.35rem; letter-spacing: -.025em; }
.bb-head-title p { margin: .12rem 0 0; color: var(--slate); font-size: .86rem; }

/* Profile-strength meter */
.bb-head-right { display: flex; align-items: center; gap: .85rem; }
.bb-meter { position: relative; width: 50px; height: 50px; flex-shrink: 0; }
.bb-meter-ring { width: 100%; height: 100%; transform: rotate(-90deg); }
.bb-meter-track { fill: none; stroke: var(--border); stroke-width: 4; }
.bb-meter-fill {
  fill: none; stroke: var(--brand); stroke-width: 4; stroke-linecap: round;
  stroke-dasharray: 100; stroke-dashoffset: 100;
  transition: stroke-dashoffset .7s var(--bb-ease, ease), stroke .4s ease;
}
.bb-meter-pct { position: absolute; inset: 0; display: grid; place-items: center; font-size: .76rem; font-weight: 800; color: var(--ink); }
.bb-meter-pct i { font-style: normal; font-size: .58rem; color: var(--muted); margin-left: 1px; }
.bb-head-meta { display: flex; flex-direction: column; align-items: flex-end; gap: .4rem; }
.bb-meter-label { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); }

.bb-status { display: inline-flex; align-items: center; gap: .35rem; font-size: .8rem; font-weight: 700; padding: .35rem .75rem; border-radius: 999px; white-space: nowrap; }
.bb-status svg { width: 14px; height: 14px; }
.bb-status.saved { background: var(--emerald-soft); color: #047857; }
.bb-status.saving { background: var(--brand-soft); color: var(--brand-700); }
.bb-status.dirty { background: var(--amber-soft); color: #b45309; }
.bb-status.error { background: var(--rose-soft); color: #be123c; }

.bb-ic { flex-shrink: 0; width: 32px; height: 32px; border-radius: 9px; display: inline-grid; place-items: center; }
.bb-ic svg { width: 17px; height: 17px; }

.bb-sections { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: start; }
.bb-span-2 { grid-column: 1 / -1; }
.bb-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.bb-panel {
  border: 1px solid var(--border); border-radius: .9rem; padding: 1.15rem; background: var(--card);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.bb-panel:hover { border-color: #dcd9f6; box-shadow: 0 14px 34px -24px rgba(76,59,219,.45); }
.bb-panel:focus-within { border-color: #c9c3f3; box-shadow: 0 0 0 3px rgba(109,94,252,.10); }
/* Staggered reveal of each section as the card mounts */
.bb-sections > * { animation: bb-rise .55s var(--bb-ease, ease) backwards; }
.bb-sections > *:nth-child(1) { animation-delay: .18s; }
.bb-sections > *:nth-child(2) { animation-delay: .24s; }
.bb-sections > *:nth-child(3) { animation-delay: .30s; }
.bb-sections > *:nth-child(4) { animation-delay: .36s; }
.bb-sections > *:nth-child(5) { animation-delay: .42s; }
.bb-sections > *:nth-child(6) { animation-delay: .48s; }
.bb-sections > *:nth-child(7) { animation-delay: .54s; }
.bb-panel-h { display: flex; align-items: center; gap: .55rem; font-weight: 700; font-size: .95rem; color: var(--ink); margin-bottom: .9rem; letter-spacing: -.01em; }
.bb-panel-sub { margin: -.5rem 0 .8rem; color: var(--muted); font-size: .8rem; }
.bb-csv { font-weight: 500; font-size: .72rem; color: var(--muted); margin-left: auto; }
.bb-rating { display: inline-flex; align-items: center; gap: .3rem; margin-top: .45rem; font-size: .82rem; color: #b45309; }
.bb-rating svg { width: 14px; height: 14px; fill: var(--amber); color: var(--amber); }

.bb-swatches { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.bb-swatch { display: inline-flex; align-items: center; gap: .45rem; border: 1px solid var(--border); border-radius: .6rem; padding: .3rem .5rem .3rem .35rem; background: var(--card); }
.bb-swatch input[type="color"] { width: 24px; height: 24px; padding: 0; border: none; border-radius: 6px; background: none; cursor: pointer; }
.bb-swatch input[type="color"]::-webkit-color-swatch-wrapper { padding: 0; }
.bb-swatch input[type="color"]::-webkit-color-swatch { border: 1px solid rgba(0,0,0,.1); border-radius: 6px; }
.bb-swatch-hex { font-size: .8rem; font-weight: 600; color: var(--slate); font-variant-numeric: tabular-nums; }
.bb-swatch-x { border: none; background: none; cursor: pointer; color: var(--muted); display: grid; place-items: center; padding: 0; line-height: 0; }
.bb-swatch-x:hover { color: var(--rose); }
.bb-swatch-x svg { width: 13px; height: 13px; }
.bb-swatch-add { width: 36px; height: 36px; border: 1px dashed #c7c2f0; border-radius: .6rem; background: var(--brand-soft); color: var(--brand-700); cursor: pointer; display: grid; place-items: center; }
.bb-swatch-add:hover { background: #e6e2fd; }
.bb-swatch-add svg { width: 16px; height: 16px; }

.bb-savebar {
  position: sticky; bottom: 0; z-index: 20; margin-top: 1rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  background: rgba(255,255,255,.9); backdrop-filter: blur(10px);
  border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: 0 -8px 28px -18px rgba(15,23,42,.3); padding: .8rem 1.15rem;
}
.bb-savebar-actions { display: flex; gap: .6rem; flex-wrap: wrap; margin-left: auto; }
.bb-savebar #bb-save { transition: transform .15s ease, box-shadow .15s ease; }
.bb-savebar #bb-save:hover { transform: translateY(-1px); }

@media (max-width: 880px) {
  .bb-sections, .bb-trio { grid-template-columns: 1fr; }
  .bb-hero { grid-template-columns: 1fr; }
  .bb-hero-art { display: none; }
  .bb-head-right { width: 100%; justify-content: flex-start; }
  .bb-head-meta { align-items: flex-start; margin-left: auto; }
}

/* Accessibility: honor reduced-motion — no entrances, floats, pulses, or ring sweep */
@media (prefers-reduced-motion: reduce) {
  .bb-rise, .bb-sections > *, .bb-hero::before, .bb-hero-ic,
  .bb-hero-art svg, .bb-art-spark { animation: none !important; }
  .bb-meter-fill { transition: none; }
  .bb-panel, .bb-logo-card, .bb-savebar #bb-save { transition: none; }
}

/* Brand Brain — colored confirmation popups */
.bb-toast { display: flex; align-items: center; gap: .5rem; font-weight: 600; transition: opacity .3s ease; }
.bb-toast svg { width: 18px; height: 18px; flex-shrink: 0; }
.toast.ok { background: #047857; }

/* ═══════════════════════ Website Scan onboarding ═══════════════════════ */
.ws-page { max-width: 1240px; }
.ws-grid { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 1.5rem; align-items: start; }
.ws-step { display: inline-block; background: var(--brand-soft); color: var(--brand-700); font-weight: 700; font-size: .75rem; padding: .3rem .75rem; border-radius: 999px; margin-bottom: .9rem; }
.ws-title { font-size: 2.5rem; line-height: 1.05; letter-spacing: -.03em; margin: 0 0 .6rem; }
.ws-spark { width: 24px; height: 24px; color: var(--brand); vertical-align: middle; }
.ws-lead { color: var(--slate); font-size: 1.02rem; max-width: 560px; margin: 0 0 1.5rem; }

.ws-input-card { padding: 1.5rem; }
.ws-input-head { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.1rem; }
.ws-tile { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; flex-shrink: 0; }
.ws-tile svg { width: 26px; height: 26px; }
.ws-tile-indigo { background: var(--brand-soft); color: var(--brand); }
.ws-tile-violet { background: #ede9fe; color: #7c3aed; }
.ws-input-head strong { font-size: 1.15rem; }
.ws-input-head p { margin: .1rem 0 0; font-size: .9rem; }
.ws-url { display: flex; align-items: center; gap: .6rem; border: 1px solid var(--border); border-radius: .8rem; padding: 0 .9rem; background: var(--card); transition: border-color .15s, box-shadow .15s; }
.ws-url:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(109,94,252,.15); }
.ws-url svg { width: 18px; height: 18px; color: var(--muted); flex-shrink: 0; }
.ws-url input { flex: 1; border: none; outline: none; background: none; padding: .85rem 0; font-size: .95rem; font-family: var(--font); color: var(--ink); }
.ws-start { width: 100%; justify-content: center; margin-top: .9rem; padding: .85rem; font-size: 1rem; border-radius: .8rem; }
.ws-trust { display: flex; align-items: center; justify-content: center; gap: .4rem; margin: .8rem 0 0; font-size: .78rem; color: var(--muted); }
.ws-trust svg { width: 13px; height: 13px; }
.ws-prev-report { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; font-size: .85rem; font-weight: 600; }
.ws-prev-report svg { width: 15px; height: 15px; }

.ws-noweb { margin-top: 1.5rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; background: linear-gradient(135deg, #f6f5ff, #eef4ff); border-color: #e4e1fb; }
.ws-noweb-text { min-width: 0; }
.ws-noweb-text .ws-tile { width: 46px; height: 46px; border-radius: 13px; margin-bottom: .8rem; }
.ws-noweb-eyebrow { font-weight: 700; color: var(--slate); margin: 0 0 .15rem; font-size: .95rem; }
.ws-noweb-text h2 { font-size: 1.5rem; line-height: 1.15; letter-spacing: -.025em; margin: 0 0 .5rem; }
.ws-noweb-text h2 .ws-spark { width: 18px; height: 18px; }
.ws-noweb-desc { color: var(--slate); font-size: .9rem; max-width: 460px; margin: 0 0 1rem; }
.ws-noweb-btn { justify-content: center; width: 100%; max-width: 430px; padding: .75rem; }
.ws-noweb-link { display: inline-flex; align-items: center; gap: .35rem; margin-top: .7rem; font-size: .85rem; font-weight: 600; }
.ws-noweb-link svg { width: 15px; height: 15px; }
.ws-noweb-art { width: 240px; flex-shrink: 0; }
.ws-noweb-art svg { width: 100%; height: auto; filter: drop-shadow(0 16px 30px rgba(76,59,219,.16)); }

.ws-col-aside { position: sticky; top: 1.5rem; }
.ws-analyze-card { padding: 1.4rem; }
.ws-analyze-card h3 { margin: 0 0 1.1rem; font-size: 1.1rem; display: flex; align-items: center; gap: .4rem; }
.ws-analyze-card h3 .ws-spark { width: 16px; height: 16px; }
.ws-analyze { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.1rem; }
.ws-analyze li { display: flex; gap: .8rem; align-items: flex-start; }
.ws-atile { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; }
.ws-atile svg { width: 19px; height: 19px; }
.ws-atile-indigo { background: var(--brand-soft); color: var(--brand); }
.ws-atile-emerald { background: var(--emerald-soft); color: #047857; }
.ws-atile-amber { background: var(--amber-soft); color: #b45309; }
.ws-atile-orange { background: #ffedd5; color: #ea580c; }
.ws-analyze li strong { font-size: .92rem; }
.ws-analyze li p { margin: .15rem 0 0; font-size: .8rem; color: var(--slate); line-height: 1.4; }
.ws-analyze-note { margin-top: 1.2rem; background: var(--brand-soft); color: var(--brand-700); border-radius: .7rem; padding: .8rem; font-size: .8rem; display: flex; gap: .5rem; }
.ws-analyze-note svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 1px; }
.ws-orb { margin-top: 1rem; display: grid; place-items: center; }
.ws-orb svg { width: 220px; height: auto; animation: wsFloat 6s ease-in-out infinite; }
@keyframes wsFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* Scanning overlay */
.ws-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(246,247,251,.86); backdrop-filter: blur(10px); display: grid; place-items: center; padding: 2rem; }
.ws-overlay[hidden] { display: none; }
.ws-overlay-inner { background: var(--card); border: 1px solid var(--border); border-radius: 1.4rem; box-shadow: var(--shadow-lg); padding: 2.2rem; max-width: 540px; width: 100%; text-align: center; animation: fadeUp .25s ease both; }
.ws-overlay-inner h2 { font-size: 1.5rem; letter-spacing: -.02em; margin: 1.4rem 0 .4rem; }
.ws-overlay-sub { color: var(--slate); font-size: .88rem; margin: 0 auto 1.4rem; max-width: 420px; }
.ws-radar { position: relative; width: 150px; height: 150px; margin: 0 auto; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle, rgba(109,94,252,.12), transparent 70%); }
.ws-radar-ring { position: absolute; inset: 0; border: 1.5px solid rgba(109,94,252,.25); border-radius: 50%; }
.ws-radar-ring.r2 { inset: 24px; border-color: rgba(109,94,252,.18); }
.ws-radar-ring.r3 { inset: 48px; border-color: rgba(34,211,238,.25); }
.ws-radar-sweep { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, rgba(109,94,252,.45), transparent 35%); animation: wsSpin 1.6s linear infinite; }
@keyframes wsSpin { to { transform: rotate(360deg); } }
.ws-radar-pct { position: relative; font-size: 1.7rem; font-weight: 800; color: var(--brand-700); font-variant-numeric: tabular-nums; }
.ws-check { list-style: none; margin: 1.4rem 0 0; padding: 0; text-align: left; display: grid; gap: .5rem; max-height: 230px; overflow: auto; }
.ws-check li { display: flex; align-items: center; gap: .6rem; font-size: .86rem; color: var(--slate); padding: .3rem .2rem; }
.ws-check-ic { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: #eef1f6; color: var(--muted); flex-shrink: 0; }
.ws-check-ic svg { width: 13px; height: 13px; }
.ws-check-state { margin-left: auto; font-size: .72rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.ws-check li.scanning .ws-check-ic { background: var(--brand-soft); color: var(--brand); }
.ws-check li.scanning .ws-check-ic svg { animation: wsSpin 1s linear infinite; }
.ws-check li.scanning .ws-check-state { color: var(--brand-700); }
.ws-check li.done { color: var(--ink); }
.ws-check li.done .ws-check-ic { background: var(--emerald-soft); color: #047857; }
.ws-check li.done .ws-check-state { color: #047857; }
.ws-overlay-foot { display: flex; align-items: center; justify-content: center; gap: .4rem; margin: 1.3rem 0 0; font-size: .76rem; color: var(--muted); }
.ws-overlay-foot svg { width: 13px; height: 13px; }

/* ═══════════════════════ Intelligence Report ═══════════════════════ */
.ws-report { max-width: 1240px; }
.ws-rep-head { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 1.25rem; align-items: stretch; margin-bottom: 1.25rem; }
.ws-rep-done { margin-bottom: .7rem; }
.ws-rep-done svg, .ws-rep-url svg { width: 13px; height: 13px; }
.ws-rep-head-main h1 { font-size: 2rem; letter-spacing: -.03em; margin: 0 0 .3rem; }
.ws-rep-sub { color: var(--slate); margin: 0 0 .9rem; }
.ws-rep-url { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; }
.ws-rep-url-pill { display: inline-flex; align-items: center; gap: .45rem; border: 1px solid var(--border); background: var(--card); border-radius: .6rem; padding: .5rem .8rem; font-size: .85rem; color: var(--slate); max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
.ws-rep-url-pill svg { width: 15px; height: 15px; flex-shrink: 0; }
.ws-rep-meta { font-size: .8rem; color: var(--muted); margin: .6rem 0 0; }
.ws-score-card { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ws-score-label { display: flex; align-items: center; gap: .35rem; font-size: .8rem; font-weight: 600; color: var(--slate); }
.ws-score-label svg { width: 14px; height: 14px; color: var(--muted); }
.ws-score-num { font-size: 3rem; font-weight: 800; line-height: 1; letter-spacing: -.03em; margin: .35rem 0; }
.ws-score-num span { font-size: 1.1rem; color: var(--muted); font-weight: 600; }
.ws-score-tag { display: flex; align-items: center; gap: .4rem; font-size: .82rem; font-weight: 600; color: var(--slate); }
.ws-score-tag .dot { width: 8px; height: 8px; border-radius: 50%; }
.ws-ring { width: 110px; flex-shrink: 0; }
.ws-ring svg { width: 110px; height: 110px; }

.ws-cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1.25rem; }
.ws-cat { padding: 1.1rem 1.2rem; }
.ws-cat-top { display: flex; align-items: center; gap: .6rem; margin-bottom: .7rem; }
.ws-cat-top strong { font-size: .95rem; }
.ws-cat-chev { width: 16px; height: 16px; color: var(--muted); margin-left: auto; }
.ws-cat-score { font-size: 1.6rem; font-weight: 800; letter-spacing: -.02em; }
.ws-cat-score span { font-size: .85rem; color: var(--muted); font-weight: 600; }
.ws-bar { height: 7px; border-radius: 999px; background: #eef1f6; overflow: hidden; margin: .5rem 0 .7rem; }
.ws-bar span { display: block; height: 100%; border-radius: 999px; }
.ws-cat-sum { font-size: .82rem; color: var(--slate); margin: 0; line-height: 1.45; }

.ws-recs { margin-bottom: 1.25rem; }
.ws-recs h3 { display: flex; align-items: center; gap: .5rem; margin: 0 0 1rem; font-size: 1.1rem; }
.ws-recs h3 svg { width: 18px; height: 18px; color: var(--brand); }
.ws-rec-list { display: grid; gap: .7rem; }
.ws-rec { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid var(--border); border-radius: .8rem; padding: .9rem 1rem; flex-wrap: wrap; }
.ws-rec-main strong { font-size: .92rem; }
.ws-rec-main p { margin: .2rem 0 0; font-size: .82rem; color: var(--slate); }
.ws-rec-tags { display: flex; gap: .4rem; flex-wrap: wrap; }

.ws-redesign { margin-bottom: 1.25rem; background: linear-gradient(135deg, #faf9ff, #f3f6ff); border-color: #e7e4fb; }
.ws-redesign-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.badge svg { width: 13px; height: 13px; }
.ws-new { margin-bottom: .5rem; display: inline-flex; }
.ws-redesign-head h2 { font-size: 1.4rem; letter-spacing: -.025em; margin: 0 0 .4rem; }
.ws-redesign-head h2 .ws-spark { width: 17px; height: 17px; }
.ws-redesign-head p { color: var(--slate); font-size: .88rem; max-width: 640px; margin: 0; }
.ws-redesign-actions { display: flex; gap: .5rem; flex-wrap: wrap; }
.ws-concepts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.ws-concept { background: var(--card); border: 1px solid var(--border); border-radius: 1rem; overflow: hidden; box-shadow: var(--shadow); }

.ws-mock { padding: 14px 16px 16px; min-height: 232px; display: flex; flex-direction: column; gap: 11px; background: var(--mb); color: var(--mi); border-bottom: 1px solid rgba(127,127,127,.12); }
.ws-mock-nav { display: flex; align-items: center; gap: 8px; }
.ws-mock-brand { display: flex; align-items: center; gap: 4px; font-weight: 800; font-size: 9px; }
.ws-mock-logo { width: 11px; height: 11px; border-radius: 3px; background: var(--mp); display: inline-block; }
.ws-mock-links { display: flex; gap: 8px; margin-left: 6px; opacity: .6; font-size: 8px; }
.ws-mock-links i { font-style: normal; }
.ws-mock-pill { margin-left: auto; background: var(--mp); color: #fff; padding: 3px 9px; border-radius: 999px; font-size: 8px; font-weight: 700; }
.ws-mock-hero { flex: 1; display: flex; flex-direction: column; gap: 7px; padding: 8px 2px 2px; }
.ws-mock-hero h4 { margin: 0; font-size: 19px; line-height: 1.08; font-weight: 800; letter-spacing: -.02em; }
.ws-mock-hero h4 em { color: var(--mp); font-style: normal; }
.ws-mock-hero p { margin: 0; font-size: 9px; opacity: .72; max-width: 78%; line-height: 1.4; }
.ws-mock-btns { display: flex; gap: 6px; margin-top: 5px; }
.ws-mock-btns .b1 { background: var(--mp); color: #fff; padding: 5px 11px; border-radius: 7px; font-size: 8.5px; font-weight: 700; }
.ws-mock-btns .b2 { border: 1px solid currentColor; opacity: .8; padding: 5px 11px; border-radius: 7px; font-size: 8.5px; font-weight: 700; }
.ws-mock-stats { display: flex; gap: 8px; border-top: 1px solid rgba(148,163,184,.28); padding-top: 9px; }
.ws-mock-stats > div { flex: 1; min-width: 0; }
.ws-mock-stats strong { display: block; font-size: 11px; font-weight: 800; color: var(--mp); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ws-mock-stats span { font-size: 7px; opacity: .65; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ws-mock-dark { border-bottom-color: rgba(255,255,255,.08); }

.ws-concept-body { padding: 1rem 1.1rem 1.1rem; }
.ws-concept-name { display: flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .95rem; margin-bottom: .4rem; }
.ws-concept-n { width: 22px; height: 22px; border-radius: 50%; background: var(--brand-soft); color: var(--brand-700); display: grid; place-items: center; font-size: .8rem; font-weight: 800; flex-shrink: 0; }
.ws-concept-desc { font-size: .83rem; color: var(--slate); margin: 0 0 .7rem; line-height: 1.45; }
.ws-concept-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .9rem; }
.ws-tag { display: inline-flex; align-items: center; gap: .25rem; font-size: .72rem; font-weight: 600; color: var(--slate); background: var(--canvas); border: 1px solid var(--border); border-radius: 999px; padding: .2rem .55rem; }
.ws-tag svg { width: 11px; height: 11px; color: var(--emerald); }
.ws-concept-btns { display: flex; gap: .5rem; flex-wrap: wrap; }
.ws-concept-btns .cl-btn, .ws-concept-btns .cl-btn-primary { flex: 1; justify-content: center; }

.ws-launch { display: grid; grid-template-columns: auto minmax(0,1fr) auto auto; gap: 1.1rem; align-items: center; background: linear-gradient(135deg, var(--brand-soft), #e8f0ff); border: 1px solid #ddd9fb; border-radius: var(--radius); padding: 1.1rem 1.3rem; }
.ws-launch-art { width: 46px; height: 46px; border-radius: 13px; background: linear-gradient(135deg, var(--brand), var(--brand-700)); color: #fff; display: grid; place-items: center; }
.ws-launch-art svg { width: 24px; height: 24px; }
.ws-launch-copy strong { display: block; font-size: 1.02rem; }
.ws-launch-copy p { margin: .2rem 0 0; font-size: .84rem; color: var(--slate); }
.ws-launch-chips { display: flex; flex-direction: column; gap: .3rem; }
.ws-launch-chips span { display: flex; align-items: center; gap: .35rem; font-size: .78rem; color: var(--slate); font-weight: 500; }
.ws-launch-chips svg { width: 13px; height: 13px; color: var(--brand); }
.ws-launch-btn { white-space: nowrap; }

/* Social Presence */
.sp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: .8rem; }
.sp-card { display: flex; align-items: center; gap: .7rem; border: 1px solid var(--border); border-radius: .8rem; padding: .8rem .9rem; }
.sp-card.sp-on { border-color: #a7e8cd; background: #f5fdf9; }
.sp-badge { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; font-weight: 800; flex-shrink: 0; }
.sp-meta { display: flex; flex-direction: column; gap: .2rem; min-width: 0; }
.sp-meta strong { font-size: .9rem; }
.sp-card .cl-btn-soft { margin-left: auto; }
.sp-link { display: flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.sp-link:hover { border-color: var(--brand); box-shadow: var(--shadow); text-decoration: none; }
.sp-link strong { font-size: .92rem; }
.sp-link p { margin: .15rem 0 0; font-size: .8rem; color: var(--slate); }

@media (max-width: 1080px) {
  .ws-grid { grid-template-columns: 1fr; }
  .ws-col-aside { position: static; }
  .ws-rep-head { grid-template-columns: 1fr; }
  .ws-cat-grid, .ws-concepts { grid-template-columns: repeat(2, 1fr); }
  .ws-launch { grid-template-columns: 1fr; text-align: left; }
  .ws-launch-chips { flex-direction: row; flex-wrap: wrap; gap: .8rem; }
}
@media (max-width: 680px) {
  .ws-title { font-size: 1.9rem; }
  .ws-noweb, .ws-score-card { grid-template-columns: 1fr; }
  .ws-noweb-art { display: none; }
  .ws-cat-grid, .ws-concepts { grid-template-columns: 1fr; }
}

/* ═══════════════════════ Studio template gallery ═══════════════════════ */
.sf-card.tplg { padding: 1.25rem 1.4rem 1.4rem; }
.tplg-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.1rem; }
.tplg-intro { display: flex; align-items: center; gap: .75rem; }
.tplg-spark { width: 36px; height: 36px; border-radius: 10px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.tplg-spark svg { width: 19px; height: 19px; }
.sf-card.tplg .sf-title { font-weight: 800; font-size: 1.18rem; letter-spacing: -.02em; }
.sf-card.tplg .sf-sub { color: var(--slate); font-size: .85rem; margin-top: .1rem; }
#tplg-body[hidden] { display: none; }

.tplg-chips { display: flex; gap: .6rem; overflow-x: auto; padding: .2rem .1rem .7rem; margin-bottom: .9rem; scrollbar-width: thin; }
.tplg-chip { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: .4rem; min-width: 92px; padding: .7rem .65rem; border: 1px solid var(--border); border-radius: .85rem; background: var(--card); cursor: pointer; transition: transform .13s ease, border-color .13s ease, box-shadow .13s ease, background .13s ease; }
.tplg-chip:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: #c9c2fa; }
.tplg-chip.is-active { border-color: var(--brand); background: var(--brand-soft); box-shadow: 0 0 0 3px rgba(109,94,252,.12); }
.tplg-chip-ic { width: 34px; height: 34px; border-radius: 9px; background: var(--canvas); color: var(--brand-700); display: grid; place-items: center; transition: background .13s ease; }
.tplg-chip.is-active .tplg-chip-ic { background: #fff; color: var(--brand); }
.tplg-chip-ic svg { width: 18px; height: 18px; }
.tplg-chip-text { display: flex; flex-direction: column; align-items: center; gap: 1px; line-height: 1.1; }
.tplg-chip-label { font-weight: 700; font-size: .8rem; color: var(--ink); white-space: nowrap; }
.tplg-chip-sub { font-size: .67rem; color: var(--muted); white-space: nowrap; }

.gallery-toolbar { display: flex; gap: .6rem; flex-wrap: wrap; align-items: center; margin-bottom: 1.1rem; }
.gt-search { flex: 1 1 240px; display: flex; align-items: center; gap: .5rem; border: 1px solid var(--border); border-radius: .7rem; padding: 0 .85rem; background: var(--card); min-width: 200px; transition: border-color .15s, box-shadow .15s; }
.gt-search:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(109,94,252,.15); }
.gt-search svg { width: 16px; height: 16px; color: var(--muted); flex-shrink: 0; }
.gt-search input { flex: 1; border: none; outline: none; background: none; padding: .62rem 0; font-family: var(--font); font-size: .9rem; color: var(--ink); }
.gallery-toolbar .cl-select { max-width: 165px; }

.tpl-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(212px, 1fr)); gap: 1rem; }
.tplg-item { display: block; min-width: 0; margin: 0; padding: 0; border: none; background: none; }
.tplg-item.is-hidden { display: none; }
.tpl-gallery-card { display: flex; flex-direction: column; width: 100%; text-align: left; background: var(--card); border: 1px solid var(--border); border-radius: .9rem; overflow: hidden; cursor: pointer; padding: 0; font: inherit; color: inherit; transition: transform .13s ease, border-color .13s ease, box-shadow .13s ease; }
.tpl-gallery-card:hover { transform: translateY(-3px); border-color: #c9c2fa; box-shadow: var(--shadow-lg); }
.tpl-gallery-card:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }

.tpl-thumb { position: relative; aspect-ratio: 5 / 4; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: .5rem; padding: 1rem 1.1rem; overflow: hidden; color: #fff; }
.tpl-thumb::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 100% 0%, rgba(255,255,255,.22), transparent 60%); pointer-events: none; }
.tpl-thumb-emoji { font-size: 1.7rem; line-height: 1; position: relative; z-index: 1; filter: drop-shadow(0 2px 6px rgba(0,0,0,.25)); }
.tpl-thumb-headline { position: relative; z-index: 1; font-weight: 900; font-size: 1.05rem; line-height: 1.12; letter-spacing: -.01em; text-shadow: 0 1px 12px rgba(0,0,0,.28); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.tpl-thumb-holiday { background: linear-gradient(135deg, #1e3a8a, #3b82f6); }
.tpl-thumb-giveaway { background: linear-gradient(135deg, #ec4899, #8b5cf6); }
.tpl-thumb-faq { background: linear-gradient(135deg, #0f172a, #334155); }
.tpl-thumb-event { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.tpl-thumb-hiring { background: linear-gradient(135deg, #4f46e5, #6d5efc); }
.tpl-thumb-promo { background: linear-gradient(135deg, #6d5efc, #22d3ee); }
.tpl-thumb-testimonial { background: linear-gradient(135deg, #f5efe2, #e6d9c2); color: #3a2f1b; }
.tpl-thumb-testimonial::after { background: radial-gradient(120% 80% at 100% 0%, rgba(255,255,255,.5), transparent 60%); }
.tpl-thumb-testimonial .tpl-thumb-headline { text-shadow: none; }

.tpl-card-body { display: flex; flex-direction: column; gap: .32rem; padding: .8rem .9rem 1rem; }
.tpl-card-plats { display: flex; gap: .35rem; align-items: center; margin-bottom: .1rem; }
.tpl-card-title { font-weight: 700; font-size: .92rem; color: var(--ink); }
.tpl-card-desc { font-size: .78rem; color: var(--slate); line-height: 1.4; }
.tpl-card-tag { align-self: flex-start; margin-top: .25rem; font-size: .67rem; font-weight: 700; padding: .2rem .55rem; border-radius: 999px; background: var(--brand-soft); color: var(--brand-700); }
.tpl-card-tag-holiday { background: #dbeafe; color: #1d4ed8; }
.tpl-card-tag-giveaway { background: #fce7f3; color: #be185d; }
.tpl-card-tag-event, .tpl-card-tag-hiring { background: #ede9fe; color: #6d28d9; }
.tpl-card-tag-faq { background: #eef1f6; color: var(--slate); }
.tpl-card-tag-testimonial { background: var(--amber-soft); color: #b45309; }

.tplg-empty { margin-top: 1rem; }

.tplg-bottom { display: grid; grid-template-columns: 300px 1fr; gap: 1rem; margin-top: 1.4rem; align-items: stretch; }
.tpl-card-blank { display: flex; align-items: center; gap: .8rem; border: 1.5px dashed #c7c2f0; border-radius: .9rem; padding: 1rem 1.1rem; background: linear-gradient(135deg, #faf9ff, #f1efff); cursor: pointer; transition: border-color .13s ease, box-shadow .13s ease; }
.tpl-card-blank:hover { border-color: var(--brand); box-shadow: var(--shadow); }
.tpl-card-blank:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.tpl-blank-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.tpl-blank-ic svg { width: 20px; height: 20px; }
.tpl-blank-copy { flex: 1; min-width: 0; }
.tpl-blank-copy strong { display: block; font-size: .92rem; }
.tpl-blank-copy span { font-size: .77rem; color: var(--slate); }
.tpl-card-blank .cl-btn-primary { flex-shrink: 0; }

.tpl-feature-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; border: 1px solid var(--border); border-radius: .9rem; padding: 1rem 1.1rem; background: var(--canvas); }
.tpl-feature-item { display: flex; gap: .6rem; align-items: flex-start; }
.tpl-feature-ic { width: 34px; height: 34px; border-radius: 10px; background: #fff; border: 1px solid var(--border); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.tpl-feature-ic svg { width: 17px; height: 17px; }
.tpl-feature-item strong { display: block; font-size: .82rem; }
.tpl-feature-item span { font-size: .72rem; color: var(--slate); line-height: 1.35; }

@media (max-width: 900px) {
  .tplg-bottom { grid-template-columns: 1fr; }
  .tpl-feature-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .tpl-feature-row { grid-template-columns: 1fr; }
  .gallery-toolbar .cl-select { max-width: none; flex: 1 1 45%; }
}

/* ═══════════════════════ Clips page ═══════════════════════ */
.clips-head { margin-bottom: 1.25rem; }
.clips-head h1 { margin: 0 0 .4rem; font-size: 1.9rem; letter-spacing: -.025em; }
.clips-lead { color: var(--slate); font-size: 1rem; max-width: 60ch; margin: 0; }
.clips-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 1.5rem; align-items: start; }
.clips-main { min-width: 0; display: flex; flex-direction: column; gap: 1rem; }
.clips-card { padding: 1.5rem; }

/* segmented source tabs — labels keep badge-brand/badge-slate (JS toggles them) */
.clip-tabs { display: flex; gap: .4rem; background: var(--canvas); border: 1px solid var(--border); border-radius: .85rem; padding: .35rem; margin-bottom: 1.25rem; }
.clip-tab { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .65rem 1rem; border-radius: .6rem; font-weight: 600; font-size: .92rem; cursor: pointer; border: 1px solid transparent; transition: background .15s, color .15s, box-shadow .15s; color: var(--slate); }
.clip-tab svg { width: 17px; height: 17px; }
.clip-tab input { position: absolute; opacity: 0; pointer-events: none; }
.clip-tab.badge-slate { background: transparent; color: var(--slate); }
.clip-tab.badge-brand { background: #fff; color: var(--brand-700); border-color: #e4e1fb; box-shadow: 0 2px 8px -4px rgba(15,23,42,.25); }

.clip-panel { margin-bottom: .5rem; }
.clip-drop { display: flex; align-items: center; gap: .9rem; width: 100%; text-align: left; border: 1.5px dashed #c7c2f0; border-radius: .85rem; padding: 1rem 1.1rem; background: linear-gradient(135deg, #faf9ff, #f3f1ff); cursor: pointer; transition: border-color .13s, box-shadow .13s; font: inherit; color: inherit; }
.clip-drop:hover { border-color: var(--brand); box-shadow: var(--shadow); }
.clip-drop-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.clip-drop-ic svg { width: 22px; height: 22px; }
.clip-drop-txt { display: flex; flex-direction: column; min-width: 0; }
.clip-drop-main { font-weight: 700; font-size: .95rem; }
.clip-drop-sub { font-size: .8rem; color: var(--slate); }

.clip-url-field { display: flex; align-items: center; gap: .6rem; border: 1px solid var(--border); border-radius: .7rem; padding: 0 .9rem; background: var(--card); transition: border-color .15s, box-shadow .15s; }
.clip-url-field:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(109,94,252,.15); }
.clip-url-field svg { width: 17px; height: 17px; color: var(--muted); flex-shrink: 0; }
.clip-url-field input { flex: 1; border: none; outline: none; background: none; padding: .7rem 0; font-family: var(--font); font-size: .92rem; color: var(--ink); }

.clip-settings { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.5rem; margin: 1.25rem 0; align-items: start; }
.clip-field { min-width: 0; }
.clip-field .cl-select { width: 100%; max-width: 100%; }
.clip-slider { width: 100%; height: 6px; cursor: pointer; }
.clip-slider-marks { display: flex; justify-content: space-between; font-size: .72rem; color: var(--muted); margin-top: .35rem; font-variant-numeric: tabular-nums; }
.clip-check { display: flex; align-items: flex-start; gap: .6rem; cursor: pointer; align-self: end; padding-top: .2rem; }
.clip-check input { width: 18px; height: 18px; margin-top: .1rem; accent-color: var(--brand); flex-shrink: 0; }
.clip-check-txt { display: flex; flex-direction: column; }
.clip-check-txt strong { font-size: .9rem; }
.clip-check-sub { font-size: .78rem; color: var(--slate); }

/* cost panel — composes on .credit-preview (#price-box) */
.clip-cost { align-items: center; gap: 1rem; flex-wrap: wrap; }
.clip-cost-ic { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.65); color: var(--brand-700); display: grid; place-items: center; flex-shrink: 0; }
.clip-cost-ic svg { width: 20px; height: 20px; }
.clip-cost-body { flex: 1; min-width: 200px; }
.clip-cost-title { font-size: .9rem; font-weight: 800; display: flex; align-items: center; gap: .35rem; }
.clip-cost-info { color: var(--muted); display: inline-grid; place-items: center; cursor: help; }
.clip-cost-info svg { width: 13px; height: 13px; }
.clip-cost-note { font-size: .8rem; color: var(--slate); margin-top: .15rem; line-height: 1.4; }
.clip-cost-chips { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: .55rem; }
.clip-cost-chip { display: inline-flex; align-items: center; gap: .35rem; font-size: .75rem; font-weight: 600; color: var(--brand-700); background: rgba(255,255,255,.7); border: 1px solid #d6d1fc; border-radius: 999px; padding: .25rem .6rem; }
.clip-cost-chip svg { width: 13px; height: 13px; }
#price-amount { font-weight: 800; }
.clip-make { flex-shrink: 0; padding: .7rem 1.3rem; }

/* tip chips */
.clip-tips { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; padding: .2rem .2rem; }
.clip-tips-label { font-size: .82rem; color: var(--slate); margin-right: .2rem; }
.clip-tip-chip { display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; font-weight: 600; color: var(--ink); background: var(--card); border: 1px solid var(--border); border-radius: 999px; padding: .35rem .7rem; box-shadow: var(--shadow); }

/* recent projects */
.clip-recent { padding: 1.25rem 1.4rem; }
.clip-recent-head { margin-bottom: .75rem; }
.clip-recent-head h2 { margin: 0; font-size: 1.1rem; }
.clip-recent-proj { display: inline-flex; align-items: center; gap: .55rem; font-weight: 600; }
.clip-recent-ic { width: 28px; height: 28px; border-radius: 8px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.clip-recent-ic svg { width: 15px; height: 15px; }
.clip-recent .cl-table .badge svg { vertical-align: -1px; }
.clip-recent-foot { text-align: center; margin-top: .9rem; padding-top: .9rem; border-top: 1px solid var(--border); }
.clip-recent-foot a { display: inline-flex; align-items: center; gap: .35rem; font-weight: 700; font-size: .88rem; }
.clip-recent-foot svg { width: 15px; height: 15px; }

/* feature sidebar */
.clips-side { position: sticky; top: 1rem; }
.clip-feature-card { padding: 1.4rem; background: linear-gradient(160deg, #faf9ff, #f3f6ff); border-color: #e7e4fb; }
.clip-feature-art { background: rgba(255,255,255,.6); border: 1px solid #ece9fb; border-radius: .9rem; padding: .6rem; margin-bottom: 1rem; }
.clip-feature-art svg { width: 100%; height: auto; display: block; }
.clip-feature-title { display: block; font-size: 1.1rem; letter-spacing: -.01em; }
.clip-feature-lead { color: var(--slate); font-size: .85rem; margin: .35rem 0 1.1rem; line-height: 1.45; }
.clip-feature-item { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: 1rem; }
.clip-feature-item:last-child { margin-bottom: 0; }
.clip-feature-ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.clip-feature-ic svg { width: 17px; height: 17px; }
.clip-feature-item strong { display: block; font-size: .85rem; }
.clip-feature-item > div span { font-size: .76rem; color: var(--slate); line-height: 1.4; }

@media (max-width: 900px) {
  .clips-layout { grid-template-columns: 1fr; }
  .clips-side { position: static; }
}
@media (max-width: 560px) {
  .clip-settings { grid-template-columns: 1fr; }
  .clip-cost { gap: .75rem; }
  .clip-make { width: 100%; justify-content: center; }
}
.clip-tab { position: relative; }

/* ═══════════════════════ Landing page — light hp-* theme ═══════════════════════ */
.hp-hero { background: radial-gradient(120% 120% at 82% -10%, #efedfe 0%, #f6f7fb 46%, #ffffff 100%); padding: 2.6rem 1.5rem 3.6rem; border-bottom: 1px solid var(--border); }
.hp-hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: 2.6rem; align-items: center; }
.hp-hero-copy { min-width: 0; }
.hp-eyebrow { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; font-size: .8rem; color: var(--brand-700); background: var(--brand-soft); border: 1px solid #e0dcfb; padding: .35rem .75rem; border-radius: 999px; margin-bottom: 1.1rem; }
.hp-eyebrow svg { width: 15px; height: 15px; }
.hp-hero-copy h1 { font-size: 3.4rem; line-height: 1.04; letter-spacing: -.035em; margin: 0 0 1rem; color: var(--ink); font-weight: 900; }
.hp-grad { background: linear-gradient(120deg, var(--brand), var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hp-hero-sub { font-size: 1.08rem; color: var(--slate); max-width: 31rem; margin: 0 0 1.6rem; line-height: 1.55; }
.hp-hero-actions { display: flex; gap: .85rem; flex-wrap: wrap; align-items: center; margin-bottom: 1.7rem; }
.hp-hero-actions .cl-btn-primary { padding: .8rem 1.5rem; font-size: 1rem; }
.hp-secondary { display: inline-flex; align-items: center; gap: .55rem; font-weight: 700; color: var(--ink); font-size: .95rem; }
.hp-secondary:hover { color: var(--brand-700); }
.hp-play { width: 34px; height: 34px; border-radius: 999px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); display: grid; place-items: center; color: var(--brand); }
.hp-play svg { width: 15px; height: 15px; margin-left: 1px; }
.hp-trust-chips { display: flex; flex-wrap: wrap; gap: .5rem .95rem; }
.hp-trust-chips span { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 600; color: var(--slate); }
.hp-trust-chips svg { width: 15px; height: 15px; color: var(--emerald); }

.hp-hero-shot { background: #fff; border: 1px solid var(--border); border-radius: 1.1rem; box-shadow: 0 32px 70px -34px rgba(76,59,219,.42); overflow: hidden; }
.hp-shot-bar { display: flex; align-items: center; gap: .45rem; padding: .7rem .95rem; border-bottom: 1px solid var(--border); background: var(--canvas); }
.hp-shot-dot { width: 9px; height: 9px; border-radius: 50%; background: #cbd2de; }
.hp-shot-dot:nth-child(1) { background: #f87171; }
.hp-shot-dot:nth-child(2) { background: #fbbf24; }
.hp-shot-dot:nth-child(3) { background: #34d399; }
.hp-shot-chrome { margin-left: auto; display: inline-flex; align-items: center; gap: .35rem; font-size: .72rem; font-weight: 700; color: var(--slate); }
.hp-shot-body { padding: 1.1rem 1.2rem 1.2rem; }
.hp-shot-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: .9rem; }
.hp-shot-head strong { font-size: 1.05rem; }
.hp-shot-new { display: inline-flex; align-items: center; gap: .3rem; font-size: .72rem; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-600)); padding: .32rem .65rem; border-radius: .5rem; }
.hp-shot-new svg { width: 12px; height: 12px; }
.hp-shot-q { font-size: .82rem; color: var(--slate); margin-bottom: .75rem; font-weight: 600; }
.hp-shot-formats { display: grid; grid-template-columns: repeat(5, 1fr); gap: .55rem; margin-bottom: 1.1rem; }
.hp-shot-fmt { display: flex; flex-direction: column; align-items: center; gap: .35rem; min-width: 0; }
.hp-shot-fmt-img { width: 100%; aspect-ratio: 1; border-radius: .6rem; overflow: hidden; border: 1px solid var(--border); background: var(--canvas); }
.hp-shot-fmt-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hp-shot-fmt small { font-size: .6rem; color: var(--slate); font-weight: 600; text-align: center; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.hp-shot-recent-label { display: flex; align-items: center; justify-content: space-between; font-size: .78rem; font-weight: 700; margin-bottom: .5rem; }
.hp-shot-recent-label span { font-size: .68rem; color: var(--brand-700); font-weight: 600; }
.hp-shot-recent { display: grid; grid-template-columns: repeat(6, 1fr); gap: .4rem; }
.hp-shot-thumb { aspect-ratio: 1; border-radius: .45rem; overflow: hidden; background: var(--canvas); border: 1px solid var(--border); }
.hp-shot-thumb img, .hp-shot-thumb video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* indigo overrides for the reused mk2-* sections — scoped to landing (.hp-body) only */
.hp-body .mk2-card-icon { background: var(--brand-soft); color: var(--brand-700); }
.hp-body .mk2-card-icon svg { color: var(--brand-700); }
.hp-body .mk2-value-grid svg { color: var(--brand); }
.hp-flow article { position: relative; }
.hp-flow article > span { background: linear-gradient(135deg, var(--brand), var(--brand-600)); color: #fff; }
.hp-step-badge { display: inline-block; margin-top: .7rem; font-size: .68rem; font-weight: 700; color: var(--brand-700); background: var(--brand-soft); border: 1px solid #e0dcfb; padding: .22rem .55rem; border-radius: 999px; }
.hp-body .mk2-final-cta { background: linear-gradient(135deg, var(--brand-700), var(--brand)); }
.hp-body .mk2-final-cta .mk2-kicker { color: #c7d2fe; }
.hp-body .mk2-final-cta a.cl-btn-primary { background: #fff !important; color: var(--brand-700) !important; }

@media (max-width: 900px) {
  .hp-hero-inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .hp-hero-copy h1 { font-size: 2.7rem; }
  .hp-hero-shot { max-width: 540px; }
}
@media (max-width: 560px) {
  .hp-hero-copy h1 { font-size: 2.15rem; }
  .hp-hero-sub { font-size: 1rem; }
  .hp-shot-fmt small { font-size: .5rem; }
}

/* ═══════════════════════ Dashboard ═══════════════════════ */
.db-head { margin-bottom: 1.25rem; }
.db-head h1 { margin: 0; font-size: 1.85rem; letter-spacing: -.025em; }
.db-wave { display: inline-block; }
.db-head p { margin: .25rem 0 0; color: var(--slate); }
.db-grid { align-items: start; }
.db-main { min-width: 0; display: flex; flex-direction: column; gap: 1.25rem; }
.db-aside { display: flex; flex-direction: column; gap: 1.25rem; }
.ws-atile-rose { background: var(--rose-soft); color: #be123c; }

/* Get launched stepper */
.db-launch-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.db-launch-intro { display: flex; align-items: center; gap: .8rem; }
.db-launch-rocket { width: 42px; height: 42px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.db-launch-rocket svg { width: 22px; height: 22px; }
.db-launch-intro h2 { margin: 0; font-size: 1.2rem; }
.db-launch-intro p { margin: .15rem 0 0; font-size: .85rem; color: var(--slate); }
.db-launch-prog { display: flex; align-items: center; gap: .7rem; min-width: 220px; flex: 1; max-width: 320px; }
.db-launch-bar { margin: 0; flex: 1; max-width: none; background: #eef1f6; }
.db-stepper { display: flex; align-items: flex-start; justify-content: space-between; gap: 0; }
.db-step { position: relative; flex: 1; display: flex; flex-direction: column; align-items: center; gap: .45rem; text-align: center; }
.db-step::before { content: ""; position: absolute; top: 21px; left: -50%; width: 100%; height: 2px; background: var(--border); z-index: 0; }
.db-step:first-child::before { display: none; }
.db-step.is-done::before { background: var(--emerald); }
.db-step-circle { position: relative; z-index: 1; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: #eef1f6; color: var(--muted); border: 2px solid var(--border); }
.db-step-circle svg { width: 20px; height: 20px; }
.db-step.is-done .db-step-circle { background: var(--emerald-soft); color: #047857; border-color: #6ee7b7; }
.db-step.is-active .db-step-circle { background: var(--brand); color: #fff; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(109,94,252,.16); }
.db-step-label { font-size: .8rem; font-weight: 600; color: var(--slate); line-height: 1.25; max-width: 8.5rem; }
.db-step.is-done .db-step-label, .db-step.is-active .db-step-label { color: var(--ink); }
.db-step-state { font-size: .72rem; font-weight: 600; color: var(--muted); }
.db-step.is-done .db-step-state { color: #047857; }
.db-step.is-active .db-step-state { color: var(--brand-700); }

/* Scan + latest scan */
.db-scan-head { display: flex; align-items: center; gap: .6rem; margin-bottom: .6rem; }
.db-scan-head strong { font-size: 1.05rem; }
.db-scan p { font-size: .88rem; margin: 0 0 1rem; }
.db-scan-form { display: flex; gap: .6rem; flex-wrap: wrap; }
.db-scan-form .cl-input { flex: 1; min-width: 160px; }
.db-scan-foot { display: flex; align-items: center; gap: .4rem; margin-top: .9rem; font-size: .78rem; color: var(--muted); }
.db-scan-foot svg { width: 14px; height: 14px; color: var(--brand); }
.db-latest-head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-bottom: 1rem; }
.db-latest-head strong { font-size: 1.05rem; }
.db-latest-body { display: flex; align-items: center; gap: 1.1rem; }
.db-latest-ring { width: 96px; flex-shrink: 0; }
.db-latest-ring svg { width: 96px; height: 96px; }
.db-latest-label { font-size: .8rem; color: var(--slate); font-weight: 600; }
.db-latest-score { font-size: 2.2rem; font-weight: 800; line-height: 1.05; letter-spacing: -.02em; }
.db-latest-score span { font-size: .95rem; color: var(--muted); font-weight: 600; }
.db-latest-tag { display: flex; align-items: center; gap: .4rem; font-size: .9rem; font-weight: 700; margin-top: .2rem; }
.db-latest-tag .dot { width: 8px; height: 8px; border-radius: 50%; }
.db-latest-foot { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--border); flex-wrap: wrap; }

/* stat cards */
.grid.db-grid-5 { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: .9rem; }
.db-stats-strip { margin-bottom: 1.25rem; }
.db-bottom-strip { margin-top: 1.25rem; }
.db-stat { padding: 1.1rem 1.15rem; }
.db-stat-top { display: flex; align-items: center; gap: .55rem; margin-bottom: .65rem; }
.db-stat-top .stat-label { margin: 0; }
.db-stat-top .ws-atile { width: 34px; height: 34px; border-radius: 10px; }
.db-stat-top .ws-atile svg { width: 17px; height: 17px; }
.db-stat .stat-value { font-size: 1.7rem; }
.db-stat-delta { display: flex; align-items: center; gap: .4rem; flex-wrap: wrap; margin-top: .3rem; }
.db-delta { display: inline-flex; align-items: center; gap: .2rem; font-size: .78rem; font-weight: 700; }
.db-delta svg { width: 13px; height: 13px; }
.db-delta-up { color: #047857; }
.db-delta-down { color: #be123c; }
.db-delta-cap { font-size: .72rem; color: var(--muted); }

/* card heads (recent / activity / previous / view-all) */
.db-card-head { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-bottom: .9rem; }
.db-card-head h2 { margin: 0; font-size: 1.1rem; }
.db-card-link { font-size: .82rem; font-weight: 600; }

/* activity feed */
.db-feed li { align-items: flex-start; }
.db-feed-time { margin-left: auto; font-size: .72rem; font-weight: 600; color: var(--muted); white-space: nowrap; padding-left: .5rem; }

/* previous scans */
.db-prev-row { display: flex; align-items: center; gap: .7rem; padding: .6rem .2rem; border-bottom: 1px solid var(--border); text-decoration: none; color: var(--ink); }
.db-prev-row:last-of-type { border-bottom: 0; }
.db-prev-row:hover { background: var(--canvas); border-radius: .5rem; }
.db-score-dot { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: .92rem; flex-shrink: 0; }
.db-score-dot.is-good { background: var(--emerald-soft); color: #047857; }
.db-score-dot.is-mid { background: var(--amber-soft); color: #b45309; }
.db-score-dot.is-low { background: var(--rose-soft); color: #be123c; }
.db-prev-meta { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.db-prev-meta strong { font-size: .85rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.db-prev-meta span { font-size: .73rem; color: var(--slate); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.db-prev-row > svg { width: 16px; height: 16px; color: var(--muted); flex-shrink: 0; }

/* what's next */
.db-next-art { height: 96px; border-radius: .9rem; background: linear-gradient(135deg, var(--brand-soft), #e8f0ff); display: grid; place-items: center; margin-bottom: 1rem; }
.db-next-art svg { width: 40px; height: 40px; color: var(--brand); }
.db-next h2 { margin: 0 0 .9rem; font-size: 1.1rem; }
.db-next-list { gap: .3rem; }
.db-next-list li { padding: .5rem .2rem; }
.db-next-list li a { flex: 1; }
.db-next-state { font-size: .72rem; font-weight: 700; color: var(--muted); margin-left: auto; }
.db-next-list li.done .db-next-state { color: #047857; }
.db-next-list li.db-active .db-next-state { color: var(--brand-700); }
.db-next-list li.db-active .ws-check-ic { background: var(--brand-soft); color: var(--brand); }
.db-next-btn { width: 100%; justify-content: center; margin-top: 1rem; }

/* ── Dashboard UI upgrade: roomy KPI cards, delta pills, motion ── */
.db-stat {
  display: flex; flex-direction: column; gap: .5rem; min-height: 130px; min-width: 0;
  padding: 1.15rem 1.2rem;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  animation: fadeUp .5s ease both;
}
.db-stat:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -26px rgba(76,59,219,.5); border-color: rgba(170,160,250,.7); }
.db-stat-top { align-items: center; gap: .55rem; margin-bottom: 0; min-width: 0; }
.db-stat-top .stat-label { font-size: .66rem; line-height: 1.2; letter-spacing: .045em; overflow-wrap: anywhere; }
.db-stat .stat-value { font-size: 1.8rem; line-height: 1; margin-top: auto; }
.db-stat-delta { margin-top: .15rem; }
.db-delta { padding: .15rem .5rem; border-radius: 999px; }
.db-delta-up { background: var(--emerald-soft); color: #047857; }
.db-delta-down { background: var(--rose-soft); color: #be123c; }
.db-delta-cap { font-size: .7rem; }
.db-stats-strip .db-stat:nth-child(1) { animation-delay: .04s; }
.db-stats-strip .db-stat:nth-child(2) { animation-delay: .10s; }
.db-stats-strip .db-stat:nth-child(3) { animation-delay: .16s; }
.db-stats-strip .db-stat:nth-child(4) { animation-delay: .22s; }
.db-stats-strip .db-stat:nth-child(5) { animation-delay: .28s; }
/* gentle lift on the main content cards */
.db-launch, .db-scan, .db-latest, .db-recent, .db-activity { transition: box-shadow .2s ease, transform .2s ease; }
.db-launch:hover, .db-scan:hover, .db-latest:hover, .db-recent:hover, .db-activity:hover { box-shadow: 0 20px 46px -32px rgba(15,23,42,.4); }
@media (prefers-reduced-motion: reduce) {
  .db-stat { animation: none; transition: none; }
  .db-launch, .db-scan, .db-latest, .db-recent, .db-activity { transition: none; }
}

@media (max-width: 1080px) {
  .db-scan-row, .db-bottom-row { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .db-stepper { flex-direction: column; align-items: stretch; gap: .5rem; }
  .db-step { flex-direction: row; gap: .7rem; text-align: left; }
  .db-step::before { display: none; }
  .db-step-label { max-width: none; }
  .db-step-state { margin-left: auto; }
}

/* ═══════════════════════ Landing v2 (lp-*) ═══════════════════════ */
.lp-nav .mk2-nav-links a { font-weight: 600; }
.lp-hero { padding-bottom: 2.5rem; }
.lp-hero-trust { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; }
.lp-hero-trust span { display: inline-flex; align-items: center; gap: .35rem; font-size: .82rem; font-weight: 600; color: var(--slate); }
.lp-hero-trust svg { width: 15px; height: 15px; color: var(--emerald); }

/* hero dashboard mockup */
.lp-dash { display: grid; grid-template-columns: 116px 1fr; background: #fff; border: 1px solid var(--border); border-radius: 1.1rem; box-shadow: 0 34px 74px -34px rgba(76,59,219,.42); overflow: hidden; min-height: 380px; }
.lp-dash-side { background: var(--canvas); border-right: 1px solid var(--border); padding: .8rem .6rem; display: flex; flex-direction: column; gap: .15rem; }
.lp-dash-brand { display: flex; align-items: center; gap: .3rem; font-size: .62rem; font-weight: 800; margin-bottom: .5rem; }
.lp-dash-nav { display: flex; align-items: center; gap: .4rem; font-size: .64rem; font-weight: 600; color: var(--slate); padding: .3rem .4rem; border-radius: .4rem; }
.lp-dash-nav svg { width: 12px; height: 12px; }
.lp-dash-nav.is-active { background: var(--brand-soft); color: var(--brand-700); }
.lp-dash-eyebrow { font-size: .54rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: .5rem .4rem .15rem; }
.lp-dash-body { padding: .9rem; display: flex; flex-direction: column; gap: .7rem; background: #f9fafe; }
.lp-dash-card { background: #fff; border: 1px solid var(--border); border-radius: .8rem; padding: .8rem .9rem; }
.lp-dash-score { display: flex; align-items: center; gap: .7rem; }
.lp-dash-ring { width: 60px; height: 60px; flex-shrink: 0; }
.lp-dash-score-label { font-size: .58rem; color: var(--muted); font-weight: 600; }
.lp-dash-score-num { font-size: 1.5rem; font-weight: 800; line-height: 1; color: var(--brand-700); }
.lp-dash-score-num span { font-size: .7rem; color: var(--muted); }
.lp-dash-score-tag { font-size: .62rem; font-weight: 700; color: #047857; }
.lp-dash-spark { width: 70px; height: 34px; margin-left: auto; }
.lp-dash-card-title { font-size: .68rem; font-weight: 700; margin-bottom: .55rem; }
.lp-dash-stepper { display: flex; justify-content: space-between; gap: .2rem; }
.lp-dash-step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: .25rem; text-align: center; }
.lp-dash-step-dot { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: #eef1f6; color: var(--muted); }
.lp-dash-step-dot svg { width: 11px; height: 11px; }
.lp-dash-step.is-done .lp-dash-step-dot { background: var(--emerald-soft); color: #047857; }
.lp-dash-step.is-active .lp-dash-step-dot { background: var(--brand); color: #fff; }
.lp-dash-step-l { font-size: .47rem; color: var(--slate); line-height: 1.1; }
.lp-dash-step-s { font-size: .44rem; font-weight: 700; color: var(--muted); }
.lp-dash-step.is-done .lp-dash-step-s { color: #047857; }
.lp-dash-step.is-active .lp-dash-step-s { color: var(--brand-700); }
.lp-dash-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: .35rem; }
.lp-dash-thumb { display: flex; flex-direction: column; align-items: center; gap: .2rem; }
.lp-dash-thumb-img { width: 100%; aspect-ratio: 1; border-radius: .4rem; overflow: hidden; background: var(--canvas); border: 1px solid var(--border); }
.lp-dash-thumb-img img, .lp-dash-thumb-img video { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-dash-thumb small { font-size: .44rem; color: var(--muted); font-weight: 600; }

/* main + section scaffolding */
.lp-main { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem 3rem; }
.lp-section { padding: 3rem 0; }
.lp-head { text-align: center; max-width: 640px; margin: 0 auto 2.2rem; }
.lp-kicker { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--brand); margin-bottom: .6rem; }
.lp-kicker-light { color: #a5b4fc; }
.lp-head h2 { font-size: 2.1rem; letter-spacing: -.03em; margin: 0 0 .6rem; color: var(--ink); }
.lp-head p { color: var(--slate); margin: 0; }

/* trusted-by */
.lp-trusted { text-align: center; padding: 2rem 1.5rem; max-width: 980px; margin: 0 auto; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); }
.lp-trusted p { font-size: .85rem; color: var(--slate); margin: 0 0 1.1rem; font-weight: 600; }
.lp-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.4rem 2.4rem; align-items: center; }
.lp-logo { display: inline-flex; align-items: center; gap: .4rem; font-weight: 800; font-size: 1rem; letter-spacing: -.01em; color: #94a3b8; }
.lp-logo svg { width: 18px; height: 18px; }

/* benefits */
.lp-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.lp-benefit { text-align: center; padding: 1.6rem 1.3rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); transition: transform .13s, box-shadow .13s; }
.lp-benefit:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.lp-benefit-ic { width: 56px; height: 56px; border-radius: 16px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; margin: 0 auto 1rem; }
.lp-benefit-ic svg { width: 26px; height: 26px; }
.lp-benefit h3 { font-size: 1rem; margin: 0 0 .4rem; }
.lp-benefit p { font-size: .85rem; color: var(--slate); margin: 0; line-height: 1.5; }

/* features */
.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.lp-feature { padding: 1.6rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); transition: transform .13s, box-shadow .13s, border-color .13s; }
.lp-feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #c9c2fa; }
.lp-feature-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1.1rem; }
.lp-feature-ic svg { width: 24px; height: 24px; }
.lp-feature h3 { font-size: 1.08rem; margin: 0 0 .45rem; }
.lp-feature p { font-size: .87rem; color: var(--slate); margin: 0 0 1rem; line-height: 1.5; }
.lp-feature-cta { display: inline-flex; align-items: center; gap: .35rem; font-weight: 700; font-size: .85rem; color: var(--brand-700); }
.lp-feature-cta svg { width: 15px; height: 15px; transition: transform .13s; }
.lp-feature:hover .lp-feature-cta svg { transform: translateX(3px); }

/* industries */
.lp-industries { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.lp-industry { display: flex; flex-direction: column; gap: .3rem; padding: 1.3rem 1.1rem; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(160deg, #fff, #f7f6ff); text-decoration: none; color: var(--ink); box-shadow: var(--shadow); transition: transform .13s, box-shadow .13s; }
.lp-industry:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); text-decoration: none; }
.lp-industry-emoji { font-size: 1.7rem; line-height: 1; margin-bottom: .35rem; }
.lp-industry strong { font-size: .92rem; }
.lp-industry-sub { font-size: .76rem; color: var(--slate); line-height: 1.4; }

/* testimonial + stats (dark band) */
.lp-testimonial { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; align-items: center; background: linear-gradient(135deg, #1b1640, #2a2160); border-radius: 1.4rem; padding: 2.6rem; color: #fff; margin: 1.5rem 0; }
.lp-testi-quote h2 { color: #fff; font-size: 1.7rem; letter-spacing: -.02em; margin: 0 0 1rem; }
.lp-testi-text { font-size: 1.02rem; line-height: 1.6; color: #d6d9f2; margin: 0 0 1.4rem; }
.lp-testi-author { display: flex; align-items: center; gap: .7rem; }
.lp-testi-av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--cyan)); display: grid; place-items: center; font-weight: 800; flex-shrink: 0; }
.lp-testi-author strong { display: block; font-size: .92rem; }
.lp-testi-author span { font-size: .78rem; color: #a7abd6; }
.lp-testi-stars { margin-left: auto; color: #fbbf24; letter-spacing: 1px; }
.lp-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1rem; }
.lp-stat { text-align: center; }
.lp-stat svg { width: 22px; height: 22px; color: #a5b4fc; margin-bottom: .4rem; }
.lp-stat strong { display: block; font-size: 1.9rem; font-weight: 800; letter-spacing: -.02em; }
.lp-stat span { font-size: .76rem; color: #a7abd6; }

/* CTA band */
.lp-cta { display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem; align-items: center; background: linear-gradient(120deg, var(--brand-700), var(--brand) 55%, var(--cyan)); border-radius: 1.4rem; padding: 2rem 2.4rem; color: #fff; margin: 1.5rem 0; }
.lp-cta-art { width: 56px; height: 56px; border-radius: 16px; background: rgba(255,255,255,.16); display: grid; place-items: center; }
.lp-cta-art svg { width: 28px; height: 28px; }
.lp-cta-copy h2 { color: #fff; font-size: 1.5rem; letter-spacing: -.02em; margin: 0 0 .35rem; }
.lp-cta-copy p { margin: 0 0 .7rem; color: rgba(255,255,255,.9); font-size: .92rem; }
.lp-cta-trust { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; }
.lp-cta-trust span { display: inline-flex; align-items: center; gap: .3rem; font-size: .78rem; font-weight: 600; color: rgba(255,255,255,.92); }
.lp-cta-trust svg { width: 13px; height: 13px; }
.lp-cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: .6rem; text-align: center; }
.lp-cta-btn { background: #fff !important; color: var(--brand-700) !important; white-space: nowrap; padding: .8rem 1.5rem; }
.lp-cta-link { color: #fff; font-weight: 700; font-size: .85rem; display: inline-flex; align-items: center; justify-content: center; gap: .35rem; }
.lp-cta-link svg { width: 15px; height: 15px; }

/* trust badges */
.lp-trust-badges { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.5rem 0 .5rem; }
.lp-trust-tag { font-size: .85rem; font-weight: 700; color: var(--ink); }
.lp-badges { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.lp-badge { display: inline-flex; align-items: center; gap: .4rem; font-size: .82rem; font-weight: 600; color: var(--slate); }
.lp-badge svg { width: 16px; height: 16px; color: var(--brand); }

@media (max-width: 1024px) {
  .hp-hero-inner { grid-template-columns: 1fr; }
  .lp-dash { display: none; }
  .lp-features, .lp-benefits { grid-template-columns: repeat(2, 1fr); }
  .lp-industries { grid-template-columns: repeat(3, 1fr); }
  .lp-testimonial, .lp-cta { grid-template-columns: 1fr; }
  .lp-cta-actions { flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .lp-head h2 { font-size: 1.6rem; }
  .lp-benefits, .lp-features, .lp-industries { grid-template-columns: 1fr; }
  .lp-testimonial, .lp-cta { padding: 1.6rem; }
  .lp-trust-badges { justify-content: center; text-align: center; }
}

/* ═══════════════════════ Website-scan recent list + report modal ═══════════════════════ */
.ws-recent-card { margin-top: 1rem; }
.ws-recent-head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; flex-wrap: wrap; margin-bottom: .6rem; }
.ws-recent-head h3 { margin: 0; font-size: 1.02rem; display: flex; align-items: center; gap: .45rem; }
.ws-recent-head h3 svg { width: 17px; height: 17px; color: var(--brand); }
.ws-recent-list { display: flex; flex-direction: column; }
.ws-recent-row { cursor: pointer; }

.ws-report-modal { max-width: 940px; width: 100%; max-height: 88vh; overflow: auto; position: relative; padding: 1.25rem; }
.ws-report-modal .ws-modal-close { position: absolute; top: .9rem; right: .9rem; z-index: 2; padding: .35rem .5rem; }
.ws-report-modal .ws-report { max-width: none; }
.ws-report-modal .ws-rep-head { grid-template-columns: 1fr; }
.ws-report-modal .ws-rep-head-main h1 { font-size: 1.5rem; padding-right: 2rem; }
.ws-report-modal .ws-cat-grid { grid-template-columns: repeat(2, 1fr); }
.ws-report-modal .ws-concepts { grid-template-columns: 1fr; }

/* ═══════════════════════ Website Launch Plan ═══════════════════════ */
.lpln-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 1.5rem; align-items: start; }
.lpln-main { min-width: 0; display: flex; flex-direction: column; gap: 1.25rem; }
.lpln-aside { display: flex; flex-direction: column; gap: 1.25rem; position: sticky; top: 1rem; }

.lpln-head { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1.25rem; align-items: center; }
.lpln-head-copy h1 { margin: 0 0 .5rem; font-size: 2rem; letter-spacing: -.03em; }
.lpln-head-copy p { margin: 0; color: var(--slate); max-width: 56ch; line-height: 1.55; }
.lpln-score { display: flex; align-items: center; gap: 1rem; min-width: 300px; }
.lpln-score-label { display: flex; align-items: center; gap: .35rem; font-size: .78rem; font-weight: 600; color: var(--slate); }
.lpln-score-label svg { width: 14px; height: 14px; color: var(--muted); }
.lpln-score-num { font-size: 2.6rem; font-weight: 800; line-height: 1; letter-spacing: -.03em; margin: .25rem 0; }
.lpln-score-num span { font-size: 1rem; color: var(--muted); font-weight: 600; }
.lpln-score-tag { display: flex; align-items: center; gap: .4rem; font-size: .85rem; font-weight: 700; color: #047857; }
.lpln-score-tag .dot { width: 8px; height: 8px; border-radius: 50%; }
.lpln-score-ring { width: 90px; flex-shrink: 0; margin-left: auto; }
.lpln-score-ring svg { width: 90px; height: 90px; }

.lpln-card-h { margin: 0 0 1rem; font-size: 1.1rem; letter-spacing: -.01em; }
.lpln-steps-card { padding: 1.4rem 1.5rem; }
.lpln-stepper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.lpln-step { display: flex; gap: .7rem; align-items: flex-start; position: relative; }
.lpln-step:not(:last-child)::after { content: "⋯"; position: absolute; right: -.6rem; top: 8px; color: var(--muted); letter-spacing: 2px; }
.lpln-step-ic { position: relative; width: 44px; height: 44px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.lpln-step-ic svg { width: 20px; height: 20px; }
.lpln-step-n { position: absolute; top: -4px; right: -4px; width: 18px; height: 18px; border-radius: 50%; background: var(--brand); color: #fff; font-size: .66rem; font-weight: 800; display: grid; place-items: center; border: 2px solid #fff; }
.lpln-step-txt strong { font-size: .9rem; display: block; }
.lpln-step-txt p { margin: .15rem 0 0; font-size: .76rem; color: var(--slate); line-height: 1.4; }

.lpln-section-title { font-size: 1.3rem; letter-spacing: -.02em; margin: .5rem 0 0; }
.lpln-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.lpln-card { display: flex; flex-direction: column; padding: 1rem; position: relative; transition: transform .13s, box-shadow .13s, border-color .13s; }
.lpln-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #c9c2fa; }
.lpln-badge { position: absolute; top: .85rem; left: .85rem; z-index: 1; font-size: .66rem; font-weight: 700; padding: .2rem .55rem; border-radius: 999px; }
.lpln-badge-recommended, .lpln-badge-completed { background: var(--emerald-soft); color: #047857; }
.lpln-badge-progress { background: var(--brand-soft); color: var(--brand-700); }
.lpln-badge-new { background: #e0f2fe; color: #0369a1; }
.lpln-badge-premium { background: var(--amber-soft); color: #b45309; }
.lpln-badge-history { background: #eef1f6; color: var(--slate); }
.lpln-card-preview { height: 88px; border-radius: .7rem; display: grid; place-items: center; margin-bottom: .8rem; background: linear-gradient(135deg, #f5f4ff, #eef2ff); color: var(--brand); border: 1px solid var(--border); }
.lpln-card-preview svg { width: 30px; height: 30px; opacity: .7; }
.lpln-pv-completed, .lpln-pv-recommended { background: linear-gradient(135deg, #ecfdf5, #f0fdfa); color: #059669; }
.lpln-pv-premium { background: linear-gradient(135deg, #fffbeb, #fff7ed); color: #d97706; }
.lpln-pv-history { background: linear-gradient(135deg, #f8fafc, #eef1f6); color: var(--slate); }
.lpln-card-no { font-weight: 700; font-size: .95rem; line-height: 1.25; }
.lpln-card-desc { font-size: .8rem; color: var(--slate); line-height: 1.45; margin: .35rem 0 .9rem; flex: 1; }
.lpln-card-btn { display: inline-flex; align-items: center; gap: .35rem; align-self: flex-start; font-weight: 700; font-size: .82rem; color: var(--brand-700); background: none; border: none; padding: 0; cursor: pointer; font-family: var(--font); }
.lpln-card-btn:hover { color: var(--brand); text-decoration: none; }
.lpln-card-btn svg { width: 15px; height: 15px; transition: transform .13s; }
.lpln-card:hover .lpln-card-btn svg { transform: translateX(3px); }

.lpln-features { padding: 1.4rem 1.5rem; background: linear-gradient(135deg, #faf9ff, #f3f6ff); border-color: #e7e4fb; }
.lpln-features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.lpln-feature { display: flex; gap: .6rem; align-items: flex-start; }
.lpln-feature-ic { width: 38px; height: 38px; border-radius: 11px; background: #fff; border: 1px solid var(--border); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.lpln-feature-ic svg { width: 18px; height: 18px; }
.lpln-feature strong { font-size: .85rem; display: block; }
.lpln-feature p { margin: .15rem 0 0; font-size: .75rem; color: var(--slate); line-height: 1.4; }

/* aside */
.lpln-qa .lpln-qa-btn { width: 100%; justify-content: flex-start; margin-bottom: .55rem; }
.lpln-qa .lpln-qa-btn:last-child { margin-bottom: 0; }
.lpln-recent-head { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-bottom: .9rem; }
.lpln-recent-head .lpln-card-h { margin: 0; }
.lpln-scan-row { display: flex; align-items: center; gap: .7rem; padding: .55rem .2rem; text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--border); }
.lpln-scan-row:last-child { border-bottom: 0; }
.lpln-scan-row:hover { background: var(--canvas); border-radius: .5rem; text-decoration: none; }
.lpln-mini-ring { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: .82rem; flex-shrink: 0; border: 2.5px solid; background: #fff; }
.lpln-mini-ring.is-good { border-color: var(--emerald); color: #047857; }
.lpln-mini-ring.is-mid { border-color: var(--amber); color: #b45309; }
.lpln-mini-ring.is-low { border-color: var(--rose); color: #be123c; }
.lpln-scan-meta { display: flex; flex-direction: column; min-width: 0; }
.lpln-scan-meta strong { font-size: .85rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lpln-scan-meta span { font-size: .73rem; color: var(--muted); }

.lpln-help { background: linear-gradient(150deg, #f4f1ff, #eef2ff); border-color: #e0dcfb; }
.lpln-help-ic { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--brand), var(--brand-700)); color: #fff; display: grid; place-items: center; margin-bottom: .7rem; }
.lpln-help-ic svg { width: 20px; height: 20px; }
.lpln-help strong { font-size: 1rem; }
.lpln-help p { margin: .3rem 0 1rem; font-size: .82rem; color: var(--slate); line-height: 1.5; }
.lpln-help-btn { width: 100%; justify-content: center; }
.lpln-secure { display: flex; align-items: center; gap: .7rem; }
.lpln-secure-ic { width: 38px; height: 38px; border-radius: 11px; background: var(--emerald-soft); color: #047857; display: grid; place-items: center; flex-shrink: 0; }
.lpln-secure-ic svg { width: 19px; height: 19px; }
.lpln-secure strong { font-size: .88rem; }
.lpln-secure p { margin: .15rem 0 0; font-size: .75rem; color: var(--slate); line-height: 1.4; }

.lpln-scan-dialog { max-width: 520px; position: relative; }
.lpln-scan-close { position: absolute; top: .9rem; right: .9rem; padding: .35rem .5rem; }

@media (max-width: 1080px) {
  .lpln-grid { grid-template-columns: 1fr; }
  .lpln-aside { position: static; }
  .lpln-cards { grid-template-columns: repeat(2, 1fr); }
  .lpln-features-grid, .lpln-stepper { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .lpln-head { grid-template-columns: 1fr; }
  .lpln-score { min-width: 0; }
  .lpln-cards { grid-template-columns: 1fr; }
  .lpln-features-grid, .lpln-stepper { grid-template-columns: 1fr; }
  .lpln-step:not(:last-child)::after { display: none; }
  .lpln-head-copy h1 { font-size: 1.6rem; }
}
.lpln-score-text { display: flex; flex-direction: column; min-width: 0; }
.lpln-recent-card .lpln-card-h { font-size: 1.05rem; }
.lpln-mini-ring.is-okay { border-color: var(--brand); color: var(--brand-700); }

/* ═══════════════════════ Clips: recent-project samples + all-clips modal ═══════════════════════ */
.clip-recent-thumbs { display: inline-flex; gap: 4px; align-items: center; }
.clip-thumb { width: 26px; aspect-ratio: 9 / 16; border-radius: 5px; overflow: hidden; background: #0a0f1f; border: 1px solid var(--border); flex: 0 0 auto; }
.clip-thumb img, .clip-thumb video { width: 100%; height: 100%; object-fit: cover; display: block; }
.clip-thumb-empty { background: var(--canvas); }

.clip-count-btn { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; font-weight: 700; font-size: .82rem; color: var(--brand-700); background: var(--brand-soft); border: 1px solid #d6d1fc; border-radius: 7px; padding: .2rem .55rem; font-family: var(--font); transition: background .13s, color .13s; }
.clip-count-btn:hover { background: var(--brand); color: #fff; border-color: var(--brand); }
.clip-count-btn svg { width: 13px; height: 13px; }

.clips-projects-modal { max-width: 940px; width: calc(100vw - 2rem); max-height: 88vh; overflow-y: auto; position: relative; padding: 1.25rem; }
.clip-modal-close { position: absolute; top: .6rem; right: .6rem; z-index: 2; padding: .35rem .5rem; }
.clip-modal-head { display: flex; align-items: baseline; gap: .6rem; margin: 0 2rem .9rem 0; }
.clip-modal-head strong { font-size: 1.05rem; }
.clip-modal-empty { padding: 2.5rem; text-align: center; color: var(--muted); display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.clip-modal-empty p { margin: 0; }

.clip-grid { display: grid; gap: .7rem; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.clip-card { border: 1px solid var(--border); border-radius: 10px; overflow: hidden; background: var(--card); }
.clip-card-media { aspect-ratio: 9 / 16; position: relative; background: #0a0f1f; }
.clip-card-media img, .clip-card-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.clip-card-pending { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 6px; color: #cbd5e1; font-size: .72rem; text-align: center; }
.clip-card-pending svg { width: 22px; height: 22px; }
.clip-card-foot { display: flex; align-items: center; gap: .4rem; padding: .45rem .55rem; }
.clip-card-title { font-size: .76rem; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }
.clip-card-foot .cl-btn-ghost { padding: .2rem .35rem; }
@media (max-width: 560px) { .clip-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 360px) { .clip-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════ Website Launch Plan wizard ═══════════════════════ */
.ws-discover-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.ws-discover { border: 1px solid var(--border); border-radius: .8rem; padding: 1rem; text-align: center; }
.ws-discover-ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; margin: 0 auto .6rem; }
.ws-discover-ic svg { width: 21px; height: 21px; }
.ws-discover strong { font-size: .88rem; }
.ws-discover p { font-size: .74rem; color: var(--slate); line-height: 1.4; margin: .3rem 0 0; }

.ws-noweb2 { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: center; background: linear-gradient(135deg, #f4f1ff, #eef2ff); border-color: #e0dcfb; }
.ws-noweb2-art { width: 72px; height: 72px; border-radius: 18px; background: linear-gradient(135deg, var(--brand), var(--brand-700)); color: #fff; display: grid; place-items: center; }
.ws-noweb2-art svg { width: 34px; height: 34px; }
.ws-noweb2-body h2 { margin: 0 0 .35rem; font-size: 1.3rem; letter-spacing: -.02em; }
.ws-noweb2-body p { margin: 0 0 1rem; color: var(--slate); font-size: .88rem; max-width: 60ch; }
.ws-noweb2-actions { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: .8rem; }
.ws-noweb2-chips { display: flex; gap: 1rem; flex-wrap: wrap; }
.ws-noweb2-chips span { display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; color: var(--slate); font-weight: 600; }
.ws-noweb2-chips svg { width: 13px; height: 13px; color: var(--emerald); }

.ws-evaluates { background: linear-gradient(160deg, #f6f4ff, #eef2ff); border-color: #e7e4fb; }
.ws-evaluates .lpln-card-h { display: flex; align-items: center; gap: .4rem; }
.ws-evaluates .lpln-card-h svg { width: 17px; height: 17px; color: var(--brand); }
.ws-evaluates ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .55rem; }
.ws-evaluates li { display: flex; align-items: flex-start; gap: .5rem; font-size: .82rem; color: var(--ink); }
.ws-evaluates li svg { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; margin-top: 1px; }
.ws-evaluates-note { display: flex; align-items: center; gap: .4rem; margin-top: 1rem; padding-top: .9rem; border-top: 1px solid #e0dcfb; font-size: .76rem; color: var(--muted); }
.ws-evaluates-note svg { width: 14px; height: 14px; }

.brief-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: start; }
.brief-card { padding: 1.2rem 1.3rem; }
.brief-span { grid-column: 1 / -1; }
.brief-card .lpln-card-h { display: flex; align-items: center; gap: .45rem; font-size: 1rem; }
.brief-card .lpln-card-h svg { width: 17px; height: 17px; color: var(--brand); }
.brief-checks { display: flex; flex-wrap: wrap; gap: .5rem; }
.brief-checks-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.brief-check { display: inline-flex; align-items: center; gap: .4rem; border: 1px solid var(--border); border-radius: .6rem; padding: .5rem .7rem; font-size: .82rem; font-weight: 600; cursor: pointer; color: var(--slate); transition: background .13s, border-color .13s, color .13s; position: relative; }
.brief-check input { position: absolute; opacity: 0; pointer-events: none; }
.brief-check svg { width: 14px; height: 14px; opacity: 0; }
.brief-check.is-checked { background: var(--brand-soft); border-color: #c9c2fa; color: var(--brand-700); }
.brief-check.is-checked svg { opacity: 1; }
.brief-check-sm { padding: .35rem .6rem; font-size: .76rem; }

.style-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: .6rem; }
.style-card { display: flex; flex-direction: column; align-items: center; gap: .5rem; border: 1.5px solid var(--border); border-radius: .8rem; padding: .7rem .5rem; background: var(--card); cursor: pointer; font-family: var(--font); position: relative; transition: border-color .13s, box-shadow .13s; }
.style-card:hover { border-color: #c9c2fa; }
.style-card.selected { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(109,94,252,.14); }
.style-card.selected::after { content: ""; position: absolute; top: 6px; right: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--brand); }
.style-card-art { width: 100%; height: 54px; border-radius: .5rem; display: grid; place-items: center; color: #fff; }
.style-art-modern { background: linear-gradient(135deg, #e0e7ff, #c7d2fe); color: var(--brand-700); }
.style-art-premium { background: linear-gradient(135deg, #1f2937, #374151); }
.style-art-bold { background: linear-gradient(135deg, #7c3aed, #db2777); }
.style-art-friendly { background: linear-gradient(135deg, #34d399, #10b981); }
.style-art-corporate { background: linear-gradient(135deg, #1e3a8a, #2563eb); }
.style-card-art svg { width: 22px; height: 22px; }
.style-card-label { font-size: .72rem; font-weight: 600; text-align: center; line-height: 1.2; color: var(--ink); }

.brief-actions { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; margin-top: 1.25rem; }
.brief-go { padding: .8rem 1.4rem; }
.brief-actions-note { display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; color: var(--muted); }
.brief-actions-note svg { width: 13px; height: 13px; }

.brief-rail .lpln-card-h, .brief-help strong, .brief-tips strong { display: flex; align-items: center; gap: .4rem; }
.brief-rail-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; }
.brief-rail-list li { display: flex; align-items: flex-start; gap: .5rem; font-size: .82rem; color: var(--ink); line-height: 1.4; }
.brief-rail-list li svg { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; margin-top: 1px; }
.brief-rail-preview { margin-top: 1rem; border: 1px solid var(--border); border-radius: .7rem; padding: .7rem; background: linear-gradient(135deg, #eef2ff, #f5f3ff); }
.brief-pv-bar { height: 8px; border-radius: 4px; background: #c7d2fe; width: 40%; margin-bottom: .5rem; }
.brief-pv-body { display: grid; grid-template-columns: 1fr 1fr auto; gap: .4rem; align-items: center; margin-bottom: .5rem; }
.brief-pv-body span { height: 7px; border-radius: 4px; background: #dbe2fb; }
.brief-pv-img { height: 36px !important; width: 46px; border-radius: 6px; background: linear-gradient(135deg, var(--brand), var(--cyan)) !important; }
.brief-pv-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; }
.brief-pv-row span { height: 22px; border-radius: 5px; background: #dbe2fb; }

.brief-help { background: linear-gradient(150deg, #f4f1ff, #eef2ff); border-color: #e0dcfb; }
.brief-help svg { width: 16px; height: 16px; color: var(--brand); }
.brief-help p { font-size: .82rem; color: var(--slate); margin: .4rem 0 .9rem; }
.brief-help-btn { width: 100%; justify-content: center; }
.brief-tips { background: #f0fdf4; border-color: #bbf7d0; }
.brief-tips svg { width: 16px; height: 16px; color: #16a34a; }
.brief-tips ul { margin: .6rem 0 0; padding-left: 1.1rem; }
.brief-tips li { font-size: .8rem; color: var(--slate); margin-bottom: .3rem; }

.concepts-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.concepts-head-actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.concepts-summary { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.concepts-summary-biz { display: flex; align-items: center; gap: .6rem; }
.concepts-summary-ic { width: 42px; height: 42px; border-radius: 11px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.concepts-summary-biz strong { display: block; font-size: .95rem; }
.concepts-summary-biz span { font-size: .78rem; color: var(--slate); }
.concepts-summary-item { display: flex; flex-direction: column; gap: .15rem; min-width: 0; }
.concepts-summary-k { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
.concepts-summary-v { font-size: .82rem; color: var(--ink); }
.concepts-summary-done { margin-left: auto; }

.concept-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 1.5rem; }
.concept-card { border: 1px solid var(--border); border-radius: 1rem; overflow: hidden; background: var(--card); box-shadow: var(--shadow); transition: transform .13s, box-shadow .13s; }
.concept-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.concept-card-img { position: relative; aspect-ratio: 16 / 10; background: #0a0f1f; }
.concept-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.concept-card-n { position: absolute; top: .6rem; left: .6rem; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--brand-700); font-weight: 800; font-size: .82rem; display: grid; place-items: center; z-index: 1; }
.concept-sim-badge { position: absolute; top: .6rem; right: .6rem; z-index: 1; display: inline-flex; align-items: center; gap: .25rem; font-size: .64rem; font-weight: 700; background: rgba(255,255,255,.92); color: #b45309; padding: .18rem .45rem; border-radius: 999px; }
.concept-sim-badge svg { width: 11px; height: 11px; }
.concept-card-fail { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: .4rem; color: #94a3b8; font-size: .78rem; }
.concept-card-fail svg { width: 26px; height: 26px; }
.concept-card-body { padding: 1rem 1.1rem 1.1rem; }
.concept-card-body h3 { margin: 0 0 .3rem; font-size: 1.05rem; }
.concept-card-body p { font-size: .82rem; color: var(--slate); line-height: 1.45; margin: 0 0 .7rem; }
.concept-card-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .9rem; }
.concept-tag { font-size: .7rem; font-weight: 600; color: var(--brand-700); background: var(--brand-soft); border-radius: 999px; padding: .18rem .55rem; }
.concept-card-actions { display: flex; gap: .5rem; }
.concept-card-actions .cl-btn, .concept-card-actions .cl-btn-primary { flex: 1; justify-content: center; }

.concepts-footer { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1rem; align-items: start; }
.concepts-next-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.concepts-next-step { display: flex; gap: .6rem; align-items: flex-start; }
.concepts-next-n { width: 24px; height: 24px; border-radius: 50%; background: var(--brand-soft); color: var(--brand-700); font-weight: 800; font-size: .76rem; display: grid; place-items: center; flex-shrink: 0; }
.concepts-next-step strong { font-size: .84rem; display: block; }
.concepts-next-step p { font-size: .74rem; color: var(--slate); margin: .1rem 0 0; line-height: 1.35; }
.concepts-included ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .55rem; }
.concepts-included li { display: flex; align-items: center; gap: .5rem; font-size: .82rem; }
.concepts-included li svg { width: 16px; height: 16px; color: var(--brand); }
.concepts-note { display: flex; flex-direction: column; gap: .6rem; background: linear-gradient(150deg, #f6f4ff, #eef2ff); border-color: #e7e4fb; }
.concepts-note-ic { width: 40px; height: 40px; border-radius: 11px; background: #fff; border: 1px solid #e0dcfb; color: var(--brand); display: grid; place-items: center; }
.concepts-note-ic svg { width: 20px; height: 20px; }
.concepts-note p { font-size: .82rem; color: var(--slate); line-height: 1.5; margin: 0; }

@media (max-width: 1080px) {
  .ws-discover-grid { grid-template-columns: repeat(2, 1fr); }
  .brief-2col { grid-template-columns: 1fr; }
  .style-cards { grid-template-columns: repeat(3, 1fr); }
  .concept-cards { grid-template-columns: 1fr; }
  .concepts-footer { grid-template-columns: 1fr; }
  .ws-noweb2 { grid-template-columns: 1fr; text-align: center; }
  .ws-noweb2-art { margin: 0 auto; }
}
@media (max-width: 600px) {
  .ws-discover-grid, .brief-checks-grid, .style-cards { grid-template-columns: repeat(2, 1fr); }
  .concepts-next-grid { grid-template-columns: 1fr; }
  .concepts-summary-done { margin-left: 0; }
}

/* ═══════════ Website Scan — premium UI/UX redesign (scoped to .wsx) ═══════════ */
.wsx { --wsx-ease: cubic-bezier(.22,.61,.36,1); }

/* Animated hero wrapping the title + URL input */
.wsx-hero {
  position: relative; overflow: hidden; border-radius: 1.4rem; padding: 2rem 2.1rem 2.2rem;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(109,94,252,.13), transparent 55%),
    radial-gradient(120% 130% at 100% 0%, rgba(34,211,238,.15), transparent 52%),
    linear-gradient(180deg, #ffffff, #f7f9ff);
  border: 1px solid #e7e4fb; box-shadow: 0 20px 54px -36px rgba(76,59,219,.45);
}
.wsx-hero-inner { position: relative; }
.wsx-hero-glow {
  position: absolute; inset: -42% -12% auto auto; width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(109,94,252,.20), transparent 70%);
  pointer-events: none; animation: wsxAurora 9s ease-in-out infinite;
}
@keyframes wsxAurora {
  0%,100% { transform: translate(0,0) scale(1); opacity: .8; }
  50%     { transform: translate(-30px,18px) scale(1.15); opacity: 1; }
}

/* Step pill + title */
.wsx .ws-step {
  display: inline-flex; align-items: center; gap: .45rem;
  background: rgba(255,255,255,.72); border: 1px solid #e4e1fb; color: var(--brand-700);
  font-weight: 800; letter-spacing: .03em;
}
.wsx-step-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); animation: wsxPulse 1.8s ease-in-out infinite; }
@keyframes wsxPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(109,94,252,.5); } 50% { box-shadow: 0 0 0 5px rgba(109,94,252,0); } }
.wsx .ws-title { font-size: 2.7rem; }
.wsx .ws-spark { color: var(--brand); transform-origin: center; animation: wsxTwinkle 2.6s ease-in-out infinite; }
@keyframes wsxTwinkle { 0%,100% { opacity: .65; transform: scale(.9) rotate(0deg); } 50% { opacity: 1; transform: scale(1.12) rotate(8deg); } }

/* URL input card */
.wsx .ws-input-card { border: 1px solid #e7e4fb; border-radius: 1.15rem; box-shadow: 0 16px 44px -30px rgba(76,59,219,.5); margin-top: 1.3rem; }
.wsx .ws-url { border-width: 1.5px; border-radius: 1rem; padding: 0 1rem; transition: border-color .15s, box-shadow .2s, transform .15s; }
.wsx .ws-url:focus-within { box-shadow: 0 0 0 4px rgba(109,94,252,.16); transform: translateY(-1px); }
.wsx .ws-url input { padding: 1rem 0; font-size: 1.02rem; }
.wsx .ws-start { padding: 1rem; font-size: 1.05rem; border-radius: 1rem; transition: transform .15s ease, box-shadow .15s ease; }
.wsx .ws-start:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -14px rgba(109,94,252,.95); }

/* Discover tiles */
.wsx .ws-discover { transition: transform .16s ease, box-shadow .18s ease, border-color .16s ease; }
.wsx .ws-discover:hover { transform: translateY(-3px); box-shadow: 0 16px 34px -24px rgba(76,59,219,.45); border-color: #d9d4f7; }
.wsx .ws-discover-ic { transition: transform .2s ease; }
.wsx .ws-discover:hover .ws-discover-ic { transform: scale(1.1) rotate(-3deg); }

/* "No website yet" CTA */
.wsx .ws-noweb2 { transition: box-shadow .2s ease; }
.wsx .ws-noweb2:hover { box-shadow: 0 22px 50px -34px rgba(76,59,219,.4); }
.wsx .ws-noweb2-art { animation: wsxFloat 6s ease-in-out infinite; }
@keyframes wsxFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* Aside: score ring draws in, recent rows nudge */
.wsx .lpln-score-ring circle:last-of-type { animation: wsxRing 1.2s var(--wsx-ease) both; }
@keyframes wsxRing { from { stroke-dashoffset: 326.726; } }
.wsx .lpln-scan-row { border-radius: .6rem; transition: background .15s ease, transform .15s ease; }
.wsx .lpln-scan-row:hover { transform: translateX(2px); }

/* Staggered entrance */
@keyframes wsxRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.wsx .lpln-main > *, .wsx .lpln-aside > * { animation: wsxRise .55s var(--wsx-ease) backwards; }
.wsx .lpln-main > *:nth-child(1) { animation-delay: .04s; }
.wsx .lpln-main > *:nth-child(2) { animation-delay: .12s; }
.wsx .lpln-main > *:nth-child(3) { animation-delay: .20s; }
.wsx .lpln-aside > *:nth-child(1) { animation-delay: .16s; }
.wsx .lpln-aside > *:nth-child(2) { animation-delay: .24s; }
.wsx .lpln-aside > *:nth-child(3) { animation-delay: .32s; }

/* Scanning overlay polish */
#ws-overlay .ws-radar { width: 168px; height: 168px; }
#ws-overlay .ws-overlay-inner { border-radius: 1.6rem; }

@media (max-width: 640px) {
  .wsx-hero { padding: 1.4rem 1.25rem 1.6rem; border-radius: 1.1rem; }
  .wsx .ws-title { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .wsx-hero-glow, .wsx-step-dot, .wsx .ws-spark, .wsx .ws-noweb2-art,
  .wsx .lpln-score-ring circle:last-of-type,
  .wsx .lpln-main > *, .wsx .lpln-aside > * { animation: none; }
  .wsx .ws-url, .wsx .ws-start, .wsx .ws-discover, .wsx .ws-discover-ic, .wsx .lpln-scan-row, .wsx .ws-noweb2 { transition: none; }
}

/* ═══════════ Website Intelligence Report — premium redesign (full page only) ═══════════ */
.ws-report-page { --wsr-ease: cubic-bezier(.22,.61,.36,1); }

/* Header band → animated hero */
.ws-report-page .ws-rep-head {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 150% at 0% 0%, rgba(109,94,252,.12), transparent 55%),
    radial-gradient(120% 140% at 100% 0%, rgba(34,211,238,.14), transparent 52%),
    linear-gradient(180deg, #ffffff, #f7f9ff);
  border: 1px solid #e7e4fb; border-radius: 1.4rem; padding: 1.6rem 1.7rem;
  box-shadow: 0 20px 54px -38px rgba(76,59,219,.4);
}
.ws-report-page .ws-rep-head::before {
  content: ""; position: absolute; inset: -45% -10% auto auto; width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(109,94,252,.18), transparent 70%);
  pointer-events: none; animation: wsrAurora 9s ease-in-out infinite;
}
@keyframes wsrAurora { 0%,100% { transform: translate(0,0) scale(1); opacity: .8; } 50% { transform: translate(-26px,16px) scale(1.14); opacity: 1; } }
.ws-report-page .ws-rep-head-main, .ws-report-page .ws-score-card { position: relative; }
.ws-report-page .ws-spark { color: var(--brand); transform-origin: center; animation: wsrTwinkle 2.6s ease-in-out infinite; }
@keyframes wsrTwinkle { 0%,100% { opacity: .65; transform: scale(.9) rotate(0deg); } 50% { opacity: 1; transform: scale(1.12) rotate(8deg); } }
.ws-report-page .ws-ring circle:last-of-type { animation: wsrDraw 1.2s var(--wsr-ease) both; }
@keyframes wsrDraw { from { stroke-dashoffset: 326.726; } }

/* Category cards: hover lift + bars that fill in */
.ws-report-page .ws-cat { transition: transform .16s ease, box-shadow .18s ease, border-color .16s ease; }
.ws-report-page .ws-cat:hover { transform: translateY(-3px); box-shadow: 0 16px 34px -24px rgba(76,59,219,.42); border-color: #d9d4f7; }
.ws-report-page .ws-bar span { animation: wsrBar 1.1s var(--wsr-ease) both; }
@keyframes wsrBar { from { width: 0; } }

/* Recommendations + concept cards + CTA */
.ws-report-page .ws-rec { transition: transform .15s ease, box-shadow .16s ease, border-color .15s ease; }
.ws-report-page .ws-rec:hover { transform: translateX(3px); border-color: #d9d4f7; box-shadow: 0 12px 26px -22px rgba(76,59,219,.4); }
.ws-report-page .ws-concept { transition: transform .18s ease, box-shadow .2s ease; }
.ws-report-page .ws-concept:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -28px rgba(15,23,42,.45); }
.ws-report-page .ws-launch { transition: box-shadow .2s ease; }
.ws-report-page .ws-launch:hover { box-shadow: 0 22px 50px -34px rgba(76,59,219,.42); }
.ws-report-page .ws-launch-art { animation: wsrFloat 6s ease-in-out infinite; }
@keyframes wsrFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* Section entrance choreography */
@keyframes wsrRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.ws-report-page > * { animation: wsrRise .5s var(--wsr-ease) backwards; }
.ws-report-page > *:nth-child(1) { animation-delay: .04s; }
.ws-report-page > *:nth-child(2) { animation-delay: .10s; }
.ws-report-page > *:nth-child(3) { animation-delay: .16s; }
.ws-report-page > *:nth-child(4) { animation-delay: .22s; }
.ws-report-page > *:nth-child(5) { animation-delay: .28s; }
.ws-report-page > *:nth-child(6) { animation-delay: .34s; }

@media (max-width: 640px) {
  .ws-report-page .ws-rep-head { padding: 1.25rem 1.2rem; border-radius: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .ws-report-page .ws-rep-head::before, .ws-report-page .ws-spark,
  .ws-report-page .ws-ring circle:last-of-type, .ws-report-page .ws-bar span,
  .ws-report-page .ws-launch-art, .ws-report-page > * { animation: none; }
  .ws-report-page .ws-cat, .ws-report-page .ws-rec, .ws-report-page .ws-concept, .ws-report-page .ws-launch { transition: none; }
}

/* ═══════════ Client Workspaces — premium redesign (scoped to .wsp) ═══════════ */
.wsp { --wsp-ease: cubic-bezier(.22,.61,.36,1); }

/* Header + usage meter */
.wsp-head { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.wsp-head-main { display: flex; align-items: center; gap: .9rem; min-width: 0; }
.wsp-head-ic { width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--brand), var(--cyan)); box-shadow: 0 10px 22px -10px rgba(109,94,252,.7); }
.wsp-head-ic svg { width: 24px; height: 24px; }
.wsp-head h1 { margin: 0; font-size: 1.6rem; letter-spacing: -.03em; }
.wsp-head-main p { margin: .15rem 0 0; color: var(--slate); font-size: .9rem; max-width: 60ch; }
.wsp-usage { min-width: 220px; }
.wsp-usage-top { display: flex; justify-content: flex-end; margin-bottom: .45rem; }
.wsp-usage-bar { height: 8px; border-radius: 999px; background: #eef1f6; overflow: hidden; }
.wsp-usage-bar span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--brand), var(--cyan)); animation: wspUsage 1s var(--wsp-ease) both; }
@keyframes wspUsage { from { width: 0; } }
.wsp-usage-note { display: flex; align-items: center; gap: .35rem; justify-content: flex-end; margin-top: .45rem; font-size: .76rem; color: var(--muted); }
.wsp-usage-note svg { width: 13px; height: 13px; }

/* Layout */
.wsp-grid { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 1.25rem; align-items: start; }
.wsp-col-main { display: flex; flex-direction: column; gap: 1.25rem; min-width: 0; }
@media (max-width: 980px) { .wsp-grid { grid-template-columns: 1fr; } }

/* Entrance */
@keyframes wspRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.wsp-rise { animation: wspRise .5s var(--wsp-ease) backwards; animation-delay: calc(var(--d,0) * .08s); }
.wsp-add, .wsp-list, .wsp-wl { transition: box-shadow .2s ease; }
.wsp-add:hover, .wsp-list:hover, .wsp-wl:hover { box-shadow: 0 22px 50px -34px rgba(15,23,42,.4); }

/* Add a client */
.wsp-add-copy { display: flex; align-items: flex-start; gap: .8rem; margin-bottom: 1rem; }
.wsp-add-ic { width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0; display: grid; place-items: center; color: var(--brand); background: var(--brand-soft); }
.wsp-add-ic svg { width: 19px; height: 19px; }
.wsp-add h2 { margin: 0; font-size: 1.1rem; }
.wsp-add-form { display: flex; gap: .6rem; flex-wrap: wrap; }
.wsp-add-form .cl-input { flex: 1; min-width: 200px; }

/* List */
.wsp-list-head { display: flex; align-items: center; justify-content: space-between; gap: .75rem; flex-wrap: wrap; margin-bottom: 1rem; }
.wsp-list-head h2 { margin: 0; font-size: 1.1rem; }
.wsp-tools { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.wsp-search { display: flex; align-items: center; gap: .45rem; border: 1px solid var(--border); border-radius: .7rem; padding: 0 .65rem; background: var(--card); transition: border-color .15s, box-shadow .15s; }
.wsp-search:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(109,94,252,.15); }
.wsp-search svg { width: 15px; height: 15px; color: var(--muted); flex-shrink: 0; }
.wsp-search input { border: none; outline: none; background: none; padding: .5rem 0; font-size: .85rem; font-family: var(--font); color: var(--ink); width: 150px; max-width: 40vw; }
.wsp-tools .cl-select { font-size: .82rem; padding: .5rem 1.8rem .5rem .7rem; }

/* Rows */
.wsp-row { display: flex; align-items: center; gap: .85rem; padding: .8rem .2rem; }
.wsp-row-agency { background: linear-gradient(135deg, var(--brand-soft), #eef4ff); border: 1px solid #e4e1fb; border-radius: .8rem; padding: .85rem .9rem; margin-bottom: .6rem; }
#ws4-rows .wsp-row { border-radius: .7rem; padding: .8rem .7rem; border-bottom: 1px solid var(--border); transition: background .15s ease, transform .15s ease; }
#ws4-rows .wsp-row:last-child { border-bottom: 0; }
#ws4-rows .wsp-row:hover { background: var(--canvas); transform: translateX(2px); }
.wsp-avatar { width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 1.05rem; box-shadow: 0 6px 14px -8px rgba(15,23,42,.5); }
.wsp-avatar svg { width: 20px; height: 20px; }
.wsp-row-meta { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: .15rem; }
.wsp-row-meta strong { font-size: .95rem; display: flex; align-items: center; gap: .45rem; flex-wrap: wrap; }
.wsp-row-sub { display: inline-flex; align-items: center; gap: .35rem; font-size: .76rem; color: var(--muted); }
.wsp-row-sub svg { width: 13px; height: 13px; }
.wsp-row-actions { display: flex; align-items: center; gap: .5rem; flex-shrink: 0; }
.wsp-current { display: inline-flex; align-items: center; gap: .3rem; }
.wsp-current svg { width: 13px; height: 13px; }

/* Rename popover */
.wsp-rename { position: relative; }
.wsp-rename > summary { cursor: pointer; list-style: none; }
.wsp-rename > summary::-webkit-details-marker { display: none; }
.wsp-rename[open] > summary { background: var(--brand-soft); color: var(--brand-700); }
.wsp-rename-form { position: absolute; right: 0; top: calc(100% + 6px); z-index: 5; display: flex; gap: .4rem; background: var(--card); border: 1px solid var(--border); border-radius: .7rem; box-shadow: var(--shadow-lg); padding: .55rem; width: max-content; animation: wspRise .2s var(--wsp-ease); }
.wsp-rename-form .cl-input { width: 170px; padding: .4rem .55rem; font-size: .85rem; }
.wsp-empty { padding: 2rem 1rem; }

/* White-label card */
.wsp-wl-head { display: flex; align-items: flex-start; gap: .8rem; margin-bottom: 1rem; }
.wsp-wl-ic { width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0; display: grid; place-items: center; color: #db2777; background: #fce7f3; }
.wsp-wl-ic svg { width: 19px; height: 19px; }
.wsp-wl-head h2 { margin: 0; font-size: 1.1rem; }
.wsp-wl-preview { border: 1px solid var(--border); border-radius: .9rem; overflow: hidden; margin-bottom: 1.2rem; background: var(--card); box-shadow: 0 8px 22px -18px rgba(15,23,42,.45); }
.wsp-wl-pv-bar { display: flex; align-items: center; gap: .5rem; padding: .6rem .8rem; border-bottom: 1px solid var(--border); background: #fbfbfe; }
.wsp-wl-pv-dot { width: 18px; height: 18px; border-radius: 6px; flex-shrink: 0; }
.wsp-wl-pv-brand { font-weight: 800; font-size: .82rem; color: var(--ink); flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wsp-wl-pv-btn { color: #fff; font-size: .68rem; font-weight: 700; padding: .25rem .6rem; border-radius: 999px; }
.wsp-wl-pv-body { display: flex; gap: .6rem; padding: .8rem; }
.wsp-wl-pv-thumb { width: 56px; height: 42px; border-radius: .5rem; background: linear-gradient(135deg, #eef1f6, #e2e6f0); flex-shrink: 0; }
.wsp-wl-pv-lines { flex: 1; display: flex; flex-direction: column; gap: .3rem; justify-content: center; }
.wsp-wl-pv-lines span { height: 7px; border-radius: 999px; background: #eef1f6; }
.wsp-wl-pv-lines span:nth-child(1) { width: 82%; }
.wsp-wl-pv-lines span:nth-child(2) { width: 60%; }
.wsp-wl-pv-lines span:nth-child(3) { width: 72%; }
.wsp-wl-pv-footer { font-size: .68rem; color: var(--muted); padding: .55rem .8rem; border-top: 1px solid var(--border); text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wsp-accent-row { display: flex; align-items: center; gap: .6rem; }
.wsp-accent { width: 48px; height: 38px; padding: 0; border: 1px solid var(--border); border-radius: 9px; background: var(--card); cursor: pointer; }
.wsp-accent::-webkit-color-swatch-wrapper { padding: 3px; }
.wsp-accent::-webkit-color-swatch { border: none; border-radius: 6px; }
.wsp-accent-hex { font-size: .85rem; font-weight: 600; color: var(--slate); font-variant-numeric: tabular-nums; text-transform: uppercase; }
.wsp-wl-toggle { display: flex; align-items: flex-start; gap: .5rem; font-size: .85rem; cursor: pointer; margin: .3rem 0 1.1rem; }
.wsp-wl-toggle input { width: 16px; height: 16px; accent-color: var(--brand); flex-shrink: 0; margin-top: 1px; }
.wsp-wl-save { width: 100%; justify-content: center; }

@media (prefers-reduced-motion: reduce) {
  .wsp-rise, .wsp-usage-bar span, .wsp-rename-form { animation: none; }
  #ws4-rows .wsp-row, .wsp-add, .wsp-list, .wsp-wl, .wsp-search { transition: none; }
}

/* Brand Brain — Google reviews as a hyperlink with an edit toggle */
.bb-grlink { display: flex; align-items: center; gap: .5rem; }
.bb-grlink-view {
  display: inline-flex; align-items: center; gap: .45rem; flex: 1; min-width: 0;
  border: 1px solid var(--border); border-radius: .7rem; padding: .6rem .8rem; background: var(--card);
  font-weight: 600; font-size: .9rem; color: var(--brand-700); text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.bb-grlink-view:hover { border-color: #c9c2fa; background: var(--brand-soft); box-shadow: 0 8px 20px -14px rgba(109,94,252,.6); text-decoration: none; }
.bb-grlink-view > i:first-child { color: var(--amber); flex-shrink: 0; }
.bb-grlink-view svg { width: 16px; height: 16px; }
.bb-grlink-ext { margin-left: auto; color: var(--muted); }
.bb-grlink-edit {
  flex-shrink: 0; width: 40px; height: 40px; border: 1px solid var(--border); border-radius: .7rem;
  background: var(--card); color: var(--slate); cursor: pointer; display: grid; place-items: center;
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.bb-grlink-edit:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-soft); }
.bb-grlink-edit svg { width: 16px; height: 16px; }

/* ═══════════ Quick Post — premium mobile-first redesign (.qk) ═══════════ */
.qk { max-width: 560px; margin: 0 auto; }
.qk-hero { text-align: center; margin-bottom: 1.4rem; }
.qk-hero-ic { width: 56px; height: 56px; border-radius: 16px; display: inline-grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--brand), var(--cyan)); box-shadow: 0 12px 26px -12px rgba(109,94,252,.8); margin-bottom: .7rem; animation: qkPulse 3.2s ease-in-out infinite; }
.qk-hero-ic svg { width: 27px; height: 27px; }
@keyframes qkPulse { 0%,100% { box-shadow: 0 12px 26px -12px rgba(109,94,252,.8), 0 0 0 0 rgba(109,94,252,0); } 50% { box-shadow: 0 12px 26px -12px rgba(109,94,252,.8), 0 0 0 8px rgba(109,94,252,.10); } }
.qk-hero h1 { margin: 0 0 .3rem; font-size: 1.6rem; letter-spacing: -.03em; }
.qk-hero p { margin: 0 auto; color: var(--slate); font-size: .92rem; max-width: 44ch; }
.qk-form { display: flex; flex-direction: column; gap: 1rem; }
.qk-step { padding: 1.1rem 1.2rem; transition: box-shadow .2s ease, border-color .2s ease; }
.qk-step:hover { box-shadow: 0 18px 40px -30px rgba(15,23,42,.4); }
.qk-step-head { display: flex; align-items: center; gap: .7rem; margin-bottom: .9rem; }
.qk-step-n { width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; font-weight: 800; font-size: .9rem; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-600)); box-shadow: 0 8px 16px -8px rgba(109,94,252,.8); }
.qk-step-copy { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.qk-step-copy strong { font-size: .98rem; }
.qk-step-copy span { font-size: .78rem; color: var(--muted); }
/* photo drop zone */
.qk-drop { position: relative; display: block; border: 1.5px dashed #c9c2fa; border-radius: 1rem; background: linear-gradient(180deg, #faf9ff, #f5f6fc); min-height: 168px; overflow: hidden; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.qk-drop:hover { border-color: var(--brand); background: var(--brand-soft); }
.qk-drop.has-image { border-style: solid; border-color: var(--border); background: #000; }
.qk-drop-inner { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; text-align: center; padding: 1rem; }
.qk-drop-ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; color: var(--brand); background: #fff; box-shadow: 0 8px 18px -10px rgba(109,94,252,.6); margin-bottom: .25rem; }
.qk-drop-ic svg { width: 24px; height: 24px; }
.qk-drop-inner strong { font-size: .95rem; }
.qk-drop-sub { font-size: .76rem; color: var(--muted); }
.qk-drop-preview { display: block; width: 100%; max-height: 320px; object-fit: contain; background: #000; }
.qk-file-hidden { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
/* submit */
.qk-submit { width: 100%; justify-content: center; padding: .95rem; font-size: 1.02rem; border-radius: .9rem; box-shadow: 0 14px 30px -14px rgba(109,94,252,.9); transition: transform .15s ease, box-shadow .15s ease; }
.qk-submit:not(:disabled):hover { transform: translateY(-2px); box-shadow: 0 18px 38px -14px rgba(109,94,252,1); }
.qk-foot { text-align: center; margin-top: .2rem; }
@keyframes qkRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.qk-rise { animation: qkRise .5s cubic-bezier(.22,.61,.36,1) backwards; animation-delay: calc(var(--d,0) * .08s); }
@media (prefers-reduced-motion: reduce) {
  .qk-hero-ic, .qk-rise { animation: none; }
  .qk-step, .qk-submit, .qk-drop { transition: none; }
}

/* ═══════════ Creatives library — entrance, hover lift & media zoom ═══════════ */
@keyframes crRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
#creatives-grid > .cl-card { animation: crRise .5s cubic-bezier(.22,.61,.36,1) backwards; transition: transform .18s ease, box-shadow .2s ease; }
#creatives-grid > .cl-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -28px rgba(15,23,42,.5); }
#creatives-grid > .cl-card:nth-child(1) { animation-delay: .03s; }
#creatives-grid > .cl-card:nth-child(2) { animation-delay: .07s; }
#creatives-grid > .cl-card:nth-child(3) { animation-delay: .11s; }
#creatives-grid > .cl-card:nth-child(4) { animation-delay: .15s; }
#creatives-grid > .cl-card:nth-child(5) { animation-delay: .19s; }
#creatives-grid > .cl-card:nth-child(6) { animation-delay: .23s; }
#creatives-grid > .cl-card:nth-child(7) { animation-delay: .27s; }
#creatives-grid > .cl-card:nth-child(8) { animation-delay: .31s; }
#creatives-grid a > img, #creatives-grid a > video, #creatives-grid a > .cr-render { transition: transform .35s cubic-bezier(.22,.61,.36,1); }
#creatives-grid > .cl-card:hover a > img, #creatives-grid > .cl-card:hover a > video, #creatives-grid > .cl-card:hover a > .cr-render { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) {
  #creatives-grid > .cl-card { animation: none; transition: none; }
  #creatives-grid a > img, #creatives-grid a > video, #creatives-grid a > .cr-render { transition: none; }
}

/* ═══════════ Page polish — team / billing / services / reputation / social presence ═══════════ */
.pgx { --pg-ease: cubic-bezier(.22,.61,.36,1); }
@keyframes pgRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.pgx .cl-card { animation: pgRise .45s var(--pg-ease) backwards; transition: box-shadow .2s ease, transform .18s ease, border-color .18s ease; }
.pgx .grid > .cl-card:nth-child(2) { animation-delay: .05s; }
.pgx .grid > .cl-card:nth-child(3) { animation-delay: .10s; }
.pgx .grid > .cl-card:nth-child(4) { animation-delay: .15s; }
.pgx .grid > .cl-card:nth-child(5) { animation-delay: .20s; }
.pgx .grid > .cl-card:nth-child(6) { animation-delay: .25s; }
.pgx .grid > .cl-card:nth-child(7) { animation-delay: .30s; }
.pgx .grid > .cl-card:nth-child(8) { animation-delay: .35s; }
.pgx .cl-card:hover { box-shadow: 0 18px 40px -30px rgba(15,23,42,.4); }
.pgx .grid > .cl-card:hover, .pgx .grid > label.cl-card:hover { transform: translateY(-3px); box-shadow: 0 22px 46px -26px rgba(76,59,219,.4); border-color: #d9d4f7; }

/* Services — live selected state via :has (no JS needed) */
.svx label.cl-card { transition: border-color .15s ease, box-shadow .18s ease, transform .15s ease; }
.svx label.cl-card:has(input:checked) { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(109,94,252,.15), 0 16px 34px -24px rgba(76,59,219,.5); }

/* Team — member avatars */
.tmx-member { display: flex; align-items: center; gap: .65rem; min-width: 0; }
.tmx-avatar { width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: .9rem; background: linear-gradient(135deg, var(--brand), var(--cyan)); box-shadow: 0 6px 14px -8px rgba(15,23,42,.5); }

/* Social presence — connected glow + quick-link lift */
.spx .sp-card { transition: border-color .15s ease, box-shadow .18s ease, transform .15s ease; }
.spx .sp-card.sp-on { box-shadow: 0 10px 26px -18px rgba(16,185,129,.5); }
.spx .sp-card:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -24px rgba(76,59,219,.4); }
.spx .sp-link { transition: border-color .15s ease, box-shadow .18s ease, transform .15s ease; }
.spx .sp-link:hover { transform: translateY(-3px); }

/* Reputation — sparkline draws in */
.rpx svg polyline { animation: rpDraw 1.4s var(--pg-ease) both; }
@keyframes rpDraw { from { stroke-dasharray: 1000; stroke-dashoffset: 1000; } to { stroke-dasharray: 1000; stroke-dashoffset: 0; } }

@media (prefers-reduced-motion: reduce) {
  .pgx .cl-card { animation: none; transition: none; }
  .pgx .grid > .cl-card:hover, .pgx .grid > label.cl-card:hover, .spx .sp-card:hover, .spx .sp-link:hover { transform: none; }
  .svx label.cl-card { transition: none; }
  .rpx svg polyline { animation: none; }
}

/* ═══════════ Website report — generated redesign mockup images ═══════════ */
.ws-concept-shot { position: relative; display: block; line-height: 0; overflow: hidden; background: #0a0f1f; }
.ws-concept-shot img { width: 100%; aspect-ratio: 2/3; object-fit: cover; object-position: top center; display: block; transition: transform .4s cubic-bezier(.22,.61,.36,1); }
.ws-concept:hover .ws-concept-shot img { transform: scale(1.04); }
.ws-concept-sim { position: absolute; top: .55rem; left: .55rem; background: rgba(15,23,42,.72); color: #fff; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; padding: .2rem .5rem; border-radius: 999px; }
.ws-concepts-pending, .concepts-pending { display: flex; align-items: center; gap: 1rem; padding: 1.5rem 1.4rem; border: 1px dashed #c9c2fa; border-radius: 1rem; background: linear-gradient(135deg, #faf9ff, #f3f6ff); }
.ws-concepts-pending .spinner, .concepts-pending .spinner { width: 30px; height: 30px; border-width: 3px; flex-shrink: 0; margin: 0; }
.ws-concepts-pending strong, .concepts-pending strong { font-size: .98rem; }
.ws-concepts-pending p, .concepts-pending p { margin: .2rem 0 0; font-size: .84rem; color: var(--slate); }

/* ═══════════ Dashboard — website redesign preview scroller ═══════════ */
.db-mockwrap { animation: fadeUp .5s ease both; }
.db-mockwrap .db-card-head h2 { display: flex; align-items: center; gap: .45rem; }
.db-mockwrap .db-card-head svg { width: 18px; height: 18px; color: var(--brand); }
.db-mock-scroll { display: flex; gap: .85rem; overflow-x: auto; padding-bottom: .5rem; scroll-snap-type: x proximity; }
.db-mock-scroll::-webkit-scrollbar { height: 8px; }
.db-mock-scroll::-webkit-scrollbar-thumb { background: var(--border); border-radius: 999px; }
.db-mock { flex: 0 0 270px; scroll-snap-align: start; border: 1px solid var(--border); border-radius: .9rem; overflow: hidden; background: var(--card); text-decoration: none; color: var(--ink); transition: transform .18s ease, box-shadow .2s ease, border-color .18s ease; }
.db-mock:hover { transform: translateY(-3px); box-shadow: 0 18px 38px -24px rgba(76,59,219,.5); border-color: #c9c2fa; text-decoration: none; }
.db-mock-shot { position: relative; aspect-ratio: 4/3; background: linear-gradient(135deg, #1b2240, #0a0f1f); overflow: hidden; display: grid; place-items: center; }
.db-mock-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.db-mock-shot > svg { width: 30px; height: 30px; color: rgba(255,255,255,.6); }
.db-mock-count { position: absolute; bottom: .5rem; right: .5rem; background: rgba(15,23,42,.72); color: #fff; font-size: .68rem; font-weight: 700; padding: .2rem .55rem; border-radius: 999px; }
.db-mock-meta { display: flex; align-items: center; gap: .6rem; padding: .7rem .8rem; }
.db-mock-info { display: flex; flex-direction: column; min-width: 0; }
.db-mock-info strong { font-size: .82rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.db-mock-info span { font-size: .72rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (prefers-reduced-motion: reduce) {
  .db-mockwrap, .db-mock { animation: none; transition: none; }
  .ws-concept:hover .ws-concept-shot img { transform: none; }
}

/* ── Page redesign kit (shared by Team / Billing / Affiliate / Services / Security) ── */
.pk-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:1.1rem}
.pk-head h1{margin:0}
.pk-head .pk-sub{margin:.25rem 0 0;color:var(--slate);font-size:.9rem;max-width:600px}
.pk-hero{position:relative;overflow:hidden;border-radius:1.15rem;padding:1.5rem 1.6rem;margin-bottom:1.2rem;
  background:linear-gradient(120deg,#12142b 0%,#1d1f45 55%,#153244 100%);color:#fff;
  box-shadow:0 24px 60px -32px rgba(24,28,74,.85)}
.pk-hero::after{content:'';position:absolute;right:-70px;top:-90px;width:280px;height:280px;border-radius:50%;
  background:radial-gradient(circle,rgba(109,94,252,.5),transparent 65%);pointer-events:none}
.pk-hero::before{content:'';position:absolute;left:32%;bottom:-120px;width:260px;height:260px;border-radius:50%;
  background:radial-gradient(circle,rgba(34,211,238,.3),transparent 65%);pointer-events:none}
.pk-hero h1{margin:0;font-size:1.55rem;font-weight:900;letter-spacing:-.02em;position:relative}
.pk-hero p{margin:.35rem 0 0;color:rgba(226,232,255,.78);font-size:.92rem;max-width:640px;position:relative}
.pk-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-bottom:1.2rem}
.pk-stats.cols-3{grid-template-columns:repeat(3,1fr)}
@media (max-width:820px){.pk-stats,.pk-stats.cols-3{grid-template-columns:1fr 1fr}}
.pk-stat{border:1px solid var(--border);border-radius:1rem;padding:.95rem 1.05rem;background:var(--card);
  transition:transform .15s,box-shadow .15s}
.pk-stat:hover{transform:translateY(-2px);box-shadow:0 14px 30px -24px rgba(109,94,252,.6)}
.pk-stat .ic{width:30px;height:30px;border-radius:.6rem;display:grid;place-items:center;color:#fff;margin-bottom:.5rem}
.pk-stat .ic svg{width:15px;height:15px}
.pk-stat .l{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--slate)}
.pk-stat .v{font-size:1.55rem;font-weight:900;letter-spacing:-.03em;line-height:1.1;color:var(--ink)}
.pk-stat .v small{font-size:.95rem;font-weight:600;color:var(--muted)}
.pk-ic-vio{background:linear-gradient(135deg,#6d5efc,#8b7bff)}
.pk-ic-emer{background:linear-gradient(135deg,#059669,#34d399)}
.pk-ic-sky{background:linear-gradient(135deg,#0284c7,#38bdf8)}
.pk-ic-amb{background:linear-gradient(135deg,#d97706,#fbbf24)}
.pk-ic-rose{background:linear-gradient(135deg,#e11d48,#fb7185)}
.pk-ic-slate{background:linear-gradient(135deg,#334155,#64748b)}
.pk-hover{transition:transform .15s,box-shadow .18s,border-color .15s}
.pk-hover:hover{transform:translateY(-2px);border-color:#d6d3f9;box-shadow:0 18px 40px -28px rgba(109,94,252,.6)}
.pk-title{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.05rem;margin:0 0 .9rem}
.pk-title i{width:18px;height:18px;color:var(--brand-700)}
@media (prefers-reduced-motion:reduce){.pk-stat,.pk-hover{transition:none}}

/* ── Workspaces polish (rows lift, current row glows) ── */
.wsp-row{transition:transform .14s,box-shadow .16s,border-color .14s,background .14s}
.wsp-row:hover{transform:translateY(-1px)
/* ================= Landing v2: steps, gallery, audit band, FAQ, footer ================= */
.lp2-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.lp2-step { background: #fff; border: 1.5px solid var(--border); border-radius: 1.1rem; padding: 1.4rem 1.3rem; position: relative; }
.lp2-step-ic { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: .9rem;
  background: linear-gradient(135deg, #efedfe, #e0f7fd); color: #6d5efc; margin-bottom: .8rem; }
.lp2-step-ic svg { width: 24px; height: 24px; }
.lp2-step h3 { margin: 0 0 .35rem; font-size: 1.02rem; }
.lp2-step p { margin: 0; color: var(--slate); font-size: .9rem; line-height: 1.55; }

.lp2-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: .8rem; }
.lp2-shot { margin: 0; border-radius: .9rem; overflow: hidden; border: 1.5px solid var(--border); background: #f2f4f9; position: relative; }
.lp2-shot img, .lp2-shot video { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.lp2-shot figcaption { position: absolute; left: .5rem; bottom: .5rem; font-size: .62rem; font-weight: 800; letter-spacing: .03em;
  text-transform: uppercase; color: #fff; background: rgba(10, 15, 31, .62); padding: .18rem .5rem; border-radius: 999px; }

.lp2-audit { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 2rem; align-items: center;
  max-width: 1080px; margin: 3rem auto; padding: 2.4rem 6vw; background: #0a0f1f; border-radius: 1.4rem; color: #fff; }
.lp2-audit-art svg { width: 100%; max-width: 340px; display: block; margin: 0 auto; }
.lp2-audit-copy h2 { color: #fff; margin: .4rem 0 .6rem; }
.lp2-audit-copy p { color: #b6c2e2; max-width: 52ch; margin: 0 0 1.1rem; line-height: 1.6; }
@media (max-width: 800px) { .lp2-audit { grid-template-columns: 1fr; text-align: center; }
  .lp2-audit-copy p { margin-left: auto; margin-right: auto; } }

.lp2-faq { max-width: 760px; margin: 0 auto; }
.lp2-faq-item { background: #fff; border: 1.5px solid var(--border); border-radius: 1rem; margin-bottom: .7rem; overflow: hidden; }
.lp2-faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1rem 1.2rem; font-weight: 700; font-size: .96rem; user-select: none; }
.lp2-faq-item summary::-webkit-details-marker { display: none; }
.lp2-faq-item summary svg { width: 17px; height: 17px; color: var(--muted); flex-shrink: 0; transition: transform .16s; }
.lp2-faq-item[open] summary svg { transform: rotate(180deg); }
.lp2-faq-item[open] summary { color: var(--brand-700); }
.lp2-faq-item p { margin: 0; padding: 0 1.2rem 1.1rem; color: var(--slate); font-size: .9rem; line-height: 1.65; }

.lp2-footer { display: block; }
.lp2-footer-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; max-width: 1080px;
  margin: 0 auto; padding: 2.2rem 6vw 1.2rem; text-align: left; }
.lp2-footer-col { display: flex; flex-direction: column; gap: .45rem; }
.lp2-footer-col strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: #64748b; margin-bottom: .2rem; }
.lp2-footer-col a { color: #475569; font-size: .88rem; text-decoration: none; }
.lp2-footer-col a:hover { color: var(--brand-700); }
.lp2-footer-brand p { color: #64748b; font-size: .84rem; line-height: 1.55; margin: .6rem 0 0; max-width: 30ch; }
.lp2-footer-base { text-align: center; color: #94a3b8; font-size: .8rem; padding: 1rem 6vw 2rem; }
@media (max-width: 860px) { .lp2-footer-cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .lp2-footer-cols { grid-template-columns: 1fr; } }
