/* CARL Beta 1 Results — bespoke "report" design (stat bars, pre-survey tiles, after-CARL cards,
   before/after confidence bars, testimonials). Extracted from the live Avada build and loaded
   only on posts whose content contains .carl-report (functions.php). Avada cruft stripped. */

/* let the report use its own wide/full-bleed layout instead of the 860px reading column */
.single-post .entry-content:has(.carl-report) { max-width: none !important; padding: 0 !important; }
.carl-report { margin: 0 auto; }

/* This page sits on the report's own base grey (rgb 250,251,250) so the full-bleed grey/white bands +
   gradients are seamless — the report's gradients resolve to this grey, GeneratePress's default body
   grey (247,248,249) did not, which left visible seams between sections. */
body { background: rgb(250, 251, 250); }

/* Align the navy hero + the footer (back link / related / CTA) with the report's wider 1000px data
   column so every block shares the same left edge (the prose default is 860px). */
.single-post .cp-hero-inner,
.single-post .cp-foot,
.single-post .cb-cta-shell { max-width: 1000px; padding-left: 24px; padding-right: 24px; }

.carl-report { font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: rgb(0, 45, 76); line-height: 1.6; padding: 0px; }
.cr-wrap { max-width: 1000px; margin: 0px auto; padding: 0px 24px; }
.cr-section { padding: 30px 0px; }
.cr-section + .cr-section { border-top-width: medium; border-top-style: none; border-top-color: currentcolor; }
.cr-section--grey { background: rgb(255, 255, 255); margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding-left: calc(-50% + 50vw); padding-right: calc(-50% + 50vw); border-top-width: medium !important; border-top-style: none !important; border-top-color: currentcolor !important; }
.cr-section--whitetogrey { background: linear-gradient(rgb(255, 255, 255) 0%, rgb(250, 251, 250) 100%); margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding-left: calc(-50% + 50vw); padding-right: calc(-50% + 50vw); }
.cr-section--greytowhite { background: linear-gradient(rgb(250, 251, 250) 0%, rgb(255, 255, 255) 100%); margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding-left: calc(-50% + 50vw); padding-right: calc(-50% + 50vw); }
.cr-section--grey + .cr-section { border-top-width: medium; border-top-style: none; border-top-color: currentcolor; }
.cr-h2 { font-size: 26px; font-weight: 800; color: rgb(0, 25, 48); letter-spacing: -0.3px; margin: 0px 0px 6px; line-height: 1.25; }
.cr-sub { font-size: 14px; color: rgb(90, 108, 125); margin: 0px 0px 28px; line-height: 1.6; max-width: 700px; }
.reality-card { background: rgb(255, 255, 255); border-radius: 14px; padding: 32px 36px 5px; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px, rgba(0, 0, 0, 0.06) 0px 8px 24px; border: 1px solid rgba(0, 0, 0, 0.05); }
.reality-card .cr-h2 { margin-bottom: 8px; }
.reality-intro { color: rgb(90, 108, 125); font-size: 14px; margin: 0px 0px 16px; max-width: 600px; }
.reality-stats { display: grid; gap: 20px; margin-bottom: 18px; }
.reality-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; align-items: center; }
.reality-text { font-size: 15px; color: rgb(0, 45, 76); line-height: 1.55; }
.reality-text strong { font-weight: 800; color: rgb(0, 25, 48); }
.reality-bar-wrap { display: flex; align-items: center; }
.reality-bar-track { flex: 1 1 0%; background: rgb(237, 238, 240); border-radius: 999px; height: 26px; overflow: hidden; }
.reality-bar-fill { height: 100%; border-radius: 999px; display: flex; align-items: center; justify-content: flex-end; padding-right: 10px; font-size: 11px; font-weight: 700; color: rgb(255, 255, 255); }
.reality-bar-fill--coral { background: linear-gradient(135deg, rgb(248, 131, 121), rgb(246, 113, 234)); }
.reality-bar-fill--teal { background: linear-gradient(135deg, rgb(89, 201, 225), rgb(0, 229, 211)); }
.reality-bar-fill--pink { background: linear-gradient(135deg, rgb(246, 113, 234), rgb(248, 131, 121)); }
.reality-banner { background: linear-gradient(135deg, rgb(0, 45, 76), rgb(0, 25, 48)); border-radius: 10px; padding: 18px 28px; text-align: center; margin-bottom: 20px; margin-top: 20px; }
.reality-banner p { color: rgb(255, 255, 255); font-size: 15px; font-weight: 700; margin: 0px; line-height: 1.5; }
.reality-ai-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: center; margin-bottom: 20px; margin-top: 20px; }
.reality-ai-text { font-size: 14px; color: rgb(0, 45, 76); line-height: 1.6; }
.reality-ai-text strong { font-weight: 800; color: rgb(0, 25, 48); }
.reality-close { font-size: 15px; font-weight: 700; color: rgb(0, 25, 48); line-height: 1.6; margin: 0px 0px 14px; }
.reality-sources { font-size: 11px; color: rgb(139, 149, 160); line-height: 1.7; border-top: 1px solid rgba(0, 0, 0, 0.06); padding-top: 14px; margin: 0px; }
.reality-sources a { color: rgb(90, 108, 125); text-decoration: none; }
.reality-sources a:hover { text-decoration: underline; }
.presurvey-card { background: linear-gradient(135deg, rgb(0, 45, 76), rgb(0, 25, 48)); border-left: 5px solid rgb(168, 224, 99); border-radius: 14px; padding: 36px 36px 32px; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px, rgba(0, 0, 0, 0.12) 0px 12px 32px; position: relative; overflow: hidden; }
.presurvey-card::after { content: ""; position: absolute; top: -30%; right: -8%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(89, 201, 225, 0.07) 0%, transparent 70%); pointer-events: none; }
.presurvey-card .cr-h2 { color: rgb(255, 255, 255); margin-bottom: 4px; }
.presurvey-intro { color: rgba(255, 255, 255, 0.6); font-size: 14px; margin: 0px 0px 24px; }
.presurvey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 16px; }
.presurvey-stat { background: rgba(255, 255, 255, 0.06); border-left: 3px solid rgb(246, 113, 234); border-radius: 10px; padding: 20px 20px 16px; transition: background 0.2s; }
.presurvey-stat:hover { background: rgba(255, 255, 255, 0.1); }
.presurvey-stat .ps-num { font-size: 32px; font-weight: 900; color: rgb(89, 201, 225); line-height: 1; margin: 0px 0px 6px; letter-spacing: -0.02em; }
.presurvey-stat .ps-lbl { font-size: 13px; font-weight: 600; color: rgb(255, 255, 255); line-height: 1.35; margin: 0px 0px 3px; }
.presurvey-stat .ps-det { font-size: 12px; color: rgba(255, 255, 255, 0.45); line-height: 1.45; margin: 0px; }
.presurvey-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.result-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.result-card { border-radius: 12px; padding: 28px 24px 22px; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px, rgba(0, 0, 0, 0.06) 0px 8px 24px; border: 1px solid transparent; transition: transform 0.22s, box-shadow 0.22s; }
.result-card:hover { transform: translateY(-3px); box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px, rgba(0, 0, 0, 0.1) 0px 16px 40px; }
.result-card--blue { background: rgba(89, 201, 225, 0.1); border-color: rgba(89, 201, 225, 0.3); }
.result-card--teal { background: rgba(0, 229, 211, 0.1); border-color: rgba(0, 229, 211, 0.28); }
.result-card--lime { background: rgba(168, 224, 99, 0.13); border-color: rgba(168, 224, 99, 0.3); }
.result-card--pink { background: rgba(246, 113, 234, 0.1); border-color: rgba(246, 113, 234, 0.25); }
.result-card .rc-num { font-size: 36px; font-weight: 900; line-height: 1; margin: 0px 0px 8px; letter-spacing: -0.03em; }
.result-card .rc-denom { font-size: 18px; font-weight: 700; }
.result-card--blue .rc-num { color: rgb(89, 201, 225); }
.result-card--teal .rc-num { color: rgb(0, 184, 169); }
.result-card--lime .rc-num { color: rgb(122, 184, 46); }
.result-card--pink .rc-num { color: rgb(217, 79, 203); }
.result-card .rc-lbl { font-size: 13px; font-weight: 700; color: rgb(0, 25, 48); line-height: 1.35; margin: 0px 0px 4px; }
.result-card .rc-det { font-size: 12px; color: rgb(90, 108, 125); line-height: 1.5; margin: 0px; }
.compare-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.compare-card { background: rgb(255, 255, 255); border-left: 4px solid rgb(89, 201, 225); border-radius: 12px; padding: 22px 24px; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px, rgba(0, 0, 0, 0.06) 0px 8px 24px; transition: transform 0.22s, box-shadow 0.22s; }
.compare-card:hover { transform: translateY(-3px); box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px, rgba(0, 0, 0, 0.1) 0px 16px 40px; }
.compare-label { font-size: 13px; font-weight: 700; color: rgb(0, 25, 48); margin: 0px 0px 12px; }
.compare-delta { display: inline-block; font-size: 11px; font-weight: 700; color: rgb(106, 154, 26); background: rgba(168, 224, 99, 0.15); border-radius: 999px; padding: 2px 8px; margin-left: 8px; }
.compare-bars { display: grid; gap: 8px; }
.bar-row { display: flex; align-items: center; gap: 10px; }
.bar-tag { font-size: 11px; font-weight: 600; color: rgb(90, 108, 125); min-width: 70px; }
.bar-track { flex: 1 1 0%; background: rgb(237, 238, 240); border-radius: 999px; height: 24px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 999px; display: flex; align-items: center; justify-content: flex-end; padding-right: 10px; font-size: 11px; font-weight: 700; color: rgb(255, 255, 255); }
.bar-fill--before { background: linear-gradient(135deg, rgb(139, 149, 160), rgb(168, 176, 185)); }
.bar-fill--carl { background: linear-gradient(135deg, rgb(246, 113, 234), rgb(248, 131, 121)); }
.ctm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ctm-grid--3col { grid-template-columns: repeat(3, 1fr); }
.ctm-card { background: rgb(255, 255, 255); border-radius: 12px; border-left: 4px solid rgb(168, 224, 99); box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; padding: 18px 20px; display: flex; flex-direction: row; align-items: flex-start; gap: 16px; transition: transform 0.3s, box-shadow 0.3s; }
.ctm-card:hover { transform: translateX(8px); box-shadow: rgba(0, 0, 0, 0.14) 0px 8px 24px; }
.ctm-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; color: white; margin-top: 2px; font-family: Poppins, sans-serif; }
.ctm-av-pink { background: linear-gradient(135deg, rgb(246, 113, 234), rgb(248, 131, 121)); }
.ctm-av-teal { background: linear-gradient(135deg, rgb(89, 201, 225), rgb(20, 184, 166)); }
.ctm-av-lime { background: linear-gradient(135deg, rgb(168, 224, 99), rgb(107, 191, 47)); color: rgb(0, 25, 48); }
.ctm-quote { font-size: 13px; color: rgb(0, 25, 48); line-height: 1.6; font-style: italic; margin-bottom: 10px; font-family: Poppins, sans-serif; }
.ctm-name { font-size: 12px; font-weight: 700; color: rgb(0, 25, 48); line-height: 1.3; font-family: Poppins, sans-serif; }
.ctm-role { font-size: 11px; color: rgb(139, 149, 160); font-weight: 400; margin-top: 2px; line-height: 1.4; font-family: Poppins, sans-serif; }
@media (max-width: 900px) {
.ctm-grid--3col { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.ctm-grid { grid-template-columns: 1fr; }
}
.ctm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ctm-grid--3col { grid-template-columns: 1fr; max-width: 1000px; }
.ctm-card { background: rgb(255, 255, 255); border-radius: 12px; border-left: 4px solid rgb(168, 224, 99); box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; padding: 18px 20px; display: flex; flex-direction: row; align-items: flex-start; gap: 16px; transition: transform 0.3s, box-shadow 0.3s; }
.ctm-card:hover { transform: translateX(8px); box-shadow: rgba(0, 0, 0, 0.14) 0px 8px 24px; }
.ctm-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; color: white; margin-top: 2px; font-family: Poppins, sans-serif; }
.ctm-av-pink { background: linear-gradient(135deg, rgb(246, 113, 234), rgb(248, 131, 121)); }
.ctm-av-teal { background: linear-gradient(135deg, rgb(89, 201, 225), rgb(20, 184, 166)); }
.ctm-av-lime { background: linear-gradient(135deg, rgb(168, 224, 99), rgb(107, 191, 47)); color: rgb(0, 25, 48); }
.ctm-quote { font-size: 13px; color: rgb(0, 25, 48); line-height: 1.6; font-style: italic; margin-bottom: 10px; font-family: Poppins, sans-serif; }
.ctm-name { font-size: 12px; font-weight: 700; color: rgb(0, 25, 48); line-height: 1.3; font-family: Poppins, sans-serif; }
.ctm-role { font-size: 11px; color: rgb(139, 149, 160); font-weight: 400; margin-top: 2px; line-height: 1.4; font-family: Poppins, sans-serif; }
@media (max-width: 640px) {
.ctm-grid { grid-template-columns: 1fr; }
}
.roadmap-grid { display: grid; grid-template-columns: repeat(1, 3fr); gap: 16px; margin-bottom: 24px; }
.roadmap-card { background: rgb(255, 255, 255); border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px, rgba(0, 0, 0, 0.06) 0px 8px 24px; border: 1px solid rgba(0, 0, 0, 0.04); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.22s, box-shadow 0.22s; }
.roadmap-card:hover { transform: translateY(-3px); box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px, rgba(0, 0, 0, 0.1) 0px 16px 40px; }
.rm-header { display: flex; align-items: center; gap: 10px; padding: 16px 20px; font-size: 14px; font-weight: 700; color: rgb(255, 255, 255); }
.rm-header--blue { background: rgb(89, 201, 225); }
.rm-header--teal { background: rgb(0, 184, 169); }
.rm-header--lime { background: rgb(122, 184, 46); }
.rm-list { list-style: none; margin: 0px; padding: 20px 20px 24px; display: flex; flex-direction: column; gap: 16px; flex: 1 1 0%; }
.rm-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgb(51, 65, 85); line-height: 1.6; }
.rm-list li::before { content: ""; flex-shrink: 0; width: 8px; height: 8px; border-radius: 999px; margin-top: 7px; }
.rm-header--blue + .rm-list li::before { background: rgb(89, 201, 225); }
.rm-header--teal + .rm-list li::before { background: rgb(0, 229, 211); }
.rm-header--lime + .rm-list li::before { background: rgb(168, 224, 99); }
.rm-list strong { color: rgb(0, 25, 48); }
.callout-card { display: flex; align-items: flex-start; gap: 16px; padding: 24px 28px; margin-top: 28px; border-radius: 12px; background: rgb(255, 255, 255); border-width: 1px 1px 1px 4px; border-style: solid; border-color: rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.04) rgb(89, 201, 225); border-image: initial; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px, rgba(0, 0, 0, 0.06) 0px 8px 24px; }
.callout-icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: rgba(89, 201, 225, 0.1); display: flex; align-items: center; justify-content: center; color: rgb(26, 157, 181); }
.callout-label { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgb(26, 157, 181); }
.callout-quote { display: block; font-style: italic; line-height: 1.65; font-size: 15px; color: rgb(0, 45, 76); }
.callout-attr { display: block; margin-top: 8px; font-style: normal; font-size: 12px; font-weight: 600; color: rgb(90, 108, 125); }
.cta-card { background: linear-gradient(135deg, rgb(0, 45, 76), rgb(0, 25, 48)); border-radius: 14px; padding: 52px 36px; text-align: center; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px, rgba(0, 0, 0, 0.14) 0px 12px 32px; position: relative; overflow: hidden; }
.cta-card::after { content: ""; position: absolute; bottom: -30%; left: -10%; width: 350px; height: 350px; background: radial-gradient(circle, rgba(246, 113, 234, 0.08) 0%, transparent 70%); pointer-events: none; }
.cta-card .cr-h2 { color: rgb(255, 255, 255); margin-bottom: 10px; }
.cta-card p { color: rgba(255, 255, 255, 0.7); font-size: 15px; line-height: 1.6; max-width: 460px; margin: 0px auto 28px; }
.cta-btn { display: inline-block; padding: 14px 32px; border-radius: 999px; background: linear-gradient(135deg, rgb(246, 113, 234), rgb(248, 131, 121)); color: rgb(255, 255, 255); font-weight: 600; font-size: 15px; text-decoration: none; transition: transform 0.2s, box-shadow 0.1s; box-shadow: rgba(246, 113, 234, 0.2) 0px 2px 6px; position: relative; z-index: 1; }
.cta-btn:hover { transform: translateY(-2px); box-shadow: rgba(246, 113, 234, 0.3) 0px 6px 18px; color: rgb(255, 255, 255); text-decoration: none; }
@media (max-width: 1024px) {
.result-grid { grid-template-columns: repeat(2, 1fr); }
.compare-grid { grid-template-columns: 1fr; }
.roadmap-grid { grid-template-columns: 1fr; }
.reality-row { grid-template-columns: 1fr; }
.reality-ai-row { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.cr-wrap { padding: 0px 16px; }
.cr-h2 { font-size: 22px; }
.cr-section { padding: 40px 0px; }
.reality-card { padding: 28px 24px 24px; }
.presurvey-card { padding: 28px 24px 24px; }
.presurvey-grid { grid-template-columns: 1fr; }
.presurvey-grid-2 { grid-template-columns: 1fr; }
.result-grid { grid-template-columns: 1fr 1fr; }
.roadmap-grid { grid-template-columns: 1fr; }
.callout-card { flex-direction: column; gap: 12px; }
.cta-card { padding: 36px 24px; }
.bar-tag { min-width: 60px; }
}
@media (max-width: 480px) {
.result-grid { grid-template-columns: 1fr; }
.cr-h2 { font-size: 20px; }
}
