.smart-insight-demo{--ink:#1e1e1e;--paper:#f7f6f2;--muted:#666;--accent:#fe4727;--brand:#fe4727;--brand-2:#ff9b3f;--dark:#151515;--dark-2:#171514;--card-dark:#1c1c1c;--line-dark:#3b3b3b;--text-dark-muted:#bfbfbf;--line-light:#dedcd8;--line:#dedcd8;--violet:#6554d8;--green:#067647;--red:#b42318}.smart-insight-demo *{-webkit-box-sizing:border-box;box-sizing:border-box}.smart-insight-demo{scroll-behavior:smooth;margin:0;overflow-x:hidden;background:#151515;color:var(--ink);font-family:Inter,Arial,sans-serif}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{-ms-scroll-chaining:none;overscroll-behavior:contain}.lenis.lenis-stopped{overflow:clip}.smart-insight-demo .hidden{display:none!important}.smart-insight-demo .animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.smart-insight-demo button,.smart-insight-demo input,.smart-insight-demo select,.smart-insight-demo textarea{font:inherit}.smart-insight-demo button{cursor:pointer}.smart-insight-demo .page-glow{min-height:100vh;padding-bottom:72px;background:radial-gradient(circle at 12% 78%,rgba(254,71,39,.16),transparent 42%),radial-gradient(circle at 86% 0%,rgba(254,71,39,.07),transparent 32%),-webkit-gradient(linear,left top,left bottom,from(#171514),color-stop(48%,#151515));background:-webkit-radial-gradient(12% 78%,circle,rgba(254,71,39,.16),transparent 42%),-webkit-radial-gradient(86% 0%,circle,rgba(254,71,39,.07),transparent 32%),-webkit-linear-gradient(top,#171514 0%,#151515 48%);background:radial-gradient(circle at 12% 78%,rgba(254,71,39,.16),transparent 42%),radial-gradient(circle at 86% 0%,rgba(254,71,39,.07),transparent 32%),linear-gradient(180deg,#171514,#151515 48%)}.smart-insight-demo .site-header{position:fixed;inset:0 0 auto;z-index:30;border-bottom:1px solid transparent;background:transparent;color:#fff;-webkit-transition:background .25s,border-color .25s,-webkit-backdrop-filter .25s;transition:background .25s,border-color .25s,-webkit-backdrop-filter .25s;transition:background .25s,border-color .25s,backdrop-filter .25s;transition:background .25s,border-color .25s,backdrop-filter .25s,-webkit-backdrop-filter .25s}.smart-insight-demo .site-header.is-scrolled{border-color:#ffffff24;background:#14110fe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.smart-insight-demo .site-header__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:min(1440px,calc(100% - 48px));min-height:58px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:24px;margin:auto}.smart-insight-demo .site-header__logo,.smart-insight-demo .site-header__logo img{display:block;width:72px;height:auto}.smart-insight-demo .site-header__desktop-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:22px;color:#fffc;font-size:13px}.smart-insight-demo .site-header__desktop-nav>a,.smart-insight-demo .site-header__menu>button,.smart-insight-demo .site-header__sign-in{border:0;background:transparent;color:inherit;text-decoration:none}.smart-insight-demo .site-header__desktop-nav>a:hover,.smart-insight-demo .site-header__menu>button:hover,.smart-insight-demo .site-header__sign-in:hover{color:var(--accent)}.smart-insight-demo .site-header__menu{position:relative}.smart-insight-demo .site-header__menu>button span{display:inline-block;margin-left:5px;font-size:15px;line-height:.7;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.smart-insight-demo .site-header__menu>button[aria-expanded=true] span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.smart-insight-demo .site-header__dropdown{position:absolute;top:calc(100% + 15px);left:-14px;display:none;min-width:206px;padding:8px;border:1px solid rgba(17,17,15,.11);border-radius:8px;background:#fffffff7;-webkit-box-shadow:0 14px 32px rgba(17,17,15,.1);box-shadow:0 14px 32px #11110f1a}.smart-insight-demo .site-header__menu:hover .site-header__dropdown,.smart-insight-demo .site-header__menu:focus-within .site-header__dropdown,.smart-insight-demo .site-header__menu[data-open=true] .site-header__dropdown{display:-ms-grid;display:grid}.smart-insight-demo .site-header__dropdown a{padding:9px 10px;border-radius:5px;color:#4d4b46;font-size:13px;text-decoration:none}.smart-insight-demo .site-header__dropdown a:hover{background:#f2f0ec;color:#11110f}.smart-insight-demo .site-header__actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:19px}.smart-insight-demo .site-header__sign-in{font-size:14px;color:#ffffffdb}.smart-insight-demo .site-header__demo,.smart-insight-demo .brand-button{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;min-height:42px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 18px;border:0;border-radius:8px;background:-webkit-linear-gradient(353deg,var(--brand),var(--brand-2));background:linear-gradient(97deg,var(--brand),var(--brand-2));color:#fff;font-size:14px;font-weight:600;text-decoration:none;-webkit-transition:-webkit-filter .15s ease,-webkit-transform .15s ease;transition:-webkit-filter .15s ease,-webkit-transform .15s ease;transition:filter .15s ease,transform .15s ease;transition:filter .15s ease,transform .15s ease,-webkit-filter .15s ease,-webkit-transform .15s ease}.smart-insight-demo .site-header__demo:hover,.smart-insight-demo .brand-button:hover{-webkit-filter:brightness(.94);filter:brightness(.94)}.smart-insight-demo .site-header__demo:active,.smart-insight-demo .brand-button:active{-webkit-filter:brightness(.9);filter:brightness(.9)}.smart-insight-demo .site-header__demo:focus-visible,.smart-insight-demo .brand-button:focus-visible{outline:2px solid #fff;outline-offset:3px}.smart-insight-demo .site-header__toggle{display:none;width:42px;height:42px;padding:10px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff1f;color:inherit}.smart-insight-demo .site-header__toggle span{display:block;height:2px;margin:4px 0;border-radius:2px;background:currentColor}.smart-insight-demo .site-header__mobile-nav{display:none}.smart-insight-demo .hero-motion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:max(560px,calc(100svh - 340px));padding:92px 24px 30px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.smart-insight-demo .hero-copy{width:100%;max-width:940px;margin:auto;will-change:transform,opacity,filter}.smart-insight-demo .hero-kicker{margin:0;background:-webkit-linear-gradient(353deg,var(--brand),var(--brand-2));background:linear-gradient(97deg,var(--brand),var(--brand-2));-webkit-background-clip:text;background-clip:text;color:transparent;font:700 12px/1.2 Inter,Arial,sans-serif;letter-spacing:1.68px;text-transform:uppercase}.smart-insight-demo .hero-copy h1{max-width:940px;margin:44px auto 0;color:#fff;font-size:clamp(64px,5.35vw,84px);font-weight:600;line-height:.96;letter-spacing:-.055em}.smart-insight-demo .hero-lede{max-width:900px;margin:40px auto 0;color:#e4e4e4;font-size:clamp(18px,1.45vw,22px);line-height:1.42}.smart-insight-demo .hero-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:32px}.smart-insight-demo .attio-enter{opacity:1;-webkit-filter:none;filter:none}.smart-insight-demo .product-stage{position:relative;z-index:2;min-height:760px;padding:0 24px 72px}.smart-insight-demo .insight-reveal{position:relative;z-index:2;width:min(1200px,100%);height:min(680px,calc(100svh - 86px));margin:0 auto;overflow:hidden;border:1px solid rgba(228,231,236,.94);border-radius:16px;background:#f8f9fb;-webkit-box-shadow:0 24px 70px rgba(16,24,40,.16);box-shadow:0 24px 70px #10182829}.smart-insight-demo .insight-scroll{height:100%;overflow:hidden;scrollbar-width:none}.smart-insight-demo .insight-reveal.is-scroll-ready .insight-scroll{overflow-y:auto}.smart-insight-demo .insight-scroll::-webkit-scrollbar{display:none;width:0;height:0}.smart-insight-demo .performance-record{position:relative;z-index:3;background:radial-gradient(circle at 86% 0%,rgba(254,71,39,.07),transparent 32%),-webkit-gradient(linear,left top,left bottom,from(#171514),color-stop(48%,#151515));background:-webkit-radial-gradient(86% 0%,circle,rgba(254,71,39,.07),transparent 32%),-webkit-linear-gradient(top,#171514,#151515 48%);background:radial-gradient(circle at 86% 0%,rgba(254,71,39,.07),transparent 32%),linear-gradient(180deg,#171514,#151515 48%);color:#fff}.smart-insight-demo .performance-record__inner{width:min(1080px,100%);margin:0 auto;padding:72px 24px}.smart-insight-demo .performance-record__eyebrow{margin:0 0 24px;padding:0;border:0;background:-webkit-linear-gradient(353deg,var(--brand),var(--brand-2));background:linear-gradient(97deg,var(--brand),var(--brand-2));-webkit-background-clip:text;background-clip:text;color:transparent;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:1.68px;text-transform:uppercase}.smart-insight-demo .insight-capabilities{position:relative;z-index:3;background:#fff;color:#1e1e1e;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.smart-insight-demo .insight-capabilities__inner{width:min(1024px,100%);margin:0 auto;padding:72px 24px}@media (max-width:809px){.smart-insight-demo .insight-capabilities__inner{padding:52px 24px}}.smart-insight-demo .insight-capabilities__grid{position:relative;z-index:1;display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[6];grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.smart-insight-demo .capability-card{position:relative;grid-column:1/-1;min-width:0;overflow:hidden;border:1px solid var(--line-light);border-radius:8px;background:#fff;color:#1e1e1e;-webkit-box-shadow:0 16px 40px rgba(36,30,28,.07);box-shadow:0 16px 40px #241e1c12}.smart-insight-demo .capability-card__inset{padding:24px}.smart-insight-demo .capability-card--creative{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:206px}.smart-insight-demo .capability-card--creative .capability-card__inset{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;padding-top:24px}.smart-insight-demo .capability-orbit{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:224px;height:96px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.smart-insight-demo .capability-orbit svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;color:#e5e5e5}.smart-insight-demo .capability-orbit strong{position:relative;font-size:42px;font-weight:600;letter-spacing:-.06em}.smart-insight-demo .capability-card--creative h2{margin:24px 0 0;text-align:center;font-size:30px;font-weight:600;letter-spacing:-.04em}.smart-insight-demo .capability-card--scope,.smart-insight-demo .capability-card--outcomes{min-height:278px}.smart-insight-demo .capability-card__ring{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:128px;aspect-ratio:1;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;border:1px solid var(--line-light);border-radius:50%}.smart-insight-demo .capability-card__ring:before{position:absolute;top:-9px;right:-9px;bottom:-9px;left:-9px;border:1px solid #ebe9e4;border-radius:50%;content:""}.smart-insight-demo .capability-card__ring svg{width:92px;height:92px;color:#9d9d9d}.smart-insight-demo .capability-card__ring path:last-child{color:var(--accent)}.smart-insight-demo .capability-card__copy{position:relative;z-index:1;margin-top:24px;text-align:center}.smart-insight-demo .capability-card__copy h2,.smart-insight-demo .capability-card__side h2{margin:0;font-size:18px;font-weight:500;letter-spacing:-.025em}.smart-insight-demo .capability-card__copy p,.smart-insight-demo .capability-card__side p{margin:8px 0 0;color:#666;font-size:15px;line-height:1.55}.smart-insight-demo .capability-spark{padding:24px 24px 0}.smart-insight-demo .capability-spark svg{display:block;width:100%;height:auto;color:#1e1e1e}.smart-insight-demo .capability-spark .capability-spark__fill{color:#fe472729}.smart-insight-demo .capability-card--outcomes .capability-card__copy{margin-top:56px}.smart-insight-demo .capability-card--compare,.smart-insight-demo .capability-card--evidence{min-height:256px}.smart-insight-demo .capability-card--compare .capability-card__inset,.smart-insight-demo .capability-card--evidence .capability-card__inset{display:-ms-grid;display:grid;height:100%;-ms-grid-columns:1fr;grid-template-columns:1fr;padding-top:24px}.smart-insight-demo .capability-card__side{position:relative;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:42px}.smart-insight-demo .capability-card__side-icon{display:-ms-grid;display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--line-light);border-radius:50%;color:#34343a}.smart-insight-demo .capability-card__side-icon:before{position:absolute;width:64px;height:64px;border:1px solid #ebe9e4;border-radius:50%;content:""}.smart-insight-demo .capability-card__side-icon svg{width:20px;height:20px;stroke-width:1}.smart-insight-demo .capability-mini-window{position:relative;min-height:142px;margin:24px -24px -24px;border-top:1px solid var(--line-light);border-left:1px solid var(--line-light);border-radius:8px 0 0;padding:24px 24px 0}@media (max-width:809px){.smart-insight-demo .capability-mini-window{margin:24px 0 0;border:1px solid var(--line-light);border-radius:8px;padding:16px 16px 0;overflow:hidden}.smart-insight-demo .capability-mini-window svg{width:100%}}.smart-insight-demo .capability-mini-window__dots{position:absolute;top:8px;left:12px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:4px}.smart-insight-demo .capability-mini-window__dots span{display:block;width:8px;height:8px;border:1px solid var(--line-light);border-radius:50%;background:#f7f7f7}.smart-insight-demo .capability-mini-window svg{display:block;width:150%;max-width:none;color:var(--accent)}.smart-insight-demo .capability-evidence-flow{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:160px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:24px;margin:24px -24px -24px;padding:24px 0}.smart-insight-demo .capability-evidence-flow:before{position:absolute;top:0;bottom:0;left:50%;width:1px;background:var(--line-light);content:""}.smart-insight-demo .capability-evidence-flow__row{position:relative;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:calc(50% + 14px);-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;gap:8px}.smart-insight-demo .capability-evidence-flow__row:nth-child(2){margin-left:calc(50% - 14px);-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.smart-insight-demo .capability-evidence-flow__row span{padding:4px 8px;border:1px solid var(--line-light);border-radius:4px;background:#fff;font-size:12px;line-height:16px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px #0000000d}.smart-insight-demo .capability-evidence-flow__dot{width:28px;height:28px;border:4px solid #fff;border-radius:50%;background:var(--accent);-webkit-box-shadow:0 0 0 1px var(--line-light);box-shadow:0 0 0 1px var(--line-light)}.smart-insight-demo .capability-evidence-flow__row:nth-child(2) .capability-evidence-flow__dot{background:#292524}.smart-insight-demo .capability-evidence-flow__row:nth-child(3) .capability-evidence-flow__dot{background:#a8a29e}@media (min-width:640px){.smart-insight-demo .capability-card--scope,.smart-insight-demo .capability-card--outcomes{-ms-grid-column-span:3;grid-column:span 3}.smart-insight-demo .capability-card--compare .capability-card__inset,.smart-insight-demo .capability-card--evidence .capability-card__inset{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.smart-insight-demo .capability-mini-window,.smart-insight-demo .capability-evidence-flow{margin-top:0;margin-left:24px}.smart-insight-demo .capability-evidence-flow{padding:0}.smart-insight-demo .capability-evidence-flow:before{top:-24px;bottom:-24px}.smart-insight-demo .capability-card--compare .capability-card__inset,.smart-insight-demo .capability-card--evidence .capability-card__inset{gap:24px}}@media (min-width:1024px){.smart-insight-demo .insight-capabilities__inner{padding-top:72px;padding-bottom:72px}.smart-insight-demo .capability-card--creative,.smart-insight-demo .capability-card--scope,.smart-insight-demo .capability-card--outcomes{-ms-grid-column-span:2;grid-column:span 2}.smart-insight-demo .capability-card--compare,.smart-insight-demo .capability-card--evidence{-ms-grid-column-span:3;grid-column:span 3}}.smart-insight-demo #insights-module{color:#202124;font:400 12px/1.5 Manrope,Inter,Arial,sans-serif}.smart-insight-demo #insights-module h1,.smart-insight-demo #insights-module h2,.smart-insight-demo #insights-module h3,.smart-insight-demo #insights-module p{margin-top:0}.smart-insight-demo .insights-pad{padding:24px 28px 28px}.smart-insight-demo .insights-header{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:22px;padding-bottom:18px;border-bottom:1px solid var(--line)}.smart-insight-demo .insights-heading{min-width:0;max-width:430px;-webkit-box-flex:1;-webkit-flex:1 1 430px;-ms-flex:1 1 430px;flex:1 1 430px}.smart-insight-demo .insights-eyebrow{margin-bottom:4px;color:#98a2b3;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.smart-insight-demo .insights-heading h1{margin-bottom:3px;font-size:28px;font-weight:600;line-height:1.15;letter-spacing:-.04em}.smart-insight-demo .insights-heading p{margin-bottom:0;color:#667085;font-size:13px}.smart-insight-demo .top-filters{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;gap:8px}.smart-insight-demo .filter-trigger,.smart-insight-demo .secondary-button,.smart-insight-demo .icon-button{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:36px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:7px;padding:0 11px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;font-size:11px;font-weight:600;white-space:nowrap}.smart-insight-demo .filter-trigger:hover,.smart-insight-demo .secondary-button:hover,.smart-insight-demo .icon-button:hover{border-color:#98a2b3}.smart-insight-demo .primary-button{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:36px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid #111;border-radius:8px;background:#111;color:#fff;font-size:11px;font-weight:600;white-space:nowrap}.smart-insight-demo .primary-button:hover{background:#303033}.smart-insight-demo .primary-button:disabled,.smart-insight-demo .secondary-button:disabled{cursor:not-allowed;opacity:.48}.smart-insight-demo .filter-panel{position:absolute;top:62px;right:0;z-index:20;width:min(520px,calc(100vw - 64px));border:1px solid #e4e7ec;border-radius:12px;background:#fff;-webkit-box-shadow:0 18px 50px rgba(16,24,40,.18);box-shadow:0 18px 50px #1018282e}.smart-insight-demo .filter-panel__body{max-height:430px;overflow:auto;padding:16px}.smart-insight-demo .filter-section+.filter-section{margin-top:16px}.smart-insight-demo .filter-label{margin-bottom:8px;color:#667085;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.smart-insight-demo .choice-grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:7px}.smart-insight-demo .choice{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:34px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;padding:7px 9px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;color:#475467;font-size:11px;text-align:left}.smart-insight-demo .choice.active{border-color:#101828;background:#f9fafb;color:#101828}.smart-insight-demo .choice-check{display:-ms-grid;display:grid;width:16px;height:16px;place-items:center;border:1px solid #d0d5dd;border-radius:4px}.smart-insight-demo .choice.active .choice-check{border-color:#101828;background:#101828;color:#fff}.smart-insight-demo .account-list{display:-ms-grid;display:grid;gap:6px}.smart-insight-demo .account-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;padding:8px;border:1px solid #eaecf0;border-radius:8px;background:#fff;text-align:left}.smart-insight-demo .account-row strong,.smart-insight-demo .account-row small{display:block}.smart-insight-demo .account-row small{color:#98a2b3}.smart-insight-demo .filter-panel__footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:12px 16px;border-top:1px solid #eaecf0}.smart-insight-demo .text-button{border:0;background:transparent;color:#475467;font-size:11px;font-weight:600}.smart-insight-demo .page-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:24px;margin-top:16px;border-bottom:1px solid #e4e7ec}.smart-insight-demo .page-tab{padding:0 0 11px;border:0;border-bottom:2px solid transparent;background:transparent;color:#667085;font-size:13px;font-weight:600}.smart-insight-demo .page-tab.active{border-color:#101828;color:#101828}.smart-insight-demo .page-tab__count{margin-left:5px;padding:2px 6px;border-radius:99px;background:#f2f4f7;color:#475467;font-size:9px}.smart-insight-demo .finding-grid{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[3];grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.smart-insight-demo .finding-card{min-width:0;padding:16px;border:1px solid #e4e7ec;border-radius:12px;background:#fff;color:#101828;text-align:left}.smart-insight-demo .finding-card.active{padding:15px;border:2px solid #101828}.smart-insight-demo .finding-card__top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:10px;color:#526078;font-size:10px;font-weight:700}.smart-insight-demo .finding-card__label,.smart-insight-demo .finding-card__action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:7px}.smart-insight-demo .finding-card__action{padding:0;border:0;background:transparent;color:#526078;font:inherit}.smart-insight-demo .finding-card__metric{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:8px;margin-top:20px}.smart-insight-demo .finding-card__metric strong{font-size:22px;line-height:1;letter-spacing:-.04em}.smart-insight-demo .finding-card__confidence{padding:5px 9px;border-radius:99px;background:#f2f4f7;color:#526078;font-size:9px;font-weight:600;white-space:nowrap}.smart-insight-demo .finding-card h3{margin:16px 0 0;font-size:13px;font-weight:700;line-height:1.35}.smart-insight-demo .finding-card p{margin:6px 0 0;color:#667085;font-size:11px;line-height:1.55}.smart-insight-demo .finding-empty{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:86px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:8px;border:1px dashed #d0d5dd;border-radius:12px;background:#fff;color:#667085;font-size:11px}.smart-insight-demo .positive{color:var(--green)}.smart-insight-demo .negative{color:var(--red)}.smart-insight-demo .pattern-shell{margin-top:20px;overflow:hidden;border:1px solid #e4e7ec;border-radius:12px;background:#fff;-webkit-box-shadow:0 1px 2px rgba(16,24,40,.03);box-shadow:0 1px 2px #10182808}.smart-insight-demo .pattern-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:14px;padding:16px 20px}.smart-insight-demo .pattern-head h2{margin-bottom:3px;font-size:15px;font-weight:600}.smart-insight-demo .pattern-head p{margin-bottom:0;color:#667085;font-size:12px}.smart-insight-demo .segmented-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:100%;gap:2px;padding:3px;border:1px solid #e4e7ec;border-radius:8px;background:#f9fafb}.smart-insight-demo .view-button{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:6px;padding:6px 9px;border:0;border-radius:6px;background:transparent;color:#667085;font-size:11px;font-weight:600;white-space:nowrap}.smart-insight-demo .view-button.active{background:#fff;color:#101828;-webkit-box-shadow:0 1px 2px rgba(16,24,40,.08);box-shadow:0 1px 2px #10182814}.smart-insight-demo .pattern-controls{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,178px))[3];grid-template-columns:repeat(3,minmax(0,178px));-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end;gap:12px;padding:0 20px 16px}.smart-insight-demo .control-field{display:-ms-grid;display:grid;min-width:0;width:100%;gap:6px;color:#667085;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.smart-insight-demo .control-field select{width:100%;min-width:0;max-width:100%;height:36px;padding:0 32px 0 10px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;font-size:12px;font-weight:600;text-transform:none}.smart-insight-demo .dimension-warning{margin:0 20px 16px;padding:11px 12px;border:1px solid #fecdca;border-radius:8px;background:#fef3f2;color:#475467;font-size:11px}.smart-insight-demo .dimension-warning strong{display:block;color:#344054}.smart-insight-demo .dimension-warning span{display:block;margin-top:2px;color:#667085}.smart-insight-demo .analysis-grid{display:-ms-grid;display:grid;min-height:390px;-ms-grid-columns:minmax(0,1fr) 300px;grid-template-columns:minmax(0,1fr) 300px;border-top:1px solid #eaecf0}.smart-insight-demo .chart-panel{min-width:0;padding:20px}.smart-insight-demo .chart-heading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.smart-insight-demo .chart-heading h3{margin-bottom:3px;font-size:14px;font-weight:600}.smart-insight-demo .chart-heading p{margin-bottom:0;color:#98a2b3;font-size:11px}.smart-insight-demo .chart-legend{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:16px;color:#667085;font-size:10px}.smart-insight-demo .legend-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:6px}.smart-insight-demo .legend-dot{width:8px;height:8px;border-radius:50%}.smart-insight-demo .chart-content{margin-top:20px}.smart-insight-demo .empty-chart{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:232px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#98a2b3;font-size:11px}.smart-insight-demo .ranking-list{display:-ms-grid;display:grid;gap:20px}.smart-insight-demo .ranking-row__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.smart-insight-demo .ranking-row__head button{padding:0;border:0;background:transparent;color:#344054;font-size:11px;font-weight:600}.smart-insight-demo .ranking-row__head small{color:#98a2b3;font-size:10px;font-weight:600}.smart-insight-demo .ranking-track-row{display:-ms-grid;display:grid;-ms-grid-columns:54px minmax(0,1fr) 72px;grid-template-columns:54px minmax(0,1fr) 72px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:12px;margin-top:8px}.smart-insight-demo .metric-value{color:#667085;font-size:10px}.smart-insight-demo .track{position:relative;height:8px;border-radius:99px;background:#f2f4f7}.smart-insight-demo .track:after{position:absolute;top:-4px;bottom:-4px;left:50%;width:1px;background:#b7bdc7;content:""}.smart-insight-demo .bar{position:absolute;top:0;height:100%;border-radius:99px}.smart-insight-demo .bar.positive{background:#12b76a}.smart-insight-demo .bar.negative{background:#98a2b3}.smart-insight-demo .ad-count{color:#98a2b3;font-size:11px;white-space:nowrap}.smart-insight-demo .split-list{display:-ms-grid;display:grid;gap:8px;margin-top:8px;padding-left:12px;border-left:1px solid #e4e7ec}.smart-insight-demo .split-row{display:-ms-grid;display:grid;-ms-grid-columns:86px 48px minmax(0,1fr) 48px 46px;grid-template-columns:86px 48px minmax(0,1fr) 48px 46px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px}.smart-insight-demo .split-row button{display:contents}.smart-insight-demo .split-row .track{height:6px}.smart-insight-demo .delta{font-size:10px;font-weight:600;text-align:right}.smart-insight-demo .evidence-note{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid #eaecf0;color:#667085;font-size:11px}.smart-insight-demo .matrix-axis-label{margin-bottom:8px;color:#667085;font-size:10px;font-weight:600}.smart-insight-demo .opportunity-matrix{position:relative;display:-ms-grid;display:grid;height:280px;-ms-grid-rows:1fr 1fr;-ms-grid-columns:1fr 1fr;grid-template:1fr 1fr/1fr 1fr;overflow:hidden;border:1px solid #e4e7ec;border-radius:10px}.smart-insight-demo .matrix-quadrant{padding:10px;border-top:1px solid #eaecf0;border-right:1px solid #eaecf0;color:#98a2b3;font-size:10px}.smart-insight-demo .matrix-quadrant:nth-child(1){border-top:0;background:#f6fef9}.smart-insight-demo .matrix-quadrant:nth-child(2){border-top:0;border-right:0;background:#ecfdf3}.smart-insight-demo .matrix-quadrant:nth-child(4){border-right:0}.smart-insight-demo .matrix-bubble{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);border:1px solid rgba(2,122,72,.25);border-radius:50%;background:#12b76ad1;padding:6px;color:#fff;font-size:9px;font-weight:700;line-height:12px;text-align:center;-webkit-box-shadow:0 3px 9px rgba(16,24,40,.12);box-shadow:0 3px 9px #1018281f}.smart-insight-demo .matrix-bubble.below{border-color:#d0d5dd;background:#eaecf0;color:#667085}.smart-insight-demo .matrix-foot{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px;color:#98a2b3;font-size:10px}.smart-insight-demo .retention-top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.smart-insight-demo .retention-top h4{margin:0;color:#344054;font-size:11px}.smart-insight-demo .retention-top p{margin:3px 0 0;color:#98a2b3;font-size:10px}.smart-insight-demo .retention-filters{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;gap:6px}.smart-insight-demo .retention-filter{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:5px;padding:5px 8px;border:1px solid #e4e7ec;border-radius:99px;background:#fff;color:#667085;font-size:9px;font-weight:600}.smart-insight-demo .retention-filter.active{border-color:#98a2b3;background:#f9fafb;color:#344054}.smart-insight-demo .retention-filter:disabled{cursor:not-allowed;opacity:.45}.smart-insight-demo .retention-filter__dot{width:7px;height:7px;border-radius:50%}.smart-insight-demo .retention-canvas{height:260px;margin-top:16px;padding:12px;border:1px solid #eaecf0;border-radius:8px;background:#fff}.smart-insight-demo .retention-callouts{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.smart-insight-demo .retention-callout{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:9px 10px;border:1px solid #eaecf0;border-radius:8px;background:#fcfcfd}.smart-insight-demo .retention-callout span{color:#98a2b3;font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.smart-insight-demo .retention-callout strong{margin-top:3px;overflow:hidden;color:#344054;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.smart-insight-demo .retention-callout small{margin-top:2px;color:#667085;font-size:9px}.smart-insight-demo .ai-panel{min-width:0;padding:20px;border-left:1px solid #eaecf0;background:-webkit-radial-gradient(100% 0,circle,rgba(238,244,255,.92),transparent 46%),#fcfcfd;background:radial-gradient(circle at 100% 0,rgba(238,244,255,.92),transparent 46%),#fcfcfd}.smart-insight-demo .ai-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.smart-insight-demo .ai-brand{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:12px;font-weight:600}.smart-insight-demo .ai-icon{display:-ms-grid;display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:#6554d8;color:#fff}.smart-insight-demo .ai-current:not(:empty){padding:4px 8px;border-radius:99px;background:#ecfdf3;color:#067647;font-size:9px;font-weight:700}.smart-insight-demo .ai-state{max-width:230px;margin:26px auto 0;text-align:center}.smart-insight-demo .ai-state__icon{display:-ms-grid;display:grid;width:44px;height:44px;margin:auto;place-items:center;border:1px solid #dedcf6;border-radius:15px;background:#fff;color:#6554d8;-webkit-box-shadow:0 1px 3px rgba(16,24,40,.08);box-shadow:0 1px 3px #10182814}.smart-insight-demo .ai-state h3{margin:13px 0 0;font-size:14px;font-weight:600}.smart-insight-demo .ai-state p{margin:8px 0 0;color:#667085;font-size:11px;line-height:20px}.smart-insight-demo .context-chips{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:5px;margin-top:12px}.smart-insight-demo .context-chip{padding:3px 6px;border:1px solid #e4e7ec;border-radius:99px;background:#fff;color:#667085;font-size:8px}.smart-insight-demo .ai-action{margin-top:14px}.smart-insight-demo .ai-ready{text-align:left}.smart-insight-demo .ai-ready h3{margin:16px 0 0;color:#344054;font-size:13px;line-height:20px}.smart-insight-demo .ai-ready p{margin:8px 0 0;color:#667085;font-size:11px;line-height:19px}.smart-insight-demo .evidence-list{display:-ms-grid;display:grid;gap:7px;margin:14px 0 0;padding:12px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;color:#475467;font-size:10px}.smart-insight-demo .evidence-list__title{color:#98a2b3;font-size:9px;letter-spacing:.04em;text-transform:uppercase}.smart-insight-demo .evidence-list div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:7px}.smart-insight-demo .suggested-action{margin-top:12px;padding:12px;border:1px solid #d9d6fe;border-radius:8px;background:#f9f8ff}.smart-insight-demo .suggested-action__meta{color:#6554d8;font-size:9px;font-weight:700;text-transform:uppercase}.smart-insight-demo .suggested-action h4{margin:6px 0 0;color:#344054;font-size:11px}.smart-insight-demo .suggested-action p{margin-top:4px;font-size:10px;line-height:16px}.smart-insight-demo .skeleton{display:-ms-grid;display:grid;gap:8px;margin-top:18px}.smart-insight-demo .skeleton span{height:10px;border-radius:99px;background:-webkit-gradient(linear,left top,right top,color-stop(25%,#eceef2),color-stop(50%,#f7f8fa),color-stop(75%,#eceef2));background:-webkit-linear-gradient(left,#eceef2 25%,#f7f8fa 50%,#eceef2 75%);background:linear-gradient(90deg,#eceef2 25%,#f7f8fa,#eceef2 75%);background-size:200% 100%;-webkit-animation:shimmer 1.2s infinite;animation:shimmer 1.2s infinite}.smart-insight-demo .skeleton span:nth-child(2){width:84%}.smart-insight-demo .skeleton span:nth-child(3){width:62%}@-webkit-keyframes shimmer{to{background-position:-200% 0}}@keyframes shimmer{to{background-position:-200% 0}}.smart-insight-demo .evidence-section{border-top:1px solid #eaecf0}.smart-insight-demo .evidence-titlebar{padding:13px 20px}.smart-insight-demo .evidence-titlebar h3{margin:0;font-size:13px;font-weight:600}.smart-insight-demo .evidence-titlebar p{margin:3px 0 0;color:#667085;font-size:11px}.smart-insight-demo .table-scroll{overflow:auto;border-top:1px solid #eaecf0}.smart-insight-demo table{width:100%;border-collapse:collapse;text-align:left}.smart-insight-demo th{padding:10px 12px;background:#fafafb;color:#667085;font-size:10px;font-weight:600;white-space:nowrap}.smart-insight-demo td{padding:11px 12px;border-top:1px solid #eaecf0;color:#475467;font-size:10px;white-space:nowrap}.smart-insight-demo .child-row td{background:#fcfcfd;color:#667085}.smart-insight-demo .confidence-track{width:60px;height:5px;border-radius:99px;background:#eaecf0}.smart-insight-demo .confidence-track span{display:block;height:100%;border-radius:99px;background:#6172f3}.smart-insight-demo .evidence-link{border:0;background:transparent;color:#6554d8;font-size:10px;font-weight:600}.smart-insight-demo .reports-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:12px;margin-top:18px;padding:18px;border:1px solid #e4e7ec;border-radius:12px}.smart-insight-demo .reports-head h2{margin:0;font-size:16px}.smart-insight-demo .reports-head p{margin:4px 0 0;color:#667085;font-size:12px}.smart-insight-demo .report-list{display:-ms-grid;display:grid;margin-top:12px;border:1px solid #e4e7ec;border-radius:12px;background:#fff}.smart-insight-demo .report-row{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:44px minmax(0,1fr) auto;grid-template-columns:44px minmax(0,1fr) auto;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:12px;padding:15px;border-bottom:1px solid #eaecf0}.smart-insight-demo .report-row:last-child{border-bottom:0}.smart-insight-demo .report-icon{display:-ms-grid;display:grid;width:44px;height:44px;place-items:center;border-radius:10px;background:#f2f4f7;color:#475467}.smart-insight-demo .report-row h3{margin:0;font-size:12px;font-weight:600}.smart-insight-demo .report-row p{margin:3px 0 0;color:#667085;font-size:10px}.smart-insight-demo .report-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:6px}.smart-insight-demo .status-pill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:5px;margin-left:7px;padding:3px 6px;border-radius:99px;background:#fff5e8;color:#c96a13;font-size:9px}.smart-insight-demo .more-menu{position:absolute;right:14px;top:54px;z-index:5;display:-ms-grid;display:grid;width:130px;padding:6px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;-webkit-box-shadow:0 8px 24px rgba(16,24,40,.14);box-shadow:0 8px 24px #10182824}.smart-insight-demo .more-menu button{padding:8px;border:0;border-radius:5px;background:#fff;color:#475467;font-size:10px;text-align:left}.smart-insight-demo .more-menu button:hover{background:#f2f4f7}.smart-insight-demo .more-menu .danger{color:#b42318}.smart-insight-demo .report-pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;gap:7px;margin-top:12px;color:#667085;font-size:10px}.smart-insight-demo .report-pagination button,.smart-insight-demo .report-pagination input{height:30px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#475467}.smart-insight-demo .report-pagination button{padding:0 9px}.smart-insight-demo .report-pagination input{width:42px;padding:0 6px}.smart-insight-demo dialog{width:min(1120px,calc(100% - 32px));max-height:calc(100svh - 32px);padding:0;overflow:hidden;border:1px solid #e4e7ec;border-radius:14px;background:#fff;color:#202124;-webkit-box-shadow:0 24px 80px rgba(16,24,40,.25);box-shadow:0 24px 80px #10182840}.smart-insight-demo dialog[open]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.smart-insight-demo dialog::-webkit-backdrop{background:#1018287a}.smart-insight-demo dialog::-ms-backdrop{background:#1018287a}.smart-insight-demo dialog::backdrop{background:#1018287a}.smart-insight-demo dialog>form{display:-ms-grid;display:grid;min-height:0;-ms-grid-rows:minmax(0,1fr) auto;grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.smart-insight-demo .dialog-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid #eaecf0}.smart-insight-demo .dialog-head>button{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.smart-insight-demo .dialog-head h2{margin:3px 0 0;font-size:18px;font-weight:600}.smart-insight-demo .dialog-head p{margin:4px 0 0;color:#667085;font-size:11px}.smart-insight-demo .dialog-eyebrow{color:#667085;font-size:10px;font-weight:700}.smart-insight-demo .dialog-body{min-height:0;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;padding:18px 20px}.smart-insight-demo .dialog-foot{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:12px;padding:12px 20px;border-top:1px solid #eaecf0;background:#fff;color:#98a2b3;font-size:10px}.smart-insight-demo .dialog-foot>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;margin-left:auto}.smart-insight-demo .modal-grid{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.smart-insight-demo .modal-field{display:-ms-grid;display:grid;gap:5px;color:#667085;font-size:10px;font-weight:600}.smart-insight-demo .modal-field.full{grid-column:1/-1}.smart-insight-demo .modal-field input,.smart-insight-demo .modal-field select,.smart-insight-demo .modal-field textarea{width:100%;padding:9px 10px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;font-size:11px}.smart-insight-demo .modal-field input[readonly]{background:#f9fafb;color:#667085}.smart-insight-demo #action-dialog{height:min(880px,calc(100svh - 32px))}.smart-insight-demo .action-select-trigger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;min-height:36px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;font-size:11px;font-weight:600;text-align:left}.smart-insight-demo .action-select-trigger[aria-expanded=true]{border-color:#667085;-webkit-box-shadow:0 0 0 3px rgba(102,112,133,.12);box-shadow:0 0 0 3px #6670851f}.smart-insight-demo .action-select-popover{position:fixed;z-index:2147483647;display:-ms-grid;display:grid;gap:2px;padding:4px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;-webkit-box-shadow:0 12px 28px rgba(16,24,40,.18);box-shadow:0 12px 28px #1018282e}.smart-insight-demo .action-select-option{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:34px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;padding:0 9px;border:0;border-radius:6px;background:#fff;color:#344054;font-size:11px;text-align:left}.smart-insight-demo .action-select-option:hover,.smart-insight-demo .action-select-option[aria-selected=true]{background:#f2f4f7}.smart-insight-demo .action-select-option i{width:14px}.smart-insight-demo .scope-box{padding:10px;border:1px solid #eaecf0;border-radius:8px;background:#fcfcfd;color:#667085;font-size:10px}.smart-insight-demo .stats-grid{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[4];grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #e4e7ec;border-radius:10px}.smart-insight-demo .stat{padding:13px;border-right:1px solid #e4e7ec}.smart-insight-demo .stat:last-child{border:0}.smart-insight-demo .stat span{display:block;color:#667085;font-size:10px}.smart-insight-demo .stat strong{display:block;margin-top:4px;font-size:14px}.smart-insight-demo .evidence-summary{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:14px;margin-top:12px;color:#667085;font-size:10px}.smart-insight-demo .role{padding:4px 7px;border-radius:99px;font-size:9px;font-weight:600}.smart-insight-demo .role.support{background:#ecfdf3;color:#067647}.smart-insight-demo .role.counter{background:#fef3f2;color:#b42318}.smart-insight-demo .toast{position:fixed;bottom:20px;left:50%;z-index:80;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);padding:10px 14px;border-radius:8px;background:#101828;color:#fff;font-size:11px;font-weight:600;-webkit-box-shadow:0 10px 30px rgba(16,24,40,.28);box-shadow:0 10px 30px #10182847}.smart-insight-demo #action-dialog>form{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.smart-insight-demo .report-detail-dialog{width:calc(100% - 24px);max-width:1440px;height:calc(100svh - 24px);max-height:calc(100svh - 24px);overflow:hidden;border-radius:14px;background:#f7f8fb}.smart-insight-demo .report-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:64px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:16px;padding:0 24px;background:#fff;border-bottom:1px solid #e4e7ec}.smart-insight-demo .report-toolbar h2{margin:0;font-size:16px;font-weight:700}.smart-insight-demo .report-toolbar__actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px}.smart-insight-demo .report-document{height:calc(100% - 64px);overflow-y:auto;color:#101828}.smart-insight-demo .report-cover{position:relative;overflow:hidden;padding:54px 36px 42px;background:-webkit-linear-gradient(330deg,#101828 0%,#16213d 62%,#3f4f91 100%);background:linear-gradient(120deg,#101828,#16213d 62%,#3f4f91);color:#fff}.smart-insight-demo .report-cover:after{position:absolute;width:250px;height:250px;right:-80px;bottom:-130px;border:1px solid rgba(255,255,255,.14);border-radius:50%;content:""}.smart-insight-demo .report-cover__eyebrow{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#98a2b3}.smart-insight-demo .report-cover h1{margin:17px 0 0;font-size:30px;line-height:1.1;letter-spacing:-.03em}.smart-insight-demo .report-cover__scope{margin:9px 0 0;color:#d0d5dd;font-size:13px;font-weight:600}.smart-insight-demo .report-cover__meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:18px;margin-top:30px;color:#d0d5dd;font-size:10px;font-weight:600}.smart-insight-demo .report-cover__meta span+span:before{margin-right:18px;color:#667085;content:"•"}.smart-insight-demo .report-section{margin:26px 32px;padding:24px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.smart-insight-demo .report-section__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.smart-insight-demo .report-section__eyebrow{color:#6172f3;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.smart-insight-demo .report-section h3{margin:8px 0 0;font-size:17px}.smart-insight-demo .report-section__note{color:#98a2b3;font-size:9px}.smart-insight-demo .quality-pill{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:6px;padding:6px 10px;border-radius:99px;background:#ecfdf3;color:#067647;font-size:10px;font-weight:700}.smart-insight-demo .report-kpis{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[4];grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.smart-insight-demo .report-kpi{padding:22px 18px;border:1px solid #e4e7ec;border-radius:12px}.smart-insight-demo .report-kpi strong{display:block;font-size:27px;letter-spacing:-.04em}.smart-insight-demo .report-kpi span,.smart-insight-demo .report-kpi small{display:block}.smart-insight-demo .report-kpi span{margin-top:8px;color:#475467;font-size:10px;font-weight:700}.smart-insight-demo .report-kpi small{margin-top:10px;color:#98a2b3;font-size:9px}.smart-insight-demo .report-lead{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:12px;margin-top:16px;padding:17px 18px;border-radius:10px;background:#f1f3ff}.smart-insight-demo .report-lead i{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;color:#6172f3}.smart-insight-demo .report-lead strong{display:block;font-size:12px}.smart-insight-demo .report-lead p{margin:5px 0 0;color:#667085;font-size:10px}.smart-insight-demo .report-observations{margin-top:15px;padding-top:14px;border-top:1px solid #eaecf0}.smart-insight-demo .report-observations h4{margin:0 0 10px;font-size:11px}.smart-insight-demo .report-observation-grid{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[3];grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}.smart-insight-demo .report-observation{padding:10px 12px;border-radius:8px;background:#f9fafb;color:#526078;font-size:9px}.smart-insight-demo .report-observation:before{margin-right:8px;color:#6172f3;content:"•"}.smart-insight-demo .report-chart{height:220px;margin-top:16px}.smart-insight-demo .report-impact{display:-ms-grid;display:grid;gap:12px;margin-top:18px}.smart-insight-demo .report-impact__row{display:-ms-grid;display:grid;-ms-grid-columns:150px minmax(0,1fr) 46px;grid-template-columns:150px minmax(0,1fr) 46px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:12px;font-size:10px}.smart-insight-demo .report-impact__track{position:relative;height:9px;border-radius:99px;background:#f2f4f7}.smart-insight-demo .report-impact__track:after{position:absolute;top:-4px;bottom:-4px;left:50%;width:1px;background:#98a2b3;content:""}.smart-insight-demo .report-impact__bar{position:absolute;height:100%;border-radius:99px;background:#12b76a}.smart-insight-demo .report-impact__bar.negative{background:#98a2b3}.smart-insight-demo .report-table-wrap{margin-top:16px;overflow:auto;border:1px solid #eaecf0;border-radius:10px}.smart-insight-demo .report-table-wrap th,.smart-insight-demo .report-table-wrap td{padding:11px 12px}.smart-insight-demo .report-evidence-grid,.smart-insight-demo .report-actions-grid{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.smart-insight-demo .report-evidence-item,.smart-insight-demo .report-action-item{padding:14px;border:1px solid #e4e7ec;border-radius:10px}.smart-insight-demo .report-evidence-item strong,.smart-insight-demo .report-evidence-item span{display:block}.smart-insight-demo .report-evidence-item span{margin-top:4px;color:#667085;font-size:9px}.smart-insight-demo .report-action-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.smart-insight-demo .report-action-item strong{font-size:11px}.smart-insight-demo .report-methodology{margin-top:16px;padding:16px;border-radius:10px;background:#f9fafb;color:#667085;font-size:11px;line-height:1.7}.smart-insight-demo .modal-field small{color:#98a2b3;font-size:10px;font-weight:400;line-height:1.5}.smart-insight-demo .modal-grid>.full{grid-column:1/-1}.smart-insight-demo .action-meta-grid{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[3];grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.smart-insight-demo .report-observation-grid{margin-top:0}@media (max-width:1080px){.smart-insight-demo .insights-header{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.smart-insight-demo .insights-heading{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.smart-insight-demo .top-filters{width:100%;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.smart-insight-demo .analysis-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.smart-insight-demo .ai-panel{border-top:1px solid #eaecf0;border-left:0}.smart-insight-demo .ai-state{max-width:420px}}@media (max-width:980px){.smart-insight-demo .site-header__inner{width:min(calc(100% - 40px),760px)}.smart-insight-demo .site-header__desktop-nav{display:none}.smart-insight-demo .site-header__toggle{display:block}.smart-insight-demo .site-header__actions{margin-left:auto}.smart-insight-demo .hero-motion{min-height:max(500px,calc(50svh + 55px))}.smart-insight-demo .insight-reveal{height:calc(100svh - 110px)}}.smart-insight-demo [data-capability-grid][data-motion-ready=true] .capability-card:nth-child(2){-webkit-transition-delay:.07s;transition-delay:.07s}.smart-insight-demo [data-capability-grid][data-motion-ready=true] .capability-card:nth-child(3){-webkit-transition-delay:.14s;transition-delay:.14s}.smart-insight-demo [data-capability-grid][data-motion-ready=true] .capability-card:nth-child(4){-webkit-transition-delay:.21s;transition-delay:.21s}.smart-insight-demo [data-capability-grid][data-motion-ready=true] .capability-card:nth-child(5){-webkit-transition-delay:.28s;transition-delay:.28s}.smart-insight-demo [data-capability-grid][data-revealed=true] .capability-card{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.smart-insight-demo .capability-card{-webkit-transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease}.smart-insight-demo .capability-card:hover{border-color:#fe472773;-webkit-box-shadow:0 20px 48px rgba(36,30,28,.1);box-shadow:0 20px 48px #241e1c1a}.smart-insight-demo .capability-card:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.smart-insight-demo .capability-card[data-active=true] .capability-orbit svg{color:var(--accent)}.smart-insight-demo .capability-card[data-active=true] .capability-card__ring{border-color:#fe47278c}.smart-insight-demo .capability-card[data-active=true] .capability-card__ring:before{border-color:#fe47273d}.smart-insight-demo .capability-card[data-active=true] .capability-card__side-icon{color:var(--accent)}.smart-insight-demo .capability-card[data-active=true] .capability-spark{-webkit-animation:capability-rise .6s cubic-bezier(.22,1,.36,1) both;animation:capability-rise .6s cubic-bezier(.22,1,.36,1) both}.smart-insight-demo .capability-card[data-active=true] .capability-mini-window svg{-webkit-animation:capability-draw .62s ease both;animation:capability-draw .62s ease both}.smart-insight-demo .capability-card[data-active=true] .capability-evidence-flow__dot{-webkit-animation:capability-pulse .62s ease both;animation:capability-pulse .62s ease both}.smart-insight-demo .capability-card[data-active=true] .capability-evidence-flow__row:nth-child(2) .capability-evidence-flow__dot{-webkit-animation-delay:.1s;animation-delay:.1s}.smart-insight-demo .capability-card[data-active=true] .capability-evidence-flow__row:nth-child(3) .capability-evidence-flow__dot{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes capability-rise{0%{opacity:.25;-webkit-transform:translateY(16px);transform:translateY(16px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes capability-rise{0%{opacity:.25;-webkit-transform:translateY(16px);transform:translateY(16px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes capability-draw{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes capability-draw{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@-webkit-keyframes capability-pulse{0%{-webkit-transform:scale(.65);transform:scale(.65)}65%{-webkit-transform:scale(1.18);transform:scale(1.18)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes capability-pulse{0%{-webkit-transform:scale(.65);transform:scale(.65)}65%{-webkit-transform:scale(1.18);transform:scale(1.18)}to{-webkit-transform:scale(1);transform:scale(1)}}@media (prefers-reduced-motion:reduce){.smart-insight-demo [data-capability-grid][data-motion-ready=true] .capability-card,.smart-insight-demo .capability-card{-webkit-transition:none;transition:none}.smart-insight-demo .capability-card[data-active=true] .capability-spark,.smart-insight-demo .capability-card[data-active=true] .capability-mini-window svg,.smart-insight-demo .capability-card[data-active=true] .capability-evidence-flow__dot{-webkit-animation:none;animation:none}}@media (max-width:700px){.smart-insight-demo,.smart-insight-demo .page-glow,.smart-insight-demo .hero-motion,.smart-insight-demo .product-stage,.smart-insight-demo .hero-copy{width:100%;max-width:100%;min-width:0}.smart-insight-demo .site-header__inner{width:calc(100% - 32px)}.smart-insight-demo .site-header__logo,.smart-insight-demo .site-header__logo img{width:67px}.smart-insight-demo .site-header__sign-in,.smart-insight-demo .site-header__demo{display:none}.smart-insight-demo .site-header__mobile-nav{position:absolute;top:58px;right:0;left:0;padding:12px 16px 16px;border-top:1px solid rgba(255,255,255,.15);background:#17120f}.smart-insight-demo .site-header__mobile-nav[data-open=true]{display:-ms-grid;display:grid}.smart-insight-demo .site-header__mobile-nav a{padding:10px 0;color:#fff;text-decoration:none}.smart-insight-demo .hero-motion{min-height:max(460px,calc(50svh + 48px));padding:82px 16px 24px}.smart-insight-demo .hero-copy h1{max-width:340px;margin-top:28px;font-size:clamp(38px,11vw,44px);overflow-wrap:normal}.smart-insight-demo .hero-lede{max-width:340px;margin-top:28px;font-size:15px}.smart-insight-demo .hero-actions{margin-top:24px}.smart-insight-demo .hero-kicker{font-size:10px}.smart-insight-demo .product-stage{min-height:700px;padding:0 10px 60px}.smart-insight-demo .insight-reveal{height:calc(100svh - 96px);border-radius:12px}.smart-insight-demo .performance-record__inner{padding:52px 24px}.smart-insight-demo .performance-record__eyebrow{margin-bottom:24px}.smart-insight-demo .insights-pad{padding:16px 14px 20px}.smart-insight-demo .insights-heading h1{font-size:26px}.smart-insight-demo .insights-heading p{font-size:12px}.smart-insight-demo .top-filters{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.smart-insight-demo .filter-trigger,.smart-insight-demo .top-filters>.primary-button{width:100%;min-width:0;padding:0 8px;font-size:10px;overflow:hidden}.smart-insight-demo .filter-trigger span{overflow:hidden;text-overflow:ellipsis}.smart-insight-demo .filter-panel{top:168px;right:auto;left:0;width:100%}.smart-insight-demo .choice-grid,.smart-insight-demo .finding-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.smart-insight-demo .segmented-control{width:100%;overflow:auto}.smart-insight-demo .pattern-head{padding:14px}.smart-insight-demo .pattern-controls{-ms-grid-columns:1fr;grid-template-columns:1fr;padding:0 14px 14px}.smart-insight-demo .analysis-grid,.smart-insight-demo .chart-panel,.smart-insight-demo .ai-panel,.smart-insight-demo .evidence-section,.smart-insight-demo .evidence-titlebar{width:100%;min-width:0}.smart-insight-demo .chart-panel,.smart-insight-demo .ai-panel{padding:14px}.smart-insight-demo .ranking-track-row{-ms-grid-columns:46px minmax(0,1fr) 58px;grid-template-columns:46px minmax(0,1fr) 58px;gap:8px}.smart-insight-demo .retention-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.smart-insight-demo .retention-filters{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.smart-insight-demo .retention-callouts{-ms-grid-columns:1fr;grid-template-columns:1fr}.smart-insight-demo .report-row{-ms-grid-columns:36px minmax(0,1fr);grid-template-columns:36px minmax(0,1fr)}.smart-insight-demo .report-icon{width:36px;height:36px}.smart-insight-demo .report-actions{grid-column:1/-1;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.smart-insight-demo .stats-grid{-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr))}.smart-insight-demo .stat:nth-child(2n){border-right:0}.smart-insight-demo .modal-grid,.smart-insight-demo .action-meta-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.smart-insight-demo .modal-grid>.full{grid-column:auto}.smart-insight-demo .dialog-foot{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.smart-insight-demo .chart-heading{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.smart-insight-demo .chart-legend{width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.smart-insight-demo .matrix-bubble{font-size:8px}.smart-insight-demo .table-scroll{max-width:100%;overflow-x:auto}.smart-insight-demo .report-detail-dialog{width:100%;height:100svh;max-height:100svh;border-radius:0}.smart-insight-demo .report-toolbar{height:auto;min-height:58px;padding:10px 14px}.smart-insight-demo .report-toolbar h2{font-size:13px}.smart-insight-demo .report-toolbar__actions .secondary-button span{display:none}.smart-insight-demo .report-document{height:calc(100% - 58px)}.smart-insight-demo .report-cover{padding:36px 20px}.smart-insight-demo .report-section{margin:14px 10px;padding:16px}.smart-insight-demo .report-section__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.smart-insight-demo .report-kpis,.smart-insight-demo .report-observation-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.smart-insight-demo .report-cover__meta span+span:before{display:none}}.smart-insight-demo #insights-module .insights-heading .insights-eyebrow,.smart-insight-demo .dialog-eyebrow,.smart-insight-demo .report-cover__eyebrow,.smart-insight-demo .report-section__eyebrow{color:var(--accent)}html.appear-ready .smart-insight-demo [data-appear]{opacity:.001;-webkit-transform:translateY(24px);-ms-transform:translateY(24px);transform:translateY(24px);-webkit-transition:opacity 1s cubic-bezier(.16,1,.3,1) var(--d,0s),-webkit-transform 1s cubic-bezier(.16,1,.3,1) var(--d,0s);transition:opacity 1s cubic-bezier(.16,1,.3,1) var(--d,0s),-webkit-transform 1s cubic-bezier(.16,1,.3,1) var(--d,0s);transition:opacity 1s cubic-bezier(.16,1,.3,1) var(--d,0s),transform 1s cubic-bezier(.16,1,.3,1) var(--d,0s);transition:opacity 1s cubic-bezier(.16,1,.3,1) var(--d,0s),transform 1s cubic-bezier(.16,1,.3,1) var(--d,0s),-webkit-transform 1s cubic-bezier(.16,1,.3,1) var(--d,0s)}html.appear-ready .smart-insight-demo [data-appear].in{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}@media (prefers-reduced-motion:reduce){html.appear-ready .smart-insight-demo [data-appear]{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;transition:none}}.smart-insight-demo .capability-card--creative{display:block;min-height:0}.smart-insight-demo .cap-tile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:18px;height:100%;padding:24px 24px 0}.smart-insight-demo .cap-tile__copy h2{margin:0;text-align:left;font-size:18px;font-weight:500;letter-spacing:-.025em;color:#1e1e1e}.smart-insight-demo .cap-tile__copy p{margin:8px 0 0;color:#666;font-size:14px;line-height:1.55}.smart-insight-demo .cap-ui{position:relative;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;min-height:200px;max-height:230px;overflow:hidden;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,color-stop(55%,#000),to(transparent));-webkit-mask-image:-webkit-linear-gradient(top,#000 55%,transparent 100%);mask-image:-webkit-gradient(linear,left top,left bottom,color-stop(55%,#000),to(transparent));mask-image:linear-gradient(180deg,#000 55%,transparent 100%)}.smart-insight-demo .cap-ui--wide{min-height:190px;max-height:210px}.smart-insight-demo .cap-panel{position:relative;border:1px solid var(--line-light);border-radius:12px 12px 0 0;background:#fff;-webkit-box-shadow:0 10px 30px rgba(36,30,28,.08);box-shadow:0 10px 30px #241e1c14;overflow:hidden}.smart-insight-demo .cap-panel__head{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:2px;padding:14px 16px 12px;border-bottom:1px solid var(--line-light)}.smart-insight-demo .cap-panel__eyebrow{font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8a867f}.smart-insight-demo .cap-panel__head b{font-size:13.5px;font-weight:600;color:#1e1e1e;letter-spacing:-.01em}.smart-insight-demo .cap-charge{position:absolute;left:0;bottom:-1px;height:2px;width:0;background:-webkit-gradient(linear,left top,right top,from(var(--brand)),to(var(--brand-2)));background:-webkit-linear-gradient(left,var(--brand),var(--brand-2));background:linear-gradient(90deg,var(--brand),var(--brand-2));border-radius:2px}.smart-insight-demo .cap-kv>div,.smart-insight-demo .cap-list>div,.smart-insight-demo .cap-opts>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:12px;padding:9px 16px;border-bottom:1px solid #f0eee9;font-size:12.5px;color:#1e1e1e;opacity:0;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}.smart-insight-demo .cap-kv>div span,.smart-insight-demo .cap-list>div em{color:#8a867f;font-style:normal;font-size:12px}.smart-insight-demo .cap-kv>div b{font-weight:500}.smart-insight-demo .cap-kv>div.is-accent b{color:var(--accent);font-weight:600}.smart-insight-demo .cap-list>div.is-accent{background:#fe47270f}.smart-insight-demo .cap-list>div.is-accent span{color:var(--accent);font-weight:600}.smart-insight-demo .cap-opts>div{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.smart-insight-demo .cap-opts>div i{width:12px;height:12px;border-radius:50%;border:1.5px solid #bbb8b0;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.smart-insight-demo .cap-opts>div.is-accent i{border-color:var(--accent);-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff;background:var(--accent)}.smart-insight-demo .cap-opts>div.is-accent span{font-weight:600}.smart-insight-demo .cap-charge--row{left:16px;right:auto;bottom:0}.smart-insight-demo .cap-panel__note{padding:0 16px 12px;font-size:11px;color:#8a867f}.smart-insight-demo .cap-timeline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:8px;padding:14px 16px 8px}.smart-insight-demo .cap-timeline__strip{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[8];grid-template-columns:repeat(8,1fr);gap:4px}.smart-insight-demo .cap-timeline__strip b{display:block;aspect-ratio:16/9;border-radius:4px;background:-webkit-linear-gradient(315deg,#ece9e3,#dcd8d0);background:linear-gradient(135deg,#ece9e3,#dcd8d0)}.smart-insight-demo .cap-timeline__strip b.is-accent{background:#e4e0d8}.smart-insight-demo .cap-timeline__head{position:absolute;top:-5px;bottom:-5px;left:0;width:2px;border-radius:2px;background:var(--accent);-webkit-box-shadow:0 0 0 3px rgba(254,71,39,.15);box-shadow:0 0 0 3px #fe472726;z-index:1}.smart-insight-demo .cap-timeline__wave{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:3px;height:20px}.smart-insight-demo .cap-timeline__wave i{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:calc(5px + var(--h,9px));border-radius:2px;background:#e0ddd6;-webkit-transform:scaleY(.2);-ms-transform:scaleY(.2);transform:scaleY(.2);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.smart-insight-demo .cap-timeline__wave i:nth-child(3n){--h:13px}.smart-insight-demo .cap-timeline__wave i:nth-child(4n){--h:3px}.smart-insight-demo .cap-timeline__wave i:nth-child(5n){--h:11px}.smart-insight-demo .cap-timeline__wave i:nth-child(7n){--h:15px}.smart-insight-demo .cap-timeline__meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:11px;color:#8a867f}.smart-insight-demo .cap-timeline__meta .is-accent{color:var(--accent);font-weight:600}.smart-insight-demo .cap-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;padding:4px 16px 14px}.smart-insight-demo .cap-meta span{padding:3px 8px;border:1px solid var(--line-light);border-radius:999px;font-size:11px;color:#5b5854}.smart-insight-demo .is-live .cap-kv>div,.smart-insight-demo .is-live .cap-list>div,.smart-insight-demo .is-live .cap-opts>div,.smart-insight-demo .is-live .cap-bars>div{-webkit-animation:capRise .5s ease-out forwards;animation:capRise .5s ease-out forwards;-webkit-animation-delay:calc(.12s + var(--i) * .09s);animation-delay:calc(.12s + var(--i) * .09s)}.smart-insight-demo .is-live .cap-charge{-webkit-animation:capCharge 1.4s cubic-bezier(.2,.8,.2,1) .3s forwards;animation:capCharge 1.4s cubic-bezier(.2,.8,.2,1) .3s forwards}@-webkit-keyframes capCharge{to{width:var(--to)}}@keyframes capCharge{to{width:var(--to)}}.smart-insight-demo .is-live .cap-timeline__head{-webkit-animation:capSeek 1.6s cubic-bezier(.2,.8,.2,1) .3s forwards;animation:capSeek 1.6s cubic-bezier(.2,.8,.2,1) .3s forwards}@-webkit-keyframes capSeek{to{left:31.25%}}@keyframes capSeek{to{left:31.25%}}.smart-insight-demo .is-live .cap-timeline__strip b.is-accent{-webkit-animation:capFrame .4s ease-out 1.6s forwards;animation:capFrame .4s ease-out 1.6s forwards}@-webkit-keyframes capFrame{to{background:-webkit-linear-gradient(315deg,var(--brand),var(--brand-2));background:linear-gradient(135deg,var(--brand),var(--brand-2));-webkit-box-shadow:0 0 0 2px rgba(254,71,39,.25);box-shadow:0 0 0 2px #fe472740}}@keyframes capFrame{to{background:-webkit-linear-gradient(315deg,var(--brand),var(--brand-2));background:linear-gradient(135deg,var(--brand),var(--brand-2));-webkit-box-shadow:0 0 0 2px rgba(254,71,39,.25);box-shadow:0 0 0 2px #fe472740}}.smart-insight-demo .is-live .cap-timeline__wave i{-webkit-animation:capWaveIn .6s cubic-bezier(.16,1,.3,1) forwards;animation:capWaveIn .6s cubic-bezier(.16,1,.3,1) forwards;-webkit-animation-delay:calc(.3s + var(--k,0) * .03s);animation-delay:calc(.3s + var(--k,0) * .03s)}@-webkit-keyframes capWaveIn{to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes capWaveIn{to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.smart-insight-demo .cap-kv>div,.smart-insight-demo .cap-list>div,.smart-insight-demo .cap-opts>div,.smart-insight-demo .cap-timeline__wave i{-webkit-transform:none;-ms-transform:none;transform:none}}@media (max-width:809px){.smart-insight-demo .cap-tile{padding:20px 20px 0}}.smart-insight-demo .cap-ui--video{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;max-height:none;min-height:0;aspect-ratio:16/9;margin-bottom:24px;-webkit-mask-image:none;mask-image:none;border-radius:12px;border:1px solid var(--line-light);background:#f4f2ee;overflow:hidden}.smart-insight-demo .cap-ui--video:not(.cap-ui--video-169){aspect-ratio:16/10}.smart-insight-demo .cap-video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.smart-insight-demo .cap-video__note{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:6px 10px;border:1px dashed #cfc9bf;border-radius:6px;color:#8a867f;font-size:12px;white-space:nowrap;pointer-events:none}.smart-insight-demo .cap-ui--video.has-src .cap-video__note{display:none}.smart-insight-demo .cap-ui--video-169{aspect-ratio:16/9}.smart-insight-demo .cap-ui--video video[data-src]{background:#f4f2ee}.smart-insight-demo .cap-ui--plain{min-height:0;max-height:none;-webkit-mask-image:none;mask-image:none;padding:6px 0 24px}.smart-insight-demo .cap-ui--plain .cap-timeline{padding:0}.smart-insight-demo .faq-section{position:relative;z-index:3;background:#fff;color:#1e1e1e}.smart-insight-demo .faq-section__inner{display:-ms-grid;display:grid;-ms-grid-columns:minmax(0,400px) minmax(0,1fr);grid-template-columns:minmax(0,400px) minmax(0,1fr);-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start;gap:56px;width:min(1024px,100%);margin:0 auto;padding:72px 24px}.smart-insight-demo .faq-visual{position:relative;border-radius:14px;overflow:hidden;-webkit-box-shadow:0 16px 40px rgba(36,30,28,.12);box-shadow:0 16px 40px #241e1c1f}.smart-insight-demo .faq-visual img{display:block;width:100%;height:auto}.smart-insight-demo .faq-art{position:relative;aspect-ratio:720/844;width:100%;overflow:hidden;border-radius:inherit;background:-webkit-radial-gradient(18% 92%,90% 60%,rgba(254,71,39,.42),transparent 60%),-webkit-radial-gradient(90% 6%,70% 50%,rgba(254,71,39,.12),transparent 60%),-webkit-linear-gradient(290deg,#1c1917 0%,#131313 100%);background:radial-gradient(90% 60% at 18% 92%,rgba(254,71,39,.42),transparent 60%),radial-gradient(70% 50% at 90% 6%,rgba(254,71,39,.12),transparent 60%),linear-gradient(160deg,#1c1917,#131313)}.smart-insight-demo .faq-art:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:-webkit-linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),-webkit-linear-gradient(left,rgba(255,255,255,.045) 1px,transparent 1px);background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:-webkit-radial-gradient(50% 50%,80% 80%,#000 30%,transparent 100%);mask-image:radial-gradient(80% 80% at 50% 50%,#000 30%,transparent 100%)}.smart-insight-demo .faq-art__glow{position:absolute;left:-20%;bottom:-25%;width:80%;aspect-ratio:1;border-radius:50%;background:-webkit-radial-gradient(circle,rgba(255,155,63,.35),rgba(254,71,39,.12) 45%,transparent 70%);background:radial-gradient(circle,rgba(255,155,63,.35),rgba(254,71,39,.12) 45%,transparent 70%);-webkit-filter:blur(12px);filter:blur(12px)}.smart-insight-demo .faq-art__card{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:8px;padding:18px 20px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#1c1c1cd1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);-webkit-box-shadow:0 30px 50px -30px rgba(0,0,0,.8);box-shadow:0 30px 50px -30px #000c;color:#fff;font-family:Inter,Arial,sans-serif}.smart-insight-demo .faq-art__card--a{left:9%;top:9%;width:60%}.smart-insight-demo .faq-art__card--b{right:7%;top:38%;width:66%}.smart-insight-demo .faq-art__card--c{left:8%;bottom:8%;width:64%}.smart-insight-demo .faq-art__eyebrow{background:-webkit-linear-gradient(353deg,#fe4727,#ff9b3f);background:linear-gradient(97deg,#fe4727,#ff9b3f);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:10.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}.smart-insight-demo .faq-art__card strong{font-size:28px;font-weight:600;letter-spacing:-.03em;line-height:1.1}.smart-insight-demo .faq-art__line{color:#e4e4e4;font-size:13px;line-height:1.4}.smart-insight-demo .faq-art__line--lg{color:#fff;font-size:15px;font-weight:500;letter-spacing:-.02em;line-height:1.35}.smart-insight-demo .faq-art__chip{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-top:2px;padding:4px 9px;border-radius:999px;background:#ffffff14;color:#bfbfbf;font-size:11px}.smart-insight-demo .faq-art__title{color:#fff;font-size:13px;font-weight:500;margin-bottom:2px}.smart-insight-demo .faq-art__row{display:-ms-grid;display:grid;-ms-grid-columns:78px 1fr 40px;grid-template-columns:78px 1fr 40px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;color:#bfbfbf;font-size:11px}.smart-insight-demo .faq-art__row i{display:block;height:8px;width:var(--w);border-radius:4px;background:-webkit-gradient(linear,left top,right top,from(#fe4727),to(#ff9b3f));background:-webkit-linear-gradient(left,#fe4727,#ff9b3f);background:linear-gradient(90deg,#fe4727,#ff9b3f)}.smart-insight-demo .faq-art__row.is-muted i{background:#4a4a4a}.smart-insight-demo .faq-art__row b{color:#fff;font-weight:500;text-align:right}.smart-insight-demo .faq-art__meta{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;color:#8f8f8f;font-size:11px}.smart-insight-demo .faq-art__meta i{width:6px;height:6px;border-radius:50%;background:#fe4727;-webkit-animation:faqArtBreathe 2.6s ease-in-out infinite;animation:faqArtBreathe 2.6s ease-in-out infinite}@-webkit-keyframes faqArtBreathe{0%,to{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(1.25);transform:scale(1.25)}}@keyframes faqArtBreathe{0%,to{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(1.25);transform:scale(1.25)}}@media (max-width:809px){.smart-insight-demo .faq-art__card strong{font-size:22px}.smart-insight-demo .faq-art__card{padding:14px 16px}}.smart-insight-demo .faq-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid rgba(30,30,30,.08);pointer-events:none}.smart-insight-demo .faq-body h2{margin:14px 0 0;font-size:32px;font-weight:600;letter-spacing:-.03em;line-height:1.15;color:#1e1e1e}.smart-insight-demo .faq-intro{margin:12px 0 8px;max-width:520px;color:#4a4a4a;font-size:18px;line-height:1.5}.smart-insight-demo .faq-item{border-bottom:1px solid var(--line-light)}.smart-insight-demo .faq-item__q{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:16px;width:100%;padding:18px 0;border:0;background:none;text-align:left;color:#1e1e1e;font:500 16px/1.4 Inter,Arial,sans-serif;cursor:pointer}.smart-insight-demo .faq-item__q svg{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:18px;height:18px;color:#1e1e1e;-webkit-transition:-webkit-transform .5s cubic-bezier(.16,1,.3,1);transition:-webkit-transform .5s cubic-bezier(.16,1,.3,1);transition:transform .5s cubic-bezier(.16,1,.3,1);transition:transform .5s cubic-bezier(.16,1,.3,1),-webkit-transform .5s cubic-bezier(.16,1,.3,1)}.smart-insight-demo .faq-item.open .faq-item__q svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.smart-insight-demo .faq-item__a{display:-ms-grid;display:grid;-ms-grid-rows:0fr;grid-template-rows:0fr;-webkit-transition:grid-template-rows .5s cubic-bezier(.16,1,.3,1);transition:grid-template-rows .5s cubic-bezier(.16,1,.3,1);transition:grid-template-rows .5s cubic-bezier(.16,1,.3,1),-ms-grid-rows .5s cubic-bezier(.16,1,.3,1)}.smart-insight-demo .faq-item__a>div{overflow:hidden}.smart-insight-demo .faq-item__a p{margin:0;max-width:560px;padding:0 0 18px;color:#666;font-size:14.5px;line-height:1.6;opacity:0;-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-transition:opacity .45s ease,-webkit-transform .45s ease;transition:opacity .45s ease,-webkit-transform .45s ease;transition:opacity .45s ease,transform .45s ease;transition:opacity .45s ease,transform .45s ease,-webkit-transform .45s ease}.smart-insight-demo .faq-item.open .faq-item__a{-ms-grid-rows:1fr;grid-template-rows:1fr}.smart-insight-demo .faq-item.open .faq-item__a p{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}@media (max-width:809px){.smart-insight-demo .faq-section__inner{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:28px;padding:52px 24px}.smart-insight-demo .faq-visual{max-width:420px}.smart-insight-demo .faq-body h2{font-size:28px}}.smart-insight-demo main.page-glow{position:relative;z-index:1}.smart-insight-demo .fx-footer-space{position:relative;height:100svh;width:100%;pointer-events:none}.smart-insight-demo .fx-footer{position:fixed;left:0;bottom:0;z-index:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100svh;overflow:hidden;background:radial-gradient(circle at 12% 78%,rgba(254,71,39,.14),transparent 42%),-webkit-gradient(linear,left top,left bottom,from(#171514),color-stop(48%,#151515));background:-webkit-radial-gradient(12% 78%,circle,rgba(254,71,39,.14),transparent 42%),-webkit-linear-gradient(top,#171514 0%,#151515 48%);background:radial-gradient(circle at 12% 78%,rgba(254,71,39,.14),transparent 42%),linear-gradient(180deg,#171514,#151515 48%);color:#fff;font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}.smart-insight-demo .fx-footer__aurora{position:absolute;left:50%;top:50%;width:80vw;height:60vh;border-radius:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:-webkit-radial-gradient(50% 50%,circle,rgba(254,71,39,.22) 0%,rgba(255,155,63,.12) 40%,transparent 70%);background:radial-gradient(circle at 50% 50%,rgba(254,71,39,.22) 0%,rgba(255,155,63,.12) 40%,transparent 70%);-webkit-filter:blur(80px);filter:blur(80px);-webkit-animation:fxBreathe 8s ease-in-out infinite alternate;animation:fxBreathe 8s ease-in-out infinite alternate;pointer-events:none}@-webkit-keyframes fxBreathe{0%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:.6}to{-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1);opacity:1}}@keyframes fxBreathe{0%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:.6}to{-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1);opacity:1}}.smart-insight-demo .fx-footer__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:-webkit-linear-gradient(left,rgba(255,255,255,.04) 1px,transparent 1px),-webkit-linear-gradient(top,rgba(255,255,255,.04) 1px,transparent 1px);background-image:linear-gradient(to right,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.04) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(30%,#000),color-stop(70%,#000),to(transparent));-webkit-mask-image:-webkit-linear-gradient(top,transparent,#000 30%,#000 70%,transparent);mask-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(30%,#000),color-stop(70%,#000),to(transparent));mask-image:linear-gradient(to bottom,transparent,#000 30%,#000 70%,transparent);pointer-events:none}.smart-insight-demo .fx-footer__giant{position:absolute;left:50%;bottom:-5vh;-webkit-transform:translate(-50%,10vh) scale(.8);-ms-transform:translate(-50%,10vh) scale(.8);transform:translate(-50%,10vh) scale(.8);opacity:0;font-size:26vw;line-height:.75;font-weight:800;letter-spacing:-.05em;white-space:nowrap;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.06);background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.1)),color-stop(60%,transparent));background:-webkit-linear-gradient(top,rgba(255,255,255,.1) 0%,transparent 60%);background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 60%);-webkit-background-clip:text;background-clip:text;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:transform,opacity}.smart-insight-demo .fx-footer__marquee{position:absolute;top:48px;left:0;width:100%;overflow:hidden;padding:14px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);background:#15151599;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);-webkit-transform:rotate(-2deg) scale(1.1);-ms-transform:rotate(-2deg) scale(1.1);transform:rotate(-2deg) scale(1.1);-webkit-box-shadow:0 20px 50px rgba(0,0,0,.4);box-shadow:0 20px 50px #0006;z-index:1}.smart-insight-demo .fx-footer__track{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-animation:fxMarquee 40s linear infinite;animation:fxMarquee 40s linear infinite;font-size:12px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:#bfbfbf}.smart-insight-demo .fx-footer__track span{padding:0 24px;white-space:nowrap}.smart-insight-demo .fx-footer__track i{font-style:normal;color:#fe4727b3}@-webkit-keyframes fxMarquee{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-50%)}}@keyframes fxMarquee{0%{-webkit-transform:translateX(0);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-50%)}}.smart-insight-demo .fx-footer__center{position:relative;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:1080px;margin:80px auto 0;padding:0 24px}.smart-insight-demo .fx-footer__title{margin:0 0 44px;text-align:center;font-size:clamp(44px,7vw,96px);font-weight:700;letter-spacing:-.05em;line-height:1;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(255,255,255,.4)));background:-webkit-linear-gradient(top,#fff 0%,rgba(255,255,255,.4) 100%);background:linear-gradient(180deg,#fff,#fff6);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-filter:drop-shadow(0 0 20px rgba(255,255,255,.15));filter:drop-shadow(0 0 20px rgba(255,255,255,.15));opacity:0;-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);will-change:transform,opacity}.smart-insight-demo .fx-footer__links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:20px;width:100%;opacity:0;-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);will-change:transform,opacity}.smart-insight-demo .fx-footer__cta{min-height:48px;padding:0 28px;font-size:15px}.smart-insight-demo .fx-footer__nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.smart-insight-demo .fx-footer__nav a{color:#bfbfbf;font-size:13px;text-decoration:none;-webkit-transition:color .2s;transition:color .2s}.smart-insight-demo .fx-footer__nav a:hover{color:var(--accent)}.smart-insight-demo .fx-footer__bar{position:relative;z-index:3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:24px;width:100%;padding:0 48px 32px}.smart-insight-demo .fx-footer__copy{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#8f8f8f}@media (max-width:809px){.smart-insight-demo .fx-footer__marquee{top:36px;padding:10px 0}.smart-insight-demo .fx-footer__track{font-size:10px}.smart-insight-demo .fx-footer__center{margin-top:40px}.smart-insight-demo .fx-footer__title{margin-bottom:28px}.smart-insight-demo .fx-footer__bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 20px 20px;gap:12px}.smart-insight-demo .fx-footer__copy{font-size:10px;letter-spacing:.14em;text-align:center}.smart-insight-demo .fx-footer__nav{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:16px}.smart-insight-demo .fx-footer__giant{font-size:34vw;bottom:-3vh}}@media (prefers-reduced-motion:reduce){.smart-insight-demo .fx-footer__aurora,.smart-insight-demo .fx-footer__track{-webkit-animation:none;animation:none}.smart-insight-demo .fx-footer__giant,.smart-insight-demo .fx-footer__title,.smart-insight-demo .fx-footer__links{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.smart-insight-demo .cap-rows{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.smart-insight-demo .cap-row{display:-ms-grid;display:grid;-ms-grid-columns:40px minmax(0,1fr);grid-template-columns:40px minmax(0,1fr);-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start;gap:12px;padding:12px 16px;border-top:1px solid #f0ede8;opacity:0;-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.smart-insight-demo .cap-row:first-child{border-top:0}.smart-insight-demo .cap-row__thumb{position:relative;width:40px;height:28px;margin-top:3px;border-radius:6px;background:-webkit-linear-gradient(353deg,var(--brand),var(--brand-2));background:linear-gradient(97deg,var(--brand),var(--brand-2))}.smart-insight-demo .cap-row__thumb:after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-38%,-50%);-ms-transform:translate(-38%,-50%);transform:translate(-38%,-50%);border-style:solid;border-width:4.5px 0 4.5px 7px;border-color:transparent transparent transparent #fff}.smart-insight-demo .cap-row__name{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:3px;min-width:0;font-size:12.5px;font-weight:600;color:#1e1e1e;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-insight-demo .cap-row__name small{font-size:10.5px;font-weight:400;color:#8a867f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-insight-demo .cap-row__metrics{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px;margin-top:4px}.smart-insight-demo .cap-row__metrics em{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:4px;padding:2px 7px;border:1px solid #e6e3dd;border-radius:999px;background:#fff;font-style:normal;font-size:10px;font-weight:500;color:#8a867f;opacity:0;-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}.smart-insight-demo .cap-row__metrics b{font-size:11px;color:#1e1e1e}.smart-insight-demo .is-live .cap-row{-webkit-animation:capIn .8s cubic-bezier(.16,1,.3,1) forwards;animation:capIn .8s cubic-bezier(.16,1,.3,1) forwards;-webkit-animation-delay:calc(.15s + var(--i) * .16s);animation-delay:calc(.15s + var(--i) * .16s)}.smart-insight-demo .is-live .cap-row__metrics em{-webkit-animation:capIn .6s cubic-bezier(.16,1,.3,1) forwards;animation:capIn .6s cubic-bezier(.16,1,.3,1) forwards;-webkit-animation-delay:calc(.45s + var(--i) * .16s + var(--j) * .08s);animation-delay:calc(.45s + var(--i) * .16s + var(--j) * .08s)}.smart-insight-demo .cap-days{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:12px}.smart-insight-demo .cap-days__chips{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:6px}.smart-insight-demo .cap-days__chips span{padding:4px 10px;border:1px solid #e6e3dd;border-radius:999px;background:#fff;font-size:11.5px;color:#8a867f}.smart-insight-demo .cap-days__chips .is-on{border-color:transparent;background:-webkit-linear-gradient(353deg,var(--brand),var(--brand-2));background:linear-gradient(97deg,var(--brand),var(--brand-2));color:#fff;font-weight:600}.smart-insight-demo .cap-days__cal{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[8];grid-template-columns:repeat(8,1fr);gap:4px;margin-top:6px}.smart-insight-demo .cap-day{display:-ms-grid;display:grid;justify-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;gap:5px;aspect-ratio:1/1.2;border:1px solid #e6e3dd;border-radius:8px;background:#fff;opacity:0;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}.smart-insight-demo .cap-day b{font-size:12px;font-weight:600;color:#1e1e1e;letter-spacing:-.02em}.smart-insight-demo .cap-day i{width:12px;height:12px;border-radius:50%;background:-webkit-linear-gradient(315deg,var(--brand),var(--brand-2));background:linear-gradient(135deg,var(--brand),var(--brand-2));-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:relative}.smart-insight-demo .cap-day i:after{content:"";position:absolute;left:4px;top:2px;width:3px;height:6px;border:solid #fff;border-width:0 1.5px 1.5px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.smart-insight-demo .cap-day.is-today{border:1px dashed #cfc9bf;background:-webkit-repeating-linear-gradient(315deg,#f4f2ee 0 3px,#fff 3px 6px);background:repeating-linear-gradient(135deg,#f4f2ee 0,#f4f2ee 3px,#fff 3px,#fff 6px)}.smart-insight-demo .cap-day.is-today b{color:#8a867f}.smart-insight-demo .cap-day.is-today i{background:conic-gradient(#b8b3aa 0,#b8b3aa 62%,#e6e3dd 62%,#e6e3dd);-webkit-transform:none;-ms-transform:none;transform:none}.smart-insight-demo .cap-day.is-today i:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#fff}.smart-insight-demo .cap-day.is-today i:after{display:none}.smart-insight-demo .cap-days__rule{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[8];grid-template-columns:repeat(8,1fr);gap:4px}.smart-insight-demo .cap-days__rule b{display:block;height:2px;border-radius:2px}.smart-insight-demo .cap-days__rule-win{-ms-grid-column:1;-ms-grid-column-span:7;grid-column:1/8;background:-webkit-gradient(linear,left top,right top,from(var(--brand)),to(var(--brand-2)));background:-webkit-linear-gradient(left,var(--brand),var(--brand-2));background:linear-gradient(90deg,var(--brand),var(--brand-2));-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.smart-insight-demo .cap-days__rule-today{-ms-grid-column:8;-ms-grid-column-span:1;grid-column:8/9;background:#d9d6cf;opacity:0}.smart-insight-demo .cap-days__labels{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:11.5px;color:#8a867f;opacity:0;-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}.smart-insight-demo .cap-days__labels span:first-child{color:#1e1e1e;font-weight:600}.smart-insight-demo .cap-days__today{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:6px;white-space:nowrap}.smart-insight-demo .cap-days__today b{width:14px;height:10px;border-radius:3px;border:1px dashed #cfc9bf;background:-webkit-repeating-linear-gradient(315deg,#f4f2ee 0 3px,#fff 3px 6px);background:repeating-linear-gradient(135deg,#f4f2ee 0,#f4f2ee 3px,#fff 3px,#fff 6px)}.smart-insight-demo .is-live .cap-day{-webkit-animation:capIn .8s cubic-bezier(.16,1,.3,1) forwards;animation:capIn .8s cubic-bezier(.16,1,.3,1) forwards;-webkit-animation-delay:calc(.1s + var(--i) * .06s);animation-delay:calc(.1s + var(--i) * .06s)}.smart-insight-demo .is-live .cap-day:not(.is-today) i{-webkit-animation:capPop .6s cubic-bezier(.16,1,.3,1) forwards;animation:capPop .6s cubic-bezier(.16,1,.3,1) forwards;-webkit-animation-delay:calc(.7s + var(--i) * .1s);animation-delay:calc(.7s + var(--i) * .1s)}.smart-insight-demo .is-live .cap-days__rule-win{-webkit-animation:capRule 1s cubic-bezier(.16,1,.3,1) 1.5s forwards;animation:capRule 1s cubic-bezier(.16,1,.3,1) 1.5s forwards}.smart-insight-demo .is-live .cap-days__rule-today{-webkit-animation:capShow .5s ease 1.8s forwards;animation:capShow .5s ease 1.8s forwards}.smart-insight-demo .is-live .cap-days__labels{-webkit-animation:capIn .7s cubic-bezier(.16,1,.3,1) 1.9s forwards;animation:capIn .7s cubic-bezier(.16,1,.3,1) 1.9s forwards}@-webkit-keyframes capIn{to{opacity:1;-webkit-transform:none;transform:none}}@keyframes capIn{to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes capPop{to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes capPop{to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes capRule{to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes capRule{to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes capShow{to{opacity:1}}@keyframes capShow{to{opacity:1}}.smart-insight-demo .pr-head{margin-bottom:64px}.smart-insight-demo .pr-head .performance-record__eyebrow{margin-bottom:0}.smart-insight-demo .pr-media{position:relative;border-radius:16px}.smart-insight-demo .pr-media__frame{position:relative;z-index:1;aspect-ratio:16/9;border:1px solid var(--line-dark);border-radius:16px;background:var(--card-dark);overflow:hidden}.smart-insight-demo .pr-video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.smart-insight-demo .pr-caption{margin-top:24px}.smart-insight-demo .pr-caption__card{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[3];grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.smart-insight-demo .pr-caption__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:28px 32px;border:1px solid var(--line-dark);border-radius:14px;background:#1c1c1c8c;-webkit-backdrop-filter:blur(22px) saturate(140%);backdrop-filter:blur(22px) saturate(140%);-webkit-box-shadow:0 24px 48px -28px rgba(0,0,0,.7);box-shadow:0 24px 48px -28px #000000b3}.smart-insight-demo .pr-caption__title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:10px}.smart-insight-demo .pr-caption__item i{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:7px;height:7px;margin-top:8px;border-radius:50%;background:var(--brand);-webkit-animation:footBreathe 2.6s ease-in-out infinite;animation:footBreathe 2.6s ease-in-out infinite}.smart-insight-demo .pr-caption__item b{color:#fff;font-size:17px;font-weight:500;line-height:1.35;letter-spacing:-.02em}.smart-insight-demo .pr-caption__item p{margin:0;padding-left:17px;color:var(--text-dark-muted);font-size:14px;line-height:1.55;letter-spacing:-.01em}@media (max-width:809px){.smart-insight-demo .pr-head{margin-bottom:40px}.smart-insight-demo .pr-caption__card{-ms-grid-columns:1fr;grid-template-columns:1fr}.smart-insight-demo .pr-caption__item{padding:22px 20px}}.smart-insight-demo .si-tabs{position:relative;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 40px}.smart-insight-demo .si-tabs__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:32px;width:min(1080px,100%);padding:72px 0}.smart-insight-demo .tabs-comp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:16px;width:100%}.smart-insight-demo .tabs-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;width:100%;padding:8px;border:1px solid var(--line-dark);border-radius:999px;background:#1c1c1c8c}.smart-insight-demo .tab{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:0;padding:10px 24px;border:0;border-radius:999px;background:transparent;color:var(--text-dark-muted);font-family:inherit;font-size:15px;font-weight:500;line-height:1.4;cursor:pointer;overflow:clip;-webkit-transition:background-color .6s cubic-bezier(.16,1,.3,1),color .6s cubic-bezier(.16,1,.3,1);transition:background-color .6s cubic-bezier(.16,1,.3,1),color .6s cubic-bezier(.16,1,.3,1)}.smart-insight-demo .tab.active{background:var(--card-dark);color:#fff}.smart-insight-demo .tab:focus{outline:none}.smart-insight-demo .tab:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.smart-insight-demo .btn-icon:focus{outline:none}.smart-insight-demo .btn-icon:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.smart-insight-demo .tab .progress{position:absolute;top:0;left:24px;right:24px;height:2px;border-radius:2px;overflow:clip;-webkit-mask:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#000),to(transparent));-webkit-mask:-webkit-linear-gradient(left,transparent,#000 50%,transparent);mask:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#000),to(transparent));mask:linear-gradient(90deg,transparent,#000 50%,transparent)}.smart-insight-demo .tab .progress i{display:block;width:0;height:100%;background:-webkit-gradient(linear,left top,right top,from(var(--brand)),to(var(--brand-2)));background:-webkit-linear-gradient(left,var(--brand),var(--brand-2));background:linear-gradient(90deg,var(--brand),var(--brand-2))}.smart-insight-demo .tab.active .progress i{width:100%;-webkit-transition:width var(--dur,8s) linear;transition:width var(--dur,8s) linear}.smart-insight-demo .tab-label{white-space:nowrap}.smart-insight-demo .gallery{position:relative;width:100%;aspect-ratio:2.6;border:1px solid var(--line-dark);border-radius:24px;overflow:clip;background:#111;cursor:pointer}.smart-insight-demo .gallery .bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;-webkit-transition:opacity 1s cubic-bezier(.16,1,.3,1);transition:opacity 1s cubic-bezier(.16,1,.3,1)}.smart-insight-demo .gallery .bg.on{opacity:1}.smart-insight-demo .gallery .bg img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left}.smart-insight-demo .gallery .bg--fit{background:#f8f9fb}.smart-insight-demo .gallery .bg--fit img{-o-object-fit:contain;object-fit:contain;-o-object-position:top center;object-position:top center}.smart-insight-demo .gallery .bg--contain{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:32px;background:-webkit-radial-gradient(50% 45%,70% 70%,rgba(254,71,39,.14),transparent 70%),#111;background:radial-gradient(70% 70% at 50% 45%,rgba(254,71,39,.14),transparent 70%),#111}.smart-insight-demo .gallery .bg--contain img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:12px}.smart-insight-demo .caption-row{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:24px;width:100%;min-height:48px}.smart-insight-demo .caption{position:absolute;left:60px;right:60px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.smart-insight-demo .caption p{margin:0 auto;max-width:560px;color:var(--text-dark-muted);font-size:15px;line-height:1.5;-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.smart-insight-demo .caption p.swap{opacity:0}.smart-insight-demo .btn-icon{position:relative;z-index:1;display:-ms-grid;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--line-dark);border-radius:50%;background:var(--card-dark);color:#fff;cursor:pointer;line-height:0;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}.smart-insight-demo .btn-icon:hover{border-color:#5a5a5a}.smart-insight-demo .btn-icon svg{display:block;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:18px;height:18px;margin:0;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}@media (max-width:809px){.smart-insight-demo .si-tabs{padding:0 24px}.smart-insight-demo .si-tabs__inner{gap:28px;padding:52px 0}.smart-insight-demo .tabs-row{display:none}.smart-insight-demo .gallery{aspect-ratio:16/10;border-radius:16px}.smart-insight-demo .gallery .bg--contain{padding:16px}.smart-insight-demo .caption{left:52px;right:52px}.smart-insight-demo .caption p{font-size:14px}}.smart-insight-demo .si-intro{position:relative;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:72px 24px}.smart-insight-demo .si-intro__inner{width:min(1080px,100%)}.smart-insight-demo .si-intro__block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:36px;max-width:640px}.smart-insight-demo .si-label{display:inline-block;margin:0;background:-webkit-linear-gradient(353deg,var(--brand),var(--brand-2));background:linear-gradient(97deg,var(--brand),var(--brand-2));-webkit-background-clip:text;background-clip:text;color:transparent;font:700 12px/1.2 Inter,Arial,sans-serif;letter-spacing:1.68px;text-transform:uppercase}.smart-insight-demo .si-label i{display:none}.smart-insight-demo .si-intro__scroll{position:relative}.smart-insight-demo .si-intro__trigs{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;pointer-events:none}.smart-insight-demo .si-intro__trigs span{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0}.smart-insight-demo .si-intro__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:36px}.smart-insight-demo .si-intro__text p{margin:0;color:#fff;font-size:28px;font-weight:600;line-height:1.35;letter-spacing:-.03em;opacity:.25;text-wrap:balance;-webkit-transition:opacity .4s cubic-bezier(.16,1,.3,1);transition:opacity .4s cubic-bezier(.16,1,.3,1)}.smart-insight-demo .si-intro__text p.on{opacity:1}.smart-insight-demo .si-cards{position:relative;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 40px}.smart-insight-demo .si-cards__inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:64px;width:min(1080px,100%);padding:72px 0}.smart-insight-demo .si-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;gap:36px;width:100%}.smart-insight-demo .si-head__left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px;min-width:0}.smart-insight-demo .si-head h2{margin:0;color:#fff;font-size:40px;font-weight:500;line-height:1.35;letter-spacing:-.04em;text-wrap:balance}.smart-insight-demo .si-head__right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;min-width:0;padding:0 0 4px 32px}.smart-insight-demo .si-head__right p{margin:0;max-width:440px;color:#e4e4e4;font-size:18px;line-height:1.5;letter-spacing:-.01em;text-wrap:balance}.smart-insight-demo .si-stack{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:48px}.smart-insight-demo .si-stack__trigs{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;pointer-events:none}.smart-insight-demo .si-stack__trigs span{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0}.smart-insight-demo .si-card{position:-webkit-sticky;position:sticky;top:120px;z-index:1;height:540px;border-radius:16px}.smart-insight-demo .si-card__wrap{position:relative;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;padding:8px;border-radius:16px;overflow:clip;background:var(--card-dark);will-change:transform,opacity;-webkit-transition:opacity 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1);transition:opacity 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1);transition:transform 1s cubic-bezier(.16,1,.3,1),opacity 1s cubic-bezier(.16,1,.3,1);transition:transform 1s cubic-bezier(.16,1,.3,1),opacity 1s cubic-bezier(.16,1,.3,1),-webkit-transform 1s cubic-bezier(.16,1,.3,1)}.smart-insight-demo .fx-shell{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;z-index:0;border-radius:24px;background:#ffffff1a;pointer-events:none}.smart-insight-demo .fx-shell:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:23px;background:#00000061}.smart-insight-demo .si-card__wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid var(--line-dark);border-radius:inherit;pointer-events:none}.smart-insight-demo .si-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:0;will-change:opacity,background}.smart-insight-demo .si-card.dim .si-card__wrap{opacity:0;-webkit-transform:scale(.9) translateY(-24px);-ms-transform:scale(.9) translateY(-24px);transform:scale(.9) translateY(-24px)}.smart-insight-demo .si-card__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:28px;min-width:0;padding:40px 48px;overflow:clip}.smart-insight-demo .si-card__body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;padding-right:24px}.smart-insight-demo .si-card__body h3{margin:0;max-width:455px;color:#fff;font-size:28px;font-weight:400;line-height:1.35;letter-spacing:-.03em;text-wrap:balance}.smart-insight-demo .si-card__body p{margin:0;max-width:440px;color:var(--text-dark-muted);font-size:14px;line-height:1.5;letter-spacing:-.02em}.smart-insight-demo .si-card__foot{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:10px;margin:0;padding-top:20px;border-top:1px solid var(--line-dark);color:var(--text-dark-muted);font-size:14px;line-height:1.5}.smart-insight-demo .si-card__foot i{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:7px;height:7px;margin-top:7px;border-radius:50%;background:var(--brand);-webkit-animation:footBreathe 2.6s ease-in-out infinite;animation:footBreathe 2.6s ease-in-out infinite}@-webkit-keyframes footBreathe{0%,to{opacity:.55;-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 0 rgba(254,71,39,.35);box-shadow:0 0 #fe472759}50%{opacity:1;-webkit-transform:scale(1.25);transform:scale(1.25);-webkit-box-shadow:0 0 0 5px rgba(254,71,39,0);box-shadow:0 0 0 5px #fe472700}}@keyframes footBreathe{0%,to{opacity:.55;-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 0 rgba(254,71,39,.35);box-shadow:0 0 #fe472759}50%{opacity:1;-webkit-transform:scale(1.25);transform:scale(1.25);-webkit-box-shadow:0 0 0 5px rgba(254,71,39,0);box-shadow:0 0 0 5px #fe472700}}@media (prefers-reduced-motion:reduce){.smart-insight-demo .si-card__foot i{-webkit-animation:none;animation:none;opacity:1}}.smart-insight-demo .si-card__media{position:relative;-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;min-width:0;border-radius:4px 8px 8px 4px;background:#141414;overflow:clip}.smart-insight-demo .si-card__media--left{border-radius:8px 4px 4px 8px}.smart-insight-demo .si-card__img{position:absolute;top:0;right:0;bottom:0;left:0;background:#141414 url(/assets/smart-insight-demo/card-bg.jpg) center 40%/cover no-repeat}.smart-insight-demo .si-card__img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(18,14,12,.18)),to(rgba(18,14,12,.42)));background:-webkit-linear-gradient(top,rgba(18,14,12,.18) 0%,rgba(18,14,12,.42) 100%);background:linear-gradient(180deg,#120e0c2e,#120e0c6b)}.smart-insight-demo .si-card__img--mid{background-position:center 55%}.smart-insight-demo .si-card__img--right{background-position:70% 45%}.smart-insight-demo .si-card__media--brief{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:32px}.smart-insight-demo .brief-card{position:relative;z-index:1;width:min(400px,100%);border-radius:14px;background:#fff;color:#1e1e1e;-webkit-box-shadow:0 24px 60px rgba(0,0,0,.35);box-shadow:0 24px 60px #00000059;overflow:hidden}.smart-insight-demo .brief-card__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:16px 20px 0}.smart-insight-demo .brief-card__eyebrow{background:-webkit-linear-gradient(353deg,var(--brand),var(--brand-2));background:linear-gradient(97deg,var(--brand),var(--brand-2));-webkit-background-clip:text;background-clip:text;color:transparent;font:700 11px/1.2 Inter,Arial,sans-serif;letter-spacing:1.4px;text-transform:uppercase}.smart-insight-demo .brief-card__status{padding:3px 8px;border-radius:999px;background:#f2f0ec;color:#5b5854;font:500 11px/1.4 Inter,Arial,sans-serif}.smart-insight-demo .brief-card__title{margin:10px 20px 14px;font:600 17px/1.3 Inter,Arial,sans-serif;letter-spacing:-.01em}.smart-insight-demo .brief-card__rows{margin:0;padding:0 20px;border-top:1px solid var(--line-light)}.smart-insight-demo .brief-card__rows>div{display:-ms-grid;display:grid;-ms-grid-columns:72px 1fr;grid-template-columns:72px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid var(--line-light);font-size:12.5px;line-height:1.45}.smart-insight-demo .brief-card__rows>div:last-child{border-bottom:0}.smart-insight-demo .brief-card__rows dt{margin:0;color:#8a867f;font-weight:600;letter-spacing:.02em;text-transform:uppercase;font-size:10.5px;padding-top:2px}.smart-insight-demo .brief-card__rows dd{margin:0;color:#1e1e1e}.smart-insight-demo .brief-card__foot{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:12px;padding:12px 20px 16px;background:#faf9f6;color:#777;font-size:11.5px}.smart-insight-demo .brief-card__cta{color:var(--brand);font-weight:600;white-space:nowrap}.smart-insight-demo .si-card__shot{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:28px;overflow:hidden}.smart-insight-demo .si-card__shot img{display:block;width:100%;max-width:100%;height:auto;border-radius:10px;-webkit-box-shadow:0 24px 60px rgba(0,0,0,.35);box-shadow:0 24px 60px #00000059}@media (max-width:809px){.smart-insight-demo .si-card__shot{padding:18px}}html.appear-ready .smart-insight-demo .brief-card[data-appear]{-webkit-transform:translateY(24px) scale(.98);-ms-transform:translateY(24px) scale(.98);transform:translateY(24px) scale(.98)}html.appear-ready .smart-insight-demo .brief-card[data-appear].in{-webkit-transform:none;-ms-transform:none;transform:none}@media (max-width:809px){.smart-insight-demo .si-card__media--brief{padding:20px}.smart-insight-demo .si-card__shot{padding:20px 0 0 20px}}.smart-insight-demo .si-card__img-note{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:6px 10px;border:1px dashed rgba(255,255,255,.18);border-radius:6px;color:#ffffff73;font-size:12px;white-space:nowrap}.smart-insight-demo .si-cta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;padding-top:16px}html.appear-ready .smart-insight-demo .si-card__media [data-appear]{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}html.appear-ready .smart-insight-demo .si-card__media [data-appear].in{-webkit-transform:none;-ms-transform:none;transform:none}@media (max-width:1279px){.smart-insight-demo .si-card{height:auto}.smart-insight-demo .si-card__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.smart-insight-demo .si-card__text{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.smart-insight-demo .si-card__body{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;padding-right:0}.smart-insight-demo .si-card__media{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;height:360px}.smart-insight-demo .si-card__media--left{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media (max-width:809px){.smart-insight-demo .si-intro{padding:52px 24px}.smart-insight-demo .si-intro__block{max-width:560px}.smart-insight-demo .si-intro__text p{font-size:22px}.smart-insight-demo .si-cards{padding:0 24px}.smart-insight-demo .si-cards__inner{gap:36px;padding:52px 0}.smart-insight-demo .si-head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:16px}.smart-insight-demo .si-head__left,.smart-insight-demo .si-head__right{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:100%}.smart-insight-demo .si-head__right{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:0 0 4px}.smart-insight-demo .si-head__right p{max-width:none}.smart-insight-demo .si-head h2{font-size:32px}.smart-insight-demo .si-stack{gap:24px}.smart-insight-demo .si-stack__trigs{display:none}.smart-insight-demo .si-card{position:relative;top:auto;height:auto}.smart-insight-demo .si-card.dim .si-card__wrap{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.smart-insight-demo .si-card__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:12px}.smart-insight-demo .si-card__text{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;gap:17px;padding:20px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.smart-insight-demo .si-card__body{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;gap:16px;padding:0}.smart-insight-demo .si-card__body h3{font-size:22px}.smart-insight-demo .si-card__foot{padding-top:16px}.smart-insight-demo .si-card__media,.smart-insight-demo .si-card__media--left{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;width:100%;height:auto;aspect-ratio:4/3}}.smart-insight-demo .fx-sitemap{position:relative;z-index:2;border-top:1px solid #2a2a2a;background:#151515;color:#fff;font-family:Inter,Arial,sans-serif}.smart-insight-demo .fx-sitemap__inner{width:min(1080px,100%);margin:0 auto;padding:40px 24px 56px}.smart-insight-demo .fx-sitemap__top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:16px;padding-bottom:28px;border-bottom:1px solid #2a2a2a}.smart-insight-demo .fx-sitemap__follow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;color:#8f8f8f;font-size:13px}.smart-insight-demo .fx-sitemap__follow span{margin-right:4px}.smart-insight-demo .fx-sitemap__follow a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:34px;height:34px;border:1px solid #3b3b3b;border-radius:8px;color:#bfbfbf;-webkit-transition:color .2s ease,border-color .2s ease;transition:color .2s ease,border-color .2s ease}.smart-insight-demo .fx-sitemap__follow a:hover{border-color:var(--brand);color:#fff}.smart-insight-demo .fx-sitemap__follow svg{width:16px;height:16px;fill:currentColor}.smart-insight-demo .fx-sitemap__logo img{display:block;width:72px;height:auto}.smart-insight-demo .fx-sitemap__grid{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[5];grid-template-columns:repeat(5,minmax(0,1fr));gap:32px 24px;padding-top:40px}.smart-insight-demo .fx-sitemap__col h3{margin:0 0 16px;color:#fff;font-size:13px;font-weight:600;line-height:1.3}.smart-insight-demo .fx-sitemap__col a{display:block;margin:0 0 10px;color:#bfbfbf;font-size:13px;line-height:1.4;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}.smart-insight-demo .fx-sitemap__col a:hover{color:var(--brand)}@media (max-width:809px){.smart-insight-demo .fx-sitemap__inner{padding:32px 20px 44px}.smart-insight-demo .fx-sitemap__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:20px}.smart-insight-demo .fx-sitemap__grid{-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px;padding-top:32px}}.smart-insight-demo .fx-footer .fx-sitemap{position:relative;z-index:2;border-top:0;background:transparent;opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);will-change:transform,opacity}.smart-insight-demo .fx-footer .fx-sitemap__inner{padding:0 24px 20px}.smart-insight-demo .fx-footer .fx-sitemap__top{padding-bottom:16px}.smart-insight-demo .fx-footer .fx-sitemap__grid{gap:18px 24px;padding-top:20px}.smart-insight-demo .fx-footer .fx-sitemap__col h3{margin-bottom:10px}.smart-insight-demo .fx-footer .fx-sitemap__col a{margin-bottom:7px;font-size:12.5px}.smart-insight-demo .fx-footer__giant{display:none}.smart-insight-demo .fx-footer__center{margin-top:64px}.smart-insight-demo .fx-footer__title{margin-bottom:26px;font-size:clamp(40px,6vw,80px)}.smart-insight-demo .fx-footer__links{margin-bottom:12px}.smart-insight-demo .fx-footer__bar{padding-bottom:24px}@media (max-width:809px){.smart-insight-demo .fx-footer-space{display:none}.smart-insight-demo .fx-footer{position:relative;height:auto;min-height:0;padding-top:96px}.smart-insight-demo .fx-footer__center{margin-top:16px}.smart-insight-demo .fx-footer .fx-sitemap,.smart-insight-demo .fx-footer__title,.smart-insight-demo .fx-footer__links{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@media (prefers-reduced-motion:reduce){.smart-insight-demo .fx-footer .fx-sitemap{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.smart-insight-demo .si-label,.smart-insight-demo .kicker,.smart-insight-demo .stage-kicker{font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:1.68px;text-transform:uppercase}@media (max-width:809px){.smart-insight-demo .faq-art__card--a{width:62%}.smart-insight-demo .faq-art__card--b{top:40%;right:6%;width:64%}.smart-insight-demo .faq-art__card--c{bottom:6%;width:66%}.smart-insight-demo .faq-art__row{font-size:10.5px;-ms-grid-columns:70px 1fr 38px;grid-template-columns:70px 1fr 38px}.smart-insight-demo .faq-art__meta{white-space:nowrap;font-size:10.5px}.smart-insight-demo .faq-art__line--lg{font-size:14px}}@media (max-width:1279px){.smart-insight-demo .si-card{position:-webkit-sticky;position:sticky;top:96px;height:auto;max-height:calc(100svh - 112px)}.smart-insight-demo .si-card__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:auto;max-height:calc(100svh - 112px)}.smart-insight-demo .si-card__text{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;padding:28px 32px 24px;gap:18px}.smart-insight-demo .si-card__media{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-height:200px;height:auto}.smart-insight-demo .si-card__shot{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:16px}.smart-insight-demo .si-card__shot img{width:auto;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.smart-insight-demo .si-cards__inner{gap:48px}.smart-insight-demo .si-card__media--brief{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;padding:12px}.smart-insight-demo .si-card__media--brief .brief-card{zoom:.66}}@media (max-width:809px){.smart-insight-demo .si-card__media--brief .brief-card{zoom:.6}.smart-insight-demo .si-card__media--brief{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;height:auto;min-height:0;padding:10px}.smart-insight-demo .si-card{top:80px;max-height:calc(100svh - 96px)}.smart-insight-demo .si-card__wrap{max-height:calc(100svh - 96px)}.smart-insight-demo .si-card__text{padding:22px 20px 18px;gap:14px}.smart-insight-demo .si-card__media{min-height:160px}.smart-insight-demo .si-card__shot{padding:12px}}.smart-insight-demo .cap-connections{margin-top:auto;padding:4px 0 24px}.smart-insight-demo .cap-connections__label{margin:0 0 22px;font-size:11px;font-weight:500;color:#888;letter-spacing:.02em}.smart-insight-demo .cap-connections__platforms{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:12px;list-style:none;margin:0;padding:0 0 22px}.smart-insight-demo .cap-connections__platforms li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;min-width:0;color:#292724;font-size:13px;font-weight:500;line-height:1.3}.smart-insight-demo .cap-connections__platforms img{display:block;width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.smart-insight-demo .cap-connections__platforms li:first-child img{width:40px}.smart-insight-demo .cap-connections__platforms li span{white-space:nowrap}.smart-insight-demo .cap-connections__custom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:8px;margin:0;padding-top:15px;border-top:1px solid #eeeae5;color:#777;font-size:12px;line-height:1.5}.smart-insight-demo .cap-connections__custom>span{color:#aaa;font-size:17px;font-weight:400}.smart-insight-demo .cap-connections__context{margin:10px 0 0;color:#888;font-size:12px;line-height:1.55}.smart-insight-demo .insight-capabilities__inner{width:min(1180px,100%)}.smart-insight-demo .insight-capabilities__grid{gap:16px;-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start}.smart-insight-demo .insight-capabilities__grid .capability-card{min-height:0;height:auto;grid-column:1/-1;grid-row:auto}.smart-insight-demo .insight-capabilities__grid .cap-tile{height:auto;gap:22px;padding:24px}.smart-insight-demo .insight-capabilities__grid .cap-tile__copy h2{margin:0;text-align:left;font-size:20px;line-height:1.25}.smart-insight-demo .insight-capabilities__grid .cap-tile__copy p{font-size:14px;line-height:1.6}.smart-insight-demo .insight-capabilities__grid .cap-ui--video{margin:0;aspect-ratio:16/9;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.smart-insight-demo .capability-card--outcomes .cap-ui--plain{padding:0;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.smart-insight-demo .cap-connections{margin:0;padding:0}.smart-insight-demo .cap-connections__label{margin-bottom:16px}.smart-insight-demo .cap-window__periods{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:4px;padding:4px;background:#f5f3f0;border-radius:7px;margin-bottom:18px}.smart-insight-demo .cap-window__periods span{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;padding:6px 4px;color:#8a837a;font-size:12px;white-space:nowrap}.smart-insight-demo .cap-window__periods .is-selected{color:#d94c2f;background:#fff;border-radius:5px;-webkit-box-shadow:0 1px 4px #30271c12;box-shadow:0 1px 4px #30271c12;font-weight:500}.smart-insight-demo .cap-window__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:10px;font-size:12px;line-height:1.4;padding:10px 0;border-bottom:1px solid #eeeae5;color:#8a837a}.smart-insight-demo .cap-window__row:last-child{border:0;padding-bottom:0}.smart-insight-demo .cap-window__row strong{color:#38342f;font-size:12px;font-weight:500;white-space:nowrap}.smart-insight-demo .cap-window__row .cap-window__excluded{color:#99918a}@media (min-width:900px){.smart-insight-demo .insight-capabilities__grid .capability-card--creative{-ms-grid-column:1;-ms-grid-column-span:4;grid-column:1/5;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/3;-ms-grid-row-align:stretch;align-self:stretch}.smart-insight-demo .insight-capabilities__grid .capability-card--creative .cap-tile{height:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:28px}.smart-insight-demo .insight-capabilities__grid .capability-card--creative .cap-tile__copy h2{font-size:25px}.smart-insight-demo .insight-capabilities__grid .capability-card--scope{-ms-grid-column:5;-ms-grid-column-span:2;grid-column:5/7;-ms-grid-row:1;grid-row:1}.smart-insight-demo .insight-capabilities__grid .capability-card--outcomes{-ms-grid-column:5;-ms-grid-column-span:2;grid-column:5/7;-ms-grid-row:2;grid-row:2}.smart-insight-demo .insight-capabilities__grid .capability-card--compare,.smart-insight-demo .insight-capabilities__grid .capability-card--evidence{-ms-grid-column-span:3;grid-column:span 3}}@media (max-width:599px){.smart-insight-demo .insight-capabilities__grid .cap-tile{padding:20px;gap:20px}.smart-insight-demo .insight-capabilities__grid .cap-tile__copy h2{font-size:19px}}.smart-insight-demo .cap-connections__platforms{padding-bottom:0;gap:8px}.smart-insight-demo .cap-connections__platforms li{position:relative;opacity:.32;-webkit-filter:grayscale(1);filter:grayscale(1);-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);-webkit-transition:opacity .5s,-webkit-filter .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-filter .5s,-webkit-transform .5s;transition:opacity .5s,filter .5s,transform .5s;transition:opacity .5s,filter .5s,transform .5s,-webkit-filter .5s,-webkit-transform .5s}.smart-insight-demo .cap-connections__platforms li.is-linked{opacity:1;-webkit-filter:none;filter:none;-webkit-transform:none;-ms-transform:none;transform:none}.smart-insight-demo .cap-connections__platforms li:after{content:"✓";position:absolute;top:-3px;left:calc(50% + 12px);width:13px;height:13px;border-radius:50%;background:#f26a43;color:#fff;border:2px solid white;display:-ms-grid;display:grid;place-items:center;font-size:8px;line-height:1;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s}.smart-insight-demo .cap-connections__platforms li.is-linked:after{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.smart-insight-demo .cap-flow{height:40px;margin:10px 0 0}.smart-insight-demo .cap-flow svg{width:100%;height:100%;overflow:visible}.smart-insight-demo .cap-flow path{fill:none;stroke-width:1.2;vector-effect:non-scaling-stroke}.smart-insight-demo .cap-flow__base path{stroke:#e7e1d9}.smart-insight-demo .cap-flow__active path{stroke:#f26a43;stroke-dasharray:100;stroke-dashoffset:100}.smart-insight-demo .cap-scope-result{border:1px solid #e8e2da;border-radius:9px;background:-webkit-linear-gradient(330deg,#fffcf8,#fff);background:linear-gradient(120deg,#fffcf8,#fff);padding:14px 15px;-webkit-transition:border-color .5s,-webkit-box-shadow .5s;transition:border-color .5s,-webkit-box-shadow .5s;transition:border-color .5s,box-shadow .5s;transition:border-color .5s,box-shadow .5s,-webkit-box-shadow .5s}.smart-insight-demo .cap-scope-result.is-ready{border-color:#f0c9b9;-webkit-box-shadow:0 5px 16px #ed98660b;box-shadow:0 5px 16px #ed98660b}.smart-insight-demo .cap-scope-result__head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.smart-insight-demo .cap-scope-result__head strong{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:7px;font-size:13px;font-weight:550;color:#322c27}.smart-insight-demo .cap-scope-result__head i{width:6px;height:6px;background:#fe6036;border-radius:50%}.smart-insight-demo .cap-scope-result__head>span{font-size:11px;font-variant-numeric:tabular-nums;color:#8a8076}.smart-insight-demo .cap-scope-result__body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:8px;margin-top:10px;font-size:12px;color:#827a71}.smart-insight-demo .cap-scope-result__check{color:#e66542;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.smart-insight-demo .is-ready .cap-scope-result__check{opacity:1}.smart-insight-demo .cap-connections__custom{border:0;margin:12px 0 0;padding:0;font-size:10px;color:#a49b91;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (prefers-reduced-motion:reduce){.smart-insight-demo .cap-connections *{-webkit-transition:none!important;transition:none!important}}.smart-insight-demo .faq-section__inner{-ms-grid-columns:minmax(0,1fr);grid-template-columns:minmax(0,1fr);max-width:880px;gap:0}.smart-insight-demo .faq-section .faq-section__inner{display:block;width:min(960px,100%);margin-inline:auto;padding:80px 24px}.smart-insight-demo .faq-section .faq-body{width:100%;min-width:0}.smart-insight-demo .faq-section .faq-visual{display:none}@media (max-width:809px){.smart-insight-demo .faq-section .faq-section__inner{padding:56px 24px}}@media (max-width:700px){.smart-insight-demo .product-stage{min-height:0;padding-bottom:40px}.smart-insight-demo .insight-reveal{height:auto!important;max-height:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.smart-insight-demo .insight-scroll,.smart-insight-demo .insight-reveal.is-scroll-ready .insight-scroll{height:auto;max-height:none;overflow:visible}.smart-insight-demo .pattern-head .segmented-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:visible;gap:4px}.smart-insight-demo .pattern-head .view-button{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-height:40px}.smart-insight-demo .si-card{position:relative;top:auto;height:auto;max-height:none}.smart-insight-demo .si-card__wrap{height:auto;max-height:none}.smart-insight-demo .si-card__media{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.smart-insight-demo .hero-copy{opacity:1!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-filter:none!important;filter:none!important}}.smart-insight-demo .mobile-demo-link{display:none!important}@media (max-width:980px){.smart-insight-demo .nav.open .mobile-demo-link{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:44px;margin-top:12px;border-radius:8px;background:-webkit-linear-gradient(353deg,#fe4727,#ff9b3f);background:linear-gradient(97deg,#fe4727,#ff9b3f);color:#fff!important;font-weight:600}.smart-insight-demo .site-header__mobile-nav{position:absolute;top:58px;left:0;right:0;max-height:calc(100dvh - 58px);overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;padding:12px 20px 20px;background:#17120f;border-top:1px solid #ffffff26}.smart-insight-demo .site-header__mobile-nav[data-open=true]{display:-ms-grid;display:grid}.smart-insight-demo .site-header__mobile-nav a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:44px;padding:10px 0;color:#fff;text-decoration:none}.smart-insight-demo .nav.open .links{max-height:calc(100dvh - 58px);overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.smart-insight-demo .toggle,.smart-insight-demo .site-header__toggle{min-width:44px;min-height:44px;cursor:pointer}.smart-insight-demo .nav.open .nav-dropdown a{min-height:44px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media (max-width:700px){.smart-insight-demo input,.smart-insight-demo select,.smart-insight-demo textarea{font-size:16px!important}.smart-insight-demo .partnership-step{min-height:44px}}.smart-insight-demo .choice-check{position:relative!important;display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important;width:16px!important;height:16px!important;min-width:16px!important;-webkit-box-flex:0!important;-webkit-flex:0 0 16px!important;-ms-flex:0 0 16px!important;flex:0 0 16px!important;border:1.5px solid #c9ced6!important;border-radius:50%!important;background:#fff!important;overflow:hidden!important}.smart-insight-demo .choice-check svg,.smart-insight-demo .choice-check i{display:none!important}.smart-insight-demo .choice.active .choice-check,.smart-insight-demo .choice-check:has(svg),.smart-insight-demo .choice-check:has(i){border-color:#b94220!important;background:#fff!important}.smart-insight-demo .choice.active .choice-check:after,.smart-insight-demo .choice-check:has(svg):after,.smart-insight-demo .choice-check:has(i):after{content:"";width:7px;height:7px;border-radius:50%;background:#b94220}.smart-insight-demo #report-config-dialog input[type=checkbox]{accent-color:#b94220}.smart-insight-demo #report-detail-dialog,.smart-insight-demo #action-dialog{width:min(960px,calc(100vw - 80px));max-width:960px;height:min(760px,calc(100svh - 96px));max-height:calc(100svh - 96px);margin:auto;border-radius:16px}.smart-insight-demo #report-detail-dialog .report-toolbar{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;min-height:64px;height:auto;padding:16px 20px}.smart-insight-demo #report-detail-dialog .report-document{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;height:auto;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.smart-insight-demo #report-detail-dialog .report-cover{padding:32px 24px}.smart-insight-demo #report-detail-dialog .report-cover h1{font-size:26px}.smart-insight-demo #report-detail-dialog .report-section{margin:20px;padding:20px}.smart-insight-demo #report-detail-dialog .report-kpi{padding:18px 14px}@media (max-width:700px){.smart-insight-demo #report-detail-dialog,.smart-insight-demo #action-dialog{width:calc(100vw - 24px);max-width:960px;height:calc(100svh - 48px);max-height:calc(100svh - 48px);border-radius:14px}.smart-insight-demo #report-detail-dialog .report-toolbar{padding:12px;gap:8px}.smart-insight-demo #report-detail-dialog .report-toolbar h2{min-width:0;font-size:13px}.smart-insight-demo #report-detail-dialog .report-toolbar__actions{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;gap:4px}.smart-insight-demo #report-detail-dialog .report-section{margin:12px;padding:16px}.smart-insight-demo #report-detail-dialog .report-cover{padding:28px 20px}.smart-insight-demo #report-detail-dialog .report-cover h1{font-size:23px}}.smart-insight-demo .fx-footer__title{line-height:1.15;padding-block:.06em .16em;overflow:visible}.smart-insight-demo .preview-handoff .si-card{position:relative;top:auto;height:auto;max-height:none}.smart-insight-demo .preview-handoff .si-card__wrap{height:auto;max-height:none;min-height:480px}.smart-insight-demo .preview-handoff .si-card__media--brief{min-height:420px}.smart-insight-demo #insight-capabilities .cap-tile__copy p{min-height:90px}@media (max-width:809px){.smart-insight-demo .preview-handoff .si-card__wrap{min-height:0}.smart-insight-demo .preview-handoff .si-card__media--brief{min-height:0;aspect-ratio:auto;height:auto;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.smart-insight-demo .preview-handoff .si-card__text{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.smart-insight-demo .preview-handoff .brief-card__foot{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.smart-insight-demo .preview-handoff .brief-card{zoom:1;font-size:12px}.smart-insight-demo #insight-capabilities .cap-tile__copy p{min-height:0}}.smart-insight-demo #insight-capabilities .cap-tile__copy p{min-height:0}.smart-insight-demo #insight-capabilities .capability-card--creative .cap-tile{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:24px}@media (min-width:900px){.smart-insight-demo #insight-capabilities .capability-card--creative .cap-ui{margin:auto 0;max-height:none}.smart-insight-demo #insight-capabilities .capability-card--creative .cap-tile__copy h2{font-size:20px}}@media (prefers-reduced-motion:reduce){.smart-insight-demo #insight-capabilities .cap-day,.smart-insight-demo #insight-capabilities .cap-day i,.smart-insight-demo #insight-capabilities .cap-days__rule-win,.smart-insight-demo #insight-capabilities .cap-days__rule-today,.smart-insight-demo #insight-capabilities .cap-days__labels{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-animation:none;animation:none}}.smart-insight-demo .preview-handoff .si-card__wrap{min-height:480px}@media (max-width:1279px){.smart-insight-demo .preview-handoff .si-card__media:not(.si-card__media--brief){-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;height:360px;min-height:0;aspect-ratio:auto}.smart-insight-demo .preview-handoff .si-card__shot{height:100%}}@media (max-width:700px){.smart-insight-demo .preview-handoff .si-card__media:not(.si-card__media--brief){height:250px}.smart-insight-demo .preview-handoff .si-card__wrap{min-height:0}}.smart-insight-demo #performance-record .pr-media__frame{aspect-ratio:20/9}.smart-insight-demo #performance-record .pr-video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.smart-insight-demo{overflow-x:clip}.smart-insight-demo #feature-stack{--stack-motion:0}@media (min-width:810px){.smart-insight-demo #feature-stack .si-card{position:relative;top:auto;height:540px;max-height:none}.smart-insight-demo #feature-stack .si-card__wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:100%;min-height:0;max-height:none}.smart-insight-demo #feature-stack .si-card__text{-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;padding:32px;min-width:0}.smart-insight-demo #feature-stack .si-card__media{-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;height:auto;min-height:0;aspect-ratio:auto;-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.smart-insight-demo #feature-stack .si-card__shot{height:100%;padding:24px}.smart-insight-demo #feature-stack .si-card__shot img{width:auto;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.smart-insight-demo #feature-stack .si-card__media--brief{padding:20px}.smart-insight-demo #feature-stack .brief-card{zoom:1}}@media (min-width:810px) and (max-width:1040px){.smart-insight-demo #feature-stack .si-card__text{padding:24px;gap:20px}.smart-insight-demo #feature-stack .si-card__body{padding-right:0}.smart-insight-demo #feature-stack .si-card__body h3{font-size:24px}.smart-insight-demo #feature-stack .si-card__media--brief{padding:12px}.smart-insight-demo #feature-stack .brief-card{zoom:.85}}@media (min-width:810px) and (prefers-reduced-motion:no-preference){.smart-insight-demo #feature-stack{--stack-motion:1}.smart-insight-demo #feature-stack .si-card{position:-webkit-sticky;position:sticky;top:min(100px,calc(100svh - 556px))}.smart-insight-demo #feature-stack .si-card.dim .si-card__wrap{opacity:0;-webkit-transform:scale(.9) translateY(-24px);-ms-transform:scale(.9) translateY(-24px);transform:scale(.9) translateY(-24px)}}@media (prefers-reduced-motion:reduce){.smart-insight-demo #feature-stack .si-card__wrap{-webkit-transition:none;transition:none}}.smart-insight-demo main.page-glow{isolation:isolate;background:#171514}.smart-insight-demo .si-background-shader{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100svh;z-index:-1;pointer-events:none;opacity:.72;background:-webkit-radial-gradient(18% 24%,circle,rgba(254,71,39,.38),transparent 38%),-webkit-radial-gradient(82% 70%,circle,rgba(255,155,63,.16),transparent 42%),#171514;background:radial-gradient(circle at 18% 24%,rgba(254,71,39,.38),transparent 38%),radial-gradient(circle at 82% 70%,rgba(255,155,63,.16),transparent 42%),#171514}.smart-insight-demo #performance-record{background:transparent}.smart-insight-demo main.page-glow{-webkit-clip-path:inset(0);clip-path:inset(0)}.smart-insight-demo main h1{font-size:clamp(44px,5.35vw,77px)!important;font-weight:600!important;letter-spacing:-.055em!important;line-height:1.02!important;font-family:Inter,Arial,sans-serif!important}.smart-insight-demo main h2:not(.faq-section h2):not(.faq-block h2):not(#faq h2):not(article h2):not(.demo__card h2):not(.case h2):not(.post h2):not(.feature h2):not(.capability-card h2):not(.insight-reveal h2):not(.fx-footer__title){font-size:40px!important;font-weight:500!important;line-height:1.15!important;letter-spacing:-.04em!important;font-family:Inter,Arial,sans-serif!important}.smart-insight-demo .faq-section h2,.smart-insight-demo .faq-block h2,.smart-insight-demo #faq h2{font-size:32px!important;font-weight:600!important;font-family:Inter,Arial,sans-serif!important}.smart-insight-demo article h2:not(.insight-reveal h2),.smart-insight-demo .demo__card h2,.smart-insight-demo .case h2,.smart-insight-demo .post h2,.smart-insight-demo .feature h2,.smart-insight-demo .capability-card h2{font-size:20px!important;font-weight:500!important;line-height:1.3!important;font-family:Inter,Arial,sans-serif!important}.smart-insight-demo main h3:not(.insight-reveal h3):not(.fx-sitemap h3):not([class*=proto] h3){font-size:20px!important;font-weight:500!important;line-height:1.3!important;letter-spacing:-.03em!important;font-family:Inter,Arial,sans-serif!important}.smart-insight-demo .capability-card,.smart-insight-demo .capability-card *{font-family:Inter,Arial,sans-serif!important}.smart-insight-demo .brand-button,.smart-insight-demo .button,.smart-insight-demo .btn,.smart-insight-demo .product-link,.smart-insight-demo .ghost-button{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:42px!important;height:42px!important;padding:0 22px!important;font-size:14px!important;font-weight:600!important;line-height:42px!important;font-family:Inter,Arial,sans-serif!important}@media (max-width:809px){.smart-insight-demo main h2:not(.faq-section h2):not(.faq-block h2):not(#faq h2):not(article h2):not(.demo__card h2):not(.case h2):not(.post h2):not(.feature h2):not(.capability-card h2):not(.insight-reveal h2){font-size:32px!important}.smart-insight-demo .faq-section h2,.smart-insight-demo .faq-block h2,.smart-insight-demo #faq h2{font-size:28px!important}}.smart-insight-demo .capability-card--scope,.smart-insight-demo .capability-card--outcomes{min-height:0!important}.smart-insight-demo .capability-card--creative{height:auto!important;min-height:0!important;-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.smart-insight-demo .capability-card--creative .cap-tile{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important;-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;gap:18px!important;height:100%!important;padding:28px!important;-webkit-box-sizing:border-box;box-sizing:border-box}.smart-insight-demo .capability-card--creative .cap-tile__copy h2{font-size:26px!important;line-height:1.2!important;letter-spacing:-.03em!important}.smart-insight-demo .capability-card--creative .cap-tile__copy p{margin-top:10px;font-size:15px;line-height:1.55;max-width:560px}.smart-insight-demo .capability-card--creative .cap-ui--video{margin:0!important;width:100%!important;max-width:none!important;aspect-ratio:auto!important;height:auto!important;min-height:300px!important;-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important;background:#f4f4f2!important;overflow:hidden}.smart-insight-demo .capability-card--creative .cap-ui--video video,.smart-insight-demo .capability-card--creative .cap-ui--video img{width:100%!important;height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center center!important;object-position:center center!important}.smart-insight-demo .capability-card--creative .cap-ui--video{position:relative!important;background:#e9e8e4!important;isolation:isolate}.smart-insight-demo .capability-card--creative .cap-ui--video:before{content:"";position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;z-index:0;background:url(/assets/smart-insight-demo/account-to-scene.webp) center/cover no-repeat;-webkit-filter:blur(28px) saturate(1.1);filter:blur(28px) saturate(1.1);opacity:.85;-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.smart-insight-demo .capability-card--creative .cap-ui--video:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#f4f4f259}.smart-insight-demo .capability-card--creative .cap-ui--video video,.smart-insight-demo .capability-card--creative .cap-ui--video img{position:relative;z-index:1}.smart-insight-demo .site-header__demo,.smart-insight-demo .site-header .brand-button{padding:0 22px!important;min-width:0!important;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}body.smart-insight-route #app{overflow:clip visible}
