@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--navy:#071d3d;--navy2:#0b2d57;--blue:#1468f3;--blue2:#2b7cff;--ice:#f4f8ff;--line:#dce6f4;--muted:#60738f;--green:#0c9a49;--orange:#f47700;--red:#ed3434;--purple:#6d39e9;--shadow:0 16px 42px rgba(25,65,116,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--navy);font-family:Inter,Arial,sans-serif;background:#fff}button,input,select{font:inherit}a,button{transition:.22s ease}.topbar{height:82px;background:linear-gradient(100deg,#061831,#08244d);padding:0 max(4vw,28px);position:sticky;top:0;z-index:50;box-shadow:0 1px rgba(255,255,255,.1)}.brand,.topbar{display:flex;align-items:center}.brand{gap:8px;color:#fff;text-decoration:none;font-size:24px;font-weight:800;letter-spacing:-.8px}.brand i{font-style:normal;color:#7ca6d9}.brand strong{color:#347df7}.nav{margin-left:auto;gap:31px}.nav,.nav button{display:flex;align-items:center}.nav button{border:0;background:none;color:#fff;cursor:pointer;font-size:14px;gap:5px}.nav button:hover{color:#76a9ff}.nav .navCta{padding:14px 19px;border-radius:10px;background:linear-gradient(135deg,#1263ee,#287eff);font-weight:700;box-shadow:0 8px 20px #1164ee42}.navCta:hover,.primary:hover{transform:translateY(-2px);filter:brightness(1.06)}.menuBtn{display:none}.hero{position:relative;overflow:hidden;display:grid;grid-template-columns:34% 66%;align-items:center;min-height:680px;padding:35px max(4vw,28px);background:linear-gradient(135deg,#fff 15%,#f8fbff 50%,#edf5ff)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:155px;opacity:.25;background:repeating-radial-gradient(ellipse at 22% 120%,transparent 0 14px,#78a9ed 15px 16px,transparent 17px 27px)}.heroGlow{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}.heroGlow.one{width:520px;height:520px;right:17%;top:-180px;background:#94baff20}.heroGlow.two{width:420px;height:280px;left:-130px;bottom:-100px;background:#bcd5ff25}.heroCopy{position:relative;z-index:2;padding-right:42px}.eyebrow,.kicker{color:var(--blue);font-weight:800;font-size:11px;letter-spacing:1.5px}.eyebrow{display:flex;align-items:center;gap:7px}.hero h1{font-size:clamp(43px,3.5vw,58px);line-height:1.07;letter-spacing:-3.2px;margin:18px 0}.hero h1 em{font-style:normal;color:var(--blue);white-space:nowrap}.heroCopy>p{color:#516884;font-size:16px;line-height:1.62;max-width:530px}.heroActions{display:flex;gap:17px;margin-top:29px}.primary,.secondary{height:55px;padding:0 24px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:700;cursor:pointer}.primary{border:0;color:#fff;background:linear-gradient(135deg,#0f5de9,#1579ff);box-shadow:0 10px 24px #1263ed3d}.secondary{border:1.5px solid #3981f3;color:var(--blue);background:#fff}.primary svg,.secondary svg{width:19px}.heroTrust{display:flex;gap:20px;margin-top:22px;font-size:10px;color:#647b96}.heroTrust span{display:flex;align-items:center;gap:5px}.heroTrust svg{width:14px;color:var(--green)}.dashboard{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;position:relative;z-index:3}.dashCard{background:#ffffffef;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:19px;backdrop-filter:blur(10px);transition:transform .25s,box-shadow .25s}.dashCard:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(25,65,116,.16)}.purchaseCard,.salesCard{grid-column:span 2;min-height:350px}.purchaseCard{border-left:2px solid #ff9519}.cardHead,.cardHead>div,.miniHead{display:flex;align-items:center}.cardHead{justify-content:space-between;margin-bottom:19px}.cardHead>div{gap:10px}.cardHead b{font-size:14px}.cardHead svg{width:23px}.blueIcon{color:var(--blue)}.orangeIcon{color:var(--orange)}.cardHead button{display:flex;align-items:center;gap:6px;background:#fbfdff;border:1px solid var(--line);border-radius:8px;padding:7px 9px;color:#4a5c74;font-size:9px}.cardHead button svg{width:11px}.salesGrid{display:grid;grid-template-columns:38% 62%;height:260px}.salesStats{gap:9px}.salesStats,.salesStats label{display:flex;flex-direction:column}.salesStats label{font-size:9px;color:var(--muted)}.salesStats strong{font-size:22px;color:var(--blue);margin-top:4px}.positive{color:var(--green)!important}.chart{position:relative;margin:8px 0 22px 30px}.chartGrid{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;background:repeating-linear-gradient(180deg,transparent 0 24%,#e6edf6 25%)}.chartGrid span{font-size:7px;color:#8391a6;transform:translateX(-25px)}.areaChart{position:absolute;inset:18px 3px 13px 0}.areaChart:before{background:linear-gradient(0deg,#1c73f426,transparent);clip-path:polygon(0 91%,10% 79%,19% 79%,29% 65%,39% 66%,49% 50%,59% 55%,68% 35%,76% 39%,86% 18%,94% 27%,100% 19%,100% 100%,0 100%)}.areaChart:after,.areaChart:before{content:"";position:absolute;inset:0}.areaChart:after{background:var(--blue);height:3px;top:auto;bottom:0;transform-origin:left;animation:growLine 1.6s ease both;clip-path:polygon(0 87%,10% 75%,19% 75%,29% 61%,39% 62%,49% 46%,59% 51%,68% 31%,76% 35%,86% 14%,94% 23%,100% 15%,100% 17%,94% 25%,86% 16%,76% 37%,68% 33%,59% 53%,49% 48%,39% 64%,29% 63%,19% 77%,10% 77%,0 89%)}.areaChart i{position:absolute;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:var(--blue);opacity:0;animation:pointIn .3s forwards}.areaChart i:first-child{left:9%;bottom:22%;animation-delay:.2s}.areaChart i:nth-child(2){left:28%;bottom:38%;animation-delay:.35s}.areaChart i:nth-child(3){left:48%;bottom:53%;animation-delay:.5s}.areaChart i:nth-child(4){left:67%;bottom:67%;animation-delay:.65s}.areaChart i:nth-child(5){left:85%;bottom:82%;animation-delay:.8s}.areaChart i:nth-child(6){right:0;top:12%;animation-delay:1s}.chartTag{top:20px;color:var(--blue);font-size:9px;background:#edf5ff;border:1px solid #bdd6ff;border-radius:7px;padding:6px}.chartAxis,.chartTag{position:absolute;right:0}.chartAxis{left:0;bottom:-15px;display:flex;justify-content:space-between;font-size:7px;color:#7d8da3}.purchaseMetrics{display:grid;grid-template-columns:1fr 1.5fr 1fr;padding-bottom:13px;border-bottom:1px solid var(--line)}.purchaseMetrics label{display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--line)}.purchaseMetrics label:last-child{border:0}.purchaseMetrics strong{font-size:21px;color:var(--blue)}.purchaseMetrics small{color:var(--muted);font-size:8px;margin-top:4px}.orangeText{color:var(--orange)!important}.purchaseHeader{display:flex;justify-content:space-between;font-size:8px;color:var(--muted);margin:12px 0 3px}.purchaseRow{display:grid;grid-template-columns:29px 1fr auto;align-items:center;padding:7px 0}.purchaseRow>svg{width:20px;color:var(--blue)}.purchaseRow span{display:flex;flex-direction:column}.purchaseRow span b{font-size:9px}.purchaseRow small{font-size:7px;color:#7588a1;margin-top:3px}.purchaseRow>strong{font-size:10px;color:var(--orange)}.miniCard{min-height:205px;padding:15px}.miniHead{gap:8px}.miniHead svg{width:20px;color:var(--blue)}.miniHead b{font-size:11px;white-space:nowrap}.miniHead>:last-child{margin-left:auto;width:13px;color:#4d6582}.miniHead span{font-size:7px;border:1px solid var(--line);padding:5px;border-radius:6px}.mainMetric{display:block;font-size:27px;color:var(--blue);margin:13px 0 1px}.miniCard>small{display:block;font-size:8px;color:var(--muted)}.risk .mainMetric{color:var(--red)}.risk ul{list-style:none;margin:11px 0 0;padding:7px 0 0;border-top:1px solid var(--line)}.risk li{display:grid;grid-template-columns:1fr auto 11px;font-size:7px;padding:5px 0;color:#526882}.risk i{height:7px;width:7px;border-radius:50%}.danger{background:#ee3434}.warning{background:#ff8500}.notice{background:#f1b600}.sparkline{height:45px;position:relative;margin:1px 0;background:repeating-linear-gradient(180deg,transparent 0 32%,#e8eef7 33%)}.sparkline:after{content:"";position:absolute;inset:4px 0;background:linear-gradient(0deg,#1673f424,transparent);border-bottom:2px solid var(--blue);clip-path:polygon(0 90%,13% 63%,25% 68%,38% 44%,50% 52%,63% 20%,75% 43%,88% 0,100% 13%,100% 100%,0 100%)}.confidence{color:var(--green);font-size:18px}.dual{display:grid;grid-template-columns:1fr 1fr;margin-top:24px}.dual label{display:flex;flex-direction:column;text-align:center;border-right:1px solid var(--line)}.dual label:last-child{border:0}.dual b{color:var(--orange);font-size:18px}.dual label:last-child b{color:var(--green)}.dual small{font-size:7px;color:var(--muted)}.capital>strong{display:block;font-size:21px;margin:33px 0 16px;white-space:nowrap}.capital .miniHead svg,.capital>strong{color:var(--purple)}.trendDown{display:flex;align-items:center;gap:4px;width:max-content;background:#e2f6e9;color:#078b3c;padding:6px 9px;border-radius:18px;font-size:12px;font-weight:800;margin-bottom:7px}.trendDown svg{width:13px}.section{padding:90px max(6vw,36px)}.sectionIntro{max-width:750px}.sectionIntro.centered{text-align:center;margin:0 auto}.aboutCopy h2,.contactCopy h2,.intelligenceCopy h2,.promoCopy h2,.sectionIntro h2{font-size:clamp(31px,3.2vw,47px);line-height:1.12;letter-spacing:-2px;margin:12px 0 17px}.aboutCopy>p,.contactCopy>p,.intelligenceCopy>p,.promoCopy>p,.sectionIntro p{color:var(--muted);line-height:1.7}.impact{text-align:center}.impact .sectionIntro{margin:0 auto}.impactGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px;margin-top:42px}.impactGrid article{border:1px solid var(--line);border-radius:15px;padding:28px;text-align:left;box-shadow:0 12px 30px #14375d0d}.iconShell{width:48px;height:48px;border-radius:13px;background:#edf4ff;color:var(--blue);display:grid;place-items:center}.iconShell svg{width:25px}.impactGrid h3{font-size:15px;margin:22px 0 10px}.impactGrid p,.moduleCard p{font-size:12px;color:var(--muted);line-height:1.6;margin:0}.platform{background:#f4f8fe}.moduleGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:48px}.moduleCard{background:#fff;border:1px solid var(--line);border-radius:15px;padding:25px;min-height:250px;box-shadow:0 10px 25px #14375d0d;transition:transform .25s,box-shadow .25s}.moduleCard:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.moduleCard>div{width:46px;height:46px;border-radius:12px;background:#edf4ff;color:var(--blue);display:grid;place-items:center}.moduleCard.red>div{background:#fff0f0;color:var(--red)}.moduleCard.purple>div{background:#f3edff;color:var(--purple)}.moduleCard.orange>div{background:#fff3e8;color:var(--orange)}.moduleCard.green>div{background:#e9f8f0;color:var(--green)}.moduleCard.slate>div{background:#eef1f5;color:#61718a}.moduleCard.cyan>div{background:#e9f8fb;color:#0899b7}.moduleCard.pink>div{background:#fff0fa;color:#d644a6}.moduleCard svg{width:24px}.moduleCard h3{font-size:16px;margin:20px 0 10px}.moduleCard button,.textButton{border:0;background:none;padding:0;color:var(--blue);font-size:11px;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer;margin-top:22px}.moduleCard button svg,.textButton svg{width:15px}.intelligence{display:grid;grid-template-columns:56% 44%;align-items:center;gap:70px}.intelligenceVisual{background:linear-gradient(145deg,#071c3a,#0a315e);color:#fff;border-radius:22px;padding:27px;box-shadow:0 24px 60px #071d3d33}.visualTop{justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #ffffff1f}.visualTop,.visualTop span{display:flex;align-items:center}.visualTop span{gap:9px;font-weight:700}.visualTop svg{color:#65a1ff}.visualTop b{font-size:9px;color:#a9bdd5;display:flex;align-items:center;gap:7px}.visualTop i{width:7px;height:7px;background:#23c56f;border-radius:50%;box-shadow:0 0 0 5px #23c56f20}.flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:12px;padding:38px 0}.flow>svg{width:17px;color:#5c7b9f}.flow>div{min-height:150px;padding:20px 13px;background:#ffffff0a;border:1px solid #ffffff1c;border-radius:14px;display:flex;flex-direction:column;align-items:center;text-align:center}.flow>div.active{background:linear-gradient(145deg,#1467ef2e,#2980ff13);border-color:#3f85ee}.flow div>svg{color:#5b9cff;margin-bottom:23px}.flow div b{font-size:13px}.flow div small{color:#9db2ce;font-size:8px;line-height:1.5;margin-top:8px}.visualStats{display:grid;grid-template-columns:repeat(3,1fr);background:#ffffff0a;border-radius:12px;padding:17px}.visualStats span{display:flex;flex-direction:column;text-align:center;color:#9db2ce;font-size:8px;border-right:1px solid #ffffff16}.visualStats span:last-child{border:0}.visualStats b{font-size:18px;color:#fff;margin-bottom:4px}.intelligenceCopy ul{list-style:none;padding:0;margin:22px 0}.intelligenceCopy li{display:flex;align-items:center;gap:9px;margin:11px 0;font-size:13px}.intelligenceCopy li svg{width:17px;color:var(--green)}.steps{background:#f5f8fd}.stepsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px;margin-top:48px}.stepsGrid article{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px}.stepsGrid article>span{position:absolute;right:20px;top:18px;font-size:11px;color:#8ca1bc;font-weight:800}.stepsGrid article>div{height:48px;width:48px;display:grid;place-items:center;border-radius:12px;background:#edf4ff;color:var(--blue)}.stepsGrid h3{font-size:18px;margin:22px 0 10px}.stepsGrid p{font-size:12px;color:var(--muted);line-height:1.65}.promo{display:grid;grid-template-columns:48% 52%;align-items:center;gap:80px}.promoPoints{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.promoPoints span{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700}.promoPoints svg{width:18px;color:var(--blue)}.promoPanel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:27px;box-shadow:0 20px 55px #14375d19}.panelHead{justify-content:space-between}.panelHead,.panelHead span{display:flex;align-items:center}.panelHead span{gap:8px;font-weight:800}.panelHead span svg{color:#d644a6}.panelHead>b{font-size:9px;background:#e9f7ef;color:var(--green);padding:6px 9px;border-radius:20px}.panelSteps{display:flex;gap:8px;margin:24px 0}.panelSteps span{flex:1;text-align:center;font-size:8px;padding:9px 5px;border:1px solid var(--line);border-radius:8px}.panelSteps .done{color:var(--green);display:flex;align-items:center;justify-content:center;gap:3px}.panelSteps .done svg{width:11px}.panelSteps .active{color:var(--blue);border-color:#79aafa;background:#edf5ff;font-weight:700}.dateRow label,.promoPanel>label{display:flex;flex-direction:column;font-size:9px;color:var(--muted);gap:6px}.dateRow b,.promoPanel>label strong{color:var(--navy);font-size:12px;border:1px solid var(--line);padding:12px;border-radius:8px}.dateRow{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.panelSummary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.panelSummary span{font-size:8px;background:#f5f8fc;padding:12px;text-align:center;border-radius:8px}.panelSummary b{display:block;font-size:13px;margin-bottom:4px}.promoPanel>button{width:100%;height:48px;border:0;border-radius:9px;color:#fff;background:linear-gradient(135deg,#0caa4f,#16c66b);font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.promoPanel>button svg{width:17px}.cloudStrip{margin:0 max(6vw,36px) 90px;padding:30px;background:#071d3d;color:#fff;border-radius:17px;display:grid;grid-template-columns:repeat(3,1fr)}.cloudStrip>div{display:flex;align-items:center;gap:15px;padding:0 25px;border-right:1px solid #ffffff1b}.cloudStrip>div:last-child{border:0}.cloudStrip svg{color:#62a0ff}.cloudStrip span{display:flex;flex-direction:column}.cloudStrip b{font-size:13px}.cloudStrip small{font-size:9px;color:#9eb3ce;margin-top:5px}.about{display:grid;grid-template-columns:47% 53%;gap:80px;background:#f5f8fd}.aboutMetrics{display:grid;gap:12px}.aboutMetrics>div{background:#fff;border:1px solid var(--line);border-radius:13px;padding:22px;display:grid;grid-template-columns:120px 1fr;align-items:center}.aboutMetrics b{color:var(--blue);font-size:18px}.aboutMetrics span{color:var(--muted);font-size:12px;line-height:1.6}.contact{display:grid;grid-template-columns:48% 52%;gap:80px;align-items:center}.contactCopy>div:last-child{display:flex;flex-direction:column;gap:10px;margin-top:25px}.contactCopy span{display:flex;gap:8px;align-items:center;font-size:12px;font-weight:600}.contactCopy span svg{width:16px;color:var(--green)}.contactForm{padding:30px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:15px}.formRow{display:grid;grid-template-columns:1fr 1fr;gap:13px}.contactForm label{display:flex;flex-direction:column;gap:7px;font-size:10px;font-weight:700}.contactForm input,.contactForm select{height:46px;border:1px solid #cfdaea;border-radius:8px;padding:0 13px;color:var(--navy);background:#fbfdff;outline:none}.contactForm input:focus,.contactForm select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1468f31a}.contactForm>small{font-size:8px;color:var(--muted);text-align:center}.formSuccess{text-align:center;padding:25px}.formSuccess>div{height:55px;width:55px;margin:auto;background:#e8f8ef;color:var(--green);border-radius:50%;display:grid;place-items:center}.formSuccess h3{font-size:23px}.formSuccess p{font-size:12px;color:var(--muted);line-height:1.6}.formSuccess button{border:0;background:none;color:var(--blue);font-weight:700;cursor:pointer}footer{padding:50px max(5vw,30px);background:#04152f;color:#fff;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}footer>div p{font-size:10px;color:#96abc7}footer nav{display:flex;gap:25px}footer nav a{color:#b4c4d8;text-decoration:none;font-size:11px}footer>small{grid-column:1/-1;border-top:1px solid #ffffff18;padding-top:20px;color:#7188a7;font-size:9px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}@keyframes pointIn{to{opacity:1}}@keyframes growLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:1180px){.hero{grid-template-columns:1fr;padding-top:75px}.heroCopy{max-width:760px;margin-bottom:60px}.dashboard{width:100%}.contact,.intelligence,.promo{grid-template-columns:1fr;gap:50px}.moduleGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.topbar{height:70px;padding:0 20px}.brand{font-size:19px}.menuBtn{display:grid;place-items:center;margin-left:auto;border:0;background:none;color:#fff}.nav{display:none;position:absolute;top:70px;left:0;right:0;background:#071d3d;padding:16px;flex-direction:column;align-items:stretch;gap:4px}.nav.open{display:flex}.nav button{padding:12px;text-align:left}.hero{padding:50px 20px;grid-template-columns:1fr}.heroCopy{padding:0;margin-bottom:46px}.hero h1{font-size:41px;letter-spacing:-2.3px}.hero h1 em{white-space:normal}.heroActions,.heroTrust{flex-direction:column}.heroTrust{gap:8px}.dashboard{grid-template-columns:1fr}.purchaseCard,.salesCard{grid-column:1}.salesGrid{grid-template-columns:1fr;height:470px}.chart{height:230px;margin-top:25px}.dashCard{min-width:0}.miniCard{min-height:190px}.section{padding:65px 20px}.impactGrid,.moduleGrid,.stepsGrid{grid-template-columns:1fr}.intelligenceVisual{padding:18px}.flow{grid-template-columns:1fr;padding:25px 0}.flow>svg{transform:rotate(90deg);margin:auto}.visualStats{grid-template-columns:1fr;gap:12px}.visualStats span{border-right:0;border-bottom:1px solid #ffffff17;padding-bottom:10px}.cloudStrip,.dateRow,.formRow,.promoPoints{grid-template-columns:1fr}.cloudStrip{margin:0 20px 65px}.cloudStrip>div{padding:18px 10px;border-right:0;border-bottom:1px solid #ffffff1b}.about{gap:35px}.about,.aboutMetrics>div{grid-template-columns:1fr}.aboutMetrics>div{gap:7px}.contact{grid-template-columns:1fr}.contactForm{padding:21px}footer{grid-template-columns:1fr}footer nav{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}.hero{min-height:720px;padding-top:48px;padding-bottom:48px}.hero h1{font-size:clamp(42px,3.35vw,57px);line-height:1.05;margin:20px 0 24px}.hero h1 em,.hero h1 span{display:block}.hero h1 em{margin-top:16px;white-space:normal}.heroCopy>p{line-height:1.65}.heroTrust{flex-wrap:wrap;gap:11px 19px;font-size:11px;font-weight:600}.heroTrust svg{width:15px;color:var(--blue)}.salesStats label{font-size:11px}.cardHead button,.purchaseMetrics small{font-size:10px}.purchaseHeader{font-size:9px}.purchaseRow span b{font-size:10px}.purchaseRow small{font-size:8px}.purchaseRow>strong{font-size:11px}.miniHead b{white-space:normal;line-height:1.25}.miniHead span{font-size:9px}.miniCard>small{font-size:9px;line-height:1.35}.risk li{grid-template-columns:minmax(0,1fr) 9px 12px;align-items:center;column-gap:7px;font-size:8px}.risk li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.risk li b{text-align:right;font-size:9px}.dual small{font-size:8px;margin-top:2px}.overstock .mainMetric,.overstock .miniHead svg{color:var(--orange)}.overstockBar{height:7px;margin:15px 0 12px;border-radius:10px;background:#eef2f7;overflow:hidden}.overstockBar i{display:block;width:72%;height:100%;background:linear-gradient(90deg,#ffb44c,#f47700);border-radius:inherit}.capitalValue{display:block;color:var(--navy);font-size:16px;margin-bottom:2px}.analysisMini .miniHead svg{color:#079bb8}.analysisMini .mainMetric{font-size:23px;color:#079bb8}.analysisList{display:grid;gap:6px;margin-top:13px;padding-top:10px;border-top:1px solid var(--line)}.analysisList span{display:flex;justify-content:space-between;gap:8px;font-size:8px;color:var(--muted)}.analysisList b{color:var(--navy);font-size:8px}.inventoryScope{display:grid;grid-template-columns:31% 39% 30%;gap:38px;align-items:center;background:#fff}.scopeCopy h2{font-size:clamp(31px,3vw,45px);line-height:1.08;letter-spacing:-2px;margin:13px 0 18px}.scopeCopy>p{line-height:1.75;color:var(--muted)}.scopeAudience{display:flex;flex-direction:column;gap:10px;margin-top:24px}.scopeAudience span{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:700}.scopeAudience svg{width:18px;color:var(--blue)}.articlePanel{border:1px solid var(--line);border-radius:19px;padding:27px;background:linear-gradient(145deg,#fff,#f7faff);box-shadow:var(--shadow)}.articleTop{justify-content:space-between;gap:15px;padding-bottom:18px;border-bottom:1px solid var(--line)}.articleTop,.articleTop span{display:flex;align-items:center}.articleTop span{gap:8px;font-size:12px;font-weight:800;color:var(--blue)}.articleTop span svg{width:18px}.articleTop>b{font-size:9px;color:#6f829c;background:#edf3fb;padding:7px 9px;border-radius:7px}.articlePanel h3{font-size:19px;margin:22px 0}.articleMetrics{display:grid;grid-template-columns:1fr 1fr;gap:10px}.articleMetrics label{padding:13px;border:1px solid #e3eaf4;border-radius:11px;background:#fff;display:flex;flex-direction:column;gap:5px}.articleMetrics small{color:var(--muted)}.articleMetrics b{font-size:16px}.articleMetrics .alertMetric{background:#fff6e9;border-color:#ffe1b8}.articleMetrics .alertMetric b{color:var(--orange)}.articleAction{margin-top:12px;padding:14px;border-radius:11px;background:#eaf3ff}.articleAction span{display:flex;align-items:center;gap:7px;color:var(--blue);font-size:9px}.articleAction svg{width:16px}.articleAction>strong{display:block;margin-top:7px;font-size:11px;line-height:1.45}.scopeBenefits{display:grid;gap:11px}.scopeBenefits article{display:flex;gap:13px;padding:17px;border:1px solid var(--line);border-radius:13px;background:#fff}.scopeBenefits article>svg{width:22px;min-width:22px;color:var(--blue)}.scopeBenefits article:first-child>svg,.scopeBenefits article:nth-child(4)>svg{color:var(--orange)}.scopeBenefits span{display:flex;flex-direction:column;gap:5px}.scopeBenefits small{font-size:9px;line-height:1.5;color:var(--muted)}.moduleBand{margin-top:50px}.moduleBand+.moduleBand{margin-top:62px;padding-top:50px;border-top:1px solid #dbe5f2}.moduleBandTitle{display:flex;align-items:center;gap:13px;margin-bottom:20px}.moduleBandTitle>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#e7f0ff;color:var(--blue);font-size:10px;font-weight:800}.moduleBandTitle>div{display:flex;flex-direction:column;gap:3px}.moduleBandTitle b{font-size:14px}.moduleBandTitle small{font-size:10px;color:var(--muted)}.moduleGrid{margin-top:0}.moduleCard{display:flex;flex-direction:column;min-height:310px}.moduleCard>div{width:auto;height:auto;border-radius:0;background:transparent;color:inherit;display:block}.moduleCard>.moduleIcon{width:46px;height:46px;border-radius:12px;background:#edf4ff;color:var(--blue);display:grid;place-items:center}.moduleCard.red>.moduleIcon{background:#fff0f0;color:var(--red)}.moduleCard.purple>.moduleIcon{background:#f3edff;color:var(--purple)}.moduleCard.orange>.moduleIcon{background:#fff3e8;color:var(--orange)}.moduleCard.green>.moduleIcon{background:#e9f8f0;color:var(--green)}.moduleCard.slate>.moduleIcon{background:#eef1f5;color:#61718a}.moduleCard.cyan>.moduleIcon{background:#e9f8fb;color:#0899b7}.moduleCard.pink>.moduleIcon{background:#fff0fa;color:#d644a6}.moduleMetric{margin-top:20px;padding-top:16px;border-top:1px solid var(--line);display:flex!important;flex-direction:column;gap:4px}.moduleMetric b{font-size:20px;color:var(--blue)}.moduleMetric small{font-size:9px;color:var(--muted)}.moduleCard.red .moduleMetric b{color:var(--red)}.moduleCard.orange .moduleMetric b{color:var(--orange)}.moduleCard.green .moduleMetric b{color:var(--green)}.moduleCard.purple .moduleMetric b{color:var(--purple)}.moduleCard.slate .moduleMetric b{color:#566a85}.moduleCard.cyan .moduleMetric b{color:#078eab}.moduleCard.pink .moduleMetric b{color:#cf3b9d}.moduleCard button{margin-top:auto;padding-top:20px}@media(max-width:1180px){.inventoryScope{grid-template-columns:1fr 1fr}.scopeCopy{grid-column:1/-1;max-width:800px}}@media(max-width:760px){.hero h1{font-size:39px;letter-spacing:-2.1px}.hero h1 em{margin-top:13px}.inventoryScope{grid-template-columns:1fr}.scopeCopy{grid-column:auto}.articleTop{align-items:flex-start;flex-direction:column}.moduleCard{min-height:285px}.moduleBand+.moduleBand{margin-top:45px;padding-top:40px}}.inventoryScope{grid-template-columns:25% 40% 35%;gap:42px;padding-top:66px;padding-bottom:66px;background:linear-gradient(105deg,#f4f9ff,#fbfdff 48%,#eef6ff);border-top:1px solid #dfeafb;border-bottom:1px solid #dfeafb}.scopeCopy h2{font-size:clamp(31px,2.65vw,44px)}.scopeCopy>p{max-width:390px;font-size:14px;line-height:1.62}.articlePanel{padding:18px 22px;border-radius:15px;background:#fff}.articleProduct{display:flex;align-items:center;gap:13px;padding-bottom:15px;border-bottom:1px solid var(--line)}.productGlyph{width:42px;height:48px;border-radius:10px;display:grid;place-items:center;color:#071d3d;background:#eef3f9}.productGlyph svg{width:25px}.articleProduct>span{display:flex;flex-direction:column;min-width:0}.articleProduct>span b{font-size:12px;line-height:1.35}.articleProduct>span small{font-size:8px;color:var(--muted);margin-top:4px}.articleProduct>em{margin-left:auto;font-style:normal;font-size:8px;font-weight:800;padding:6px 9px;border-radius:18px;color:#178245;background:#e7f7ec}.articleMetrics{grid-template-columns:repeat(4,1fr);gap:0}.articleMetrics label{align-items:center;text-align:center;padding:16px 9px 4px;border:0;border-right:1px solid var(--line);border-radius:0;background:transparent}.articleMetrics label:last-child{border-right:0}.articleMetrics small{font-size:9px;font-weight:700}.articleMetrics b{font-size:24px;color:var(--navy)}.articleMetrics em{font-style:normal;font-size:8px;color:var(--muted)}.scopeBenefits{grid-template-columns:1fr 1fr;gap:0 26px}.scopeBenefits article{padding:15px 0;border:0;border-bottom:1px solid #cbdcf3;border-radius:0;background:transparent;box-shadow:none}.scopeBenefits article>div{width:48px;height:48px;min-width:48px;border-radius:10px;display:grid;place-items:center;background:#fff;color:var(--blue);box-shadow:0 8px 18px #16477b12}.scopeBenefits article>div svg{width:25px}.scopeBenefits article:first-child>div,.scopeBenefits article:nth-child(4)>div{color:var(--blue)}.scopeBenefits b{font-size:12px}.scopeBenefits small{font-size:10px;line-height:1.45}.moduleCard{min-height:395px;padding:22px}.moduleCard>.moduleTitle{width:auto;height:auto;display:flex;align-items:flex-start;gap:12px;border-radius:0;background:transparent;color:inherit}.moduleTitle>.moduleIcon{width:43px;height:43px;min-width:43px;border-radius:11px;background:#edf4ff;color:var(--blue);display:grid;place-items:center}.moduleCard.red .moduleTitle>.moduleIcon{background:#fff0f0;color:var(--red)}.moduleCard.purple .moduleTitle>.moduleIcon{background:#f3edff;color:var(--purple)}.moduleCard.orange .moduleTitle>.moduleIcon{background:#fff3e8;color:var(--orange)}.moduleCard.green .moduleTitle>.moduleIcon{background:#e9f8f0;color:var(--green)}.moduleCard.slate .moduleTitle>.moduleIcon{background:#eef1f5;color:#61718a}.moduleCard.cyan .moduleTitle>.moduleIcon{background:#e9f8fb;color:#0899b7}.moduleCard.pink .moduleTitle>.moduleIcon{background:#fff0fa;color:#d644a6}.moduleTitle>span{display:flex;flex-direction:column}.moduleTitle h3{font-size:15px;margin:1px 0 7px}.moduleTitle p{font-size:10px;line-height:1.55}.moduleCard>.modulePreview{width:auto;height:142px;margin-top:20px;padding:14px;border:1px solid #e2eaf5;border-radius:11px;background:#f9fbfe;color:var(--navy);display:block}.moduleCard button{padding-top:16px}.previewKpis{display:grid;grid-template-columns:1.3fr 1fr;gap:8px}.forecastTop span,.previewKpis span{display:flex;flex-direction:column}.modulePreview small{font-size:8px;color:var(--muted)}.previewKpis b{font-size:16px;color:var(--blue);margin-top:3px}.previewKpis span:last-child b{color:var(--green)}.previewBars{height:57px;display:flex;align-items:flex-end;gap:5px;margin:9px 0 4px;padding:0 5px;border-bottom:1px solid #d8e3f1;background:repeating-linear-gradient(180deg,transparent 0 17px,#edf2f8 18px)}.previewBars i{flex:1;border-radius:3px 3px 0 0;background:#6ea3f8}.previewBars i:first-child{height:22%}.previewBars i:nth-child(2){height:39%}.previewBars i:nth-child(3){height:35%}.previewBars i:nth-child(4){height:61%}.previewBars i:nth-child(5){height:77%}.previewBars i:nth-child(6){height:93%;background:var(--blue)}.alertPreview{display:grid!important;gap:7px}.alertPreview div,.buyPreview>div{display:flex;justify-content:space-between;padding:7px 9px;border-radius:7px;background:#fff}.alertPreview span,.buyPreview span{font-size:8px}.alertPreview b{font-size:8px;padding:4px 6px;border-radius:10px;background:#fff0f0}.stockPreview>div{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--line)}.stockPreview label span,.stockPreview>div span{font-size:8px;color:var(--muted)}.stockPreview>div b{font-size:16px;color:#566a85}.stockPreview label{display:flex;justify-content:space-between;padding-top:10px}.stockPreview label b{font-size:9px}.buyPreview{display:grid!important;gap:6px}.buyPreview svg{width:14px;color:var(--orange);vertical-align:middle}.buyPreview span{gap:5px}.buyPreview>div>b{font-size:9px;color:var(--orange)}.buyPreview .buyTotal{margin-top:2px;background:#fff2e5}.buyPreview .buyTotal b{font-size:12px}.forecastTop{display:flex;justify-content:space-between;align-items:flex-start}.forecastTop b{font-size:17px;color:var(--purple);margin-top:3px}.forecastTop em{font-size:8px;font-style:normal;color:var(--green);background:#e8f7ef;padding:5px 7px;border-radius:12px}.miniForecastLine{height:66px;position:relative;margin-top:10px;background:repeating-linear-gradient(180deg,transparent 0 21px,#e7edf6 22px);overflow:hidden}.miniForecastLine:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#6e39e91c,transparent);clip-path:polygon(0 82%,16% 69%,31% 72%,45% 45%,61% 53%,75% 19%,89% 31%,100% 5%,100% 100%,0 100%)}.miniForecastLine:after{content:"";position:absolute;inset:7px 0 0;border-bottom:2px solid var(--purple);clip-path:polygon(0 78%,16% 65%,31% 68%,45% 41%,61% 49%,75% 15%,89% 27%,100% 1%,100% 5%,89% 31%,75% 19%,61% 53%,45% 45%,31% 72%,16% 69%,0 82%);background:var(--purple)}.transferPreview>div{display:grid;grid-template-columns:1fr 24px 1fr;align-items:center;text-align:center}.transferPreview>div span{display:flex;flex-direction:column;gap:4px}.transferPreview>div b{font-size:9px}.transferPreview svg{width:18px;color:var(--green)}.transferPreview>strong{display:flex;align-items:baseline;justify-content:center;gap:6px;margin-top:26px;font-size:21px;color:var(--green)}.transferPreview>strong small{font-weight:500}.productPreviewHead{display:flex;align-items:center;gap:7px;padding-bottom:9px;border-bottom:1px solid var(--line)}.productPreviewHead>svg{width:20px;color:#079bb8}.productPreviewHead span{display:flex;flex-direction:column}.productPreviewHead span b{font-size:8px}.productPreviewHead em{margin-left:auto;font-size:7px;font-style:normal;color:var(--orange);background:#fff2e3;padding:4px 6px;border-radius:10px}.productPreview>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);margin-top:13px}.productPreview>div:last-child span{display:flex;flex-direction:column;gap:4px;text-align:center;border-right:1px solid var(--line)}.productPreview>div:last-child span:last-child{border:0}.productPreview>div:last-child b{font-size:10px}.offerPreview>div{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.offerPreview>div span{height:28px;display:grid;place-items:center;font-size:8px;border-radius:6px;background:#fff}.offerPreview>div span.active{color:#fff;background:#d644a6}.offerPreview p{display:flex;align-items:center;gap:6px;margin:22px 0 0;padding:9px;border-radius:8px;background:#fff;font-size:8px}.offerPreview p svg{width:15px;color:#d644a6}.offerPreview p b{margin-left:auto;color:var(--green)}@media(max-width:1180px){.inventoryScope{grid-template-columns:1fr 1fr}.scopeCopy{grid-column:1/-1}.scopeBenefits{grid-template-columns:1fr 1fr}}@media(max-width:760px){.inventoryScope{gap:28px}.inventoryScope,.scopeBenefits{grid-template-columns:1fr}.articleMetrics{grid-template-columns:1fr 1fr}.articleMetrics label:nth-child(2){border-right:0}.articleMetrics label{border-bottom:1px solid var(--line)}.articleProduct{flex-wrap:wrap}.articleProduct>em{margin-left:55px}.moduleCard{min-height:385px}}.moduleCard{min-height:340px}.moduleCard.blue>.moduleTitle,.moduleCard.cyan>.moduleTitle,.moduleCard.green>.moduleTitle,.moduleCard.orange>.moduleTitle,.moduleCard.pink>.moduleTitle,.moduleCard.purple>.moduleTitle,.moduleCard.red>.moduleTitle,.moduleCard.slate>.moduleTitle{height:auto;background:transparent;color:var(--navy)}@media(max-width:760px){.moduleCard{min-height:340px}}.eyebrow,.kicker{font-size:12px;line-height:1.35}.heroCopy>p{font-size:17px}.heroTrust{font-size:12px}.cardHead button{font-size:11px}.salesStats label{font-size:12px}.purchaseMetrics small{font-size:11px}.purchaseHeader{font-size:10px}.purchaseRow span b{font-size:11px}.purchaseRow small{font-size:9px}.purchaseRow>strong{font-size:12px}.miniCard>small,.miniHead span{font-size:10px}.analysisList b,.analysisList span,.risk li{font-size:9px}.aboutCopy>p,.contactCopy>p,.intelligenceCopy>p,.promoCopy>p,.sectionIntro p{font-size:15px}.impactGrid p,.stepsGrid p{font-size:13px}.impactGrid h3{font-size:17px}.scopeCopy>p{font-size:15px}.scopeAudience span{font-size:12px}.articleProduct>span small{font-size:10px}.articleProduct>em{font-size:9px}.articleMetrics small{font-size:10px}.articleMetrics em{font-size:9px}.scopeBenefits b{font-size:13px}.scopeBenefits small{font-size:11px}.articleAction span{font-size:10px}.articleAction>strong{font-size:12px}.moduleBandTitle b{font-size:16px}.moduleBandTitle small{font-size:12px}.moduleTitle h3{font-size:17px}.moduleTitle p{font-size:12px;line-height:1.5}.moduleCard button,.textButton{font-size:12px}.modulePreview small{font-size:10px}.previewKpis b{font-size:17px}.stockPreview label span,.stockPreview>div span{font-size:10px}.stockPreview label b{font-size:11px}.forecastTop em{font-size:9px}.transferPreview>div b{font-size:10px}.productPreviewHead span b{font-size:9px}.productPreviewHead em{font-size:8px}.productPreview>div:last-child b{font-size:11px}.flow div small,.visualStats span{font-size:10px}.promoPoints span{font-size:13px}.dateRow label,.panelHead>b,.panelSteps span,.promoPanel>label{font-size:10px}.dateRow b,.promoPanel>label strong{font-size:13px}.panelSummary span{font-size:10px}.cloudStrip b{font-size:14px}.cloudStrip small{font-size:11px}.aboutMetrics span,.contactCopy span{font-size:13px}.contactForm label{font-size:12px}.contactForm>small{font-size:10px}footer nav a,footer>div p,footer>small{font-size:11px}.moduleCard>.modulePreview.alertPreview,.moduleCard>.modulePreview.buyPreview{padding:8px 14px;background:#fff}.alertPreview,.buyPreview{display:grid!important;gap:0}.alertPreview div,.buyPreview>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:12px;min-height:39px;padding:9px 0;border-radius:0;border-bottom:1px solid #e7edf5;background:transparent}.alertPreview div:last-child,.buyPreview>div:last-child{border-bottom:0}.alertPreview span,.buyPreview span{min-width:0;font-size:10px}.alertPreview b{padding:0;border-radius:0;background:transparent;color:var(--red);font-size:10px;white-space:nowrap}.buyPreview span{display:flex;align-items:center;gap:7px;overflow:hidden}.buyPreview span em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.buyPreview svg{width:16px;min-width:16px}.buyPreview>div>b{font-size:10px;white-space:nowrap}.buyPreview .buyTotal{margin-top:0;background:transparent}.buyPreview .buyTotal span{font-weight:700;color:#8a5b2e}.buyPreview .buyTotal b{font-size:13px}.trafficPreview{display:grid!important;grid-template-rows:1fr auto;gap:13px;background:linear-gradient(145deg,#f7fbff,#edf5ff)!important}.trafficRoute{display:grid;grid-template-columns:1fr 34px 1fr;align-items:center}.trafficRoute>span{display:flex;flex-direction:column;align-items:center;gap:5px;color:var(--blue)}.trafficRoute svg{width:22px}.trafficRoute i{height:2px;background:linear-gradient(90deg,var(--blue) 55%,transparent 55%);background-size:8px 2px;position:relative}.trafficRoute i:after{content:"";position:absolute;right:-1px;top:-3px;width:7px;height:7px;border-top:2px solid var(--blue);border-right:2px solid var(--blue);transform:rotate(45deg)}.trafficStats{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;padding-top:10px;border-top:1px solid #d9e6f6}.trafficStats span{display:flex;flex-direction:column;gap:2px}.trafficStats b{font-size:14px;color:var(--blue)}.trafficStats em{font-size:9px;font-style:normal;font-weight:800;color:var(--green);background:#e5f7ed;padding:5px 7px;border-radius:20px}@media(max-width:760px){.heroCopy>p{font-size:16px}.aboutCopy>p,.contactCopy>p,.intelligenceCopy>p,.promoCopy>p,.sectionIntro p{font-size:14px}.moduleTitle p{font-size:12px}}