@font-face{font-family:Geist Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/geist-sans-latin-400-normal-gapTbOY8.woff2) format("woff2"),url(/assets/geist-sans-latin-400-normal-BOaIZNA2.woff) format("woff")}@font-face{font-family:Geist Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/geist-sans-latin-500-normal-uokXdC-Q.woff2) format("woff2"),url(/assets/geist-sans-latin-500-normal-CN2lyvyL.woff) format("woff")}@font-face{font-family:Geist Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/geist-sans-latin-600-normal-DFOURf8L.woff2) format("woff2"),url(/assets/geist-sans-latin-600-normal-CA1yjETN.woff) format("woff")}:root{--navy: #153e7a;--blue-mid: #2c6ca4;--blue-light: #e1eaf8;--bg: #d9e1ea;--white: #ffffff;--gray-text: #575757;--gray-line: #ebebeb;--black: #000000;--red: #ff2244;--font: "Geist Sans", "Geist", -apple-system, BlinkMacSystemFont, sans-serif;--container: 1104px;--radius-card: 20px;--shadow-card: 0 1px 20px rgba(0, 0, 0, .03);--shadow-blue-glow: 0 .8px .56px -.69px rgba(18, 109, 251, .14), 0 2.41px 1.69px -1.38px rgba(18, 109, 251, .13), 0 6.38px 4.47px -2.06px rgba(18, 109, 251, .13), 0 20px 14px -2.75px rgba(18, 109, 251, .11), 12px 0 12px -3.5px rgba(18, 109, 251, .08), -12px 0 12px -3.5px rgba(18, 109, 251, .08);--shadow-icon-chip: 0 .6px .6px -1px rgba(18, 109, 251, .15), 0 2.29px 2.29px -2px rgba(18, 109, 251, .14), 0 10px 10px -3px rgba(18, 109, 251, .1)}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth;scroll-padding-top:90px}body{font-family:var(--font);background-color:var(--bg);color:var(--black);overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.h1{font-size:60px;font-weight:600;line-height:1;letter-spacing:-.03em;color:var(--black);text-transform:capitalize}.h2{font-size:48px;font-weight:600;line-height:1.1;letter-spacing:-.03em;color:var(--black);text-transform:capitalize}.h3{font-size:32px;font-weight:600;line-height:1.2;letter-spacing:-.03em;color:var(--black);text-transform:capitalize}.h4{font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--black)}.h5{font-size:20px;font-weight:600;line-height:1.4;letter-spacing:-.02em;color:var(--black)}.body-text{font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-.03em;color:var(--gray-text)}.small-text{font-size:16px;font-weight:500;line-height:1.4;letter-spacing:-.03em}.pill-text{font-size:14px;font-weight:500;line-height:1.3;letter-spacing:-.02em;color:var(--navy)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-header{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;margin-bottom:60px}.section-header .heading-group{display:flex;flex-direction:column;align-items:center;gap:10px}.pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--blue-light);border-radius:50px;padding:6px 12px}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;background:var(--navy);color:var(--white);border-radius:10px;padding:10px 20px;overflow:hidden;cursor:pointer;border:none;transition:background-color .25s ease}.btn:hover{background:var(--blue-mid)}.btn .btn-top,.btn .btn-bottom{display:block;font-family:var(--font);font-size:16px;font-weight:500;letter-spacing:-.03em;line-height:1.4;white-space:nowrap}.btn .btn-top{transition:transform .35s cubic-bezier(.44,0,.56,1),opacity .35s}.btn .btn-bottom{position:absolute;left:50%;top:50%;transform:translate(-50%,80%);opacity:0;transition:transform .35s cubic-bezier(.44,0,.56,1),opacity .35s}.btn:hover .btn-top{transform:translateY(-180%);opacity:0}.btn:hover .btn-bottom{transform:translate(-50%,-50%);opacity:1}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--white);box-shadow:0 1px 20px #00000008}.navbar-inner{display:flex;align-items:center;justify-content:center;gap:20px;padding:12px 48px;max-width:1440px;margin:0 auto}.navbar-name{flex:1;display:flex;align-items:center}.navbar-logo img{width:144px;height:40px;object-fit:contain}.navbar-links{display:flex;align-items:center;gap:8px}.navbar-link{padding:8px 12px;font-size:16px;font-weight:400;letter-spacing:-.03em;color:var(--gray-text);transition:color .2s ease}.navbar-link:hover{color:var(--navy)}.navbar-buttons{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:12px}.navbar-hamburger{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:8px}.navbar-hamburger span{display:block;width:24px;height:2.5px;border-radius:2px;background:var(--navy);transition:transform .3s ease,opacity .3s ease}.navbar-mobile{display:none;flex-direction:column;gap:4px;padding:12px 24px 20px;background:var(--white)}.hero{position:relative;padding:160px 0 16px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.hero-content{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:var(--container);padding:0 24px}.hero-top{display:flex;flex-direction:column;align-items:center;gap:16px}.hero-tag{display:inline-flex;align-items:center;gap:6px;background:var(--blue-light);border-radius:50px;padding:6px 16px 6px 6px}.hero-tag-avatars{display:flex;align-items:center}.hero-tag-avatars .avatar{width:22px;height:22px;border-radius:50%;overflow:hidden;border:1.5px solid var(--white);flex-shrink:0}.hero-tag-avatars .avatar+.avatar{margin-left:-8px}.hero-tag-avatars .avatar img{width:100%;height:100%;object-fit:cover}.hero-text-container{display:flex;flex-direction:column;align-items:center;gap:10px}.hero-heading{max-width:700px;text-align:center}.hero-sub{max-width:400px;text-align:center}.float-tile{position:absolute;width:80px;height:80px;border-radius:12px;background:var(--bg);box-shadow:0 0 0 6px var(--white),0 .6px .42px -.92px #0000000d,0 2.29px 1.6px -1.83px #0000000d,0 10px 7px -2.75px #0000000a,0 -10px 9px -3.25px #00000008,10px 0 9px -3.5px #00000008,-10px 0 10px -3.5px #00000008;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:2}.float-tile img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.float-tile.tl{left:max(24px,calc(50% - 545px));top:185px}.float-tile.bl{left:max(24px,calc(50% - 545px));top:405px}.float-tile.tr{right:max(24px,calc(50% - 545px));top:185px}.float-tile.br{right:max(44px,calc(50% - 525px));top:405px}.hero-dashboard{width:100%;max-width:var(--container);padding:0 24px;perspective:1200px}.hero-dashboard-img{border-radius:28px;overflow:hidden;box-shadow:0 .82px .82px -.63px #e6efffbd,0 2.11px 2.11px -1.25px #e6efffb8,0 4.23px 4.23px -1.88px #e6efffb0,0 8px 8px -2.5px #e6efffa3,0 15.9px 15.9px -3.13px #e6efff85,0 35px 35px -3.75px #e6efff40,25px 0 25px -3.75px #e6efff40,-25px 0 25px -3.75px #e6efff40}.hero-dashboard-img img{width:100%;aspect-ratio:1104 / 720;object-fit:contain;object-position:50% 0%;display:block}.hero-metrics{width:100%;max-width:var(--container);height:178px;margin-top:40px;overflow:hidden;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(0,0,0) 12.5%,rgb(0,0,0) 87.5%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to right,#0000,#000 12.5%,#000 87.5%,#0000)}.hero-metrics-track{display:flex;align-items:center;height:100%;width:max-content}.hero-metrics-track img{width:331px;height:249px;object-fit:cover;flex-shrink:0}.card{background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.problem-cards{display:flex;flex-direction:column;gap:20px}.problem-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.problem-card{padding:16px 16px 24px;display:flex;flex-direction:column;gap:20px}.problem-card-img{border-radius:12px;overflow:hidden;background:var(--blue-light)}.problem-card-img img{width:100%;aspect-ratio:510 / 280;object-fit:cover}.problem-card-content{display:flex;flex-direction:column;gap:8px;padding:0 8px}.benefits-cards{display:flex;flex-direction:column;gap:20px}.benefits-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.benefit-card{padding:20px 20px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:40px}.benefit-card.wide{width:100%}.icon-chip{width:40px;height:40px;border-radius:6px;background:var(--blue-light);box-shadow:var(--shadow-icon-chip);display:flex;align-items:center;justify-content:center;padding:6px;flex-shrink:0}.icon-chip svg{width:100%;height:100%;fill:var(--navy)}.benefit-content{display:flex;flex-direction:column;gap:8px}.hiw-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hiw-card{display:flex;flex-direction:column;overflow:hidden}.hiw-card-top{padding:20px 20px 16px;display:flex;flex-direction:column;gap:8px}.hiw-card-img{height:214px}.hiw-card-img img{width:100%;height:100%;object-fit:cover}.integrations-box{display:flex;align-items:center;justify-content:space-between;gap:60px}.integrations-left{display:flex;flex-direction:column;align-items:flex-start;gap:32px;max-width:480px}.integrations-left .heading-group{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:16px}.integrations-ticker{display:flex;justify-content:center;width:492px;height:290px;overflow:hidden;flex-shrink:0;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0,0,0) 15%,rgb(0,0,0) 85%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#0000,#000 15%,#000 85%,#0000)}.ticker-col{display:flex;flex-direction:column;width:242px;flex-shrink:0}.ticker-track{display:flex;flex-direction:column;gap:20px}.ticker-card{width:242px;height:61px;background:var(--white);border-radius:12px;padding:8px;display:flex;align-items:center;gap:8px;flex-shrink:0;box-shadow:0 .6px .42px -.92px #00000005,0 2.29px 1.6px -1.83px #00000005,0 10px 7px -2.75px #00000005}.ticker-card-img{width:45px;height:45px;border-radius:8px;overflow:hidden;flex-shrink:0}.ticker-card-content{flex:1;display:flex;flex-direction:column;gap:6px}.ticker-card-row{display:flex;align-items:center;gap:6px}.ticker-chip{width:12px;height:12px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ticker-chip svg{width:8px;height:8px;fill:var(--white)}.ticker-lines{display:flex;flex-direction:column;gap:4px}.ticker-line{height:5px;border-radius:3px;background:var(--blue-light)}.ticker-line:first-child{width:100%}.ticker-line:last-child{width:60%}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:center}.price-card{background:var(--white);border-radius:20px;box-shadow:var(--shadow-card);display:flex;flex-direction:column}.price-card-inner{display:flex;flex-direction:column;gap:20px;padding:16px;border-radius:18px;flex:1}.price-card.popular{background:var(--navy);padding:8px 4px 4px;box-shadow:var(--shadow-blue-glow)}.price-card.popular .price-card-inner{background:var(--white)}.popular-tag{text-align:center;color:var(--white);font-size:14px;font-weight:500;letter-spacing:-.02em;padding:4px 0 8px}.price-top{display:flex;flex-direction:column;gap:12px;padding:8px 8px 0}.price-row{display:flex;align-items:flex-end;gap:8px}.price-value{position:relative;height:53px;overflow:hidden}.price-value .price-a,.price-value .price-b{display:block;transition:transform .4s cubic-bezier(.44,0,.56,1),opacity .4s}.price-value .price-b{position:absolute;left:0;top:0;transform:translateY(110%);opacity:0}.price-card:hover .price-value .price-a{transform:translateY(-110%);opacity:0}.price-card:hover .price-value .price-b{transform:translateY(0);opacity:1}.price-period{padding-bottom:8px}.price-note{font-size:16px;font-weight:500;letter-spacing:-.03em;color:var(--gray-text)}.price-bottom{display:flex;flex-direction:column;gap:16px;padding:20px 8px 8px;border-top:1px solid var(--gray-line);margin-top:4px}.price-points{display:flex;flex-direction:column;gap:12px}.point{display:flex;align-items:flex-start;gap:10px}.point-chip{width:22px;height:22px;border-radius:50%;background:var(--bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.point-chip svg{width:12px;height:12px;fill:var(--navy)}.point-chip.navy{background:var(--navy)}.point-chip.navy svg{fill:var(--white)}.price-card .btn{width:100%}.why-box{background:var(--white);border-radius:30px;box-shadow:var(--shadow-card);padding:10px;display:flex;align-items:center;justify-content:center;gap:20px;max-width:800px;margin:0 auto}.why-others{width:380px;padding:20px;border-radius:12px;display:flex;flex-direction:column;gap:20px}.why-list{display:flex;flex-direction:column;gap:14px}.why-sani{width:380px;padding:20px;border-radius:20px;background:var(--white);display:flex;flex-direction:column;gap:20px;box-shadow:var(--shadow-blue-glow),0 0 0 4px var(--navy)}.why-sani-logo img{width:160px;height:41px;object-fit:contain}.why-video{max-width:1093px;margin:60px auto 0}.why-video video{width:100%;display:block;border-radius:20px}.newsletter-card{position:relative;background:var(--white);border-radius:20px;box-shadow:var(--shadow-card);padding:80px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;overflow:hidden;min-height:370px}.newsletter-pattern{position:absolute;width:442px;top:87px;right:-140px;opacity:1;pointer-events:none}.newsletter-pattern.left{right:auto;left:-140px;top:auto;bottom:87px;transform:rotate(180deg)}.newsletter-envelope{position:absolute;width:148px;pointer-events:none}.newsletter-envelope.left{left:70px;top:50%}.newsletter-envelope.right{right:60px;top:144px}.newsletter-content{display:flex;flex-direction:column;align-items:center;gap:24px;position:relative;z-index:1}.newsletter-content .heading-group{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;max-width:520px}.footer{background:var(--white);box-shadow:0 -1px 20px #00000008;padding:48px 48px 20px}.footer-inner{max-width:1344px;margin:0 auto;display:flex;flex-direction:column}.footer-top{display:flex;justify-content:space-between;gap:60px;padding-bottom:48px}.footer-left{display:flex;flex-direction:column;gap:24px;max-width:320px}.footer-left-top{display:flex;flex-direction:column;gap:12px}.footer-logo img{width:160px;height:41px;object-fit:contain}.footer-links{display:flex;gap:80px;padding-right:120px}.footer-col{display:flex;flex-direction:column;gap:16px}.footer-col-links{display:flex;flex-direction:column;gap:10px}.footer-link{color:var(--gray-text);font-size:16px;letter-spacing:-.03em;transition:color .2s ease}.footer-link:hover{color:var(--navy)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;border-top:1px solid var(--gray-line)}.footer-bottom p,.footer-bottom a{font-size:16px;font-weight:500;letter-spacing:-.03em;color:var(--gray-text)}.footer-bottom a:hover{color:var(--navy)}@media (max-width: 1199.98px){.h1{font-size:52px}.h2{font-size:42px}.float-tile{width:64px;height:64px}.float-tile.tl,.float-tile.bl{left:24px}.float-tile.tr{right:24px}.float-tile.br{right:40px}.integrations-box{flex-direction:column;align-items:center}.integrations-left{align-items:center;text-align:center}.integrations-left .heading-group{align-items:center}}@media (max-width: 809.98px){.h1{font-size:40px}.h2{font-size:32px}.h3{font-size:26px}.section{padding:60px 0}.navbar-links,.navbar-buttons{display:none}.navbar-hamburger{display:flex}.navbar-hamburger.open span:first-child{transform:translateY(4.25px) rotate(45deg)}.navbar-hamburger.open span:last-child{transform:translateY(-4.25px) rotate(-45deg)}.navbar-mobile.open{display:flex}.navbar-inner{padding:12px 24px;justify-content:space-between}.hero{padding-top:120px}.float-tile{display:none}.problem-row,.benefits-row,.hiw-cards,.pricing-cards{grid-template-columns:1fr}.benefit-card.wide{flex-direction:column;align-items:flex-start}.integrations-ticker{width:100%;justify-content:center}.why-box{flex-direction:column}.why-others,.why-sani{width:100%}.newsletter-pattern,.newsletter-envelope{display:none}.newsletter-card{padding:60px 24px}.footer{padding:40px 24px 20px}.footer-top{flex-direction:column;gap:40px}.footer-links{gap:40px;flex-wrap:wrap}.footer-bottom{flex-direction:column;align-items:flex-start}.hero-metrics-track img{width:260px}}
