/* casereview — page styles.
   Extracted from the inline <style> block that shipped in the page
   content. Shell rules removed (the theme provides them); tokens
   resolved against core.css. */

/* Page tokens. Names matching core.css are inherited, not
   redeclared - `--x: var(--x)` would be self-referential. */
.bbd-page-casereview {
	--cr-stone: var(--product-review);
	--cr-stone-dark: #8e8075;
	--cr-navy: var(--navy);
	--cr-ink: var(--ink);
	--cr-cream: var(--ivory);
	--cr-paper: #fff;
	--cr-warm: #eee9df;
	--cr-line: var(--line);
	--cr-display: var(--display);
	--cr-sans: var(--sans);
}

.cr-wrap {width:min(1180px,calc(100% - 44px));margin:auto}
.cr-nav-cta b,.cr-button b,.cr-link b {margin-left:12px;color:var(--cr-stone)}
.cr-hero {position:relative;background:var(--cr-stone);color:var(--cr-navy);padding:145px 0 78px;min-height:760px}
.cr-hero:after {content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(122deg,transparent 45%,rgba(11,23,38,.07) 45.1%,transparent 45.25%)}
.cr-hero-orbit {position:absolute;width:540px;height:540px;border:1px solid rgba(142,128,117,.3);border-radius:50%;right:5%;top:18%;box-shadow:0 0 100px rgba(255,255,255,.14)}
.cr-hero-orbit:after {content:'';position:absolute;width:11px;height:11px;border-radius:50%;background:var(--cr-stone-dark);right:14%;top:17%;box-shadow:0 0 0 9px rgba(142,128,117,.12),0 0 25px var(--cr-stone-dark)}
.cr-hero-grid {position:relative;z-index:1;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(45px,7vw,100px)}
.cr-kicker,.cr-overline {display:flex;gap:10px;align-items:center;color:var(--cr-stone-dark);font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:800}
.cr-kicker span,.cr-overline span {width:6px;height:6px;border-radius:50%;background:currentColor}
.cr-hero h1 {font:600 clamp(54px,6vw,88px)/.97 var(--cr-display);letter-spacing:-.085em;margin:25px 0 30px}
.cr-hero h1 em {font-style:normal;color:var(--cr-stone-dark)}
.cr-lead {font:500 clamp(20px,2vw,28px)/1.15 var(--cr-display);letter-spacing:-.045em;max-width:510px}
.cr-copy {max-width:440px;color:rgba(11,23,38,.67);font-size:15px}
.cr-actions {display:flex;align-items:center;gap:25px;margin-top:32px}
.cr-button {display:inline-flex;align-items:center;padding:15px 20px;background:var(--cr-navy);color:#fff;font-size:12px;font-weight:800}
.cr-link {font-size:12px;color:rgba(11,23,38,.72);border-bottom:1px solid rgba(11,23,38,.25);padding-bottom:5px}
.cr-ai-note {display:flex;gap:11px;align-items:center;margin-top:34px}
.cr-ai-note>strong {font-size:21px;color:var(--cr-stone-dark)}
.cr-ai-note span {display:flex;flex-direction:column}
.cr-ai-note b {font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--cr-stone-dark)}
.cr-ai-note small {font-size:11px;color:rgba(11,23,38,.57)}
.cr-console {background:var(--cr-navy);color:#fff;border:1px solid rgba(11,23,38,.3);box-shadow:0 28px 80px rgba(11,23,38,.25);padding:20px;transform:rotate(1deg)}
.cr-console-top {display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.14);font-size:9px;letter-spacing:.14em;color:rgba(255,255,255,.52)}
.cr-console-top span:last-child {letter-spacing:0;color:var(--cr-stone)}
.cr-console-top i {display:inline-block;width:6px;height:6px;background:#7cdca3;border-radius:50%;margin-right:6px}
.cr-console-title {display:flex;align-items:end;justify-content:space-between;padding:20px 0 16px}
.cr-console-title small {color:var(--cr-stone);font-size:9px;letter-spacing:.14em}
.cr-console-title h2 {font:600 25px var(--cr-display);letter-spacing:-.06em;margin:5px 0 0}
.cr-console-title button {border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;border-radius:8px;padding:8px 10px;font-size:10px}
.cr-metrics {display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.cr-metrics>div {padding:12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11)}
.cr-metrics small {display:block;color:rgba(255,255,255,.55);font-size:8px;letter-spacing:.1em}
.cr-metrics strong {display:block;font-size:26px;margin-top:5px}
.cr-review-list {background:#fff;color:var(--cr-ink);margin-top:15px;padding:14px}
.cr-review-list header {display:flex;justify-content:space-between;margin-bottom:10px;color:var(--cr-stone-dark);font-size:9px;letter-spacing:.1em}
.cr-review-list article {display:grid;grid-template-columns:1.2fr 1fr auto auto;align-items:center;gap:10px;padding:12px 8px;border-top:1px solid var(--cr-line);font-size:10px}
.cr-review-list article.selected {background:var(--cr-warm)}
.cr-review-list article strong {font-size:11px}
.cr-review-list article small {color:#73839a}
.cr-review-list article span {font-size:10px}
.cr-review-list article button {border:1px solid var(--cr-line);background:#fff;border-radius:6px;padding:6px 8px;font-size:9px}
.cr-review-list article.selected button {background:var(--cr-stone);border-color:var(--cr-stone)}
.cr-proof {background:var(--cr-navy);color:#fff;padding:88px 0}
.cr-proof-grid,.cr-intro,.cr-email-grid {display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:end}
.cr-proof h2,.cr-intro h2,.cr-cta h2 {font:600 clamp(40px,5vw,70px)/1.02 var(--cr-display);letter-spacing:-.08em;margin:20px 0 0}
.cr-proof h2 em,.cr-intro h2 em,.cr-cta h2 em {font-style:normal;color:var(--cr-stone)}
.cr-proof p:last-child,.cr-intro>p {margin:0;max-width:450px;color:rgba(255,255,255,.58)}
.cr-cream {background:var(--cr-cream);padding:clamp(90px,11vw,150px)}
.cr-dark {color:var(--cr-stone-dark)}
.cr-console-section .cr-intro>p,.cr-email .cr-intro>p {color:rgba(20,37,54,.66)}
.cr-review-app {background:#fff;border:1px solid var(--cr-line);border-radius:18px;padding:20px;margin-top:60px}
.cr-app-toolbar {display:flex;justify-content:space-between;align-items:end;padding-bottom:18px}
.cr-app-toolbar>b {font-size:11px;letter-spacing:.14em;color:var(--cr-stone-dark)}
.cr-app-toolbar label {display:flex;align-items:center;gap:10px;color:#708096;font-size:11px}
.cr-app-toolbar select {border:1px solid var(--cr-line);padding:9px 14px;border-radius:7px;background:#fff;min-width:170px}
.cr-app-stats {display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.cr-app-stats>div {padding:15px;background:#f8f8f6;border:1px solid var(--cr-line)}
.cr-app-stats small {display:block;color:#78879a;font-size:9px;letter-spacing:.1em}
.cr-app-stats strong {display:block;font-size:27px;margin:5px 0}
.cr-app-stats span {font-size:10px;color:var(--cr-stone-dark)}
.cr-app-table {margin-top:20px;border:1px solid var(--cr-line);overflow:hidden}
.cr-table-head,.cr-table-row {display:grid;grid-template-columns:1.5fr .65fr 1fr .8fr .8fr .45fr;gap:12px;align-items:center;padding:12px 14px;font-size:11px}
.cr-table-head {color:#76869a;font-size:9px;letter-spacing:.1em}
.cr-table-row {width:100%;border:0;border-top:1px solid var(--cr-line);background:#fff;text-align:left;cursor:pointer;color:var(--cr-ink)}
.cr-table-row:nth-child(odd) {background:var(--cr-warm)}
.cr-table-row.selected {box-shadow:inset 3px 0 var(--cr-stone-dark)}
.cr-table-row b,.cr-table-row small {display:block}
.cr-table-row small {color:#74859a;margin-top:4px}
.cr-table-row em {font-style:normal;border:1px solid #ecd28c;background:#fff5d4;color:#826b24;padding:5px 7px;border-radius:20px;font-size:9px}
.cr-table-row>span:last-child {color:var(--cr-stone-dark)}
.cr-touchpoints {background:var(--cr-navy);color:#fff;padding:clamp(90px,11vw,150px) 0}
.cr-touchpoints .cr-intro>p {color:rgba(255,255,255,.58)}
.cr-touch-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:60px}
.cr-touch-grid article {padding:24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);min-height:250px}
.cr-touch-grid article:nth-child(2) {background:rgba(211,199,188,.13)}
.cr-touch-grid article span {color:var(--cr-stone);font-size:10px;letter-spacing:.15em}
.cr-touch-grid h3 {font:600 24px var(--cr-display);margin:55px 0 10px}
.cr-touch-grid p {color:rgba(255,255,255,.58);font-size:13px}
.cr-touch-grid b {display:block;color:var(--cr-stone);font-size:11px;margin-top:25px}
.cr-email-grid {align-items:center}
.cr-email-grid>div>p:not(.cr-overline) {max-width:440px;color:rgba(20,37,54,.66);margin:25px 0}
.cr-button-dark {background:var(--cr-navy)}
.cr-email-card {background:#fff;border:1px solid var(--cr-line);box-shadow:0 18px 50px rgba(20,37,54,.12)}
.cr-email-card header {display:flex;justify-content:space-between;background:var(--cr-navy);color:#fff;padding:20px 24px;font-size:11px;letter-spacing:.15em}
.cr-email-card header b {color:var(--cr-stone);font-size:21px}
.cr-email-card>div {padding:28px}
.cr-email-card small {display:block;color:var(--cr-stone-dark);font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.cr-email-card h3 {font:600 27px var(--cr-display);letter-spacing:-.06em;margin:10px 0 22px}
.cr-email-card p {color:#63738a;font-size:13px}
.cr-email-card button {border:0;background:var(--cr-stone);color:var(--cr-navy);padding:13px 16px;font-weight:800;margin:10px 0 22px}
.cr-cta {background:var(--cr-stone);color:var(--cr-navy);padding:125px 0;text-align:center}
.cr-cta .cr-overline {justify-content:center}
.cr-cta h2 {color:var(--cr-navy)}
.cr-cta h2 em {color:var(--cr-stone-dark)}
@media(max-width:1050px) {
.cr-hero-grid,.cr-proof-grid,.cr-intro,.cr-email-grid {grid-template-columns:1fr;gap:28px}
.cr-console {max-width:780px}
.cr-hero-orbit {width:420px;height:420px;right:-10%}
}
@media(max-width:800px) {
.cr-app-stats {grid-template-columns:repeat(2,1fr)}
.cr-table-head {display:none}
.cr-table-row {grid-template-columns:1fr auto}
.cr-table-row>span:not(:first-child):not(:last-child) {display:none}
.cr-touch-grid {grid-template-columns:1fr}
}
@media(max-width:560px) {
.cr-wrap {width:calc(100% - 36px)}
.cr-hero {padding:125px 0 65px}
.cr-hero h1 {font-size:57px}
.cr-actions {align-items:flex-start;flex-direction:column;gap:18px}
.cr-console {padding:12px;transform:none}
.cr-console-title h2 {font-size:20px}
.cr-review-list {padding:9px}
.cr-review-list article {grid-template-columns:1.4fr auto}
.cr-review-list article small {display:none}
.cr-cream,.cr-proof,.cr-touchpoints {padding:80px 0}
.cr-app-toolbar {align-items:flex-start;gap:14px;flex-direction:column}
.cr-app-toolbar label {width:100%;flex-direction:column;align-items:stretch}
.cr-app-toolbar select {width:100%}
.cr-review-app {padding:12px}
.cr-email-card h3 {font-size:24px}
}
.cr-email-grid {grid-template-columns:.72fr .85fr .68fr;align-items:center}
.cr-touch-preview {background:#fff;border:1px solid var(--cr-line);box-shadow:0 18px 48px rgba(20,37,54,.12);padding:0}
.cr-touch-preview header {display:flex;justify-content:space-between;gap:12px;background:var(--cr-navy);color:#fff;padding:17px 18px;font-size:9px;letter-spacing:.12em}
.cr-touch-preview header b {color:var(--cr-stone);letter-spacing:0;font-weight:500}
.cr-touch-item {display:flex;align-items:center;gap:9px;padding:16px 14px;border-bottom:1px solid var(--cr-line)}
.cr-touch-item>i {display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--cr-warm);color:var(--cr-stone-dark);font-style:normal}
.cr-touch-item.active>i {background:var(--cr-stone);color:var(--cr-navy)}
.cr-touch-item span {display:flex;flex-direction:column;flex:1}
.cr-touch-item strong {font-size:11px}
.cr-touch-item small {color:#748398;font-size:9px;margin-top:3px}
.cr-touch-item em {font-style:normal;color:var(--cr-stone-dark);font-size:9px}
.cr-touch-preview>footer {padding:15px;background:#f7f8f6;display:flex;flex-direction:column}
.cr-touch-preview>footer b {color:var(--cr-stone-dark);font-size:9px;text-transform:uppercase;letter-spacing:.1em}
.cr-touch-preview>footer small {color:#73839a;font-size:10px;margin-top:5px}
@media(max-width:1050px) {
.cr-email-grid {grid-template-columns:1fr 1fr}
.cr-touch-preview {grid-column:1/-1;max-width:540px;justify-self:center;width:100%}
}
@media(max-width:650px) {
.cr-email-grid {grid-template-columns:1fr}
.cr-touch-preview {grid-column:auto}
}
.cr-proof-grid {position:relative}
.cr-proof-grid:after {content:'CASE REVIEW  /  RELATIONSHIP CADENCE\A\A↻  Rate review       12 MAR 2027\A✦  Birthday          21 MAY 2027\A○  Annual review     08 APR 2027\A\A  CaseAI keeps the next conversation in view.';white-space:pre;display:block;align-self:center;justify-self:end;width:min(390px,100%);padding:24px;background:#15283a;border:1px solid rgba(211,199,188,.35);box-shadow:0 22px 50px rgba(0,0,0,.2);color:var(--cr-stone);font:11px/2 var(--cr-sans);letter-spacing:.04em}
.cr-proof-grid>p {grid-column:2;grid-row:1}
.cr-proof-grid>div {grid-column:1;grid-row:1}
@media(max-width:850px) {
.cr-proof-grid:after {grid-column:1;grid-row:3;justify-self:stretch}
.cr-proof-grid>p {grid-column:1;grid-row:2}
.cr-proof-grid>div {grid-column:1;grid-row:1}
}
