/* Styles added on top of style.css for the sections carried over from the previous site,
   the resource library, dialogs and forms. */
@import url('/assets/article-utilities.css');

/* Header: the current-page color rule must not recolor the solid button (e.g. "Book a demo" on /contact/). */
.header a.button[aria-current=page]:not(.logo){color:#fff}.header a.button[aria-current=page]:hover{color:#fff}

/* ---------- Hero additions ---------- */
.hero-note a{color:var(--brand-blue);font-weight:600;display:inline-flex;align-items:center;gap:6px;margin-left:6px}.hero-note a .icon{width:14px;height:14px}
.outcome-strip{display:grid;grid-template-columns:repeat(3,1fr);max-width:960px;margin:44px auto 0;border-top:1px solid var(--line);padding-top:30px}
.outcome{display:flex;flex-direction:column;align-items:center;gap:8px;padding:6px 24px;text-align:center}.outcome+.outcome{border-left:1px solid var(--line)}
.outcome-icon{width:44px;height:44px;border-radius:50%;background:#e8f1fb;color:var(--brand-blue);display:grid;place-items:center}.outcome-icon .icon{width:24px;height:24px}
.outcome b{font-family:var(--heading);font-size:17px;font-weight:650;letter-spacing:-.2px;color:var(--ink)}.outcome small{font-size:13px;line-height:1.6;color:var(--muted);max-width:260px}

/* ---------- Partners scroller ("Trusted by innovative organizations") ---------- */
.partners{padding:46px 0 6px;text-align:center}
.partners-title{font-family:var(--font);font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#6b7a89;margin:0 0 26px}
.partners-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.partners-track{display:flex;width:max-content;animation:partners-scroll 32s linear infinite}.partners-marquee:hover .partners-track{animation-play-state:paused}
.partners-set{display:flex;align-items:center;gap:56px;padding-right:56px}
.partners-set a{display:flex;align-items:center;flex-shrink:0;opacity:.62;filter:grayscale(1);transition:opacity .3s,filter .3s}.partners-set a:hover{opacity:1;filter:none}
.partners-set img{display:block;height:44px;width:auto;max-width:150px;object-fit:contain}
@keyframes partners-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.partners-track{animation:none;width:auto;flex-wrap:wrap;justify-content:center}.partners-set[aria-hidden]{display:none}.partners-set{flex-wrap:wrap;justify-content:center;gap:28px 40px;padding:0}.partners-marquee{mask-image:none;-webkit-mask-image:none}}

/* ---------- Token-efficiency section ---------- */
.efficiency-card{border:1px solid #d2dce6;border-radius:14px;background:#fff;box-shadow:0 18px 50px -30px #103d7555;display:grid;grid-template-columns:1.25fr 1fr;overflow:hidden;margin-bottom:22px}
.efficiency-compare{padding:38px 40px}.efficiency-label{display:flex;align-items:center;gap:10px;font-weight:600;font-size:15px;margin-bottom:24px}.efficiency-label .icon{color:var(--brand-blue);width:26px;height:26px}
.token-bar{margin-bottom:20px}.token-bar-head{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px}.token-bar-head .mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:var(--muted)}
.token-track{height:12px;border-radius:99px;background:#edf1f5;overflow:hidden}.token-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,var(--brand-cobalt),var(--brand-blue))}
.efficiency-big{background:#f4f8fc;border-left:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:38px;text-align:center}
.big-number{font-family:var(--heading);font-size:clamp(3.4rem,6vw,4.8rem);font-weight:700;letter-spacing:-3px;line-height:1;color:var(--brand-blue)}.big-label{font-size:20px;font-weight:600;color:var(--brand-blue);margin-top:8px}.efficiency-big small{font-size:14px;color:var(--muted);margin-top:6px}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.metric-card{border:1px solid var(--line);border-radius:12px;padding:26px}.metric-head{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;margin-bottom:14px}.metric-head .icon{color:var(--brand-blue)}
.metric-card b{display:block;font-family:var(--heading);font-size:30px;font-weight:650;letter-spacing:-1px;margin-bottom:8px}.metric-card p{font-size:14px;line-height:1.75}
.efficiency-note{text-align:center;font-size:13px;margin-top:26px}.efficiency-note .text-link{font-size:13px;gap:8px;margin-left:8px}

/* ---------- Testimonials ---------- */
.testimonials-section{background:#f8fbfd;border-top:1px solid #ebf0f5;border-bottom:1px solid #ebf0f5}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.testimonial{margin:0;background:#fff;border:1px solid #dfe7ef;border-radius:13px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;box-shadow:0 10px 40px #243a5508}
.testimonial blockquote{margin:0;font-size:16px;line-height:1.8;color:#3d4c5c;font-style:italic}
.testimonial figcaption{display:flex;align-items:center;gap:12px}.testimonial img{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}
.testimonial figcaption b{display:block;font-size:14px;font-weight:650}.testimonial figcaption span{font-size:12px;color:var(--muted)}

/* ---------- Newsletter card + footer ---------- */
.newsletter-card{display:flex;align-items:center;gap:22px;border:1px solid #d9e3ec;border-left:5px solid #0a66c2;border-radius:14px;background:#fff;padding:24px 28px}
.newsletter-icon{width:44px;height:44px;border-radius:50%;background:#0a66c214;color:#0a66c2;display:grid;place-items:center;flex-shrink:0}.newsletter-icon .icon{width:24px;height:24px}
.newsletter-copy{flex:1;min-width:0}.newsletter-copy .overline{color:#0a66c2;letter-spacing:.14em}.newsletter-copy h3{font-size:18px;margin:3px 0 4px}.newsletter-copy p{font-size:14px;line-height:1.7;max-width:560px}
.newsletter-meta{display:flex;gap:16px;margin-top:8px;font-size:12px;color:var(--muted)}.newsletter-meta span{display:inline-flex;align-items:center;gap:5px}.newsletter-meta .icon{width:14px;height:14px}
.newsletter-button{background:#0a66c2;border-color:#0a66c2;gap:12px;white-space:nowrap}.newsletter-button:hover{background:#004182;border-color:#004182}
.footer-newsletter{padding:0 0 46px}.newsletter-card.compact{padding:20px 24px}.newsletter-card.compact p{font-size:13px}
footer{border-top:1px solid var(--line);padding-top:52px;margin-top:0}
.footer-contact{font-size:13px!important;margin-top:14px!important}.footer-contact a{color:var(--brand-blue);font-weight:600}

/* ---------- Resource library ---------- */
.library-grid .resource-card{min-height:0}.resource-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px}
.resource-mark{height:40px;width:auto;max-width:120px;object-fit:contain}.resource-mark-icon{color:var(--brand-blue);width:30px;height:30px}
.badge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.04em;border-radius:5px;padding:4px 9px;white-space:nowrap}.badge.outline{border:1px solid #d9e2ea;color:#6b7a89;background:#f7f9fc}.badge.solid{background:var(--brand-blue);color:#fff}
.resource-author{font-size:12px;color:var(--muted);margin:-8px 0 18px}
.resource-card .overline{color:var(--brand-blue);margin-bottom:10px}

/* ---------- Article pages ---------- */
.article-hero{padding-bottom:36px}.article-hero h1{font-size:clamp(2.3rem,4.4vw,3.6rem);letter-spacing:-.045em;max-width:900px}.article-hero>p{max-width:760px}
.article-meta{display:flex;align-items:center;gap:18px;font-size:13px;color:var(--muted);flex-wrap:wrap}.article-meta span{display:inline-flex;align-items:center;gap:6px}.article-meta .icon{width:15px;height:15px}.author-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}
.article-layout{display:grid;grid-template-columns:minmax(0,250px) minmax(0,1fr);gap:64px;padding-bottom:40px;align-items:start}.article-layout>*{min-width:0}.article-content{min-width:0;max-width:100%}.banner-note>div{min-width:0}.prose table{max-width:100%}.prose iframe{max-width:100%}
.article-aside{position:sticky;top:110px;display:flex;flex-direction:column;gap:14px}
.article-toc{border-top:1px solid var(--line);padding-top:16px}.article-toc h3{font-size:11px;letter-spacing:.1em;color:#8ca3b8;margin-bottom:10px}.article-toc a{display:block;font-size:13px;color:#788b9c;padding:6px 0;line-height:1.45}.article-toc a:hover{color:var(--brand-blue)}
.download-card{display:flex;align-items:center;gap:14px;border:1px solid #d6e2ee;background:var(--brand-tint);border-radius:10px;padding:14px 16px;color:var(--ink);transition:transform .2s,box-shadow .2s}.download-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #1f4c7a14}
.download-card>.icon{color:var(--brand-blue);width:24px;height:24px}.download-card div{flex:1;min-width:0}.download-card b{display:block;font-size:14px;line-height:1.4}.download-card small{font-size:12px;color:var(--muted);display:block;word-break:break-all}
.sources-button{justify-content:flex-start;gap:10px;min-height:46px;font-size:14px}
.article-end{margin-top:40px;display:grid;gap:12px}.article-end:empty{display:none}
.key-points{border:1px solid #d9e5f1;background:#f4f8fc;border-radius:12px;padding:26px 28px;margin-bottom:34px}.key-points h2{font-size:22px;margin:0 0 10px;letter-spacing:-.4px}.key-points>p{font-size:15px;line-height:1.8;margin-bottom:16px}
.key-points ol{margin:0;padding-left:22px;color:var(--ink)}.key-points li{margin:9px 0;font-size:14px;line-height:1.7}.key-points li b{display:block;font-weight:650}.key-points li span{color:var(--muted)}
.article-note{margin-bottom:30px}
.quiz-launchers{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 34px}
.arcade-embed{position:relative;height:0;width:100%;margin:0 0 34px;border-radius:10px;overflow:hidden;border:1px solid var(--line)}.arcade-embed iframe{position:absolute;inset:0;width:100%;height:100%;color-scheme:light}
.embedded-report{width:100%;height:560px;border:1px solid var(--line);border-radius:10px;background:#fff;margin:14px 0 26px}

/* Rendered markdown */
.prose{max-width:780px;color:var(--ink);font-size:16px;line-height:1.85}
.prose>*:first-child{margin-top:0}
.prose h1{font-size:30px;letter-spacing:-.8px;line-height:1.25;margin:34px 0 16px}.prose h2{font-size:27px;letter-spacing:-.6px;line-height:1.3;margin:42px 0 16px;scroll-margin-top:110px}.prose h3{font-size:20px;line-height:1.4;margin:30px 0 10px}.prose h4{font-size:17px;margin:24px 0 8px}
.prose p{margin:0 0 18px;color:#2f3d4b}.prose strong{font-weight:650;color:var(--ink)}
.prose ul,.prose ol{padding-left:24px;margin:0 0 20px;color:#2f3d4b}.prose li{margin:7px 0}.prose li>p{margin-bottom:6px}.prose ul ul,.prose ol ol,.prose ul ol,.prose ol ul{margin:4px 0}
.prose a{color:var(--brand-blue);text-decoration:underline;text-underline-offset:3px}
.prose blockquote{margin:22px 0;padding:16px 22px;border-left:4px solid var(--brand-blue);background:#f7f9fc;border-radius:0 10px 10px 0;color:#3d4c5c}.prose blockquote p:last-child{margin-bottom:0}
.prose img{max-width:100%;height:auto;border-radius:10px;margin:14px 0 22px;display:block}
.prose hr{border:0;border-top:1px solid var(--line);margin:36px 0}
.prose table{width:100%;border-collapse:collapse;font-size:14px;margin:18px 0 28px;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid #dbe4ec;padding:10px 14px;text-align:left;vertical-align:top;line-height:1.6}.prose thead th{background:var(--soft);font-weight:650}.prose tbody tr:nth-child(even){background:#fbfcfd}
.prose pre{background:#0f1a26;color:#e6eef7;border-radius:10px;padding:18px 20px;overflow-x:auto;font-size:13.5px;line-height:1.65;margin:18px 0 26px}.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.prose :not(pre)>code{background:#eef2f6;color:#1f2d3d;padding:2px 6px;border-radius:5px}
.prose details{border:1px solid var(--line);border-radius:10px;padding:0 18px;margin:18px 0}.prose details>summary{padding:14px 0;font-weight:600;cursor:pointer;list-style:none}.prose details>summary::-webkit-details-marker{display:none}.prose details>summary:before{content:'+';color:var(--brand-blue);font-size:20px;margin-right:10px}.prose details[open]>summary:before{content:'−'}.prose details>summary:after{content:none}
.prose details>*:not(summary){margin-top:0}.prose details>*:last-child{margin-bottom:18px}
.prose img[style*="width: 50%"],.prose img[style*="width:50%"]{max-width:50%}

/* Terms */
.terms-layout{padding-bottom:60px}.terms-body{max-width:820px}.terms-notice{font-weight:650;text-align:center;letter-spacing:.02em}
.terms-clauses{padding-left:26px}.terms-clauses li{margin:14px 0;color:#2f3d4b}.terms-clauses li strong{color:var(--ink)}.terms-body h2{font-size:22px;margin:36px 0 12px}

/* ---------- Dialogs / modals ---------- */
dialog.modal{border:0;border-radius:16px;padding:0;width:min(680px,calc(100vw - 32px));max-height:min(90vh,900px);background:#fff;color:var(--ink);box-shadow:0 30px 80px #0b1a2a4d;overflow:auto}
dialog.modal::backdrop{background:#0b1a2a99;backdrop-filter:blur(2px)}
.modal-close-form{position:sticky;top:0;display:flex;justify-content:flex-end;padding:12px 12px 0;z-index:2;background:linear-gradient(#fff,#fff0)}
.modal-close{background:#f2f5f8;border:0;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;color:#4c5b6b}.modal-close:hover{background:#e6ecf2}.modal-close .icon{width:18px;height:18px}
.modal-body{padding:4px 34px 34px}.modal-body h2{font-size:26px;letter-spacing:-.6px;margin-bottom:12px}.modal-body h3{font-size:16px;margin:22px 0 10px}.modal-body p{font-size:15px;line-height:1.75}
.modal-body .check-list{margin:0 0 6px}.modal-body .check-list li{font-size:14px}.modal-body .check-list .icon{color:var(--brand-blue)}
.dot-list{padding-left:20px;margin:0 0 6px;color:var(--muted);font-size:14px;line-height:1.7}
.badges{display:flex;gap:8px;margin-bottom:16px}.badge.outline.blue{border-color:var(--brand-blue);color:var(--brand-blue)}
.audit-modal h2 span{display:block;font-size:17px;color:var(--brand-blue);margin-top:6px;letter-spacing:0}
.button.wide{width:100%;margin-top:22px}.modal-foot{text-align:center;font-size:14px;margin-top:14px}.modal-foot a{color:var(--brand-blue);font-weight:600}
.sources-stats{display:grid;gap:8px;padding:0 0 16px;border-bottom:1px solid var(--line);margin-bottom:14px;font-size:14px;color:var(--muted)}.sources-stats span{display:flex;align-items:center;gap:8px}.sources-stats .icon{width:16px;height:16px;color:var(--brand-blue)}.sources-stats b{color:var(--ink)}
.sources-list{list-style:none;margin:0;padding:0;max-height:400px;overflow:auto}.sources-list a{display:flex;align-items:center;gap:8px;padding:7px 0;font-size:14px;color:var(--ink)}.sources-list a:hover{color:var(--brand-blue)}.sources-list .icon{width:14px;height:14px;flex-shrink:0;color:#7b99b6}.sources-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* Quiz */
.quiz-head h2{font-size:24px}.quiz-sub{color:var(--muted);font-size:14px!important;margin-bottom:18px}
.quiz-progress{margin:6px 0 22px}.quiz-progress-text{display:flex;justify-content:space-between;font-size:13px;color:var(--muted);margin-bottom:8px}.quiz-track{height:8px;background:#edf1f5;border-radius:99px;overflow:hidden}.quiz-fill{height:100%;background:var(--brand-blue);border-radius:99px;transition:width .3s}
.quiz-question{border:0;padding:0;margin:0 0 22px}.quiz-question legend{font-family:var(--heading);font-size:19px;font-weight:650;line-height:1.4;margin-bottom:14px;letter-spacing:-.3px}
.quiz-option{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:9px;margin-bottom:8px;cursor:pointer;font-size:15px;transition:border-color .15s,background .15s}.quiz-option:hover{border-color:#b4d2ef;background:#fbfdff}.quiz-option:has(input:checked){border-color:var(--brand-blue);background:#eef5fb}.quiz-option input{accent-color:var(--brand-blue);width:18px;height:18px;margin:0}
.quiz-actions{display:flex;justify-content:space-between;gap:12px;margin-top:8px}.quiz-actions.column{flex-direction:column}.quiz-actions .button{min-height:46px}.quiz-actions .button:disabled,.quiz-actions .button[disabled]{opacity:.45;pointer-events:none}
.quiz-result{text-align:center}.quiz-result-icon .icon{width:60px;height:60px;color:#16a34a;margin-bottom:8px}.quiz-score{margin:18px 0}.quiz-pct{display:block;font-family:var(--heading);font-size:60px;font-weight:700;letter-spacing:-3px;line-height:1}.quiz-grade{display:block;font-size:24px;font-weight:650;margin:6px 0 8px}
.grade-green{color:#16a34a}.grade-blue{color:var(--brand-blue)}.grade-yellow{color:#ca8a04}.grade-orange{color:#ea580c}
.quiz-breakdown{background:var(--soft);border-radius:10px;padding:14px;margin:18px 0}.quiz-breakdown small{display:block;color:var(--muted);font-size:13px}.quiz-breakdown b{font-size:17px}
.quiz-next{text-align:left;margin:20px 0}.quiz-next h3{display:flex;align-items:center;gap:8px;margin:0 0 6px}.quiz-next .icon{color:var(--brand-blue)}.quiz-next p{font-size:14px}
.scan-result{text-align:left}.scan-summary{display:flex;gap:16px;border:2px solid #bfdbfe;background:linear-gradient(135deg,#eff6ff,#fff);border-radius:12px;padding:20px;margin:16px 0 20px}.scan-summary>.icon{width:40px;height:40px;color:var(--brand-blue);flex-shrink:0;padding:6px;background:#dbeafe;border-radius:8px;border:1px solid #bfdbfe}.scan-summary h3{margin:0 0 6px;font-size:18px}.scan-summary p{font-size:14px}
.scan-locked{position:relative;border:1px solid var(--line);border-radius:12px;padding:20px;overflow:hidden}.scan-locked h3{margin:0 0 12px}.scan-locked ul{list-style:none;margin:0;padding:0}.scan-locked li{display:flex;gap:12px;align-items:flex-start;margin:10px 0}.scan-locked li p{font-size:14px;margin:0;color:var(--muted)}
.tag{display:grid;place-items:center;width:26px;height:26px;border-radius:6px;flex-shrink:0}.tag .icon{width:15px;height:15px}.tag.red{background:#fef2f2;color:#dc2626}.tag.yellow{background:#fefce8;color:#ca8a04}.tag.blue{background:#eff6ff;color:var(--brand-blue)}.tag.green{background:#f0fdf4;color:#16a34a}
b.red{color:#dc2626}b.yellow{color:#ca8a04}b.blue{color:var(--brand-blue)}b.green{color:#16a34a}
.scan-overlay{position:absolute;inset:0;z-index:2;background:#fffffff2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;gap:8px}.scan-lock{width:70px;height:70px;border-radius:50%;background:#eef5fb;border:2px solid #d6e5f4;display:grid;place-items:center;color:var(--brand-blue);margin-bottom:6px}.scan-lock .icon{width:34px;height:34px}.scan-overlay b{font-size:17px}.scan-overlay p{font-size:14px;max-width:380px}.scan-overlay .button{margin-top:8px}

/* ---------- Enterprise popup ---------- */
.enterprise-popup{position:fixed;right:24px;bottom:24px;z-index:60;width:min(560px,calc(100vw - 48px));background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 25px 70px #0b1a2a40;overflow:hidden;opacity:0;transform:translateY(16px);transition:opacity .45s,transform .45s}
.enterprise-popup.visible{opacity:1;transform:none}.enterprise-popup[hidden]{display:none}
.popup-accent{height:4px;background:linear-gradient(90deg,#0ea5e9,#22d3ee)}
.popup-close{position:absolute;top:10px;right:10px;z-index:2;background:none;border:0;border-radius:50%;width:32px;height:32px;display:grid;place-items:center;color:#6b7a89}.popup-close:hover{background:#f2f5f8;color:var(--ink)}.popup-close .icon{width:16px;height:16px}
.popup-body{display:block;padding:22px 22px 20px;color:var(--ink)}.popup-body h3{font-size:19px;line-height:1.35;margin:0 28px 14px 0;font-weight:500}.popup-body h3 strong{font-weight:750}
.popup-columns{display:flex;gap:10px}.popup-col{flex:1;border:1px solid var(--line);background:#f8fafc;border-radius:9px;padding:12px}.popup-col.highlight{border-color:#0ea5e933;background:#0ea5e90d}
.popup-col-head{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:650;letter-spacing:.04em;margin-bottom:12px}.popup-col-head .icon{width:16px;height:16px;color:var(--brand-blue)}
.popup-col ul{list-style:none;margin:0;padding:0}.popup-col li{display:flex;gap:8px;align-items:flex-start;font-size:12px;line-height:1.5;margin:7px 0}.popup-col li .icon{width:15px;height:15px;color:var(--brand-blue);flex-shrink:0;margin-top:1px}
.popup-button{margin-top:16px;min-height:44px;padding:10px 18px;gap:10px;font-size:14px;background:#0ea5e9;border-color:#0ea5e9}.popup-body:hover .popup-button{background:#0284c7;border-color:#0284c7}
@media(max-width:639px){.enterprise-popup{display:none!important}}

/* ---------- Article CTA bar ---------- */
.article-cta-bar{position:fixed;left:50%;bottom:16px;transform:translate(-50%,150%);z-index:55;width:min(720px,calc(100vw - 32px));display:flex;align-items:center;gap:16px;background:linear-gradient(90deg,var(--brand-cobalt),var(--brand-blue));color:#fff;border-radius:12px;padding:14px 16px 14px 20px;box-shadow:0 20px 50px #0b1a2a4d;transition:transform .35s}
.article-cta-bar.visible{transform:translate(-50%,0)}.article-cta-bar[hidden]{display:none}
.article-cta-bar>div{flex:1;min-width:0}.article-cta-bar b{display:block;font-size:15px}.article-cta-bar span{font-size:12px;opacity:.85}
.article-cta-bar .button{min-height:40px;padding:8px 14px;gap:8px;font-size:13px;background:#fff;color:var(--brand-deep);border-color:#fff;white-space:nowrap}.article-cta-bar .button:hover{background:#eaf3fc}
.cta-dismiss{background:none;border:0;color:#fff;opacity:.8;padding:6px;display:grid;place-items:center}.cta-dismiss:hover{opacity:1}.cta-dismiss .icon{width:18px;height:18px}

/* ---------- HubSpot form on /contact/ ---------- */
.hubspot-form{margin-top:22px}.hubspot-fallback{font-size:14px}.hubspot-fallback a{color:var(--brand-blue);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.hubspot-form .hs-form fieldset{max-width:none;border:0;padding:0;margin:0}.hubspot-form .hs-form fieldset.form-columns-2 .hs-form-field{width:50%;float:left;padding-right:10px;box-sizing:border-box}.hubspot-form .hs-form fieldset.form-columns-2 .hs-form-field+.hs-form-field{padding-right:0;padding-left:10px}.hubspot-form .hs-form fieldset:after{content:'';display:table;clear:both}
.hubspot-form .hs-form-field{margin-bottom:16px}.hubspot-form .hs-form-field>label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--ink)}.hubspot-form .hs-form-required{color:#dc2626;margin-left:2px}
.hubspot-form .hs-input{width:100%!important;box-sizing:border-box;border:1px solid #cfd9e3;border-radius:8px;padding:11px 13px;font-size:15px;background:#fff;color:var(--ink)}.hubspot-form .hs-input:focus{outline:none;border-color:var(--brand-blue);box-shadow:0 0 0 3px #0059a822}
.hubspot-form textarea.hs-input{min-height:110px;resize:vertical}.hubspot-form select.hs-input{appearance:auto}.hubspot-form .hs-input[type=checkbox],.hubspot-form .hs-input[type=radio]{width:auto!important;margin-right:8px}
.hubspot-form .inputs-list{list-style:none;margin:0;padding:0}.hubspot-form .inputs-list li{margin:6px 0;font-size:14px}
.hubspot-form .hs-error-msgs{list-style:none;margin:6px 0 0;padding:0;color:#dc2626;font-size:12px}.hubspot-form .hs-error-msg{color:#dc2626}
.hubspot-form .hs-richtext,.hubspot-form .legal-consent-container{font-size:12px;color:var(--muted);line-height:1.6}.hubspot-form .hs-richtext p{margin:0 0 8px}
.hubspot-form .hs-button,.hubspot-form input[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:50px;padding:12px 20px;border-radius:8px;border:1px solid var(--brand-blue);background:var(--brand-blue);color:#fff;font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.hubspot-form .hs-button:hover{background:var(--brand-deep);transform:translateY(-1px)}
.hubspot-form .submitted-message{background:var(--brand-tint);border:1px solid #d6e5f4;border-radius:10px;padding:18px;font-size:15px;line-height:1.7}
.contact-layout .contact-agenda{margin-top:34px}

/* ---------- Responsive ---------- */
@media(max-width:1150px){.article-layout{grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:40px}.efficiency-compare{padding:30px}}
@media(max-width:900px){.outcome-strip{margin-top:36px}.outcome b{font-size:15px}.outcome small{font-size:12px}.efficiency-card{grid-template-columns:1fr}.efficiency-big{border-left:0;border-top:1px solid var(--line)}.metric-grid{grid-template-columns:1fr;gap:14px}.testimonial-grid{grid-template-columns:1fr;gap:16px}.article-layout{grid-template-columns:1fr;gap:26px}.article-aside{position:static;flex-direction:row;flex-wrap:wrap}.article-toc{display:none}.download-card{flex:1 1 260px}.embedded-report{height:440px}}
@media(max-width:640px){.outcome-strip{grid-template-columns:1fr;gap:18px;padding-top:24px;margin-top:30px}.outcome+.outcome{border-left:0;border-top:1px solid var(--line);padding-top:18px}.hero-note a{margin-left:0;display:inline-flex}.partners-set{gap:34px;padding-right:34px}.partners-set img{height:38px;max-width:130px}.newsletter-card{flex-direction:column;align-items:flex-start;gap:14px;padding:20px}.newsletter-button{width:100%}.efficiency-compare{padding:24px 20px}.efficiency-big{padding:28px 20px}.metric-card{padding:22px}.modal-body{padding:0 20px 24px}.quiz-actions{flex-direction:column}.quiz-actions .button{width:100%}.article-cta-bar{flex-wrap:wrap;padding:14px}.article-cta-bar .button{flex:1}.article-hero h1{font-size:2.1rem}.prose{font-size:15px}.prose h2{font-size:23px}.key-points{padding:20px}.hubspot-form .hs-form fieldset.form-columns-2 .hs-form-field{width:100%;float:none;padding:0}.footer-newsletter{padding-bottom:32px}}
