@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:150px 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-proof{margin-top:40px}.why-proof .shot-note{margin-top:14px;text-align:center;text-transform:none;letter-spacing:0;font-size:.92rem;color:var(--gray-text)}.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}}.container.narrow{max-width:860px}.section--tint{background:linear-gradient(180deg,#e1eaf800,#e1eaf88c 18%,#e1eaf88c 82%,#e1eaf800)}.section--flush{padding-top:0}.page-hero{padding:132px 0 56px;text-align:center}.page-hero .pill{margin:0 auto}.page-hero-title{margin:20px auto 0;max-width:800px;font-size:clamp(2.3rem,5.2vw,3.6rem);line-height:1.06;letter-spacing:-.035em;font-weight:600;color:var(--navy)}.page-hero-lede{margin:18px auto 0;max-width:640px;font-size:1.06rem;line-height:1.62;color:var(--gray-text)}.page-hero-actions{margin-top:30px;display:flex;gap:18px;align-items:center;justify-content:center;flex-wrap:wrap}.link-action{font-weight:500;color:var(--navy);text-decoration:none;border-bottom:1px solid rgba(21,62,122,.25);padding-bottom:2px;transition:border-color .18s ease}.link-action:hover{border-color:var(--navy)}.shot{margin-top:12px}.shot-plate{position:relative;border-radius:26px;padding:clamp(14px,3vw,34px);background:radial-gradient(120% 120% at 15% 0%,#2c6ca429,#e1eaf800 62%),linear-gradient(180deg,#eef3fb,#e3ecf8)}.shot--left .shot-plate{background:radial-gradient(120% 120% at 85% 0%,#2c6ca429,#e1eaf800 62%),linear-gradient(180deg,#eef3fb,#e3ecf8)}.shot-frame{border-radius:14px;overflow:hidden;background:var(--white);border:1px solid rgba(21,62,122,.1);box-shadow:var(--shadow-blue-glow)}.shot-bar{display:flex;gap:6px;align-items:center;padding:10px 14px;background:#f6f8fc;border-bottom:1px solid var(--gray-line)}.shot-bar span{width:9px;height:9px;border-radius:50%;background:#d8dfe9}.shot-frame img{display:block;width:100%;height:auto}.shot-meta{margin-top:16px;text-align:center}.shot-caption{max-width:620px;margin:0 auto;font-size:.97rem;line-height:1.55;color:var(--gray-text)}.shot-note{margin-top:8px;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#8a97a8}.feature-row{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(28px,5vw,64px);align-items:center;padding:clamp(36px,6vw,72px) 0}.feature-row--flip .feature-copy{order:2}.feature-row+.feature-row{border-top:1px solid rgba(21,62,122,.08)}.feature-kicker{display:inline-block;font-size:.74rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--blue-mid);margin-bottom:10px}.feature-copy .h3{margin-bottom:12px}.feature-points{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:11px}.feature-points--2col{grid-template-columns:1fr 1fr;gap:12px 26px}.feature-points li{display:flex;gap:10px;align-items:flex-start;font-size:.97rem;line-height:1.5;color:var(--gray-text)}.feature-points svg{width:19px;height:19px;flex:none;margin-top:1px;color:var(--navy);background:var(--blue-light);border-radius:50%;padding:2px}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card-plain,.pillar{display:block;height:100%;background:var(--white);border:1px solid var(--gray-line);border-radius:var(--radius-card);padding:26px 24px;box-shadow:var(--shadow-card);text-decoration:none}.pillar{transition:transform .18s ease,box-shadow .18s ease}.pillar:hover{transform:translateY(-3px);box-shadow:var(--shadow-blue-glow)}.pillar-go{display:inline-block;margin-top:14px;font-weight:500;color:var(--navy)}.card-plain .h4,.pillar .h4{margin-bottom:8px}.split-2{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}.split-2--wide{gap:26px}.panel{background:var(--white);border:1px solid var(--gray-line);border-radius:var(--radius-card);padding:30px 28px;box-shadow:var(--shadow-card)}.panel .h3{margin-bottom:10px}.cta-inline{margin-top:36px;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;background:var(--white);border:1px solid var(--gray-line);border-radius:var(--radius-card);padding:22px 26px}.cta-band{text-align:center;background:var(--white);border:1px solid var(--gray-line);border-radius:26px;padding:clamp(34px,5vw,56px);box-shadow:var(--shadow-card)}.cta-band .body-text{max-width:540px;margin:14px auto 0}.formula-card{background:var(--navy);color:var(--white);border-radius:26px;padding:clamp(28px,5vw,48px);text-align:center}.formula-card .feature-kicker{color:#9fc0e8}.formula-card .body-text{color:#ffffffc7;max-width:660px;margin:18px auto 0}.formula{font-size:clamp(1.25rem,3.4vw,2.05rem);line-height:1.35;letter-spacing:-.02em;display:flex;flex-wrap:wrap;gap:0 12px;align-items:baseline;justify-content:center}.formula em{font-style:normal;white-space:nowrap}.formula b{font-weight:600}.formula i{font-style:normal;color:#7fb0e4}.formula span{font-size:.6em;color:#fff9}.weights{margin-top:20px;display:grid;gap:16px}.weight{display:grid;grid-template-columns:78px 1fr;gap:14px;align-items:start}.weight-bar{height:9px;border-radius:99px;margin-top:7px;background:var(--blue-light);overflow:hidden}.weight-bar span{display:block;height:100%;width:var(--w);background:var(--navy);border-radius:99px}.weight-label{font-size:.95rem;font-weight:500;color:var(--black)}.weight-label b{color:var(--navy)}.weight-note{font-size:.87rem;line-height:1.45;color:var(--gray-text);margin-top:3px}.curve{margin-top:22px;display:flex;gap:8px;align-items:flex-end}.curve-col{flex:1;text-align:center}.curve-bar{height:108px;display:flex;align-items:flex-end;background:linear-gradient(180deg,#e1eaf800,#e1eaf8cc);border-radius:7px;overflow:hidden}.curve-bar span{display:block;width:100%;background:var(--navy);border-radius:6px 6px 0 0}.curve-score{font-size:.82rem;font-weight:600;color:var(--navy);margin-top:7px}.curve-t{font-size:.74rem;color:var(--gray-text)}.rule-card{margin-top:26px;display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start;background:#fff6f4;border:1px solid #f3d6ce;border-radius:var(--radius-card);padding:26px 28px}.rule-badge{background:#bc4a24;color:var(--white);font-size:.72rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:5px 12px;border-radius:99px;white-space:nowrap}.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tier{text-align:center;background:var(--white);border:1px solid var(--gray-line);border-radius:var(--radius-card);padding:30px 24px;box-shadow:var(--shadow-card)}.tier img{width:104px;height:auto;margin:0 auto 14px;display:block}.tier h4{font-size:1.15rem;font-weight:600;color:var(--black)}.tier-range{font-size:.9rem;font-weight:500;color:var(--navy);margin-top:3px}.tier-note{font-size:.9rem;line-height:1.5;color:var(--gray-text);margin-top:10px}.elite-row{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.elite{border-radius:var(--radius-card);padding:26px 28px}.elite .body-text{margin-top:12px}.elite--master{background:#14161a}.elite--master .body-text{color:#ffffffb8}.elite--master .elite-chip{background:#000;color:#e8c46a;border:1px solid #3c4048}.elite--platinum{background:#eef2f7;border:1px solid #dbe3ec}.elite--platinum .elite-chip{background:linear-gradient(135deg,#c9d2dc,#a9b5c3);color:#2a3442}.elite-chip{display:inline-block;padding:5px 14px;border-radius:99px;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.sector{background:var(--white);border:1px solid var(--gray-line);border-radius:var(--radius-card);padding:clamp(26px,4vw,40px);box-shadow:var(--shadow-card)}.sector+.sector{margin-top:20px}.sector-head{display:flex;gap:18px;align-items:baseline}.sector-index{font-size:.85rem;font-weight:600;color:var(--blue-mid);letter-spacing:.08em}.sector-lede{font-size:.95rem;color:var(--gray-text);margin-top:4px}.sector-body{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:26px}.sector-stake{margin:0}.rate-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}.rate-card{background:var(--white);border:1px solid var(--gray-line);border-radius:var(--radius-card);padding:30px 28px;box-shadow:var(--shadow-card)}.rate-amount{font-size:clamp(2.2rem,5vw,3rem);font-weight:600;letter-spacing:-.03em;color:var(--navy);line-height:1}.rate-amount span{font-size:.34em;font-weight:500;color:var(--gray-text);margin-left:6px}.rate-card .h4{margin:12px 0 8px}.estimator{margin-top:22px;display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:center;background:var(--navy);border-radius:26px;padding:clamp(26px,4vw,38px);color:var(--white)}.estimator-controls{display:grid;gap:22px}.est-field{display:grid;grid-template-columns:1fr auto;gap:6px 14px;align-items:center}.est-field span{font-size:.92rem;color:#ffffffc7}.est-field b{font-size:1.1rem;font-weight:600;min-width:46px;text-align:right}.est-field input{grid-column:1 / -1;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:5px;border-radius:99px;background:#ffffff38;outline:none}.est-field input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--white);cursor:pointer;box-shadow:0 2px 6px #00000040}.est-field input::-moz-range-thumb{width:20px;height:20px;border:0;border-radius:50%;background:var(--white);cursor:pointer}.estimator-out{text-align:center;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:24px 20px}.est-label{font-size:.74rem;letter-spacing:.09em;text-transform:uppercase;color:#fff9}.est-value{font-size:clamp(2.2rem,5vw,2.9rem);font-weight:600;letter-spacing:-.03em;margin-top:4px}.est-break{font-size:.85rem;color:#ffffffb8;margin-top:6px}.est-note{font-size:.78rem;color:#ffffff80;margin-top:10px}.included{background:var(--white);border:1px solid var(--gray-line);border-radius:var(--radius-card);padding:30px 28px;box-shadow:var(--shadow-card)}.faq{display:grid;gap:10px}.faq-item{background:var(--white);border:1px solid var(--gray-line);border-radius:16px;overflow:hidden}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 24px;background:none;border:0;cursor:pointer;font-family:var(--font);font-size:1rem;font-weight:500;text-align:left;color:var(--black)}.faq-q svg{width:20px;height:20px;flex:none;color:var(--blue-mid);transition:transform .2s ease}.faq-item.open .faq-q svg{transform:rotate(180deg)}.faq-a{padding:0 24px 22px}.faq-a .body-text{margin:0}.section--404{padding:150px 0 120px;text-align:center}.section--404 .pill{margin:0 auto}.navbar-link.is-active{color:var(--navy);font-weight:500}@media (max-width: 900px){.feature-row{grid-template-columns:1fr}.feature-row--flip .feature-copy{order:0}.cards-3,.tiers,.split-2,.elite-row,.rate-cards,.sector-body,.estimator,.feature-points--2col{grid-template-columns:1fr}.page-hero{padding-top:108px}.curve-col:nth-child(2n) .curve-t{display:none}}@media (max-width: 560px){.rule-card{grid-template-columns:1fr}.cta-inline{flex-direction:column;align-items:stretch;text-align:center}.weight{grid-template-columns:56px 1fr}}.essence{position:relative;border-radius:26px;padding:clamp(16px,3vw,34px);background:radial-gradient(110% 120% at 12% 0%,#2c6ca42e,#e1eaf800 60%),linear-gradient(180deg,#eef3fb,#e3ecf8)}.essence-shot{width:min(100%,780px)}.essence-shot .shot-frame{box-shadow:var(--shadow-blue-glow)}.essence-shot img{display:block;width:100%;height:auto}.essence-card{position:absolute;right:clamp(16px,3vw,34px);bottom:clamp(16px,3vw,34px);width:min(370px,42%)}.essence-cap{margin:18px auto 0;max-width:560px;text-align:center;font-size:.97rem;line-height:1.55;color:var(--gray-text)}.live{background:#10254a;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:20px 20px 16px;color:var(--white);box-shadow:0 24px 48px -12px #0d234773}.live-head{display:flex;align-items:center;gap:8px;font-size:.72rem;letter-spacing:.02em;color:#ffffff9e}.live-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 #4ade8099;animation:live-pulse 2s ease-out infinite}@keyframes live-pulse{70%{box-shadow:0 0 0 7px #4ade8000}to{box-shadow:0 0 #4ade8000}}.live-person{margin-left:auto;color:#ffffffd1;font-weight:500}.live-steps{display:grid;gap:7px;margin-top:15px}.live-step{display:flex;align-items:center;gap:9px;font-size:.86rem;color:#ffffff8c}.live-step.ok{color:#fffffff2}.live-step.no{color:#ffb4a8}.live-tick{width:19px;height:19px;flex:none;display:grid;place-items:center;border-radius:50%;background:#ffffff1a}.live-step.ok .live-tick{background:#4ade802e;color:#4ade80}.live-step.no .live-tick{background:#ff7a632e;color:#ff7a63}.live-tick svg{width:13px;height:13px}.live-clock{margin-top:15px}.live-clock-bar{position:relative;height:6px;border-radius:99px;background:#ffffff1f;overflow:hidden}.live-clock-bar span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#5cb6e7,#8fd3f4)}.live-clock-target{position:absolute;top:-3px;right:0;width:2px;height:12px;background:#ffffff80}.live-clock-read{margin-top:7px;font-size:.78rem;color:#ffffff94}.live-clock-read b{color:var(--white);font-weight:600;font-variant-numeric:tabular-nums}.live-math{margin-top:15px;padding-top:13px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;font-size:.79rem;color:#ffffff8c;opacity:.35;transition:opacity .35s ease}.live-math.on{opacity:1}.live-math b{color:var(--white);font-weight:600;font-size:1.02rem}.live-math i{font-style:normal;color:#7fb0e4}.live-result{margin-top:11px;display:flex;align-items:baseline;gap:11px}.live-score{display:flex;align-items:baseline;gap:3px}.live-score-n{font-size:2.5rem;font-weight:600;letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}.live-score-d{font-size:.9rem;color:#ffffff80}.live-tier{margin-left:auto;padding:4px 11px;border-radius:99px;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.live-tier--expert{background:#4ade8029;color:#6ee7a0}.live-tier--intermediate{background:#f2b01e2e;color:#f5c451}.live-tier--beginner{background:#ff7a632e;color:#ff9b85}.live-note{margin-top:9px;font-size:.8rem;line-height:1.45;color:#ffffff9e}.live-note.capped{color:#ffb4a8}.live-track{margin-top:13px;display:flex;gap:5px}.live-track span{height:2px;flex:1;border-radius:99px;background:#ffffff29;transition:background .3s ease}.live-track span.on{background:#5cb6e7}@media (max-width: 1000px){.essence{display:grid;gap:18px}.essence-shot{width:100%}.essence-card{position:static;width:100%}}@media (prefers-reduced-motion: reduce){.live-dot{animation:none}}.hero-stage{position:relative;width:100%;max-width:var(--container);padding:0 24px;margin-top:40px}.hero-glow{position:absolute;top:-12%;right:-6%;bottom:-22%;left:-6%;z-index:0;border-radius:50%;background:radial-gradient(48% 46% at 26% 32%,#2c6ca461,#2c6ca400 70%),radial-gradient(44% 44% at 74% 24%,#5cb6e76b,#5cb6e700 70%),radial-gradient(56% 50% at 52% 84%,#153e7a38,#153e7a00 72%);filter:blur(46px);animation:hero-drift 17s ease-in-out infinite alternate}@keyframes hero-drift{0%{transform:translate3d(-1.5%,-1%,0) scale(1)}to{transform:translate3d(2%,1.5%,0) scale(1.06)}}.hero-dashboard-img{position:relative;z-index:1;border-radius:20px;overflow:hidden;background:var(--white);border:1px solid rgba(21,62,122,.1);box-shadow:0 2px 6px -1px #0d23470f,0 18px 36px -10px #0d234724,0 48px 80px -24px #0d234733}.hero-dashboard-img img{display:block;width:100%;height:auto}.hero-live{position:absolute;z-index:2;right:clamp(24px,5vw,72px);bottom:clamp(-18px,-1.5vw,0px);width:min(360px,34%)}.hero-chip{position:absolute;z-index:2;display:grid;gap:2px;padding:11px 16px;border-radius:14px;background:#ffffffdb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(21,62,122,.1);box-shadow:0 12px 28px -10px #0d234747;animation:chip-bob 6s ease-in-out infinite}.hero-chip--a{left:clamp(-28px,-2vw,-10px);top:30%;animation-delay:-1.2s}.hero-chip--b{right:clamp(-6px,-.5vw,6px);top:9%;animation-delay:-3.4s}.hero-chip-k{font-size:.66rem;letter-spacing:.07em;text-transform:uppercase;color:var(--blue-mid);font-weight:600}.hero-chip b{font-size:.88rem;font-weight:600;color:var(--navy)}@keyframes chip-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (max-width: 1080px){.hero-chip{display:none}.hero-live{width:min(320px,44%);right:clamp(16px,3vw,40px)}}@media (max-width: 820px){.hero-stage{margin-top:44px}.hero-live{position:static;width:100%;margin-top:18px}.hero-dashboard-img{border-radius:16px}}@media (prefers-reduced-motion: reduce){.hero-glow,.hero-chip{animation:none}}.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;background:var(--navy);border-radius:24px;padding:clamp(28px,4vw,44px);margin-bottom:56px;position:relative;overflow:hidden}.footer-cta:after{content:"";position:absolute;inset:-40% -10% auto auto;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#5cb6e747,#5cb6e700 68%);pointer-events:none}.footer-cta>div{position:relative;max-width:520px}.footer-cta-title{font-size:clamp(1.35rem,3vw,1.85rem);font-weight:600;letter-spacing:-.025em;color:var(--white);line-height:1.2}.footer-cta .body-text{color:#ffffffb8;margin-top:10px}.footer-cta .btn{position:relative;flex:none;background:var(--white);color:var(--navy)}.footer-cta .btn:hover{background:#eaf1fb}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.55fr);gap:clamp(32px,6vw,72px);padding-bottom:44px;border-bottom:1px solid var(--gray-line)}.footer-brand .footer-logo{display:inline-block}.footer-brand .footer-logo img{height:30px;width:auto}.footer-brand .body-text{margin-top:16px;max-width:320px}.footer-standards{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:8px}.footer-standards li{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--gray-text)}.footer-standards svg{width:16px;height:16px;flex:none;color:var(--navy);background:var(--blue-light);border-radius:50%;padding:2px}.footer-cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.footer-col-title{font-size:.74rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--navy);margin-bottom:14px}.footer-col-links{display:grid;gap:10px}.footer-link{font-size:.92rem;color:var(--gray-text);text-decoration:none;width:fit-content;transition:color .16s ease,transform .16s ease}.footer-link:hover{color:var(--navy);transform:translate(2px)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:24px;font-size:.84rem;color:var(--gray-text)}.footer-built{color:#9aa6b4}@media (max-width: 860px){.footer-grid{grid-template-columns:1fr}.footer-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 20px}.footer-cta{flex-direction:column;align-items:flex-start}}@media (max-width: 460px){.footer-cols{grid-template-columns:1fr}}.numbers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:72px;padding:34px clamp(20px,3vw,36px);background:var(--white);border:1px solid var(--gray-line);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.number{text-align:center}.number+.number{border-left:1px solid var(--gray-line)}.number-n{font-size:clamp(1.9rem,4vw,2.6rem);font-weight:600;letter-spacing:-.03em;color:var(--navy);line-height:1;font-variant-numeric:tabular-nums}.number-k{margin-top:9px;font-size:.86rem;line-height:1.45;color:var(--gray-text);max-width:200px;margin-inline:auto}.card-plain,.tier,.rate-card,.panel,.sector,.faq-item{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card-plain:hover,.tier:hover,.rate-card:hover,.sector:hover{transform:translateY(-3px);box-shadow:var(--shadow-blue-glow);border-color:#153e7a2e}.shot-frame{transition:transform .35s ease,box-shadow .35s ease}.shot:hover .shot-frame,.feature-shot:hover .shot-frame{transform:translateY(-4px)}@media (max-width: 900px){.numbers{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 14px}.number:nth-child(odd){border-left:0}.number:nth-child(3){border-left:0}}@media (max-width: 460px){.numbers{grid-template-columns:1fr}.number+.number{border-left:0;border-top:1px solid var(--gray-line);padding-top:20px}}@media (prefers-reduced-motion: reduce){.card-plain:hover,.tier:hover,.rate-card:hover,.sector:hover,.shot:hover .shot-frame,.feature-shot:hover .shot-frame{transform:none}}
