/* ============================================================
   Selllution — shared stylesheet for standalone pages
   (legal, compliance, company & trust). Loads AFTER styles.css
   + modules10.css so it can reuse all brand tokens.
   ============================================================ */

/* ---- simplified page nav (links back into the homepage) ---- */
.pg-nav .nav-links a { font-size: 1rem !important; }
.pg-nav .nav-back { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: var(--ink); }
.pg-nav .nav-back:hover { color: var(--primary); }
.pg-nav .nav-back svg { width: 16px; height: 16px; }

/* ---- page hero ---- */
.pg-hero { padding: clamp(48px, 7vw, 96px) 0 clamp(28px, 4vw, 44px); border-bottom: 1px solid var(--line); position: relative; z-index: 1; }
.pg-hero .eyebrow { color: var(--gold); }
.pg-hero h1 { font-family: var(--font-display); font-weight: 800; color: var(--ink); letter-spacing: -.02em; line-height: 1.05; font-size: clamp(2rem, 4.4vw, 3.2rem); margin: 14px 0 0; }
.pg-hero .pg-lede { font-size: clamp(1rem, 1.6vw, 1.18rem); color: var(--body); max-width: 680px; margin: 16px 0 0; line-height: 1.6; }
.pg-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 22px; font-size: .85rem; color: var(--muted); }
.pg-meta b { color: var(--ink); font-weight: 700; }

/* ---- legal/doc body: sticky TOC + prose ---- */
.pg-main { position: relative; z-index: 1; padding: clamp(34px, 5vw, 60px) 0 80px; }
.pg-doc { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
@media (max-width: 860px) { .pg-doc { grid-template-columns: 1fr; } }

.pg-toc { position: sticky; top: 92px; }
@media (max-width: 860px) { .pg-toc { position: static; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; background: var(--bg-2); } }
.pg-toc-h { font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; margin-bottom: 12px; }
.pg-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; display: flex; flex-direction: column; gap: 2px; }
.pg-toc a { display: block; font-size: .88rem; color: var(--muted); padding: 7px 11px; border-radius: 8px; border-left: 2px solid transparent; line-height: 1.4; }
.pg-toc a:hover { color: var(--ink); background: var(--bg-2); }
.pg-toc a.on { color: var(--primary); border-left-color: var(--primary); background: var(--primary-soft); font-weight: 600; }

.pg-prose { max-width: 760px; }
.pg-prose section { scroll-margin-top: 92px; margin-bottom: 40px; }
.pg-prose h2 { font-family: var(--font-display); font-size: clamp(1.3rem, 2.4vw, 1.7rem); font-weight: 800; color: var(--ink); margin: 0 0 14px; letter-spacing: -.01em; display: flex; align-items: baseline; gap: 12px; }
.pg-prose h2 .pg-n { font-family: var(--font-mono); font-size: .9rem; font-weight: 500; color: var(--gold); flex: none; }
.pg-prose h3 { font-size: 1.06rem; font-weight: 800; color: var(--ink); margin: 24px 0 9px; }
.pg-prose p { color: var(--body); line-height: 1.7; margin: 0 0 14px; }
.pg-prose ul, .pg-prose ol.lst { margin: 0 0 16px; padding-left: 22px; color: var(--body); line-height: 1.7; }
.pg-prose li { margin-bottom: 7px; }
.pg-prose a.in { color: var(--primary); font-weight: 600; }
.pg-prose a.in:hover { text-decoration: underline; }
.pg-prose strong { color: var(--ink); font-weight: 700; }

/* callout / note box */
.pg-note { border: 1px solid var(--line); border-left: 3px solid var(--gold); background: var(--bg-2); border-radius: 0 12px 12px 0; padding: 15px 18px; margin: 0 0 20px; font-size: .9rem; color: var(--body); line-height: 1.6; }
.pg-note b { color: var(--ink); }

/* definition / key-value table */
.pg-kv { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin: 0 0 20px; }
.pg-kv-row { display: grid; grid-template-columns: 200px 1fr; gap: 0; border-bottom: 1px solid var(--line); }
.pg-kv-row:last-child { border-bottom: 0; }
@media (max-width: 560px) { .pg-kv-row { grid-template-columns: 1fr; } }
.pg-kv-row dt { background: var(--bg-2); padding: 13px 16px; font-weight: 700; color: var(--ink); font-size: .88rem; margin: 0; border-right: 1px solid var(--line); }
.pg-kv-row dd { padding: 13px 16px; margin: 0; font-size: .9rem; color: var(--body); line-height: 1.6; }

/* ---- company / trust page building blocks ---- */
.pg-section { position: relative; z-index: 1; padding: clamp(40px, 6vw, 76px) 0; }
.pg-section.tint { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pg-shead { max-width: 680px; margin-bottom: 30px; }
.pg-shead h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; color: var(--ink); margin: 10px 0 12px; letter-spacing: -.01em; }
.pg-shead p { font-size: 1.02rem; color: var(--body); line-height: 1.6; margin: 0; }

.pg-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.pg-card { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 22px; }
.pg-card-ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--primary-soft); color: var(--primary); margin-bottom: 14px; }
.pg-card-ic svg { width: 22px; height: 22px; }
.pg-card.gold .pg-card-ic { background: var(--accent-soft); color: var(--gold); }
.pg-card.green .pg-card-ic { background: var(--ok-soft); color: var(--ok); }
.pg-card h3 { font-size: 1.08rem; font-weight: 800; color: var(--ink); margin: 0 0 7px; }
.pg-card p { font-size: .9rem; color: var(--muted); line-height: 1.55; margin: 0; }

/* stat band */
.pg-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; }
.pg-stat { border: 1px solid var(--line); border-radius: 16px; padding: 22px; background: #fff; }
.pg-stat b { display: block; font-family: var(--font-display); font-size: 2.1rem; font-weight: 800; color: var(--primary); line-height: 1; }
.pg-stat span { display: block; margin-top: 7px; font-size: .88rem; color: var(--muted); }

/* contact methods */
.pg-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.pg-contact { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 22px; }
.pg-contact h3 { font-size: 1rem; font-weight: 800; color: var(--ink); margin: 0 0 5px; }
.pg-contact p { font-size: .88rem; color: var(--muted); margin: 0 0 10px; line-height: 1.5; }
.pg-contact a { font-weight: 700; color: var(--primary); font-size: .92rem; }
.pg-contact a:hover { text-decoration: underline; }

/* simple CTA band */
.pg-cta { position: relative; z-index: 1; }
.pg-cta-inner { border-radius: 20px; background: linear-gradient(150deg, #16223c, #0f1d33); color: #fff; padding: clamp(32px, 5vw, 54px); text-align: center; box-shadow: var(--shadow-lg); }
.pg-cta-inner h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; margin: 0 0 10px; }
.pg-cta-inner p { color: rgba(255,255,255,.74); font-size: 1.02rem; margin: 0 auto 22px; max-width: 520px; line-height: 1.6; }
.pg-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* cross-links to sibling legal pages */
.pg-siblings { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.pg-sibling { border: 1px solid var(--line-2); border-radius: 999px; padding: 8px 16px; font-size: .85rem; font-weight: 600; color: var(--body); }
.pg-sibling:hover { border-color: var(--primary); color: var(--primary); }

/* ---- conversion / SEO landing pages ---- */
.lp-hero { position: relative; z-index: 1; padding: clamp(52px, 7vw, 104px) 0 clamp(36px, 5vw, 60px); }
.lp-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(28px, 5vw, 60px); align-items: center; }
@media (max-width: 880px) { .lp-hero-grid { grid-template-columns: 1fr; } }
.lp-hero h1 { font-family: var(--font-display); font-weight: 800; color: var(--ink); letter-spacing: -.02em; line-height: 1.04; font-size: clamp(2.1rem, 4.6vw, 3.4rem); margin: 14px 0 0; }
.lp-hero h1 .accent-word { color: var(--primary); }
.lp-hero .pg-lede { font-size: clamp(1.02rem, 1.7vw, 1.2rem); color: var(--body); margin: 18px 0 0; line-height: 1.6; }
.lp-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.lp-hero-panel { border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg); padding: 24px; }
.lp-panel-h { font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; margin-bottom: 14px; }
.lp-panel-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.lp-panel-row:last-child { border-bottom: 0; }
.lp-panel-ic { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--primary-soft); color: var(--primary); flex: none; }
.lp-panel-ic svg { width: 18px; height: 18px; }
.lp-panel-row b { display: block; font-size: .92rem; color: var(--ink); font-weight: 700; }
.lp-panel-row span { font-size: .8rem; color: var(--muted); }

.lp-trust { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; font-size: .85rem; color: var(--muted); }
.lp-trust span { display: inline-flex; align-items: center; gap: 7px; }
.lp-trust svg { width: 15px; height: 15px; color: var(--ok); flex: none; }

/* problem → solution rows */
.lp-rows { display: flex; flex-direction: column; gap: 14px; }
.lp-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
@media (max-width: 680px) { .lp-row { grid-template-columns: 1fr; } }
.lp-pain { padding: 20px 22px; background: var(--bg-2); }
.lp-gain { padding: 20px 22px; background: #fff; border-left: 1px solid var(--line); }
@media (max-width: 680px) { .lp-gain { border-left: 0; border-top: 1px solid var(--line); } }
.lp-tag { font-family: var(--font-mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; margin-bottom: 8px; display: inline-flex; align-items: center; gap: 6px; }
.lp-tag svg { width: 13px; height: 13px; flex: none; }
.lp-gain .lp-tag svg { display: grid; place-items: center; }
.lp-pain .lp-tag { color: var(--muted-2); }
.lp-gain .lp-tag { color: var(--ok); }
.lp-row h3 { font-size: 1.02rem; font-weight: 800; color: var(--ink); margin: 0 0 6px; }
.lp-row p { font-size: .9rem; color: var(--muted); margin: 0; line-height: 1.55; }
.lp-gain p { color: var(--body); }

/* comparison verdict hero stat */
.vs-verdict { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: var(--shadow-md); }
@media (max-width: 620px) { .vs-verdict { grid-template-columns: 1fr; } }
.vs-side { padding: 26px; text-align: center; }
.vs-side.us { background: var(--primary-soft); }
.vs-side .vs-name { font-size: 1.05rem; font-weight: 800; color: var(--ink); }
.vs-side.us .vs-name { color: var(--primary); }
.vs-side .vs-price { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: var(--ink); margin-top: 4px; }
.vs-side .vs-sub { font-size: .8rem; color: var(--muted); margin-top: 4px; }
.vs-mid { font-family: var(--font-mono); font-weight: 700; color: var(--muted-2); font-size: .9rem; padding: 10px; }

/* resources / blog */
.res-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 18px; }
.res-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; transition: transform .15s, box-shadow .15s; }
.res-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.res-thumb { height: 150px; background: linear-gradient(150deg, var(--primary), #16223c); position: relative; }
.res-thumb.g2 { background: linear-gradient(150deg, var(--gold), #b8780a); }
.res-thumb.g3 { background: linear-gradient(150deg, #0a8f5b, #064d32); }
.res-thumb span { position: absolute; left: 16px; bottom: 14px; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.85); font-weight: 700; }
.res-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.res-body h3 { font-size: 1.06rem; font-weight: 800; color: var(--ink); margin: 0 0 8px; line-height: 1.3; }
.res-body p { font-size: .88rem; color: var(--muted); margin: 0 0 14px; line-height: 1.5; flex: 1; }
.res-meta { font-size: .78rem; color: var(--muted-2); font-weight: 600; }

/* article */
.art-wrap { max-width: 720px; margin: 0 auto; }
.art-wrap .pg-prose { max-width: none; }
.art-lead { font-size: 1.15rem; line-height: 1.7; color: var(--body); margin: 0 0 26px; }

/* article related-posts block */
.art-rel { margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.art-rel-h { font-family: var(--font-display); font-size: 1.1rem; font-weight: 800; color: var(--ink); margin: 0 0 16px; }
.art-rel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .art-rel-grid { grid-template-columns: 1fr; } }
.rel-card { display: block; border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; background: #fff; transition: border-color .15s, transform .15s; }
.rel-card:hover { border-color: var(--primary); transform: translateY(-2px); }
.rel-cat { font-family: var(--font-mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.rel-card b { display: block; margin-top: 7px; font-size: 1rem; font-weight: 800; color: var(--ink); line-height: 1.35; }

/* ---- job posting ---- */
.job-grid { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: clamp(28px,5vw,56px); align-items: start; }
@media (max-width: 860px) { .job-grid { grid-template-columns: 1fr; } }
.job-aside { position: sticky; top: 92px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); padding: 24px; }
@media (max-width: 860px) { .job-aside { position: static; } }
.job-aside-h { font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); font-weight: 700; margin-bottom: 14px; }
.job-fact { display: flex; align-items: flex-start; gap: 11px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.job-fact:last-of-type { border-bottom: 0; }
.job-fact svg { width: 17px; height: 17px; color: var(--primary); flex: none; margin-top: 2px; }
.job-fact b { display: block; font-size: .9rem; color: var(--ink); font-weight: 700; }
.job-fact span { font-size: .78rem; color: var(--muted); }
.job-aside .btn { width: 100%; justify-content: center; margin-top: 16px; }
.job-aside-note { font-size: .76rem; color: var(--muted-2); text-align: center; margin: 12px 0 0; line-height: 1.5; }
.job-list { list-style: none; margin: 0 0 16px; padding: 0; }
.job-list li { position: relative; padding-left: 26px; margin-bottom: 9px; color: var(--body); line-height: 1.6; }
.job-list li::before { content: ''; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }

/* ---- help article ---- */
.help-crumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: .82rem; color: var(--muted); margin-bottom: 16px; }
.help-crumb a { color: var(--muted); font-weight: 600; }
.help-crumb a:hover { color: var(--primary); }
.help-crumb svg { width: 13px; height: 13px; color: var(--muted-2); }
.help-crumb b { color: var(--ink); font-weight: 700; }
.help-helpful { margin-top: 36px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-2); padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.help-helpful b { font-size: 1rem; color: var(--ink); font-weight: 800; }
.help-helpful-btns { display: flex; gap: 10px; }
.help-vote { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line-2); background: #fff; border-radius: 999px; padding: 9px 18px; font-family: var(--font-body); font-size: .9rem; font-weight: 600; color: var(--body); cursor: pointer; transition: all .15s; }
.help-vote:hover { border-color: var(--primary); color: var(--primary); }
.help-vote.on { background: var(--ok-soft); border-color: var(--ok); color: var(--ok); }
.help-vote svg { width: 16px; height: 16px; }
.help-voted { font-size: .9rem; color: var(--ok); font-weight: 700; display: none; }
