html{scroll-behavior:smooth}@media(min-width:1600px){html{font-size:106.25%}}@media(min-width:1900px){html{font-size:112.5%}}.home .hero{position:relative;padding:52px 0 136px;overflow:hidden;background:#01415c;color:#fff}.home .hero .eyebrow{color:var(--amber)}.home .hero-grid{display:grid;grid-template-columns:1.25fr .95fr;gap:48px;align-items:center}.home .hero-pills{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0 0 1.5rem}.home .hero-pills li{font-size:.82rem;font-weight:600;padding:.34rem .8rem;border-radius:999px;color:#d9ecf7;background:#ffffff1a;border:1px solid rgba(255,255,255,.22)}.home .hero h1{font-size:3.15rem;margin:.6rem 0 1.1rem;color:#fff}.home .hero h1 .accent{display:block;color:var(--amber)}.home .hero p.sub{font-size:1.2rem;color:#ffffffd1;max-width:48ch;margin-bottom:1.4rem}.home .hero-cta{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}.home .hero-note{margin-top:1rem;font-size:.86rem;color:#ffffffd1;display:flex;align-items:center;gap:.5rem}.home .hero-stars{color:var(--amber);letter-spacing:1px;font-size:.9rem}.home .hero-copy{position:relative;z-index:1}.home .hero-photo-wrap{position:relative}.home .hero-photo-wrap:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;background:linear-gradient(to right,#01415c 0,#01415c00 20%),linear-gradient(to left,#01415c 0,#01415c00 20%),linear-gradient(to bottom,#01415c 0,#01415c00 20%),linear-gradient(to top,#01415c 0,#01415c00 20%)}.home .hero-photo{width:100%;height:auto;display:block}.home .hero-photo.is-scene{position:relative;z-index:0;opacity:.72}.home .hero-photo.is-people{position:absolute;inset:0;z-index:2}@media(max-width:860px){.home .hero-grid{grid-template-columns:1fr;gap:36px}.home .hero h1{font-size:2.6rem}.home .hero p.sub{max-width:none}.home .hero-photo-wrap{display:none}}.home .hero-wave{position:absolute;left:0;right:0;bottom:-1px;height:96px;line-height:0;pointer-events:none}.home .hero-wave svg{display:block;width:100%;height:100%}.home .trust{background:#fff;color:var(--ink);padding:26px 0 58px}.home .trust .lead{text-align:center;font-size:.95rem;color:var(--muted);letter-spacing:.02em;margin-bottom:22px}.home .logos-marquee{overflow:hidden;margin-bottom:42px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.home .logos-track{display:flex;align-items:center;gap:56px;width:max-content;animation:home-marquee 45s linear infinite}.home .logos-track img{height:30px;width:auto;max-width:150px;object-fit:contain;opacity:.6;filter:grayscale(1);flex:0 0 auto}.home .logos-marquee:hover .logos-track{animation-play-state:paused}@keyframes home-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 28px))}}@media(max-width:640px){.home .logos-track{gap:38px}.home .logos-track img{height:24px;max-width:120px}}@media(prefers-reduced-motion:reduce){.home .logos-track{animation:none;flex-wrap:wrap;justify-content:center;width:auto}}.home .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;border-top:1px solid var(--line);padding-top:34px}.home .stat{text-align:center}.home .stat .n{font-family:"Roboto Serif",serif;font-size:2.8rem;color:var(--navy);line-height:1}.home .stat .n b{color:var(--amber-deep)}.home .stat .l{font-size:.96rem;color:var(--muted);margin-top:.4rem}@media(max-width:700px){.home .stats{grid-template-columns:1fr;gap:20px}}.home section.block{padding:78px 0}.home .sec-head{max-width:640px;margin-bottom:44px}.home .sec-head h2{font-size:2.3rem;margin:.5rem 0 .8rem}.home .sec-head p{font-size:1.14rem;color:var(--muted)}.home .journey-panel{background:#eef5fb;border:1px solid #dbe8f3;border-radius:20px;padding:40px 36px 34px;box-shadow:var(--shadow);margin-top:28px}.home .journey-panel .journey{margin-top:0}.home .journey{position:relative;display:flex;justify-content:space-between;gap:14px;margin-top:28px}.home .journey-track{position:absolute;top:33px;left:9%;right:9%;height:3px;background:var(--line);border-radius:3px;overflow:hidden}.home .journey-fill{display:block;height:100%;width:100%;background:linear-gradient(90deg,var(--teal),var(--amber));transform-origin:left;transform:scaleX(0);animation:home-jfill 6s ease-in-out infinite}.home .jstep{position:relative;flex:1;text-align:center;padding:0 6px}.home .jnode{width:66px;height:66px;margin:0 auto 14px;border-radius:50%;background:#fff;border:2px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--muted);position:relative;z-index:1;animation:home-jpulse 6s ease-in-out infinite;animation-delay:var(--d)}.home .jstep h4{font-size:1.02rem;color:var(--navy);margin-bottom:.25rem}.home .jstep p{font-size:.85rem;color:var(--muted)}@keyframes home-jfill{0%{transform:scaleX(0)}72%{transform:scaleX(1)}to{transform:scaleX(1)}}@keyframes home-jpulse{0%{transform:scale(1);border-color:var(--line);background:#fff;color:var(--muted);box-shadow:none}6%{transform:scale(1.1);border-color:var(--teal);background:var(--mint);color:var(--teal-deep);box-shadow:0 0 0 7px #3a78891f}18%{transform:scale(1);border-color:var(--teal);background:#fff;color:var(--teal-deep);box-shadow:none}to{transform:scale(1);border-color:var(--teal);color:var(--teal-deep)}}@media(max-width:760px){.home .journey-panel{padding:28px 22px}.home .journey{flex-direction:column;gap:20px}.home .journey-track{display:none}.home .jstep{display:grid;grid-template-columns:auto 1fr;column-gap:16px;text-align:left;padding:0}.home .jnode{grid-row:1 / span 2;align-self:center;margin:0;width:52px;height:52px}.home .jstep h4{grid-column:2;align-self:end;margin-bottom:2px}.home .jstep p{grid-column:2;align-self:start}}@media(prefers-reduced-motion:reduce){.home .journey-fill,.home .jnode{animation:none}.home .jnode{border-color:var(--teal);color:var(--teal-deep)}}.home .products{display:grid;grid-template-columns:1fr 1fr;gap:26px}.home .pcard{border-radius:20px;padding:36px;position:relative;overflow:hidden;border:1px solid var(--line);display:flex;flex-direction:column}.home .pcard .plink{margin-top:auto}.home .pcard.clinical{background:linear-gradient(160deg,#015172,#0a3f57);color:#fff}.home .pcard.incident{background:var(--white)}.home .pcard .kicker{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home .pcard.clinical .kicker{color:var(--amber)}.home .pcard.incident .kicker{color:var(--teal-deep)}.home .pcard h3{font-size:1.7rem;margin:.6rem 0 .8rem}.home .pcard.clinical h3{color:#fff}.home .pcard p{font-size:1.06rem;margin-bottom:1.1rem}.home .pcard.clinical p{color:#ffffffd1}.home .pcard.incident p{color:var(--muted)}.home .plist{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.4rem}.home .plist li{font-size:.85rem;font-weight:600;padding:.4rem .75rem;border-radius:999px}.home .pcard.clinical .plist li{background:#ffffff29;border:1px solid rgba(255,255,255,.32);color:#fff}.home .pcard.incident .plist li{background:var(--mint);color:var(--teal-deep)}.home .standalone{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:var(--amber-deep);background:#fdf0e4;border:1px solid #f6dcc4;padding:.4rem .75rem;border-radius:8px;margin-bottom:1.2rem}.home .plink{font-weight:600;display:inline-flex;align-items:center;gap:.4rem}.home .pcard.clinical .plink{color:var(--lightblue)}.home .pcard.incident .plink{color:var(--teal-deep)}.home .plink:hover{gap:.65rem}@media(max-width:820px){.home .products{grid-template-columns:1fr}}.home .ai{padding:78px 0}.home .ai .sec-head{max-width:680px}.home .ai-authors{display:inline-flex;align-items:center;gap:.4rem;margin:-.6rem 0 1.8rem;font-weight:600;font-size:.96rem;color:var(--teal-deep)}.home .ai-authors:hover{color:var(--navy)}.home .ai-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1000px){.home .ai-grid{grid-template-columns:1fr 1fr}}.home .ai-card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:var(--shadow-sm)}.home .ai-ic{width:46px;height:46px;border-radius:12px;background:#faf1da;color:var(--amber-deep);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.home .ai-mod{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin:-.35rem 0 .6rem}.home .ai-mod-name{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-deep);border:1px solid var(--line);padding:.16rem .5rem;border-radius:999px}.home .ai-card h3{font-size:1.25rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.home .ai-card p{color:var(--muted);font-size:1rem}.home .ai-card .soon{font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#08222f;background:var(--amber);padding:.18rem .45rem;border-radius:6px}@media(max-width:820px){.home .ai-grid{grid-template-columns:1fr}}.home #outcomes{background:linear-gradient(180deg,#014462,#012b3e);color:#fff;padding:82px 0}.home #outcomes .sec-head .eyebrow{color:var(--amber)}.home #outcomes .sec-head h2{color:#fff}.home #outcomes .sec-head p{color:#ffffffc7}.home .out{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home .ocard{background:#ffffff0f;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius);padding:26px}.home .ocard .ben{font-family:Lexend,sans-serif;font-size:.96rem;font-weight:700;color:#fff;margin-bottom:.7rem}.home .ocard .n{font-family:"Roboto Serif",serif;font-size:2.1rem;color:#ffffffbf;line-height:1.1}.home .ocard .n b{color:var(--amber)}.home .ocard .l{font-size:.96rem;color:#ffffffb8;margin-top:.5rem}@media(max-width:950px){.home .out{grid-template-columns:1fr 1fr}}@media(max-width:820px){.home .out{grid-template-columns:1fr 1fr}.home .ocard .n{font-size:2rem}}@media(max-width:520px){.home .out{grid-template-columns:1fr}.home .ocard .n{font-size:2.3rem}}.home .demo-band{background:var(--navy);color:#fff;padding:52px 0}.home .db-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.55rem}.home .db-inner b{font-family:"Roboto Serif",Georgia,serif;font-weight:500;font-size:1.7rem;color:#fff;letter-spacing:-.01em}.home .db-inner>span{font-size:1rem;color:#ffffffbf}.home .db-inner .btn{margin-top:1.1rem}.home .aud-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:8px}.home .aud-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px 26px;position:relative;overflow:hidden;transition:transform .16s,box-shadow .16s}.home .aud-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.home .aud-ic{width:52px;height:52px;border-radius:13px;background:var(--mint);color:var(--teal-deep);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.home .aud-card h3{font-size:1.24rem;color:var(--navy);margin-bottom:.4rem}.home .aud-card p{font-size:.97rem;color:var(--muted);margin-bottom:1rem}.home .aud-link{font-weight:600;color:var(--teal-deep);font-size:.95rem;margin-top:auto}.home .aud-card:hover .aud-link{color:var(--navy)}@media(max-width:900px){.home .aud-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.home .aud-grid{grid-template-columns:1fr}}.home .comply{background:var(--navy);color:#fff;border-radius:22px;padding:52px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;overflow-x:clip;overflow-y:visible;overflow-clip-margin:12px}.home .comply .eyebrow{display:inline-block;margin-bottom:.65rem;color:var(--amber)}.home .comply h2{color:#fff;font-size:2rem;margin-bottom:1rem}.home .comply p{color:#fffc;font-size:1.05rem}@media(max-width:820px){.home .comply{grid-template-columns:1fr;padding:36px}}.home .canada-map{background:#eef4fb;border-radius:16px;padding:12px;width:100%;max-width:430px;margin-left:auto}.home .map-stage{position:relative;line-height:0}.home .map-stage img{width:100%;height:auto;display:block;border-radius:10px}.home .map-pin{position:absolute;left:var(--x);top:var(--y);width:5.2%;aspect-ratio:1;transform:translate(-50%,-50%);border:0;padding:0;background:none;border-radius:50%;cursor:pointer;display:block;z-index:2}.home .map-pin:hover,.home .map-pin:focus-visible{z-index:4}.home .map-pin:before{content:"";position:absolute;inset:-1px;border-radius:50%;background:transparent;box-shadow:0 0 #baeafe00;transition:background .18s,box-shadow .18s}.home .map-pin:hover:before,.home .map-pin:focus-visible:before{background:#baeafe8c;box-shadow:0 0 0 6px #baeafe66}.home .map-pin:focus-visible{outline:none}.home .map-pin:after{content:attr(data-p);position:absolute;bottom:118%;left:50%;transform:translate(-50%) translateY(4px);background:#013145;color:#fff;font-size:.74rem;font-weight:600;padding:.36rem .62rem;border-radius:7px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s,transform .15s;z-index:3;box-shadow:0 4px 12px #01314547}.home .map-pin:hover:after,.home .map-pin:focus-visible:after{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:820px){.home .canada-map{margin:0 auto}}.home .qviewport{overflow:hidden}.home .qtrack{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.home .qpage{flex:0 0 100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.home .q{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow-sm)}.home .q blockquote{flex:1 0 auto}.home .q .who{margin-top:auto}.home .q .stars{color:var(--amber);font-size:.95rem;letter-spacing:2px;margin-bottom:.8rem}.home .q blockquote{font-size:1.04rem;color:var(--ink);margin-bottom:1.1rem}.home .q .who{font-weight:600;font-size:.96rem;color:var(--navy)}.home .q .role{font-size:.88rem;color:var(--muted)}.home .qnav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:26px}.home .qarrow{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:var(--white);color:var(--navy);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s,border-color .18s}.home .qarrow:hover{background:var(--navy);border-color:var(--navy);color:#fff}.home .qdots{display:flex;gap:8px}.home .qdot{width:8px;height:8px;border-radius:50%;border:0;padding:0;background:var(--line);cursor:pointer;transition:background .18s,width .18s}.home .qdot.on{background:var(--amber);width:22px;border-radius:4px}@media(max-width:820px){.home .qpage{grid-template-columns:1fr}}.home .secband{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:52px 0;text-align:center}.home .secband h3{font-size:1.55rem;margin:.5rem 0 2.4rem}.home .sec-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:2.2rem;font-weight:600;font-size:.96rem;color:var(--teal-deep)}.home .sec-link:hover{color:var(--amber-deep)}.home .sec-link .arrow{transition:transform .18s}.home .sec-link:hover .arrow{transform:translate(3px)}.home .seals{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;max-width:900px;margin:0 auto}.home .seal{display:flex;flex-direction:column;align-items:center;gap:.1rem}.home .seal-svg{width:84px;height:84px;color:var(--navy);margin-bottom:.75rem}.home .seal b{font-size:.95rem;font-weight:700;color:var(--navy)}.home .seal-badge{display:inline-block;margin-top:.4rem;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--amber-deep);background:#f8edcf;padding:.2rem .5rem;border-radius:999px}.home .seal.is-next .seal-svg{color:#a8b8c1}.home .seal.is-next b{color:var(--muted)}@media(max-width:820px){.home .seals{grid-template-columns:repeat(3,1fr);gap:30px 18px}}@media(max-width:520px){.home .seals{grid-template-columns:repeat(2,1fr)}}.home .modules-sec{background:var(--mint)}.home .secondary{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.home .scard{background:var(--white);border:1px solid var(--line);border-radius:12px;padding:20px;transition:.16s}.home .scard:hover{border-color:var(--teal);transform:translateY(-2px)}.home .scard{min-width:0;overflow-wrap:break-word}.home .scard h3{font-size:1rem;margin-bottom:.3rem}.home .scard p{font-size:.82rem;color:var(--muted)}@media(max-width:900px){.home .secondary{grid-template-columns:1fr 1fr 1fr}}@media(max-width:560px){.home .secondary{grid-template-columns:1fr 1fr}}.home .news{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:46px 0}.home .news-inner{display:flex;align-items:center;justify-content:space-between;gap:36px;flex-wrap:wrap}.home .news-copy{max-width:56ch}.home .news-copy h3{font-size:1.95rem;margin:.45rem 0 .7rem}.home .news-copy p{color:var(--muted);font-size:1rem;max-width:60ch}.home .news-cta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.home .news-btn{padding:.85rem 1.6rem}.home .news-btn .ext{flex:0 0 auto}@media(max-width:820px){.home .news-copy h3{font-size:1.65rem}.home .news-inner{flex-direction:column;align-items:flex-start;gap:22px}}@media(min-width:1600px){.home .news{padding:56px 0}}.home .final{background:var(--navy);text-align:center;padding:70px 0 40px}.home .final-card{background:radial-gradient(120% 135% at 50% -15%,#fff,#e7f2fc 48%,#cfe4f6);border-radius:30px;padding:72px 44px;box-shadow:0 10px 34px #0000001f;position:relative;overflow:hidden}.home .final-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:70px;background:no-repeat bottom / 100% 100% url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1440 120%27 preserveAspectRatio=%27none%27%3E%3Cpath d=%27M0 70 C 300 10 560 10 760 60 C 980 114 1200 100 1440 62%27 fill=%27none%27 stroke=%27%23E1B757%27 stroke-width=%277%27 opacity=%270.5%27/%3E%3C/svg%3E");pointer-events:none}.home .final-card h2{color:var(--navy);font-size:2.7rem;margin-bottom:1rem}.home .final-card p{color:var(--ink);font-size:1.12rem;max-width:56ch;margin:0 auto 1.9rem}.home .final .hero-cta{justify-content:center}.home .final .btn{padding:.85rem 1.9rem}@media(max-width:640px){.home .final-card{padding:48px 22px}.home .final-card h2{font-size:2rem}}.home .demo-sticky{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:#fffffff5;border-top:1px solid var(--line);box-shadow:0 -6px 20px #0131451a;transform:translateY(110%);transition:transform .3s ease}.home .demo-sticky.show{transform:none}.home .demo-sticky .btn{width:100%;justify-content:center}@media(max-width:1100px){.home .demo-sticky{display:block}}@media(min-width:1600px){.home .comply{padding:64px;gap:56px}.home .canada-map{max-width:520px}.home .hero h1{font-size:3.6rem}.home .sec-head h2{font-size:2.55rem}.home .comply h2{font-size:2.2rem}.home .sec-head{max-width:720px;margin-bottom:52px}.home section.block{padding:96px 0}.home .ai{padding:96px 0}.home #outcomes{padding:100px 0}.home .secband{padding:64px 0}.home .hero{padding:76px 0 150px}.home .ocard{padding:32px}.home .ai-card{padding:34px}.home .aud-card{padding:34px 32px}.home .q{padding:32px}.home .pcard{padding:44px}.home .journey-panel{padding:48px 44px 40px}.home .scard{padding:26px}.home .out,.home .ai-grid{gap:24px}.home .aud-grid{gap:22px}.home .qpage{gap:24px}.home .products{gap:32px}.home .secondary{gap:18px}.home .seals{max-width:1040px;gap:30px}.home .stats{max-width:1100px;margin:0 auto}.home .q blockquote{max-width:44ch}.home .journey{max-width:1180px;margin-left:auto;margin-right:auto}.home .nav-inner{max-width:1400px;margin:0 auto}}@media(min-width:1900px){.home .comply{padding:72px;gap:64px}.home .canada-map{max-width:580px}.home .hero h1{font-size:3.9rem}.home .sec-head h2{font-size:2.7rem}.home .sec-head{max-width:780px;margin-bottom:58px}.home section.block{padding:110px 0}.home .ai{padding:110px 0}.home #outcomes{padding:116px 0}.home .secband{padding:72px 0}.home .hero{padding:80px 0 150px}.home .ocard{padding:36px}.home .ai-card{padding:38px}.home .aud-card{padding:38px 36px}.home .q{padding:36px}.home .pcard{padding:52px}.home .scard{padding:30px}.home .seals{max-width:1140px;gap:34px}.home .nav-inner{max-width:1500px}}.pv-panel{position:fixed;right:16px;bottom:16px;z-index:999;display:flex;flex-direction:column;gap:14px;width:340px;max-height:calc(100vh - 32px);overflow-y:auto;padding:16px 18px;border-radius:12px;background:#013145;color:#fff;font-family:Lexend,sans-serif;font-size:.8rem;line-height:1.35;box-shadow:0 8px 26px #0006}.pv-panel[hidden]{display:none}.pv-panel>b{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#e1b757}.pv-group{display:flex;flex-direction:column;gap:9px}.pv-label{font-size:.68rem;letter-spacing:.07em;text-transform:uppercase;color:#ffffff8c}.pv-panel label{display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:start;cursor:pointer}.pv-panel label input{margin-top:3px}.pv-panel label em{font-style:normal;color:#e1b757}.pv-panel label small{display:block;margin-top:2px;font-size:.68rem;color:#ffffff80}
