.roi-calc{background:var(--section-alt-bg);border:1px solid var(--border-color);border-radius:1.25rem;padding:1.75rem 1rem 2rem;max-width:720px;margin:0 auto}@media(min-width:520px){.roi-calc{padding:1.75rem 1.75rem 2rem}}.roi-progress{display:flex;align-items:center;gap:0;margin-bottom:2.25rem}.roi-progress-step{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex-shrink:0;cursor:default}.step-circle{width:2rem;height:2rem;border-radius:50%;border:2px solid var(--border-color);background:var(--bg-elevated);color:var(--text-muted);font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .2s}.step-label{font-size:.7rem;color:var(--text-muted);white-space:nowrap;transition:color .2s}.roi-progress-step.is-active .step-circle{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.roi-progress-step.is-active .step-label{color:var(--brand-emphasis)}.roi-progress-step.is-complete .step-circle{background:rgba(var(--brand-primary-rgb),.2);border-color:var(--brand-primary);color:var(--brand-emphasis)}.roi-progress-step.is-complete .step-label{color:var(--brand-emphasis)}.step-connector{flex:1;height:2px;background:var(--border-color);margin:0 .5rem 1.2rem;transition:background .3s}.step-connector.is-complete{background:var(--brand-primary)}.roi-panel{animation:roi-fade-in .22s ease}.roi-panel--hidden{display:none!important}@keyframes roi-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.roi-panel-heading{font-family:var(--font-mono);font-size:1.25rem;font-weight:700;color:var(--text-heading);margin-bottom:.35rem}.roi-panel-sub{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.55}.roi-panel-sub strong{color:var(--text-body)}.roi-panel-note{font-size:.78rem;color:var(--text-muted);margin-top:1rem}.workflow-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin-bottom:1.75rem}@media(min-width:520px){.workflow-grid{grid-template-columns:repeat(3,1fr)}}.wf-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.75rem .9rem;border-radius:.65rem;border:1.5px solid var(--border-color);background:var(--bg-elevated);cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.wf-btn:hover{border-color:rgba(var(--brand-primary-rgb),.5);background:rgba(var(--brand-primary-rgb),.06)}.wf-btn.is-selected{border-color:var(--brand-primary);background:rgba(var(--brand-primary-rgb),.12);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb),.18)}.wf-label{font-size:.82rem;font-weight:600;color:var(--text-heading)}.wf-sub{font-size:.7rem;color:var(--text-muted)}.roi-inputs-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:520px){.roi-inputs-row{grid-template-columns:1fr 1fr}}.roi-field{display:flex;flex-direction:column;gap:.4rem}.roi-label{font-size:.82rem;font-weight:600;color:var(--text-body);display:flex;align-items:center;gap:.4rem}.roi-field-unit{font-weight:700;color:var(--brand-emphasis);font-size:.85rem}.roi-field-hint{font-size:.72rem;color:var(--text-muted)}.roi-input{background:var(--bg-elevated);border:1.5px solid var(--border-color);border-radius:.5rem;padding:.55rem .75rem;color:var(--text-heading);font-size:.9rem;width:100%;transition:border-color .15s;outline:none}.roi-input:focus{border-color:var(--brand-primary)}.roi-input--sm{max-width:110px}.roi-slider{-webkit-appearance:none;appearance:none;width:100%;height:5px;border-radius:9999px;background:var(--border-color);outline:none;cursor:pointer}.roi-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--brand-primary);cursor:pointer;border:2px solid var(--bg-card);box-shadow:0 0 0 2px var(--brand-primary)}.roi-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--brand-primary);cursor:pointer;border:2px solid var(--bg-card)}.slider-ticks{display:flex;justify-content:space-between;font-size:.65rem;color:var(--text-muted);padding:0 2px;margin-top:.3rem}.provider-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin-bottom:.5rem}@media(min-width:520px){.provider-grid{grid-template-columns:repeat(3,1fr)}}.provider-btn{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.7rem .85rem;border-radius:.65rem;border:1.5px solid var(--border-color);background:var(--bg-elevated);cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.provider-btn:hover{border-color:rgba(var(--brand-primary-rgb),.5)}.provider-btn.is-selected{border-color:var(--brand-primary);background:rgba(var(--brand-primary-rgb),.12)}.provider-icon{font-size:.95rem;color:var(--text-muted);line-height:1}.provider-label{font-size:.82rem;font-weight:600;color:var(--text-heading)}.provider-sub{font-size:.7rem;color:var(--text-muted)}.provider-check{position:absolute;top:.4rem;right:.4rem;width:1.1rem;height:1.1rem;border-radius:50%;background:var(--brand-primary);display:none;align-items:center;justify-content:center;flex-shrink:0}.provider-check svg{width:.65rem;height:.65rem;color:#fff}.provider-btn.is-selected .provider-check{display:flex}.roi-notice{display:flex;align-items:flex-start;gap:.5rem;margin-top:1.25rem;padding:.75rem 1rem;border-radius:.6rem;background:rgba(var(--brand-primary-rgb),.08);border:1px solid rgba(var(--brand-primary-rgb),.2);font-size:.8rem;color:var(--text-body);line-height:1.5}.notice-icon{width:1rem;height:1rem;flex-shrink:0;margin-top:1px;color:var(--brand-primary)}.roi-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3.5rem 1rem;color:var(--text-muted);font-size:.9rem}.roi-spinner{width:2.25rem;height:2.25rem;border:3px solid var(--border-color);border-top-color:var(--brand-primary);border-radius:50%;animation:roi-spin .8s linear infinite}@keyframes roi-spin{to{transform:rotate(360deg)}}.roi-error{display:flex;align-items:center;gap:.65rem;padding:1rem 1.25rem;border-radius:.65rem;background:#e85d6f1a;border:1px solid rgba(232,93,111,.3);color:var(--color-negative);font-size:.875rem;margin:1rem 0}.roi-error .notice-icon{color:var(--color-negative)}.results-header{margin-bottom:1.75rem}.results-header .pill{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;border-radius:9999px;background:var(--pill-bg);border:1px solid var(--pill-border);color:var(--pill-text);font-size:.75rem;font-weight:600;margin-bottom:.75rem}.res-band{background:var(--bg-card);border:1px solid var(--border-color);border-radius:.95rem;margin-bottom:1.25rem}.res-band:first-child{margin-top:0}.res-band-inner{padding:1rem}.res-band--bottom{margin-bottom:0}.res-band--bottom .res-band-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:1.25rem 1rem}.res-band .res-input-bar{margin-bottom:0}.res-input-bar{display:flex;flex-direction:row;border:1px solid var(--border-color);border-radius:.75rem;background:var(--bg-elevated);overflow:hidden;margin-bottom:1.5rem}@media(max-width:519px){.res-input-bar{flex-direction:column}.chip-sep{width:auto!important;height:1px}}.chip-sep{width:1px;background:var(--border-color);align-self:stretch;flex-shrink:0}.res-input-chip{display:flex;align-items:flex-start;gap:.45rem;padding:.6rem .55rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s;min-width:0}.res-input-chip[data-goto="1"],.res-input-chip[data-goto="2"],.res-input-chip[data-goto="3"]{flex:1}.res-input-chip:hover{background:rgba(var(--brand-primary-rgb),.06)}.chip-icon{width:1.1rem;height:1.1rem;flex-shrink:0;color:var(--text-muted);margin-top:2px}.chip-body{flex:1;display:flex;flex-direction:column;gap:.1rem;min-width:0}.chip-label{font-size:.68rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.chip-value{font-size:.78rem;color:var(--text-body);line-height:1.4;overflow-wrap:break-word;word-break:break-word}.chip-edit-icon{display:flex;align-items:center;gap:.25rem;font-size:.72rem;color:var(--brand-emphasis);opacity:0;transition:opacity .15s;white-space:nowrap;flex-shrink:0}.chip-edit-icon svg{width:.75rem;height:.75rem}.res-input-chip:hover .chip-edit-icon{opacity:1}.res-success-card{background:rgba(var(--brand-primary-rgb),.07);border:1.5px solid rgba(var(--brand-primary-rgb),.25);border-radius:1rem;overflow:hidden;margin-bottom:1.25rem}.res-success-section{padding:1.5rem 1.5rem 1.25rem}.res-success-divider{height:1px;background:rgba(var(--brand-primary-rgb),.15);margin:0 1.5rem}.res-primary-label{font-size:.72rem;font-weight:700;color:var(--brand-emphasis);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.3rem;opacity:.8}.res-primary-sub{font-size:.8rem;color:var(--text-muted);margin-bottom:1.25rem}.res-spectrum{margin-bottom:.25rem}.res-spec-axis{position:relative;height:28px;margin:0 8px}.res-spec-line-bg{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:2px;background:rgba(var(--brand-primary-rgb),.25);border-radius:9999px}.res-spec-dot{position:absolute;top:50%;width:10px;height:10px;border-radius:50%;background:var(--bg-card);border:2px solid rgba(var(--brand-primary-rgb),.45);transform:translateY(-50%)}.res-spec-dot--left{left:0}.res-spec-dot--right{right:0;transform:translateY(-50%)}.res-spec-dot--center{left:50%;transform:translate(-50%,-50%);width:18px;height:18px;background:var(--brand-primary);border:none;box-shadow:0 0 0 5px rgba(var(--brand-primary-rgb),.15),0 0 14px rgba(var(--brand-primary-rgb),.25)}.res-spec-labels{display:flex;justify-content:space-between;margin-top:.6rem}.res-spec-col{display:flex;flex-direction:column;gap:.2rem;align-items:flex-start}.res-spec-col--center{align-items:center;text-align:center}.res-spec-col--right{align-items:flex-end;text-align:right}.res-spec-tag{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.res-spec-col--center .res-spec-tag{color:var(--brand-emphasis)}.res-spec-val{font-family:var(--font-mono);font-size:clamp(.88rem,2.5vw,1.1rem);font-weight:700;color:var(--text-heading);line-height:1.1}.res-spec-val--center{font-size:clamp(1.2rem,3.5vw,1.65rem);font-weight:800}.res-spec-annual{text-align:center;font-size:.73rem;color:var(--text-muted);margin-top:.75rem}.res-scenario-value{font-family:var(--font-mono);font-size:clamp(1rem,3vw,1.35rem);font-weight:800;color:var(--text-heading);line-height:1}.res-scenario--mid .res-scenario-value{font-size:clamp(1.15rem,3.5vw,1.6rem)}.range-bar-wrap{margin-bottom:.5rem}.range-bar-track{position:relative;height:8px;background:rgba(var(--brand-primary-rgb),.15);border-radius:9999px;overflow:visible;margin-bottom:1.5rem}.range-bar-low{position:absolute;left:0;top:0;height:100%;background:rgba(var(--brand-primary-rgb),.35);border-radius:9999px 0 0 9999px}.range-bar-mid{position:absolute;left:0;top:-2px;height:12px;background:var(--brand-primary);border-radius:9999px;box-shadow:0 0 8px rgba(var(--brand-primary-rgb),.5)}.range-bar-high{position:absolute;left:0;top:0;height:100%;background:transparent}.range-bar-labels{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-muted)}.res-success-metrics{padding-top:1rem;padding-bottom:1rem}.res-support-grid{display:flex;flex-direction:row;align-items:flex-start}.res-support-metric{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.res-support-sep{width:1px;align-self:stretch;background:rgba(var(--brand-primary-rgb),.15);flex-shrink:0;margin:0 .75rem}.res-support-label{font-size:.68rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.res-support-value{font-family:var(--font-mono);font-size:1.35rem;font-weight:800;color:var(--text-heading);line-height:1.1}.res-support-unit{font-size:.8rem;font-weight:500;color:var(--text-muted)}.res-support-bounds{font-size:.68rem;color:var(--text-muted);margin-top:.1rem}@media(max-width:519px){.res-support-grid{flex-direction:column;gap:.85rem}.res-support-sep{width:auto;height:1px;margin:0}}.res-success-roi{padding-top:1.25rem;padding-bottom:1rem}.res-metric-header{display:flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}.res-metric-icon{width:1rem;height:1rem;flex-shrink:0;color:var(--text-muted)}.res-metric-icon--positive{color:var(--text-muted)}.res-metric-value{font-family:var(--font-mono);font-size:1.6rem;font-weight:800;color:var(--text-heading);line-height:1}.res-metric-unit{font-size:.9rem;font-weight:500;color:var(--text-muted)}.res-metric-range-label{font-size:.72rem;color:var(--text-muted);margin-bottom:.5rem}.res-bar-track{height:5px;background:var(--border-color);border-radius:9999px;overflow:hidden;margin:.4rem 0}.res-bar-track--wide{margin-top:.6rem}.res-bar-fill{height:100%;border-radius:9999px;transition:width .6s cubic-bezier(.16,1,.3,1)}.res-bar-fill--brand{background:var(--brand-primary)}.res-bar-fill--neutral{background:var(--text-muted)}.res-bar-fill--positive{background:var(--color-positive)}.res-metric-bounds{font-size:.7rem;color:var(--text-muted);margin-top:.15rem}.res-roi-display{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:1rem;margin-bottom:.35rem}.res-roi-value{font-family:var(--font-mono);font-size:2.25rem;font-weight:800;color:var(--brand-emphasis);line-height:1}.res-roi-col{display:flex;flex-direction:column;gap:.2rem;align-items:flex-start}.res-roi-col--center{align-items:center;text-align:center}.res-roi-col--right{align-items:flex-end;text-align:right}.res-roi-band-label{font-size:.62rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-weight:700}.res-roi-band-label--center{color:var(--brand-emphasis)}.res-roi-band-value{font-size:.9rem;font-weight:700;color:var(--text-heading)}@media(max-width:519px){.res-success-section{padding:1.25rem 1rem 1rem}.res-success-divider{margin:0 1rem}.res-roi-display{grid-template-columns:1fr;gap:.85rem}.res-roi-col,.res-roi-col--center,.res-roi-col--right{align-items:flex-start;text-align:left}.res-roi-band-label{font-size:.58rem}.res-roi-band-value{font-size:.8rem}.res-roi-value{font-size:1.75rem}.res-band-inner{padding:.85rem}.res-band--bottom .res-band-inner{padding:1rem .85rem}.res-success-card{border-radius:.75rem}}.res-roi-meta{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.75rem;padding-top:.65rem;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.74rem;flex-wrap:wrap}.res-roi-meta-item{cursor:help;white-space:nowrap}.res-roi-meta-sep{color:var(--border-color)}.res-cost-type{font-size:.72rem;color:var(--text-muted);font-weight:500;margin-top:.2rem}.res-flags{margin-bottom:1.25rem}.res-flag{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;border-radius:.6rem;background:#eab30812;border:1px solid rgba(234,179,8,.2);font-size:.82rem;line-height:1.55;margin-bottom:.45rem}.res-flag-icon{width:1rem;height:1rem;flex-shrink:0;color:#f59e0b;margin-top:2px}.res-flag p{color:#e2b84b;margin:0}.res-assumptions{border:1px solid var(--border-color);border-radius:.75rem;margin-bottom:1.5rem;overflow:hidden}.res-assumptions-toggle{display:flex;align-items:center;gap:.5rem;padding:.85rem 1rem;cursor:pointer;font-size:.8rem;font-weight:600;color:var(--text-muted);list-style:none;background:var(--bg-elevated);transition:color .15s,background .15s;user-select:none}.res-assumptions-toggle::-webkit-details-marker{display:none}.res-assumptions-toggle svg:first-child{width:1rem;height:1rem;flex-shrink:0}.res-assumptions-toggle:hover{color:var(--brand-emphasis);background:rgba(var(--brand-primary-rgb),.05)}.res-chevron{width:1rem;height:1rem;margin-left:auto;flex-shrink:0;transition:transform .2s}details[open] .res-chevron{transform:rotate(180deg)}.res-assumptions-body{padding:.75rem 1rem 1rem;border-top:1px solid var(--border-color)}.res-assumption-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.4rem 0;border-bottom:1px solid var(--border-subtle);font-size:.8rem}.res-assumption-row:last-of-type{border-bottom:none}.res-assumption-label{color:var(--text-muted);flex-shrink:0}.res-assumption-value{color:var(--text-body);text-align:right}.res-assumptions-note{margin-top:.75rem;font-size:.72rem;color:var(--text-muted);font-style:italic;line-height:1.55}.res-band-inner--col{flex-direction:column;align-items:stretch;gap:1.25rem}.res-report-offer,.res-report-success{display:flex;flex-direction:column;gap:.6rem}.res-report-success{align-items:center;text-align:center;padding:.5rem 0}.res-report-sub{font-size:.8rem;color:var(--text-muted);margin:0;line-height:1.5}.res-email-row{display:flex;gap:.5rem;flex-wrap:wrap}.res-email-input{flex:1;min-width:0;padding:.55rem .85rem;border-radius:.5rem;border:1px solid var(--border-color);background:var(--bg-base);color:var(--text-heading);font-size:.875rem;font-family:var(--font-body);outline:none;transition:border-color .15s}.res-email-input:focus{border-color:var(--brand-primary)}.res-email-input.is-error{border-color:#f87171}.res-email-note{font-size:.72rem;color:var(--text-muted);margin:0}.res-cta-divider{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.res-cta-divider:before,.res-cta-divider:after{content:"";flex:1;height:1px;background:var(--border-color)}.res-demo-offer{display:flex;flex-direction:column;gap:.75rem}.res-demo-label{font-size:.82rem;color:var(--text-muted);margin:0}.res-panel--hidden{display:none!important}.res-cta-headline{font-family:var(--font-mono);font-size:1rem;font-weight:700;color:var(--text-heading);margin:0 0 .2rem}.res-cta-text p{font-size:.875rem;color:var(--text-body);margin:0;line-height:1.5}.res-cta-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.6rem;flex-shrink:0}.roi-nav{display:flex;align-items:center;justify-content:space-between;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--border-color)}.roi-nav-right{display:flex;align-items:center;gap:1rem;margin-left:auto}.roi-step-counter{font-size:.75rem;color:var(--text-muted)}.roi-btn-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.35rem;border-radius:.6rem;background:linear-gradient(180deg,#ffffff14,#fff0 42%),var(--brand-primary);color:#fff;font-size:.875rem;font-weight:600;border:1px solid rgba(var(--brand-dark-rgb),.18);cursor:pointer;box-shadow:0 8px 18px rgba(var(--brand-dark-rgb),.14),0 0 0 1px rgba(var(--brand-dark-rgb),.04),inset 0 1px #ffffff29;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;white-space:nowrap}.roi-btn-primary:hover{opacity:.97;transform:translateY(-1px);box-shadow:0 10px 22px rgba(var(--brand-dark-rgb),.18),0 0 0 1px rgba(var(--brand-dark-rgb),.06),inset 0 1px #ffffff2e}.roi-btn-ghost{display:inline-flex;align-items:center;gap:.35rem;padding:.6rem 1rem;border-radius:.6rem;background:transparent;color:var(--text-muted);font-size:.875rem;font-weight:500;border:1.5px solid var(--border-color);cursor:pointer;transition:color .15s,border-color .15s}.roi-btn-ghost:hover{color:var(--text-body);border-color:var(--text-muted)}.roi-btn-ghost--hidden{visibility:hidden;pointer-events:none}.roi-validation{margin-top:.75rem;font-size:.8rem;color:var(--color-negative);text-align:right}.container[data-astro-cid-sbkalbrf]{max-width:800px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container[data-astro-cid-sbkalbrf]{padding:0 1.5rem}}.roi-hero[data-astro-cid-sbkalbrf]{padding:5rem 0 2rem;text-align:center;background:var(--hero-gradient)}.hero-text[data-astro-cid-sbkalbrf]{max-width:600px;margin:0 auto}.pill[data-astro-cid-sbkalbrf]{display:inline-flex;align-items:center;padding:.3rem .85rem;border-radius:9999px;background:var(--pill-bg);border:1px solid var(--pill-border);color:var(--pill-text);font-size:.75rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:.03em}.hero-heading[data-astro-cid-sbkalbrf]{margin-bottom:1rem}.hero-sub[data-astro-cid-sbkalbrf]{font-size:1rem;color:var(--text-body);line-height:1.7;margin-bottom:.75rem}.hero-note[data-astro-cid-sbkalbrf]{font-size:.82rem;color:var(--text-muted)}.calc-section[data-astro-cid-sbkalbrf]{padding:1rem 0 4rem}.calc-section[data-astro-cid-sbkalbrf] .container[data-astro-cid-sbkalbrf]{max-width:860px;padding:0 .75rem}@media(min-width:640px){.calc-section[data-astro-cid-sbkalbrf] .container[data-astro-cid-sbkalbrf]{padding:0 1.25rem}}.context-section[data-astro-cid-sbkalbrf]{padding:3.5rem 0 5rem;background:var(--section-alt-bg);border-top:1px solid var(--border-color)}.context-grid[data-astro-cid-sbkalbrf]{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.context-grid[data-astro-cid-sbkalbrf]{grid-template-columns:repeat(3,1fr)}}.context-card[data-astro-cid-sbkalbrf]{padding:1.5rem;border:1px solid var(--border-color);border-radius:.9rem;background:var(--bg-card)}.context-card[data-astro-cid-sbkalbrf] h3[data-astro-cid-sbkalbrf]{font-family:var(--font-mono);font-size:.95rem;font-weight:700;color:var(--text-heading);margin-bottom:.5rem}.context-card[data-astro-cid-sbkalbrf] p[data-astro-cid-sbkalbrf]{font-size:.83rem;color:var(--text-muted);line-height:1.6;margin-bottom:.75rem}.context-cta[data-astro-cid-sbkalbrf]{display:inline-block;font-size:.82rem;font-weight:600;color:var(--brand-primary);background:none;border:none;padding:0;cursor:pointer;text-decoration:none;transition:opacity .15s}.context-cta[data-astro-cid-sbkalbrf]:hover{opacity:.8}
