/* ==========================================================================
   BestCRMPick — Design System (brand v1)
   Deep Indigo #4338CA · Royal Purple #7C3AED · Violet #8B5CF6 · Dark Navy #0F172A
   Green is reserved for semantic "verified / pros / free" signals only.
   ========================================================================== */

:root {
  --color-bg: #ffffff;
  --color-bg-alt: #f7f7fd;
  --color-text: #1e293b;
  --color-text-muted: #64748b;
  --color-heading: #0F172A;
  --color-primary: #4338CA;
  --color-accent: #4338CA;
  --color-accent-dark: #3730a3;
  --color-purple: #7C3AED;
  --color-violet: #8B5CF6;
  --color-cta: #4338CA;
  --color-cta-hover: #3730a3;
  --color-ok: #4338CA;
  --color-border: #e4e4f0;
  --color-gold: #f5a623;
  --color-bad: #64748b;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --radius: 4px;
  --container-width: 1140px;
  --space-section: 40px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-sans); font-size: 16px; line-height: 1.6; color: var(--color-text); background: var(--color-bg); }

h1, h2, h3, h4 { color: var(--color-heading); font-weight: 700; line-height: 1.25; margin: 0 0 16px; }
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 19px; }
h4 { font-size: 16px; }
p { margin: 0 0 20px; }
ul, ol { margin: 0 0 20px; padding-left: 22px; }
a { color: var(--color-accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; display: block; }

.container { max-width: var(--container-width); margin: 0 auto; padding: 0 20px; }
section { padding: var(--space-section) 0; }
.section-alt { background: var(--color-bg-alt); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 32px; }
.section-head p { color: var(--color-text-muted); margin-bottom: 0; }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 8px; }

/* Buttons ------------------------------------------------------------------ */
.btn { display: inline-block; padding: 12px 20px; border-radius: var(--radius); font-weight: 700; font-size: 15px; border: 2px solid transparent; cursor: pointer; text-decoration: none; }
.btn:hover { text-decoration: none; }
.btn-cta { background: var(--color-cta); color: #fff; }
.btn-cta:hover { background: var(--color-cta-hover); }
.btn-outline { background: transparent; border-color: var(--color-accent); color: var(--color-accent); }
.btn-outline:hover { background: var(--color-accent); color: #fff; }
.btn-block { display: block; width: 100%; text-align: center; }

/* Header / Nav -------------------------------------------------------------- */
/* Floating pill header: sticky, inset from the edges, page content shows behind it on scroll */
.site-header { position: sticky; top: 0; z-index: 50; background: transparent; border: 0; padding: 12px 0 0; pointer-events: none; }
.header-inner {
  pointer-events: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  height: 76px; padding: 0 12px 0 22px; max-width: 1240px;
  background: rgba(255,255,255,.985);
  border: 1px solid rgba(228,228,240,.9); border-radius: 100px;
  box-shadow: 0 2px 4px rgba(15,23,42,.04), 0 14px 40px rgba(15,23,42,.10);
}
.logo { font-size: 20px; font-weight: 800; color: var(--color-heading); display: inline-flex; align-items: center; flex-shrink: 0; }
.logo span { color: var(--color-primary); }
.logo img { height: 56px; width: auto; display: block; }
.site-footer .logo span { color: var(--color-violet); }
.site-nav { display: flex; align-items: center; gap: 22px; flex: 1; justify-content: flex-end; }
.site-nav ul { list-style: none; display: flex; gap: 6px; margin: 0 auto; padding: 0; }
.site-nav ul > li > a { display: inline-flex; align-items: center; padding: 10px 14px; border-radius: 100px; color: var(--color-text); font-weight: 600; font-size: 15px; }
.site-nav ul > li > a:hover, .has-dropdown:hover > a { color: var(--color-primary); background: #f1efff; text-decoration: none; }
.nav-cta { padding: 12px 20px; font-size: 14px; border-radius: 100px; box-shadow: 0 8px 20px rgba(67,56,202,.28); }
.has-dropdown { position: relative; }
.has-dropdown > a .caret { font-size: 10px; margin-left: 4px; display: inline-block; opacity: .7; transition: transform .15s; }
.has-dropdown:hover > a .caret { transform: rotate(180deg); }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid var(--color-border); border-radius: 16px; box-shadow: 0 20px 50px rgba(15,23,42,.16); min-width: 260px; padding: 10px; margin-top: 14px; z-index: 60; }
.dropdown-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; } /* hover bridge */
.has-dropdown:hover .dropdown-menu, .has-dropdown:focus-within .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 10px 12px; border-radius: 10px; font-weight: 500; font-size: 14px; color: var(--color-text); }
.dropdown-menu a:hover { background: #f1efff; color: var(--color-primary); text-decoration: none; }
.dropdown-menu a.dropdown-all { margin-top: 6px; padding-top: 12px; border-top: 1px solid var(--color-border); font-weight: 700; color: var(--color-primary); border-radius: 0; }
/* Mega panels for Reviews (2nd item) and Compare (3rd item): two-column grid */
.site-nav > ul > li:nth-child(2):hover .dropdown-menu, .site-nav > ul > li:nth-child(2):focus-within .dropdown-menu,
.site-nav > ul > li:nth-child(3):hover .dropdown-menu, .site-nav > ul > li:nth-child(3):focus-within .dropdown-menu,
.site-nav > ul > li:nth-child(4):hover .dropdown-menu, .site-nav > ul > li:nth-child(4):focus-within .dropdown-menu { display: grid; grid-template-columns: 1fr 1fr; min-width: 480px; column-gap: 6px; }
.site-nav > ul > li:nth-child(2) .dropdown-menu a.dropdown-all, .site-nav > ul > li:nth-child(3) .dropdown-menu a.dropdown-all, .site-nav > ul > li:nth-child(4) .dropdown-menu a.dropdown-all { grid-column: 1 / -1; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: none; border: none; cursor: pointer; margin-right: 6px; }
.nav-toggle span { display: block; height: 2px; background: var(--color-heading); border-radius: 2px; }
@media (max-width: 1080px) { .site-nav ul > li > a { padding: 10px 10px; font-size: 14px; } .site-nav { gap: 12px; } }
@media (max-width: 860px) {
  .header-inner { height: 66px; padding: 0 10px 0 16px; }
  .logo img { height: 44px; }
  .nav-toggle { display: flex; }
  .site-nav { position: fixed; top: 84px; left: 12px; right: 12px; bottom: 12px; background: #fff; border: 1px solid var(--color-border); border-radius: 20px; box-shadow: 0 20px 50px rgba(15,23,42,.18); flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 20px; gap: 16px; transform: translateX(110%); transition: transform .22s ease; overflow-y: auto; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav ul { flex-direction: column; gap: 4px; width: 100%; margin: 0; }
  .site-nav ul > li > a { padding: 10px 8px; width: 100%; border-radius: 10px; }
  .nav-cta { width: 100%; text-align: center; }
  .dropdown-menu, .site-nav > ul > li:nth-child(2):hover .dropdown-menu, .site-nav > ul > li:nth-child(3):hover .dropdown-menu, .site-nav > ul > li:nth-child(4):hover .dropdown-menu,
  .site-nav > ul > li:nth-child(2):focus-within .dropdown-menu, .site-nav > ul > li:nth-child(3):focus-within .dropdown-menu, .site-nav > ul > li:nth-child(4):focus-within .dropdown-menu { display: block; position: static; box-shadow: none; border: none; margin: 2px 0 6px 14px; padding: 0; min-width: 0; }
  .dropdown-menu a { padding: 7px 8px; font-size: 14px; }
}

/* Generic hero + actions ------------------------------------------------------ */
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.lead { font-size: 18px; color: var(--color-text-muted); }

/* Card grids ---------------------------------------------------------------- */
.grid { display: grid; gap: 24px; align-items: stretch; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card { border: 1px solid var(--color-border); border-radius: 8px; padding: 24px; background: #fff; display: flex; flex-direction: column; height: 100%; }
.card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.tool-badge { width: 44px; height: 44px; border-radius: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 15px; }
.badge-blue { background: var(--color-accent); }
.badge-green { background: var(--color-purple); }
.badge-navy { background: #0F172A; }
.rank-pill { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; font-size: 12.5px; font-weight: 700; color: #0f766e; background: #ecfdf5; border: 1px solid #99f0dd; padding: 4px 12px 4px 4px; border-radius: 100px; margin-bottom: 12px; box-shadow: 0 2px 8px rgba(13,148,136,.18); transition: transform .15s ease, box-shadow .15s ease; }
.rank-pill:hover { transform: translateY(-1px); box-shadow: 0 5px 14px rgba(13,148,136,.28); }
.rank-pill-icon { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: #14b8a6; color: #fff; font-size: 11px; line-height: 1; flex-shrink: 0; }
.stars { color: var(--color-gold); letter-spacing: 2px; font-size: 15px; }
.rating-number { font-weight: 700; color: var(--color-heading); margin-left: 6px; font-size: 14px; }
.card .price { font-weight: 700; color: var(--color-heading); margin: 8px 0; }
.card .price span { font-weight: 400; color: var(--color-text-muted); font-size: 13px; }
.card ul { padding-left: 18px; margin-bottom: 16px; font-size: 14px; color: var(--color-text-muted); }
.card .btn { margin-top: auto; }
.vs-row { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 14px; }
.vs-row img { height: 34px; width: auto; max-width: 112px; object-fit: contain; }
.vs-badge { flex-shrink: 0; font-size: 11px; font-weight: 800; color: var(--color-text-muted); background: var(--color-bg-alt); border-radius: 100px; padding: 4px 9px; letter-spacing: .04em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.team-quote { position: relative; background: linear-gradient(135deg, #eef2ff, #f5f3ff); border: 1px solid #ddd6fe; border-radius: 20px; padding: 44px 40px 36px; text-align: center; box-shadow: 0 20px 45px rgba(67,56,202,.12); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.team-quote:hover { transform: translateY(-4px); box-shadow: 0 26px 55px rgba(67,56,202,.18); }
.team-quote::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(139,92,246,.18), transparent 55%); pointer-events: none; }
.team-quote-mark { font-family: Georgia, serif; font-size: 64px; line-height: 1; color: var(--color-accent); opacity: .35; margin-bottom: -6px; }
.team-quote p { position: relative; z-index: 1; font-size: 21px; font-weight: 600; color: var(--color-heading); line-height: 1.5; max-width: 640px; margin: 0 auto 24px; }
.team-quote-author { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 12px; }
.team-quote-author div { text-align: left; }
.team-quote-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--color-accent); color: #fff; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.team-quote-author strong { display: block; font-size: 14px; color: var(--color-heading); }
.team-quote-author span { font-size: 12.5px; color: var(--color-text-muted); }
@media (max-width: 600px) { .team-quote { padding: 34px 22px 28px; } .team-quote p { font-size: 18px; } }

/* Pros & cons (review boxes) --------------------------------------------------- */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 24px 0; }
@media (max-width: 640px) { .pros-cons { grid-template-columns: 1fr; } }
.pc-box { border: 1px solid var(--color-border); border-radius: 8px; padding: 20px; }
.pc-box.pros { border-top: 4px solid var(--color-ok); }
.pc-box.cons { border-top: 4px solid var(--color-bad); }
.pc-box ul { list-style: none; padding: 0; margin: 0; }
.pc-box li { display: flex; gap: 8px; margin-bottom: 10px; font-size: 15px; }
.pc-box li::before { flex-shrink: 0; font-weight: 800; }
.pc-box.pros li::before { content: "✓"; color: var(--color-ok); }
.pc-box.cons li::before { content: "✕"; color: var(--color-bad); }

/* Tables --------------------------------------------------------------------- */
.table-wrap { overflow-x: auto; margin: 24px 0; border: 1px solid var(--color-border); border-radius: 8px; }
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--color-border); font-size: 15px; }
thead th { background: var(--color-bg-alt); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: var(--color-text-muted); }
tbody tr:last-child td { border-bottom: none; }
td.win { color: var(--color-ok); font-weight: 700; }

/* Email capture --------------------------------------------------------------- */
.email-capture { background: var(--color-accent-dark); color: #fff; border-radius: 12px; padding: 36px; text-align: center; }
.email-capture h2, .email-capture p { color: #fff; }
.email-capture p { color: rgba(255,255,255,.85); }
.capture-form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.capture-form input[type="email"], .capture-form input[type="text"], .capture-form select { flex: 1; min-width: 200px; padding: 12px 14px; border-radius: var(--radius); border: none; font-size: 15px; font-family: var(--font-sans); }
.capture-form .btn { flex-shrink: 0; }
.capture-note { font-size: 12px; margin-top: 12px; color: rgba(255,255,255,.7); }
.form-success { display: none; background: var(--color-heading); color: #fff; padding: 12px 16px; border-radius: var(--radius); margin-top: 12px; }

/* Author bio ------------------------------------------------------------------- */
.author-bio { display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--color-border); border-radius: 8px; padding: 18px 20px; margin: 32px 0; background: var(--color-bg-alt); }
.author-avatar { width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0; background: var(--color-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.author-bio h4 { margin-bottom: 4px; }
.author-bio p { margin: 0; color: var(--color-text-muted); font-size: 14px; }
.author-bio.v2 { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: start; padding: 24px; background: #fff; border-top: 4px solid var(--color-accent); }
.author-bio.v2 .author-avatar { width: 72px; height: 72px; font-size: 22px; }
.author-bio.v2 .bio-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--color-text-muted); font-weight: 700; margin-bottom: 4px; }
.author-bio.v2 h4 { font-size: 18px; margin-bottom: 2px; }
.author-bio.v2 .bio-role { font-size: 13px; color: var(--color-text-muted); margin-bottom: 10px; }
.author-bio.v2 .bio-text { font-size: 15px; color: var(--color-text); line-height: 1.6; margin-bottom: 14px; }
.author-bio.v2 .bio-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.author-bio.v2 .bio-actions .more { font-weight: 700; font-size: 14px; }
@media (max-width: 520px) { .author-bio.v2 { grid-template-columns: 1fr; } }

/* Byline + popover ---------------------------------------------------------------- */
.byline-btn { display: inline-flex; align-items: center; gap: 12px; background: none; border: 0; padding: 0; font: inherit; font-weight: 600; color: var(--color-text); cursor: pointer; line-height: 1.25; text-align: left; }
.byline-btn > span:not(.avatar) { display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.byline-btn .name { display: inline-block; }
.byline-btn .avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--color-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; }
.byline-btn .name { text-decoration: underline; text-decoration-color: #c7d2fe; text-underline-offset: 3px; }
.byline-btn:hover .name { color: var(--color-accent); }
.byline-btn small { display: block; font-weight: 400; color: var(--color-text-muted); font-size: 12px; margin-top: 2px; }
.byline-wrap { position: relative; display: inline-block; }
.author-pop { position: absolute; top: calc(100% + 12px); left: 0; z-index: 70; width: 360px; max-width: calc(100vw - 32px); background: #fff; border: 1px solid var(--color-border); border-radius: 12px; box-shadow: 0 16px 40px rgba(20,30,60,.16); padding: 20px; display: none; text-align: left; }
.author-pop.open { display: block; }
.author-pop::before { content: ""; position: absolute; top: -7px; left: 22px; width: 12px; height: 12px; background: #fff; border-left: 1px solid var(--color-border); border-top: 1px solid var(--color-border); transform: rotate(45deg); }
.author-pop .pop-head { display: flex; gap: 14px; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--color-border); margin-bottom: 14px; }
.author-pop .pop-avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--color-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; flex-shrink: 0; }
.author-pop .pop-name { font-weight: 800; color: var(--color-heading); font-size: 17px; }
.author-pop .pop-role { font-size: 13px; color: var(--color-text-muted); }
.author-pop .pop-bio { font-size: 14px; line-height: 1.6; color: var(--color-text); margin: 0 0 14px; }
.author-pop .pop-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.author-pop .pop-more { font-weight: 700; font-size: 14px; }
.author-pop .pop-close { position: absolute; top: 8px; right: 10px; background: none; border: 0; font-size: 20px; line-height: 1; color: var(--color-text-muted); cursor: pointer; }
.btn-linkedin { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 6px; border: 1px solid #0a66c2; color: #0a66c2; font-weight: 700; font-size: 13px; background: #fff; }
.btn-linkedin:hover { background: #0a66c2; color: #fff; text-decoration: none; }
.btn-linkedin svg { width: 16px; height: 16px; fill: currentColor; }

/* Blog cards --------------------------------------------------------------------- */
.blog-card { position: relative; border: 1px solid var(--color-border); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; height: 100%; background: #fff; box-shadow: 0 1px 2px rgba(20,30,60,.04), 0 8px 24px rgba(20,30,60,.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 2px 4px rgba(20,30,60,.05), 0 18px 40px rgba(20,30,60,.12); border-color: #c7d2fe; }
.blog-card .thumb { position: relative; height: 150px; display: flex; align-items: flex-end; padding: 14px; background: linear-gradient(135deg, #312e81 0%, #4338CA 55%, #8B5CF6 100%); color: #fff; }
.blog-card .thumb::before { content: ""; position: absolute; inset: 0; opacity: .35; background: radial-gradient(circle at 85% 15%, rgba(255,255,255,.55), transparent 42%), radial-gradient(circle at 15% 90%, rgba(255,255,255,.35), transparent 40%); }
.blog-card .thumb::after { content: ""; position: absolute; right: -30px; bottom: -40px; width: 140px; height: 140px; border-radius: 30px; background: rgba(255,255,255,.12); transform: rotate(18deg); }
.blog-card[data-category="Pricing"] .thumb { background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 55%, #6366f1 100%); }
.blog-card[data-category="Setup"] .thumb { background: linear-gradient(135deg, #4a1d96 0%, #7C3AED 55%, #c4b5fd 100%); }
.blog-card .thumb-label { position: relative; z-index: 1; color: #fff; background: rgba(255,255,255,.18); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,.35); border-radius: 100px; padding: 5px 11px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.blog-card .content { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; gap: 8px; }
.blog-meta { font-size: 13px; color: var(--color-text-muted); margin-bottom: 0; }
.blog-card h3 { margin: 0; font-size: 18px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card h3 a { color: var(--color-heading); }
.blog-card h3 a:hover { color: var(--color-accent); text-decoration: none; }
.blog-card p { font-size: 14px; color: var(--color-text-muted); margin: 0; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-card .content > a:last-child { font-weight: 700; font-size: 14px; margin-top: 6px; }
.blog-card .content > a:last-child::after { content: " →"; transition: margin-left .15s; }
.blog-card:hover .content > a:last-child::after { margin-left: 4px; }
.grid > .blog-card { height: auto; }
.tag { display: inline-block; background: #eef2ff; color: var(--color-accent); font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 100px; margin-bottom: 10px; }

/* FAQ / misc ---------------------------------------------------------------------- */
.faq-item { border-bottom: 1px solid var(--color-border); padding: 16px 0; }
.faq-item summary { cursor: pointer; font-weight: 700; font-size: 16px; color: var(--color-heading); }
.faq-item p { margin: 12px 0 0; color: var(--color-text-muted); }
.faq-two { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
@media (max-width: 620px) { .faq-two { grid-template-columns: 1fr; } }
.disclosure-banner { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; padding: 12px 16px; font-size: 13px; color: #334155; margin: 20px 0; }
.breadcrumb { font-size: 13px; color: var(--color-text-muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--color-text-muted); }
.crumbs { margin: 0 0 18px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 10px; margin: 0; padding: 0; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; }
.crumbs li { display: flex; align-items: center; gap: 10px; color: var(--color-text-muted); }
.crumbs li + li::before { content: "›"; color: #b4bcc8; font-size: 14px; }
.crumbs a { color: var(--color-accent); }
.crumbs li[aria-current] { color: var(--color-heading); }
.page-hero { background: var(--color-bg-alt); padding: 40px 0; text-align: center; }
.page-hero h1 { margin-bottom: 8px; }
.page-hero p { color: var(--color-text-muted); margin: 0; }
.callout { border-left: 4px solid var(--color-ok); background: #f5f3ff; padding: 14px 18px; border-radius: 6px; margin: 22px 0; }
.callout.warn { border-left-color: #64748b; background: #f8fafc; }
.callout.info { border-left-color: var(--color-accent); background: #eef2ff; }
.callout p:last-child { margin-bottom: 0; }
figure { margin: 24px 0 28px; }
figcaption { font-size: 13px; color: var(--color-text-muted); text-align: center; margin-top: 8px; }
.mini-compare td:first-child { font-weight: 700; color: var(--color-heading); }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-strip div { text-align: center; padding: 18px; border: 1px solid var(--color-border); border-radius: 10px; background: #fff; }
.trust-strip strong { display: block; font-size: 22px; color: var(--color-heading); }
.trust-strip span { font-size: 13px; color: var(--color-text-muted); }
@media (max-width: 900px) { .trust-strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .trust-strip { grid-template-columns: 1fr; } }
.usecase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 20px 0; }
.usecase-grid a { display: block; border: 1px solid var(--color-border); border-radius: 8px; padding: 14px 16px; color: var(--color-text); }
.usecase-grid a:hover { border-color: var(--color-accent); text-decoration: none; }
.usecase-grid b { display: block; color: var(--color-heading); margin-bottom: 2px; }
.usecase-grid span { font-size: 13px; color: var(--color-text-muted); }
@media (max-width: 700px) { .usecase-grid { grid-template-columns: 1fr !important; } }

/* Footer ----------------------------------------------------------------------------- */
.site-footer { background: #0F172A; color: #cbd5e1; padding-top: var(--space-section); }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 32px; }
.footer-inner.cols-5 { grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; }
.site-footer .logo { color: #fff; }
.site-footer p { color: #94a3b8; font-size: 14px; }
.footer-col h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #cbd5e1; font-size: 14px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #1e293b; padding: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #94a3b8; }
.footer-bottom .disclosure { max-width: 560px; margin: 0; }
@media (max-width: 1000px) { .footer-inner, .footer-inner.cols-5 { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 560px) { .footer-inner, .footer-inner.cols-5 { grid-template-columns: 1fr; } }

/* Long-form review layout ------------------------------------------------------------- */
.review-hero { background: var(--color-bg-alt); padding: 36px 0 32px; }
.review-hero-inner { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: center; }
/* At-a-glance tiles under the intro so the left column fills the height of the verdict box */
.hero-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 22px; }
.hero-facts div { background: #fff; border: 1px solid #dfe2f0; border-left: 3px solid var(--color-primary); border-radius: 10px; padding: 12px 14px 13px; font-size: 11.5px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--color-primary); box-shadow: 0 1px 2px rgba(15,23,42,.04), 0 8px 20px rgba(67,56,202,.08); }
.hero-facts b { display: block; text-transform: none; letter-spacing: 0; font-size: 15px; font-weight: 600; color: var(--color-heading); margin-top: 5px; line-height: 1.4; }
@media (max-width: 560px) { .hero-facts { grid-template-columns: 1fr; } }
.review-meta { font-size: 13px; color: var(--color-text-muted); margin: 0 0 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 0; }
.review-meta > span + span::before { content: "·"; margin: 0 8px; }
.review-hero .lead { font-size: 18px; color: var(--color-text-muted); margin-bottom: 0; }
/* Review title block: logo tile · award line + H1, generous spacing, no inline styles */
.review-hero .breadcrumb { margin-bottom: 22px; }
.review-title { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 20px; align-items: start; margin: 0 0 20px; }
.review-title .tool-badge { width: 72px; height: 72px; border-radius: 16px; font-size: 22px; box-shadow: 0 8px 20px rgba(15,23,42,.10); }
.tool-badge.has-logo { background: #fff; border: 1px solid #dfe2f0; padding: 8px; font-size: 0; }
.tool-badge.has-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.award-line { display: inline-flex; align-items: center; gap: 8px; margin: 2px 0 12px; padding: 0 0 0 12px; border-left: 3px solid var(--color-primary); font-size: 12.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--color-primary); line-height: 1.4; }
.award-line::before { content: "★"; font-size: 12px; color: var(--color-gold); letter-spacing: 0; }
.review-title h1 { margin: 0; font-size: 34px; line-height: 1.18; letter-spacing: -0.01em; }
.review-hero .review-meta { margin: 0 0 20px; padding-top: 16px; border-top: 1px solid #e4e4f0; }
.review-hero .review-meta > span + span::before { margin: 0 10px; }
@media (max-width: 640px) { .review-title { grid-template-columns: 56px 1fr; gap: 14px; } .review-title .tool-badge { width: 56px; height: 56px; border-radius: 12px; font-size: 18px; } .tool-badge.has-logo { padding: 9px; } .review-title h1 { font-size: 27px; } }
.sticky-col { position: sticky; top: 108px; }
.verdict-box { background: #fff; border: 1px solid var(--color-border); border-top: 4px solid var(--color-accent); border-radius: 8px; padding: 22px; }
.verdict-box h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--color-text-muted); margin-bottom: 10px; }
.verdict-score { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.verdict-score strong { font-size: 44px; line-height: 1; color: var(--color-heading); }
.verdict-score small { font-size: 14px; color: var(--color-text-muted); }
.verdict-box .stars { font-size: 18px; display: block; margin-bottom: 12px; }
.verdict-box .verdict-line { font-size: 14px; margin-bottom: 14px; }
.score-list { list-style: none; padding: 0; margin: 0 0 18px; }
.score-list li { display: grid; grid-template-columns: 1fr 92px 30px; align-items: center; gap: 10px; font-size: 13px; margin-bottom: 8px; }
.score-bar { height: 8px; background: var(--color-border); border-radius: 4px; overflow: hidden; }
.score-bar span { display: block; height: 100%; background: linear-gradient(90deg, #4338CA, #8B5CF6); }
.score-list b { text-align: right; color: var(--color-heading); }
.verdict-box .small { display: block; margin-top: 10px; }
.glance-table th { width: 40%; color: var(--color-text-muted); font-weight: 600; font-size: 14px; }
.glance-table td { font-weight: 600; color: var(--color-heading); font-size: 14px; }
.glance-table table { min-width: 0; }
.review-toc { border: 1px solid var(--color-border); border-radius: 8px; padding: 18px 22px; background: var(--color-bg-alt); margin: 28px 0; }
.review-toc h4 { margin-bottom: 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--color-text-muted); }
.review-toc ol { margin: 0; padding-left: 20px; columns: 2; column-gap: 32px; font-size: 14px; }
.review-toc li { margin-bottom: 6px; break-inside: avoid; }
.review-article h2 { margin-top: 44px; scroll-margin-top: 110px; }
.review-article h3 { margin-top: 26px; }
.review-article p, .review-article li { font-size: 16px; line-height: 1.7; }
@media (max-width: 900px) { .review-hero-inner { grid-template-columns: 1fr; } .sticky-col { position: static; } .review-toc ol { columns: 1; } }

/* Ranked picks (guides) ---------------------------------------------------------------- */
.pick-card { border: 1px solid var(--color-border); border-radius: 12px; padding: 22px 26px 26px; margin: 28px 0; background: #fff; scroll-margin-top: 110px; box-shadow: 0 1px 2px rgba(15,23,42,.03); }
/* Pick-card header is a fixed 3-column grid (rank · title · ratings) so no award/title length can
   push the rating chips onto a second row. Ratings column collapses when empty. */
.pick-head { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; column-gap: 16px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--color-border); }
.pick-rank { display: none; }
.pick-logo { width: 52px; height: 52px; border-radius: 12px; border: 1px solid var(--color-border); background: #fff; padding: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pick-logo img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.card-top .tool-badge.has-logo { width: 48px; height: 48px; padding: 6px; border-radius: 10px; }
/* Comparison hero: logo vs logo */
.vs-logos { display: flex; align-items: center; gap: 14px; margin: 18px 0 20px; }
.vs-logo { width: 64px; height: 64px; border-radius: 16px; border: 1px solid var(--color-border); background: #fff; padding: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(15,23,42,.08); }
.vs-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.vs-mark { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--color-primary); background: #eef2ff; border-radius: 100px; padding: 5px 10px; }
.pick-rank { width: 52px; height: 52px; border-radius: 12px; background: var(--color-heading); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; flex-shrink: 0; }
.pick-title { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; min-width: 0; }
.pick-head h3 { margin: 0; font-size: 22px; line-height: 1.2; }
.pick-award { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; max-width: 100%; font-size: 12px; font-weight: 700; text-transform: none; letter-spacing: normal; color: #0f766e; background: #ecfdf5; border: 1px solid #99f0dd; padding: 4px 12px 4px 4px; border-radius: 100px; line-height: 1.3; box-shadow: 0 2px 6px rgba(13,148,136,.15); }
.pick-award::before { content: "★"; display: flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: #14b8a6; color: #fff; font-size: 10px; flex-shrink: 0; }
.pick-ratings { display: flex; gap: 10px; align-items: stretch; justify-self: end; }
.pick-ratings:empty { display: none; }
.pick-score, .g2-score { position: relative; display: grid; column-gap: 10px; align-items: center; justify-items: start; padding: 8px 12px; border: 1px solid var(--color-border); border-radius: 10px; background: #fff; color: var(--color-heading); text-decoration: none; }
.pick-score { grid-template-columns: auto minmax(0, 1fr); grid-template-areas: "num stars" "num label"; }
.pick-score b, .g2-score b { grid-area: num; font-size: 22px; font-weight: 800; line-height: 1; }
.pick-score .stars { grid-area: stars; font-size: 12px; letter-spacing: 1px; line-height: 1.2; }
.pick-score small, .g2-score small { grid-area: label; display: block; font-size: 11px; color: var(--color-text-muted); font-weight: 600; line-height: 1.2; }
.g2-score { grid-template-columns: auto minmax(0, 1fr); grid-template-areas: "mark num" "mark label"; }
.g2-score:hover { text-decoration: none; border-color: #c7d2fe; box-shadow: 0 6px 16px rgba(15,23,42,.08); }
.g2-mark { grid-area: mark; width: 30px; height: 30px; border-radius: 50%; background: #FF492C; color: #fff; font-weight: 800; font-size: 11px; letter-spacing: -.02em; display: flex; align-items: center; justify-content: center; }
.g2-score small::after { content: " \24D8"; color: var(--color-text-muted); }
.g2-score .tip { position: absolute; right: 0; bottom: calc(100% + 10px); width: 250px; background: var(--color-heading); color: #fff; font-size: 12px; font-weight: 500; line-height: 1.45; padding: 10px 12px; border-radius: 8px; opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity .15s, transform .15s, visibility .15s; z-index: 5; pointer-events: none; }
.g2-score .tip::after { content: ""; position: absolute; right: 18px; top: 100%; border: 6px solid transparent; border-top-color: var(--color-heading); }
.g2-score:hover .tip, .g2-score:focus-visible .tip { opacity: 1; visibility: visible; transform: none; }
.pick-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 14px 0 16px; }
.pick-facts div { background: #fff; border: 1px solid #dfe2f0; border-left: 3px solid var(--color-primary); border-radius: 8px; padding: 10px 12px 11px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--color-primary); box-shadow: 0 1px 2px rgba(15,23,42,.04), 0 6px 16px rgba(67,56,202,.07); }
.pick-facts b { display: block; text-transform: none; letter-spacing: 0; color: var(--color-heading); font-size: 14px; font-weight: 600; margin-top: 4px; line-height: 1.4; }
.pc-heading { font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--color-text-muted); margin: 20px 0 10px; }
.pick-pc { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 14px; }
.pick-pc ul { list-style: none; padding: 0; margin: 0; font-size: 14px; }
.pick-pc li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 8px; line-height: 1.45; }
.pick-pc li::before { content: ""; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; margin-top: 1px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }
/* soft green thumbs-up for pros, soft red cross for cons (owner request — the one place green is used) */
.pick-pc .yes li::before { background: #e8f4ec url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234f9a6a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3'/%3E%3C/svg%3E") center / 11px 11px no-repeat; }
.pick-pc .no li::before { content: "✕"; background: #fbecec; color: #c25a58; }
.pick-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.summary-strip { background: var(--color-bg-alt); border-radius: 10px; padding: 20px 24px; margin: 24px 0; }
.summary-strip ol { margin: 0; padding-left: 20px; }
.summary-strip li { margin-bottom: 8px; }
@media (max-width: 860px) { .pick-head { grid-template-columns: auto minmax(0, 1fr); row-gap: 14px; } .pick-ratings { grid-column: 1 / -1; justify-self: stretch; } .pick-score, .g2-score { flex: 1; } }
@media (max-width: 700px) { .pick-card { padding: 20px 18px 22px; } .pick-rank { width: 44px; height: 44px; font-size: 18px; border-radius: 10px; } .pick-logo { width: 44px; height: 44px; padding: 5px; border-radius: 10px; } .pick-facts, .pick-pc { grid-template-columns: 1fr; } .g2-score .tip { right: auto; left: 0; } .g2-score .tip::after { right: auto; left: 18px; } }
/* G2 chip inside a review verdict box */
.verdict-box .g2-score { display: grid; margin: 4px 0 14px; width: 100%; }
/* Brand mark as author avatar (favicon) */
.byline-btn .avatar img, .pop-avatar img, .author-avatar img { width: 100%; height: 100%; object-fit: contain; display: block; }
.byline-btn .avatar.has-img, .pop-avatar.has-img, .author-avatar.has-img { background: #fff; border: 1px solid var(--color-border); padding: 4px; }

/* Blog post template ---------------------------------------------------------------------- */
.progress-bar { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 60; background: transparent; }
.progress-bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #4338CA, #8B5CF6); transition: width .1s linear; }
.post-header-wrap { background: linear-gradient(180deg, #f5f3ff 0%, #fff 100%); border-bottom: 1px solid var(--color-border); padding: 34px 0; }
.post-header { display: block; max-width: 880px; }
.post-header .crumbs { margin-bottom: 14px; }
.post-header .tag { margin-bottom: 14px; }
.post-header h1 { font-size: 40px; letter-spacing: -0.015em; line-height: 1.15; margin-bottom: 14px; }
.post-header .dek { font-size: 18px; color: var(--color-text-muted); margin-bottom: 22px; line-height: 1.55; max-width: 720px; }
.post-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 0; font-size: 14px; color: var(--color-text-muted); }
.post-meta > * { display: inline-flex; align-items: center; }
.post-meta > * + * { padding-left: 16px; margin-left: 16px; border-left: 1px solid var(--color-border); }
.post-meta .byline, .post-meta .byline-wrap { color: var(--color-text); font-weight: 600; }
.post-meta .avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--color-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; }
.post-meta .chip, .chip { display: inline-flex; align-items: center; gap: 6px; background: #eef2ff; color: var(--color-primary); border-radius: 100px; padding: 5px 11px; font-size: 12px; font-weight: 700; }
.post-meta .chip::before { content: "✓"; }
@media (max-width: 600px) { .post-header h1 { font-size: 30px; } .post-header .dek { font-size: 17px; } .post-meta > * + * { padding-left: 0; margin-left: 0; border-left: 0; margin-right: 14px; } }

.post-layout { display: grid; grid-template-columns: minmax(0, 720px) 300px; gap: 56px; justify-content: center; padding: 8px 0 24px; }
.post-body { min-width: 0; }
.post-body > p, .post-body > ul, .post-body > ol { font-size: 17px; line-height: 1.75; }
.post-body h2 { font-size: 26px; margin-top: 44px; scroll-margin-top: 110px; }
.post-body h3 { font-size: 20px; margin-top: 28px; scroll-margin-top: 110px; }
.post-body h2:first-of-type { margin-top: 32px; }
.post-body li { margin-bottom: 6px; }
.post-body img { border-radius: 8px; }
.post-body .review-article p, .post-body .review-article li { font-size: 16px; }
.key-takeaways { border: 1px solid var(--color-border); border-left: 4px solid var(--color-accent); border-radius: 8px; background: #fff; padding: 18px 22px; margin: 0 0 8px; }
.key-takeaways h2 { font-size: 14px; text-transform: uppercase; letter-spacing: .06em; color: var(--color-heading); margin: 0 0 10px; }
.key-takeaways ul { margin: 0; padding-left: 20px; }
.key-takeaways li { font-size: 15px; line-height: 1.6; margin-bottom: 6px; }
.toc-inline { margin: 20px 0 8px; }
.post-sidebar { min-width: 0; }
.sidebar-sticky { position: sticky; top: 108px; display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - 120px); }
.toc-auto { border: 1px solid var(--color-border); border-radius: 8px; padding: 16px 18px; background: #fff; }
.toc-auto h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--color-text-muted); margin-bottom: 10px; }
.toc-auto ol { list-style: none; margin: 0; padding: 0; max-height: 48vh; overflow-y: auto; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: #c7d2fe transparent; }
.toc-auto ol::-webkit-scrollbar { width: 6px; }
.toc-auto ol::-webkit-scrollbar-thumb { background: #c7d2fe; border-radius: 3px; }
.toc-auto ol:empty::after { content: "Headings appear here"; display: block; font-size: 13px; color: var(--color-text-muted); padding: 4px 10px; }
.toc-auto li { margin: 0; }
.toc-auto a { display: block; padding: 6px 10px; border-left: 2px solid var(--color-border); font-size: 14px; color: var(--color-text-muted); line-height: 1.4; }
.toc-auto li.sub a { padding-left: 22px; font-size: 13px; }
.toc-auto a:hover { color: var(--color-accent); text-decoration: none; }
.toc-auto a.active { border-left-color: var(--color-accent); color: var(--color-heading); font-weight: 600; }
.sidebar-cta { background: var(--color-accent-dark); color: #fff; border-radius: 10px; padding: 20px; }
.sidebar-cta h4 { color: #fff; margin-bottom: 6px; }
.sidebar-cta p { color: rgba(255,255,255,.85); font-size: 14px; margin-bottom: 12px; }
.sidebar-cta .capture-form { flex-direction: column; }
.sidebar-cta .capture-form input { min-width: 0; width: 100%; }
.sidebar-cta .btn { width: 100%; text-align: center; }
.sidebar-cta .form-success { font-size: 13px; }
.post-footer-note { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13px; color: var(--color-text-muted); border-top: 1px solid var(--color-border); padding-top: 16px; margin-top: 36px; }
@media (max-width: 1000px) { .post-layout { grid-template-columns: 1fr; gap: 28px; } .sidebar-sticky { position: static; max-height: none; } .toc-auto ol { max-height: none; } }

/* Article content blocks */
.post-body ul:not([class]) { list-style: none; padding-left: 0; }
.post-body ul:not([class]) > li { position: relative; padding-left: 26px; margin-bottom: 10px; }
.post-body ul:not([class]) > li::before { content: ""; position: absolute; left: 4px; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--color-accent); }
.post-body ol:not([class]) { list-style: none; padding-left: 0; counter-reset: item; }
.post-body ol:not([class]) > li { position: relative; padding-left: 40px; margin-bottom: 12px; counter-increment: item; }
.post-body ol:not([class]) > li::before { content: counter(item); position: absolute; left: 0; top: .1em; width: 26px; height: 26px; border-radius: 50%; background: #eef2ff; color: var(--color-accent); font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.post-body li > strong:first-child { color: var(--color-heading); }
.post-body blockquote { margin: 24px 0; padding: 16px 22px; border-left: 4px solid var(--color-accent); background: var(--color-bg-alt); border-radius: 6px; font-size: 17px; color: var(--color-heading); }
.post-body table { font-size: 15px; }
.post-body .table-wrap { margin: 22px 0 26px; }
.post-body .conclusion { background: var(--color-bg-alt); border-radius: 10px; padding: 22px 26px; margin-top: 36px; }
.post-body .conclusion h2 { margin-top: 0; font-size: 22px; }
.post-body .conclusion p:last-child { margin-bottom: 0; }

/* Listicle entries */
.listing { padding: 8px 0 28px; border-bottom: 1px solid var(--color-border); margin-bottom: 8px; }
.listing:last-of-type { border-bottom: 0; }
.listing h3 { font-size: 22px; margin: 28px 0 14px; }
.listing .summary { font-size: 17px; line-height: 1.7; margin-bottom: 18px; }
.listing h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--color-text-muted); margin: 18px 0 8px; }
.pc-light { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0 0 6px; }
.pc-light ul { list-style: none; margin: 0; padding: 16px 18px 12px; border-radius: 10px; border: 1px solid var(--color-border); background: #fff; box-shadow: 0 1px 2px rgba(20,30,60,.04); position: relative; }
.pc-light ul::before { display: block; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.pc-light .pros { border-top: 3px solid var(--color-ok); }
.pc-light .cons { border-top: 3px solid var(--color-bad); }
.pc-light .pros::before { content: "Pros"; color: var(--color-ok); }
.pc-light .cons::before { content: "Cons"; color: var(--color-bad); }
.pc-light li { position: relative; padding-left: 26px; margin-bottom: 8px; font-size: 15px; line-height: 1.5; }
.pc-light li::before { position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; color: #fff; }
.pc-light .pros li::before { content: "✓"; background: var(--color-ok); }
.pc-light .cons li::before { content: "–"; background: var(--color-bad); }
.feature-list { list-style: none; margin: 0 0 6px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.feature-list li { position: relative; padding: 12px 14px 12px 44px; font-size: 14.5px; line-height: 1.5; border: 1px solid var(--color-border); border-radius: 10px; background: linear-gradient(180deg, #fff, #f7f7fd); box-shadow: 0 1px 2px rgba(20,30,60,.04); }
.feature-list li::before { content: "✓"; position: absolute; left: 12px; top: 12px; width: 22px; height: 22px; border-radius: 7px; background: #eef2ff; color: var(--color-accent); font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.price-mini { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin: 0 0 8px; }
.price-mini > div { border: 1px solid var(--color-border); border-radius: 8px; padding: 10px 12px; background: #fff; }
.price-mini .plan { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--color-text-muted); font-weight: 700; }
.price-mini .amt { font-size: 18px; font-weight: 800; color: var(--color-heading); margin: 2px 0; }
.price-mini .amt small { font-size: 12px; font-weight: 500; color: var(--color-text-muted); }
.price-mini .note { font-size: 12px; color: var(--color-text-muted); }
.price-note { font-size: 13px; color: var(--color-text-muted); margin: 6px 0 0; }
.listing-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; margin-top: 18px; }
.listing-cta .btn { padding: 10px 16px; font-size: 14px; }
.listing-cta a:not(.btn) { font-weight: 700; font-size: 14px; }
.cta-inline { display: grid; grid-template-columns: 1fr auto; gap: 16px 28px; align-items: center; background: linear-gradient(135deg, #312e81, #4338CA); color: #fff; border-radius: 10px; padding: 22px 26px; margin: 34px 0; }
.cta-inline h3 { color: #fff; font-size: 19px; margin: 0 0 4px; }
.cta-inline p { color: rgba(255,255,255,.85); font-size: 14px; margin: 0; }
.cta-inline .btn { white-space: nowrap; }
@media (max-width: 640px) { .pc-light, .feature-list { grid-template-columns: 1fr; } .cta-inline { grid-template-columns: 1fr; } }

/* Blog listing */
.featured-post { display: grid; grid-template-columns: 1.1fr 1fr; gap: 32px; align-items: center; border: 1px solid var(--color-border); border-radius: 12px; overflow: hidden; background: #fff; margin-bottom: 32px; }
.featured-post .thumb { min-height: 260px; height: 100%; background: linear-gradient(135deg, #eef2ff, #ddd6fe); display: flex; align-items: center; justify-content: center; color: var(--color-accent); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; font-size: 13px; }
.featured-post .content { padding: 28px 32px 28px 0; }
.featured-post h2 { font-size: 26px; margin: 8px 0 10px; }
.featured-post p { color: var(--color-text-muted); }
@media (max-width: 800px) { .featured-post { grid-template-columns: 1fr; } .featured-post .content { padding: 22px; } .featured-post .thumb { min-height: 160px; } }
.filter-chips { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin: 0 0 28px; }
.filter-chips button { border: 1px solid var(--color-border); background: #fff; color: var(--color-text); padding: 8px 14px; border-radius: 100px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: inherit; }
.filter-chips button.active, .filter-chips button:hover { border-color: var(--color-accent); color: var(--color-accent); background: #eef2ff; }
.blog-card.hidden { display: none; }

/* Author page --------------------------------------------------------------------------- */
.author-hero { background: linear-gradient(180deg, #f5f3ff 0%, #fff 100%); border-bottom: 1px solid var(--color-border); padding: 44px 0 40px; }
.author-hero-inner { display: grid; grid-template-columns: 120px 1fr; gap: 28px; align-items: center; }
.big-avatar { width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, #312e81, #8B5CF6); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 40px; box-shadow: 0 12px 30px rgba(67,56,202,.25); }
.author-hero h1 { margin-bottom: 4px; font-size: 36px; }
.author-hero .role { color: var(--color-text-muted); font-size: 16px; margin-bottom: 14px; }
.author-hero .lead { font-size: 17px; margin-bottom: 18px; max-width: 720px; }
.author-hero .actions { display: flex; flex-wrap: wrap; gap: 10px; }
.expertise { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; }
.expertise span { background: #eef2ff; color: var(--color-accent); font-weight: 700; font-size: 13px; padding: 6px 12px; border-radius: 100px; }
.author-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0 0 8px; }
.author-stats div { text-align: center; padding: 18px 14px; border: 1px solid var(--color-border); border-radius: 12px; background: #fff; box-shadow: 0 1px 2px rgba(20,30,60,.04); }
.author-stats strong { display: block; font-size: 26px; color: var(--color-heading); line-height: 1.1; }
.author-stats span { font-size: 13px; color: var(--color-text-muted); }
.author-two { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; }
.author-two .review-article h2:first-of-type { margin-top: 0; }
.standards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.standards div { border: 1px solid var(--color-border); border-radius: 10px; padding: 16px 18px; background: linear-gradient(180deg, #fff, #f7f7fd); }
.standards b { display: block; color: var(--color-heading); margin-bottom: 4px; }
.standards p { font-size: 14px; color: var(--color-text-muted); margin: 0; }
.mini-list a { display: block; padding: 10px 0; border-bottom: 1px solid var(--color-border); font-weight: 600; font-size: 14px; color: var(--color-text); }
.mini-list a:last-child { border-bottom: 0; }
.mini-list a:hover { color: var(--color-accent); text-decoration: none; }
.side-card { border: 1px solid var(--color-border); border-radius: 12px; padding: 18px 20px; background: #fff; box-shadow: 0 1px 2px rgba(20,30,60,.04); }
.side-card h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--color-text-muted); margin-bottom: 10px; }
@media (max-width: 900px) { .author-two { grid-template-columns: 1fr; } .author-stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .author-hero-inner { grid-template-columns: 1fr; } .standards { grid-template-columns: 1fr; } .author-stats { grid-template-columns: 1fr; } }

/* Methodology page ------------------------------------------------------------------------ */
.method-hero { background: linear-gradient(180deg, #f5f3ff 0%, #fff 100%); border-bottom: 1px solid var(--color-border); padding: 48px 0 40px; }
.method-hero h1 { font-size: 40px; margin-bottom: 14px; }
.method-hero .lead { font-size: 19px; max-width: 760px; color: var(--color-text-muted); }
.manifesto { font-size: 24px; font-weight: 800; color: var(--color-heading); letter-spacing: -0.01em; margin: 6px 0 16px; }
.manifesto span { color: var(--color-accent); }
.trust-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.trust-chips span { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--color-border); border-radius: 100px; padding: 8px 14px; font-size: 13px; font-weight: 700; color: var(--color-heading); box-shadow: 0 1px 2px rgba(20,30,60,.04); }
.trust-chips span::before { content: "✓"; width: 18px; height: 18px; border-radius: 50%; background: var(--color-ok); color: #fff; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; }
.process { position: relative; margin: 8px 0 0; padding: 0; list-style: none; }
.process::before { content: ""; position: absolute; left: 27px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--color-accent), #c7d2fe); }
.process li { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 0 0 28px; }
.process .num { width: 56px; height: 56px; border-radius: 50%; background: #fff; border: 2px solid var(--color-accent); color: var(--color-accent); font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(67,56,202,.15); position: relative; z-index: 1; }
.process .card { border: 1px solid var(--color-border); border-radius: 12px; padding: 18px 22px; background: #fff; box-shadow: 0 1px 2px rgba(20,30,60,.04); height: auto; display: block; }
.process h3 { margin: 0 0 6px; font-size: 18px; }
.process p { margin: 0; font-size: 15px; color: var(--color-text); }
.process .out { display: inline-block; margin-top: 10px; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--color-text-muted); }
.process .out b { color: var(--color-heading); }
.crit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.crit { border: 1px solid var(--color-border); border-radius: 12px; padding: 20px; background: #fff; box-shadow: 0 1px 2px rgba(20,30,60,.04); display: flex; flex-direction: column; }
.crit .crit-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.crit h3 { margin: 0; font-size: 17px; }
.crit .weight { font-weight: 800; color: var(--color-accent); font-size: 20px; }
.crit .bar { height: 8px; border-radius: 4px; background: var(--color-border); overflow: hidden; margin-bottom: 12px; }
.crit .bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--color-accent), #8B5CF6); }
.crit p { font-size: 14px; color: var(--color-text); margin: 0 0 8px; }
.crit p b { color: var(--color-heading); }
.crit .lose { font-size: 13px; color: var(--color-text-muted); margin: auto 0 0; padding-top: 8px; border-top: 1px dashed var(--color-border); }
.scale { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.scale div { border-radius: 12px; padding: 16px 18px; border: 1px solid var(--color-border); background: #fff; }
.scale .stars { display: block; font-size: 18px; margin-bottom: 4px; }
.scale b { display: block; color: var(--color-heading); font-size: 15px; }
.scale span { font-size: 13px; color: var(--color-text-muted); }
.scale .top { border-top: 4px solid var(--color-ok); }
.scale .good { border-top: 4px solid var(--color-accent); }
.scale .ok { border-top: 4px solid var(--color-gold); }
.scale .low { border-top: 4px solid var(--color-bad); }
.dont { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dont li { position: relative; padding: 12px 14px 12px 42px; border: 1px solid var(--color-border); border-radius: 10px; background: #fff; font-size: 15px; }
.dont li::before { content: "✕"; position: absolute; left: 12px; top: 11px; width: 22px; height: 22px; border-radius: 7px; background: #f1f5f9; color: var(--color-bad); font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; }
@media (max-width: 900px) { .crit-grid { grid-template-columns: 1fr 1fr; } .scale { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .crit-grid, .scale, .dont { grid-template-columns: 1fr; } .method-hero h1 { font-size: 30px; } .manifesto { font-size: 20px; } .process li { grid-template-columns: 44px 1fr; gap: 14px; } .process .num { width: 44px; height: 44px; font-size: 15px; } .process::before { left: 21px; } }

/* About page -------------------------------------------------------------------------------- */
.about-hero { position: relative; overflow: hidden; padding: 64px 0 56px; background: linear-gradient(135deg, #312e81 0%, #4338CA 55%, #8B5CF6 100%); color: #fff; }
.about-hero::before, .about-hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(10px); opacity: .35; }
.about-hero::before { width: 420px; height: 420px; right: -120px; top: -160px; background: radial-gradient(circle, #c4b5fd, transparent 65%); }
.about-hero::after { width: 360px; height: 360px; left: -140px; bottom: -200px; background: radial-gradient(circle, #ffd166, transparent 65%); }
.about-hero .container { position: relative; z-index: 1; }
.about-hero .crumbs a, .about-hero .crumbs li { color: rgba(255,255,255,.8); }
.about-hero .crumbs li[aria-current] { color: #fff; }
.about-hero .crumbs li + li::before { color: rgba(255,255,255,.5); }
.about-hero .eyebrow { color: #ddd6fe; }
.about-hero h1 { color: #fff; font-size: 44px; letter-spacing: -0.015em; max-width: 760px; margin-bottom: 14px; }
.about-hero .lead { color: rgba(255,255,255,.88); font-size: 19px; max-width: 700px; margin-bottom: 26px; }
.about-hero .btn-cta { background: #fff; color: var(--color-primary); }
.about-hero .btn-cta:hover { background: #ede9fe; }
.about-hero .btn-outline { border-color: rgba(255,255,255,.7); color: #fff; }
.about-hero .btn-outline:hover { background: #fff; color: var(--color-accent); }
.about-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.about-pills span { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(4px); color: #fff; border-radius: 100px; padding: 7px 14px; font-size: 13px; font-weight: 700; }
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: -34px; position: relative; z-index: 2; }
.numbers div { background: #fff; border-radius: 14px; padding: 22px 18px; text-align: center; box-shadow: 0 10px 30px rgba(20,30,60,.12); border: 1px solid var(--color-border); }
.numbers strong { display: block; font-size: 30px; color: var(--color-heading); line-height: 1.1; }
.numbers span { font-size: 13px; color: var(--color-text-muted); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value { border: 1px solid var(--color-border); border-radius: 14px; padding: 24px; background: #fff; box-shadow: 0 1px 2px rgba(20,30,60,.04), 0 8px 24px rgba(20,30,60,.05); transition: transform .18s, box-shadow .18s; }
.value:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(20,30,60,.12); }
.value .glyph { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; color: #fff; margin-bottom: 14px; }
.value .glyph { background: #eef2ff; color: var(--color-primary); font-size: 16px; }
.find-grid a.g-blue, .find-grid a.g-green, .find-grid a.g-purple, .find-grid a.g-orange { background: var(--color-heading); }
.find-grid a.g-purple { background: linear-gradient(135deg, #312e81, #4338CA); }
.value h3 { font-size: 18px; margin-bottom: 8px; }
.value p { font-size: 14.5px; color: var(--color-text-muted); margin: 0; }
.story { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.story .quote { border-radius: 16px; padding: 28px 30px; background: linear-gradient(135deg, #f5f3ff, #ede9fe); border: 1px solid #ddd6fe; position: relative; }
.story .quote::before { content: "“"; position: absolute; top: -18px; left: 22px; font-size: 80px; line-height: 1; color: var(--color-accent); opacity: .35; font-family: Georgia, serif; }
.story .quote p { font-size: 19px; color: var(--color-heading); font-weight: 600; margin: 0 0 12px; line-height: 1.5; }
.story .quote span { font-size: 13px; color: var(--color-text-muted); }
.story-steps { list-style: none; margin: 18px 0 0; padding: 0; }
.story-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; margin-bottom: 14px; font-size: 15px; }
.story-steps b { display: block; color: var(--color-heading); }
.story-steps .dot { width: 34px; height: 34px; border-radius: 50%; background: #eef2ff; color: var(--color-accent); font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; }
.money { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.money-rules { display: grid; gap: 12px; }
.money-rules > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; padding: 14px 16px; border-radius: 10px; background: #fff; border: 1px solid var(--color-border); box-shadow: 0 1px 2px rgba(20,30,60,.04); font-size: 15px; }
.money-rules .ok { width: 30px; height: 30px; border-radius: 50%; background: #eef2ff; color: var(--color-ok); font-weight: 800; display: flex; align-items: center; justify-content: center; }
.money-rules .no { width: 30px; height: 30px; border-radius: 50%; background: #f1f5f9; color: var(--color-bad); font-weight: 800; display: flex; align-items: center; justify-content: center; }
.find-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.find-grid a { display: block; border-radius: 14px; padding: 22px; color: #fff; text-decoration: none; min-height: 150px; position: relative; overflow: hidden; box-shadow: 0 8px 24px rgba(20,30,60,.12); transition: transform .18s; }
.find-grid a:hover { transform: translateY(-4px); text-decoration: none; }
.find-grid a::after { content: "→"; position: absolute; right: 18px; bottom: 14px; font-weight: 800; font-size: 20px; opacity: .85; }
.find-grid b { display: block; font-size: 17px; margin-bottom: 6px; }
.find-grid span { font-size: 13.5px; opacity: .9; }
.team-card { display: grid; grid-template-columns: 96px 1fr; gap: 24px; align-items: center; border: 1px solid var(--color-border); border-radius: 16px; padding: 26px 28px; background: #fff; box-shadow: 0 8px 24px rgba(20,30,60,.06); }
.team-card .big-avatar { width: 96px; height: 96px; font-size: 32px; }
.team-card h3 { margin-bottom: 4px; }
.team-card .role { color: var(--color-text-muted); font-size: 14px; margin-bottom: 10px; }
.team-card p { margin-bottom: 12px; }
.contact-band { border-radius: 16px; padding: 34px 36px; background: linear-gradient(135deg, #312e81, #4338CA); color: #fff; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.contact-band h2 { color: #fff; margin-bottom: 6px; }
.contact-band p { color: rgba(255,255,255,.85); margin: 0; }
.contact-band .btn-cta { background: #fff; color: var(--color-primary); }
.contact-band .btn-cta:hover { background: #ede9fe; }
.contact-band .btn-outline { border-color: rgba(255,255,255,.7); color: #fff; }
.contact-band .btn-outline:hover { background: #fff; color: var(--color-accent); }
@media (max-width: 900px) { .numbers { grid-template-columns: 1fr 1fr; } .values { grid-template-columns: 1fr 1fr; } .story, .money, .contact-band { grid-template-columns: 1fr; } .find-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .about-hero h1 { font-size: 32px; } .numbers, .values, .find-grid { grid-template-columns: 1fr; } .team-card { grid-template-columns: 1fr; } }

/* ================================================================================
   Homepage
   ================================================================================ */
.h3-hero { position: relative; overflow: hidden; padding: 44px 0 52px; background: radial-gradient(1200px 500px at 15% -10%, #ede9fe 0%, transparent 60%), radial-gradient(900px 500px at 100% 0%, #f3e8ff 0%, transparent 55%), #fff; }
.h3-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.h3-hero h1 { font-size: 44px; line-height: 1.1; letter-spacing: -0.02em; margin: 10px 0 16px; color: var(--color-heading); max-width: 560px; }
.h3-hero h1 em { font-style: normal; color: var(--color-primary); }
.h3-hero .lead { font-size: 17.5px; line-height: 1.6; color: var(--color-text-muted); margin-bottom: 24px; max-width: 540px; }
.h3-hero .hero-actions { justify-content: flex-start; gap: 12px; }
.h3-hero .btn { padding: 13px 22px; font-size: 15.5px; }
.h3-hero .proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 20px; font-size: 13px; color: var(--color-text-muted); }
.h3-hero .proof span::before { content: "✓ "; color: var(--color-ok); font-weight: 800; }

/* Hero visual: one tabbed, auto-rotating CRM card drawn in CSS */
.mock-stage { position: relative; padding: 6px 0 22px; }
.dash { position: relative; background: #fff; border: 1px solid var(--color-border); border-radius: 16px; box-shadow: 0 30px 70px rgba(15,23,42,.14), 0 2px 6px rgba(15,23,42,.05); overflow: hidden; font-size: 11px; }
.dash-bar { display: flex; align-items: center; gap: 6px; padding: 9px 12px; border-bottom: 1px solid var(--color-border); background: #fafafe; }
.dash-bar .dot { width: 9px; height: 9px; border-radius: 50%; background: #dcdde9; flex: none; }
.dash-tabs { display: flex; gap: 4px; margin-left: 8px; min-width: 0; flex: 1; }
.dash-tab { border: 0; background: transparent; font: inherit; font-size: 11.5px; font-weight: 700; color: var(--color-text-muted); padding: 6px 10px; border-radius: 8px; cursor: pointer; white-space: nowrap; transition: background .2s ease, color .2s ease; }
.dash-tab:hover { color: var(--color-heading); background: #f1f0fb; }
.dash-tab.active { color: var(--color-primary); background: #eef2ff; }
.dash-tab:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 1px; }
.dash-progress { height: 2px; background: #f1f0fb; }
.dash-progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #4338CA, #8B5CF6); }
.dash-progress span.run { animation: dash-prog 6s linear forwards; }
.dash:hover .dash-progress span, .dash:has(:focus-visible) .dash-progress span { animation-play-state: paused; }
@keyframes dash-prog { from { width: 0; } to { width: 100%; } }

.dash-views { display: grid; }
.dash-view { grid-area: 1 / 1; padding: 14px; display: grid; gap: 10px; align-content: start; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s; }
.dash-view.active { opacity: 1; visibility: visible; transform: none; transition: opacity .35s ease, transform .35s ease, visibility 0s; }
.dash-view[data-view="score"], .dash-view[data-view="skip"] { align-content: space-between; }

.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.dash-kpis > div, .dash-chart { border: 1px solid var(--color-border); border-radius: 10px; padding: 9px 11px; }
.dash-kpis small, .dash-chart small { display: block; font-size: 9.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--color-text-muted); font-weight: 700; }
.dash-kpis b { display: block; font-size: 18px; color: var(--color-heading); margin: 2px 0 1px; letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.dash-kpis em { font-style: normal; font-size: 10px; color: var(--color-primary); font-weight: 600; }
.dash-kpis b.bump { animation: bump .5s ease; }
@keyframes bump { 0% { color: #16a34a; transform: translateY(0); } 30% { transform: translateY(-2px); } 100% { color: var(--color-heading); transform: translateY(0); } }
.dash-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.dc { background: var(--color-bg-alt); border-radius: 10px; padding: 7px; display: grid; gap: 6px; align-content: start; }
.dc-head { display: flex; justify-content: space-between; font-size: 9.5px; font-weight: 700; color: var(--color-heading); text-transform: uppercase; letter-spacing: .05em; padding: 1px 2px 2px; }
.dc-head span { color: var(--color-text-muted); font-weight: 600; }
.deal { background: #fff; border: 1px solid var(--color-border); border-left: 3px solid var(--color-violet); border-radius: 7px; padding: 6px 8px; font-size: 10.5px; display: flex; justify-content: space-between; gap: 6px; }
.deal b { color: var(--color-heading); font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.deal span { color: var(--color-text-muted); flex: none; }
.deal.won { border-left-color: var(--color-primary); background: #eef2ff; }
.dash-chart { padding-bottom: 8px; }
.bars { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; height: 46px; align-items: end; margin-top: 6px; }
.bars i { display: block; height: 0; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, #8B5CF6, #4338CA); transition: height 1s cubic-bezier(.22,.9,.3,1); }
.bars.in i { height: var(--h); }
.bars i:nth-child(1) { transition-delay: 0ms; } .bars i:nth-child(2) { transition-delay: 60ms; } .bars i:nth-child(3) { transition-delay: 120ms; } .bars i:nth-child(4) { transition-delay: 180ms; }
.bars i:nth-child(5) { transition-delay: 240ms; } .bars i:nth-child(6) { transition-delay: 300ms; } .bars i:nth-child(7) { transition-delay: 360ms; } .bars i:nth-child(8) { transition-delay: 420ms; }

/* Live pulse dot + status pill */
.pulse-dot { position: relative; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #22c55e; margin-right: 5px; }
.pulse-dot::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; background: #22c55e; opacity: .5; animation: pulse-ring 1.7s ease-out infinite; }
@keyframes pulse-ring { 0% { transform: scale(.5); opacity: .55; } 100% { transform: scale(1.9); opacity: 0; } }
.live-pill { display: inline-flex; align-items: center; flex: none; margin-left: auto; font-size: 9.5px; font-weight: 800; letter-spacing: .06em; color: #16a34a; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 20px; padding: 3px 8px 3px 7px; white-space: nowrap; }

/* "Our score" and "Who should skip" views */
.sv-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.sv-head > span:first-child { font-size: 12.5px; font-weight: 800; color: var(--color-heading); }
.sv-tag { font-size: 9.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--color-primary); background: #eef2ff; border-radius: 20px; padding: 3px 8px; }
.sv-score { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; padding: 10px 12px; border: 1px solid var(--color-border); border-radius: 12px; }
.lsc-num { display: flex; align-items: baseline; gap: 2px; }
.lsc-num b { font-size: 38px; line-height: 1; font-weight: 800; letter-spacing: -.02em; color: #16a34a; font-variant-numeric: tabular-nums; }
.lsc-num small { font-size: 13px; color: var(--color-text-muted); font-weight: 600; }
.sv-bars { display: grid; gap: 8px; }
.sv-row { display: grid; grid-template-columns: 108px 1fr 22px; gap: 8px; align-items: center; font-size: 10.5px; color: var(--color-text-muted); }
.sv-row b { font-size: 11px; color: var(--color-heading); text-align: right; }
.sv-row b.ok { color: #16a34a; }
.lsc-bar { height: 6px; border-radius: 6px; background: #eef0f8; overflow: hidden; }
.lsc-bar span { display: block; height: 100%; width: 0%; border-radius: 6px; background: linear-gradient(90deg, #4338CA, #22c55e); transition: width 1.4s cubic-bezier(.22,.9,.3,1); }
.lsc-bar.muted span { background: #94a3b8; }
.lsc-checks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; }
.lsc-checks li { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 11.5px; color: var(--color-text-muted); padding: 7px 10px; background: var(--color-bg-alt); border-radius: 8px; transition: background .3s ease; }
.lsc-checks .chk { position: relative; width: 15px; height: 15px; border-radius: 50%; border: 1.5px solid #cbd5e1; flex: none; transition: background .3s ease, border-color .3s ease; }
.lsc-checks li.pass { background: #f0fdf4; }
.lsc-checks li.pass .chk { background: #22c55e; border-color: #22c55e; }
.lsc-checks li.pass .chk::after { content: ""; position: absolute; left: 4px; top: 1px; width: 4px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.lsc-checks li.pass span { color: var(--color-heading); font-weight: 600; }
.lsc-verified { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; color: #16a34a; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 10px; padding: 8px 10px; opacity: 0; transform: translateY(4px); transition: opacity .4s ease, transform .4s ease; }
.lsc-verified.show { opacity: 1; transform: none; }
.lsc-verified .tick, .mock-toast .tick { width: 18px; height: 18px; border-radius: 50%; background: #16a34a; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; flex: none; }
.skip-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 9px 12px; border: 1px solid var(--color-border); border-radius: 10px; font-size: 12px; color: var(--color-text); text-decoration: none; opacity: 0; transform: translateX(-8px); transition: opacity .35s ease, transform .35s ease, border-color .2s ease, background .2s ease; }
.skip-row b { color: var(--color-primary); white-space: nowrap; }
.skip-row:hover { border-color: var(--color-primary); background: #f5f3ff; }
.dash-view.active .skip-row { opacity: 1; transform: none; }
.dash-view.active .skip-row:nth-of-type(2) { transition-delay: .08s; }
.dash-view.active .skip-row:nth-of-type(3) { transition-delay: .16s; }
.dash-view.active .skip-row:nth-of-type(4) { transition-delay: .24s; }
.skip-note { margin: 2px 0 0; font-size: 11px; color: var(--color-text-muted); }

/* Floating status toast, changes with the active tab */
.mock-toast { position: absolute; left: -16px; bottom: 0; display: flex; align-items: center; gap: 8px; padding: 9px 14px; background: #fff; border: 1px solid var(--color-border); border-radius: 12px; box-shadow: 0 16px 36px rgba(20,30,60,.16); font-size: 12.5px; font-weight: 700; color: var(--color-heading); z-index: 2; transition: opacity .25s ease, transform .25s ease; }
.mock-toast.swap { opacity: 0; transform: translateY(4px); }

@media (prefers-reduced-motion: reduce) { .dash-progress { display: none; } .dash-view, .skip-row, .lsc-verified, .bars i { transition: none; } }
@media (max-width: 1000px) { .h3-hero-inner { grid-template-columns: 1fr; gap: 36px; } .mock-stage { max-width: 620px; } }
@media (max-width: 600px) {
  .h3-hero { padding: 28px 0 36px; }
  .h3-hero h1 { font-size: 32px; }
  .h3-hero .lead { font-size: 16px; }
  .dash-bar .dot, .dash-bar .live-pill { display: none; }
  .dash-tabs { margin-left: 0; }
  .dash-tab { padding: 6px 8px; font-size: 11px; }
  .dash-kpis { grid-template-columns: 1fr 1fr; }
  .dash-kpis > div:last-child { display: none; }
  .dash-cols { grid-template-columns: 1fr 1fr; }
  .dc:nth-child(n+3) { display: none; }
  .lsc-checks { grid-template-columns: 1fr; }
  .sv-row { grid-template-columns: 90px 1fr 22px; }
  .mock-toast { display: none; }
}

.trust-bar { border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); background: #fff; padding: 16px 0; }
.trust-bar .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 36px; font-size: 14px; font-weight: 600; color: var(--color-heading); }
.trust-bar span::before { content: "✓"; display: inline-flex; width: 20px; height: 20px; border-radius: 50%; background: #eef2ff; color: var(--color-ok); font-size: 12px; align-items: center; justify-content: center; margin-right: 8px; font-weight: 800; }

.paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.path { position: relative; border-radius: 20px; padding: 26px 26px 22px; background: linear-gradient(180deg, var(--path-tint, #eef2ff) 0%, #fff 42%); border: 1px solid var(--color-border); box-shadow: 0 1px 2px rgba(20,30,60,.04), 0 12px 30px rgba(20,30,60,.06); overflow: hidden; transition: transform .18s, box-shadow .18s, border-color .18s; display: flex; flex-direction: column; }
.path::after { content: ""; position: absolute; right: -40px; top: -40px; width: 140px; height: 140px; border-radius: 50%; background: var(--path-accent, var(--color-accent)); opacity: .08; }
.path:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(20,30,60,.13); border-color: var(--path-accent, var(--color-accent)); }
.path-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.path-icon { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--color-primary); font-weight: 800; font-size: 14px; background: #eef2ff; }
.path-kicker { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--path-accent, var(--color-accent)); }
.path h3 { font-size: 21px; margin: 0 0 8px; }
.path > p { color: var(--color-text-muted); font-size: 15px; margin-bottom: 14px; }
.path ul { list-style: none; padding: 0; margin: 0 0 18px; }
.path li a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-top: 1px solid var(--color-border); color: var(--color-text); font-weight: 600; font-size: 14px; }
.path li a::after { content: "→"; color: var(--path-accent, var(--color-accent)); transition: transform .15s; }
.path li a:hover { color: var(--path-accent, var(--color-accent)); text-decoration: none; }
.path li a:hover::after { transform: translateX(4px); }
.path .path-cta { margin-top: auto; align-self: flex-start; padding: 10px 16px; border-radius: var(--radius); font-weight: 700; font-size: 14px; color: #fff; background: var(--color-cta); }
.path .path-cta:hover { text-decoration: none; background: var(--color-cta-hover); }
@media (max-width: 900px) { .paths { grid-template-columns: 1fr; } }

.board { border: 1px solid var(--color-border); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 1px 2px rgba(20,30,60,.04), 0 12px 30px rgba(20,30,60,.06); }
/* Every row is its own grid, so the last track is a fixed width — otherwise header and body rows compute different tracks and labels drift off their columns. */
.board-row { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.05fr) minmax(0, .85fr) minmax(0, .85fr) minmax(0, .9fr) 180px; gap: 18px; align-items: center; padding: 16px 22px; border-top: 1px solid var(--color-border); }
.board-row > * { min-width: 0; text-align: left; }
.board-row:first-child { border-top: 0; }
.board-row.head { background: var(--color-bg-alt); font-size: 12.5px; letter-spacing: .01em; color: var(--color-text-muted); font-weight: 700; padding: 12px 22px; }
.board .actions { justify-content: flex-end; }
.board-row:not(.head):hover { background: #faf9ff; }
.board .name { display: flex; align-items: center; gap: 14px; }
.board-logo { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; border: 1px solid var(--color-border); background: #fff; padding: 7px; display: flex; align-items: center; justify-content: center; }
.board-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.board .name-text { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.board .name b { display: block; color: var(--color-heading); font-size: 16px; line-height: 1.2; }
.board .name-text span { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .02em; color: #4c4a86; background: #f1f0fb; border: 1px solid #e3e1f5; padding: 2px 9px; border-radius: 100px; line-height: 1.5; }
/* Rating: fractional gold stars + score */
.board .rating { display: flex; align-items: center; gap: 10px; }
.board .stars-wrap { position: relative; display: inline-block; font-size: 17px; letter-spacing: 2px; line-height: 1; }
.board .stars-bg { color: #dcdde9; }
.board .stars-fill { position: absolute; left: 0; top: 0; color: var(--color-gold); overflow: hidden; white-space: nowrap; }
.board .rating b { color: var(--color-heading); font-size: 18px; line-height: 1; }
.board .rating small { color: var(--color-text-muted); font-size: 12px; margin-left: -6px; }
.board .ai b { display: block; color: var(--color-heading); font-size: 14px; }
.board .ai span { font-size: 12px; color: var(--color-text-muted); }
.board .price b { display: block; color: var(--color-heading); }
.board .price span { font-size: 12px; color: var(--color-text-muted); }
.board .free { font-size: 13px; font-weight: 700; }
.board .free.yes { color: var(--color-ok); }
.board .free.no { color: var(--color-text-muted); }
.board .actions { display: flex; gap: 8px; }
.board .actions .btn { padding: 9px 12px; font-size: 13px; }
@media (max-width: 1000px) { .board-row { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) 180px; } .board .free, .board .price, .board .ai { display: none; } .board-row.head { display: none; } }
@media (max-width: 600px) { .board-row { grid-template-columns: 1fr; gap: 12px; } .board .rating { padding-left: 60px; } .board .actions { padding-left: 60px; } }

.dark-band { background: radial-gradient(800px 400px at 80% 0%, #312e81 0%, transparent 60%), #0F172A; color: #fff; padding: 64px 0; }
.dark-band .eyebrow { color: #a78bfa; }
.dark-band h2, .dark-band h3 { color: #fff; }
.dark-band .section-head p { color: #b6c2d6; }
.glass-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.glass { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; padding: 24px; backdrop-filter: blur(6px); }
.glass .n { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, #4338CA, #8B5CF6); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.glass h3 { font-size: 18px; margin-bottom: 8px; }
.glass p { color: #b6c2d6; font-size: 14.5px; margin: 0; }
.weights { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 28px; }
.weights span { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 100px; padding: 8px 14px; font-size: 13px; color: #e2e8f0; }
.weights span b { color: #c4b5fd; }
.dark-band .btn-outline { border-color: rgba(255,255,255,.6); color: #fff; }
.dark-band .btn-outline:hover { background: #fff; color: #0F172A; }
@media (max-width: 900px) { .glass-steps { grid-template-columns: 1fr; } }

.cmp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cmp { display: flex; flex-direction: column; gap: 6px; padding: 16px 16px 14px; border-radius: 14px; background: linear-gradient(160deg, #f5f1ff 0%, #fff 55%); border: 1px solid #e6e0f7; color: var(--color-text); box-shadow: 0 1px 2px rgba(20,30,60,.04), 0 8px 20px rgba(109,63,224,.08); transition: transform .16s, box-shadow .16s, border-color .16s; }
.cmp:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(109,63,224,.16); border-color: #c4b5fd; text-decoration: none; }
.cmp-title { font-weight: 800; font-size: 15px; color: var(--color-heading); line-height: 1.25; }
.cmp-title .vs { color: #8B5CF6; font-weight: 700; font-size: 12px; margin: 0 5px; }
.cmp-pick { font-size: 12.5px; color: var(--color-text-muted); line-height: 1.45; }
.cmp-pick b { color: var(--color-heading); font-weight: 700; }
.cmp-go { margin-top: auto; padding-top: 6px; font-size: 12px; font-weight: 700; color: var(--color-primary); }
.cmp:hover .cmp-go { text-decoration: underline; }
.cmp.all { justify-content: center; align-items: center; text-align: center; background: linear-gradient(135deg, #312e81, #4338CA); border: 0; color: #fff; }
.cmp.all .cmp-title { color: #fff; font-size: 16px; }
.cmp.all .cmp-pick { color: rgba(255,255,255,.85); }
.cmp.all .cmp-go { color: #fff; }
@media (max-width: 900px) { .cmp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .cmp-grid { grid-template-columns: 1fr; } }

.need-selector { max-width: 1040px; margin: 0 auto; }
.need-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 18px; }
.need-tab { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 100px; border: 1px solid var(--color-border); background: #fff; font: inherit; font-size: 14px; font-weight: 600; color: var(--color-heading); cursor: pointer; box-shadow: 0 1px 2px rgba(20,30,60,.04); transition: all .15s; }
.need-tab .ti { display: none; }
.need-tab small, .need-tab .arrow { display: none; }
.need-tab:hover { border-color: var(--color-accent); color: var(--color-primary); transform: translateY(-1px); }
.need-tab.active { background: var(--color-primary); border-color: transparent; color: #fff; box-shadow: 0 8px 18px rgba(67,56,202,.22); }
.need-tab.active .ti { background: rgba(255,255,255,.25); }
.need-panel { position: relative; }
.need-pane { display: none; border-radius: 18px; border: 1px solid var(--color-border); background: #fff; overflow: hidden; box-shadow: 0 1px 2px rgba(20,30,60,.04), 0 16px 40px rgba(20,30,60,.10); }
.need-pane.active { display: block; animation: paneIn .25s ease; }
@keyframes paneIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.np-head { display: flex; align-items: center; gap: 14px; padding: 16px 22px; color: #fff; background: linear-gradient(135deg, #1e1b4b, #4338CA); position: relative; z-index: 2; }
.np-head::after { content: ""; position: absolute; right: -40px; top: -90px; width: 170px; height: 170px; border-radius: 50%; background: rgba(255,255,255,.12); pointer-events: none; }
.np-kicker { display: none; }
.np-pick { display: flex; align-items: center; gap: 14px; flex: 1; position: relative; z-index: 1; }
.np-logo { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.35); color: #fff; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.np-pick h3 { color: #fff; font-size: 20px; margin: 0; line-height: 1.2; }
.np-pick .np-award { color: rgba(255,255,255,.88); font-size: 13px; }
.np-score { display: none; }
.np-score strong { display: block; font-size: 26px; line-height: 1; color: #fff; }
.np-score .stars { color: #ffd166; font-size: 11px; letter-spacing: 1px; }
.np-body { padding: 0 22px 18px; }
/* Inner tabs inside each need-pane */
.np-tabs { display: flex; flex-wrap: wrap; gap: 0 4px; border-bottom: 1px solid var(--color-border); margin: 0 0 16px; }
.np-tab { background: none; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; padding: 12px 14px; font: inherit; font-size: 14px; font-weight: 600; color: var(--color-text-muted); cursor: pointer; white-space: nowrap; }
.np-tab:hover { color: var(--color-heading); }
.np-tab.active { color: var(--color-primary); border-bottom-color: var(--color-primary); }
.np-tabpane { display: none; }
.np-tabpane.active { display: block; animation: paneIn .2s ease; }
.np-tabpane.active[data-tab="overview"] { display: grid; grid-template-columns: 1.15fr 1fr; gap: 18px 24px; }
.np-features { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.np-features li { position: relative; padding-left: 24px; font-size: 14px; line-height: 1.5; }
.np-features li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 17px; height: 17px; border-radius: 5px; background: #eef2ff; color: var(--color-primary); font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.np-tabpane .pick-pc { margin: 0; }
.np-alts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.alt { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; padding: 12px 14px; border: 1px solid var(--color-border); border-radius: 12px; background: #fff; color: var(--color-text); box-shadow: 0 1px 2px rgba(15,23,42,.04); transition: transform .15s, box-shadow .15s, border-color .15s; }
.alt:hover { transform: translateY(-2px); border-color: #c7d2fe; box-shadow: 0 10px 24px rgba(15,23,42,.10); text-decoration: none; }
.alt-logo { width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--color-border); background: #fff; padding: 6px; display: flex; align-items: center; justify-content: center; }
.alt-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.alt-text b { display: block; color: var(--color-heading); font-size: 14px; }
.alt-text small { display: block; color: var(--color-text-muted); font-size: 12.5px; line-height: 1.4; margin-top: 2px; }
.alt-go { grid-column: 2; font-size: 12.5px; font-weight: 700; color: var(--color-primary); }
.np-logo.has-logo { background: #fff; border-color: #fff; padding: 7px; font-size: 0; }
.np-logo.has-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.np-head .g2-score { margin-left: auto; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); color: #fff; position: relative; z-index: 1; }
/* tooltip opens downward inside the card (the pane clips anything above the header) */
.np-head .g2-score .tip { bottom: auto; top: calc(100% + 10px); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,.18); border: 1px solid var(--color-border); }
.np-head .g2-score:hover .tip, .np-head .g2-score:focus-visible .tip { transform: none; }
.np-head .g2-score .tip::after { top: auto; bottom: 100%; border-top-color: transparent; border-bottom-color: #fff; }
.np-head .g2-score small { color: rgba(255,255,255,.8); }
.np-head .g2-score small::after { color: rgba(255,255,255,.8); }
.np-head .g2-score:hover { border-color: rgba(255,255,255,.6); box-shadow: none; }
.np-head .g2-score .tip { background: #fff; color: var(--color-heading); }
.np-head .g2-score .tip::after { border-top-color: #fff; }
.np-body h4 { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--color-text-muted); margin: 0 0 8px; }
.np-why { list-style: none; padding: 0; margin: 0; }
.np-why li { position: relative; padding-left: 24px; margin-bottom: 6px; font-size: 14px; line-height: 1.45; }
.np-why li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 17px; height: 17px; border-radius: 5px; background: #eef2ff; color: var(--color-ok); font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.np-watch { display: flex; gap: 10px; align-items: flex-start; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 10px 12px; font-size: 13px; color: #334155; line-height: 1.45; align-self: start; }
.np-watch::before { content: "!"; flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: #64748b; color: #fff; font-weight: 800; font-size: 11px; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.np-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.np-facts > div { border: 1px solid var(--color-border); border-radius: 10px; padding: 9px 12px; background: linear-gradient(180deg, #fff, #f7f7fd); }
.np-facts .fl { font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--color-text-muted); font-weight: 700; }
.np-facts .fv { font-weight: 800; color: var(--color-heading); font-size: 14px; margin-top: 1px; line-height: 1.3; }
.np-facts .fv small { font-weight: 500; color: var(--color-text-muted); font-size: 11.5px; }
.np-actions { grid-column: 1 / -1; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--color-border); }
.np-actions .btn { padding: 10px 16px; font-size: 14px; }
@media (max-width: 760px) { .np-tabpane.active[data-tab="overview"] { grid-template-columns: 1fr; } .np-facts { grid-template-columns: 1fr; } .np-score { display: none; } .np-head .g2-score { display: none; } .need-tab { font-size: 13px; } .np-features, .np-alts { grid-template-columns: 1fr; } .np-tab { padding: 10px 10px; font-size: 13px; } }

.promise { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.promise-card { position: relative; border-radius: 18px; padding: 22px 20px 20px; background: #fff; border: 1px solid var(--color-border); overflow: hidden; box-shadow: 0 1px 2px rgba(20,30,60,.04), 0 10px 26px rgba(20,30,60,.06); transition: transform .18s, box-shadow .18s; }
.promise-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--pc, var(--color-accent)); }
.promise-card::after { display: none; }
.promise-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(20,30,60,.12); }
.promise-card .ic { display: none; }
.promise-card .num { font-size: 12px; font-weight: 800; letter-spacing: .08em; color: var(--color-primary); margin-bottom: 10px; }
.promise-card b { display: block; color: var(--color-heading); font-size: 16px; margin-bottom: 6px; }
.promise-card p { font-size: 14px; color: var(--color-text-muted); margin: 0; line-height: 1.55; }
@media (max-width: 900px) { .promise { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .promise { grid-template-columns: 1fr; } }

.cta-big { border-radius: 20px; padding: 44px 40px; background: linear-gradient(135deg, #312e81 0%, #4338CA 55%, #8B5CF6 100%); color: #fff; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 32px; align-items: center; position: relative; overflow: hidden; }
.cta-big::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.08); }
.cta-big h2 { color: #fff; font-size: 30px; margin-bottom: 8px; }
.cta-big p { color: rgba(255,255,255,.85); margin-bottom: 14px; }
.cta-big ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; font-size: 14px; color: #ede9fe; }
.cta-big li::before { content: "✓ "; color: #c4b5fd; font-weight: 800; }
.cta-big .capture-form { flex-direction: column; max-width: none; }
.cta-big .capture-form input { min-width: 0; padding: 14px 16px; font-size: 16px; }
.cta-big .btn { width: 100%; text-align: center; padding: 14px; font-size: 16px; background: #fff; color: var(--color-primary); }
.cta-big .btn:hover { background: #ede9fe; }
.cta-big .capture-note { text-align: left; }
@media (max-width: 800px) { .cta-big { grid-template-columns: 1fr; padding: 30px 24px; } }

/* Contact form ------------------------------------------------------------------------- */
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--color-border); border-radius: 6px; font-family: inherit; font-size: 15px; }

/* Utility ------------------------------------------------------------------------------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.small { font-size: 13px; color: var(--color-text-muted); }

/* ================================================================================
   Additions 2026-09-20: AI-overview summary block, G2 logo slot, industries hub, 6-col footer
   ================================================================================ */
.quick-answer { border: 1px solid #c7d2fe; background: linear-gradient(180deg, #f5f3ff, #fff); border-radius: 12px; padding: 20px 22px; margin: 0 0 22px; }
.quick-answer .qa-label { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--color-primary); margin-bottom: 8px; }
.quick-answer p { font-size: 17px; line-height: 1.6; color: var(--color-heading); margin: 0 0 12px; }
.quick-answer p:last-child { margin-bottom: 0; }
.quick-answer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; }
.quick-answer li { position: relative; padding-left: 22px; font-size: 15px; line-height: 1.5; }
.quick-answer li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--color-primary); font-weight: 800; }
.quick-answer .qa-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.quick-answer .qa-facts div { background: #fff; border: 1px solid #dfe2f0; border-left: 3px solid var(--color-primary); border-radius: 8px; padding: 10px 12px 11px; font-size: 11.5px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--color-primary); box-shadow: 0 1px 2px rgba(15,23,42,.04), 0 8px 20px rgba(67,56,202,.08); }
.quick-answer .qa-facts b { display: block; text-transform: none; letter-spacing: 0; font-size: 15.5px; font-weight: 600; color: var(--color-heading); margin-top: 4px; line-height: 1.4; }
@media (max-width: 640px) { .quick-answer .qa-facts { grid-template-columns: 1fr; } }

.g2-mark { overflow: hidden; }
.g2-mark img { width: 30px; height: 30px; display: block; object-fit: contain; }
.g2-mark:has(img) { background: transparent; font-size: 0; }

.steps-list { list-style: none; counter-reset: step; margin: 20px 0; padding: 0; display: grid; gap: 10px; }
.steps-list li { counter-increment: step; position: relative; padding: 14px 16px 14px 56px; border: 1px solid var(--color-border); border-radius: 10px; background: #fff; }
.steps-list li::before { content: counter(step); position: absolute; left: 14px; top: 12px; width: 30px; height: 30px; border-radius: 9px; background: var(--color-heading); color: #fff; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; }
.steps-list li b { display: block; color: var(--color-heading); margin-bottom: 2px; }

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.industry-card { display: flex; flex-direction: column; gap: 8px; padding: 22px 20px; border: 1px solid var(--color-border); border-radius: 16px; background: #fff; color: var(--color-text); box-shadow: 0 1px 2px rgba(15,23,42,.04), 0 10px 26px rgba(15,23,42,.06); transition: transform .18s, box-shadow .18s, border-color .18s; }
.industry-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(15,23,42,.12); border-color: #c7d2fe; text-decoration: none; }
.industry-card .ic-kicker { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--color-primary); }
.industry-card b { font-size: 17px; color: var(--color-heading); line-height: 1.3; }
.industry-card p { font-size: 14px; color: var(--color-text-muted); margin: 0; line-height: 1.5; flex: 1; }
.industry-card .ic-go { font-size: 13px; font-weight: 700; color: var(--color-primary); }
@media (max-width: 1000px) { .industry-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .industry-grid { grid-template-columns: 1fr; } }

.footer-inner.cols-6 { grid-template-columns: 1.5fr repeat(5, 1fr); }
@media (max-width: 1000px) { .footer-inner.cols-6 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .footer-inner.cols-6 { grid-template-columns: 1fr 1fr; } }


/* ---- CRM comparison chart (comparisons/index.html) ---- */
.crm-chart { margin: 18px 0 8px; }
.chart-picker { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 10px; }
.chart-picker button { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; border: 1px solid var(--color-border); background: #fff; color: var(--color-text-muted); padding: 9px 18px; border-radius: 100px; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; opacity: .78; transition: border-color .15s, background .15s, color .15s, opacity .15s; }
.chart-picker button img { height: 26px; width: auto; max-width: 128px; object-fit: contain; display: block; }
.chart-picker button:hover { border-color: var(--color-accent); color: var(--color-heading); opacity: 1; }
.chart-picker button.active { border-color: var(--color-accent); color: var(--color-heading); background: #eef2ff; box-shadow: inset 0 0 0 1px var(--color-accent); opacity: 1; }
.chart-picker button.active::before { content: "\2713"; color: var(--color-primary); font-weight: 800; font-size: 12px; }
.chart-hint { font-size: 13px; color: var(--color-text-muted); margin: 0 0 14px; min-height: 18px; }
.chart-hint.warn { color: var(--color-primary); font-weight: 600; }
.chart-tabs-label { display: flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--color-primary); margin: 18px 0 8px; }
.chart-tabs-label::after { content: ""; flex: 1; height: 1px; background: var(--color-border); }
.chart-tabs { display: flex; flex-wrap: wrap; gap: 6px; background: var(--color-bg-alt); border: 1px solid var(--color-border); border-radius: 14px; padding: 6px; margin: 0 0 4px; box-shadow: inset 0 1px 2px rgba(15,23,42,.04); }
.chart-tab { background: transparent; border: 0; border-radius: 10px; margin: 0; padding: 11px 18px; font: inherit; font-size: 14px; font-weight: 700; color: var(--color-text-muted); cursor: pointer; white-space: nowrap; transition: background .15s ease, color .15s ease, box-shadow .15s ease, transform .1s ease; }
.chart-tab:hover { color: var(--color-heading); background: rgba(67,56,202,.08); }
.chart-tab:active { transform: scale(.98); }
.chart-tab.active { color: #fff; background: var(--color-primary); box-shadow: 0 3px 10px rgba(67,56,202,.35); }
.chart-tab.active:hover { color: #fff; background: var(--color-primary); }
.chart-pane { display: none; }
.chart-pane.active { display: block; }
.chart-pane h3 { margin-top: 22px; }
.chart-pane > .small { margin: 4px 0 0; }
.chart-table { margin-top: 14px; }
.chart-table table { min-width: 0; }
.chart-table th, .chart-table td { font-size: 14px; vertical-align: top; padding: 12px 14px; }
.chart-table thead th[data-tool] { padding: 14px 16px; vertical-align: middle; }
.chart-table th:first-child, .chart-table td:first-child { position: sticky; left: 0; background: #fff; z-index: 1; font-weight: 700; color: var(--color-heading); min-width: 190px; max-width: 240px; box-shadow: 1px 0 0 var(--color-border); }
.chart-table thead th:first-child { background: var(--color-bg-alt); text-transform: uppercase; letter-spacing: .04em; font-size: 12.5px; color: var(--color-text-muted); }
.chart-table thead th { text-transform: none; letter-spacing: 0; font-size: 14px; }
.chart-table .tool-head { display: flex; align-items: center; min-height: 30px; white-space: nowrap; }
.chart-table .tool-head img { height: 26px; width: auto; max-width: 136px; object-fit: contain; display: block; }
.chart-table .tool-head a { color: var(--color-heading); font-weight: 700; }
.chart-table td[data-tool] { min-width: 150px; }
.chart-table [data-tool].off { display: none; }
.chart-table td b { display: block; font-size: 16px; color: var(--color-heading); }
.chart-table td small { display: block; color: var(--color-text-muted); font-size: 12.5px; margin-top: 2px; }
.rt { display: inline-block; padding: 3px 10px; border-radius: 100px; font-size: 12.5px; font-weight: 700; white-space: nowrap; line-height: 1.4; }
.rt-5 { background: var(--color-primary); color: #fff; }
.rt-4 { background: #e0e7ff; color: #3730a3; }
.rt-3 { background: #eef2ff; color: #4338CA; }
.rt-2 { background: #f1f5f9; color: #475569; }
.rt-1 { background: #fff; color: #94a3b8; border: 1px solid #e2e8f0; }
.seat-picker { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 14px 0 4px; font-size: 14px; font-weight: 600; color: var(--color-heading); }
.seat-picker button { border: 1px solid var(--color-border); background: #fff; padding: 6px 14px; border-radius: 8px; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; color: var(--color-text); }
.seat-picker button:hover { border-color: var(--color-accent); }
.seat-picker button.active { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.chart-legend { display: flex; flex-wrap: wrap; gap: 8px 14px; font-size: 13px; color: var(--color-text-muted); margin: 18px 0 0; align-items: center; }
@media (max-width: 640px) {
  .chart-tabs { padding: 5px; gap: 4px; }
  .chart-tab { padding: 10px 12px; font-size: 13px; }
  .chart-table th:first-child, .chart-table td:first-child { min-width: 140px; max-width: 160px; font-size: 13px; }
  .chart-table td[data-tool] { min-width: 130px; }
  .chart-picker button { min-height: 44px; padding: 8px 14px; }
  .chart-picker button img { height: 22px; max-width: 104px; }
  .chart-table .tool-head img { height: 22px; max-width: 110px; }
}
