*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#19a52c;--green-dark:#158c25;--green-light:#edf7f0;--font:"Work Sans", Arial, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:clip}.risk-section,.hiw-section,.services-section,.sectors-section,.pricing-section,.faq-section{border-radius:20px;width:calc(100% - 120px);margin:0 60px 20px;padding:96px 52px}.risk-section{background:var(--white)}.hiw-section,.services-section,.sectors-section,.pricing-section,.faq-section{background:var(--grey-bg)}.risk-inner,.hiw-inner,.services-inner,.sectors-inner,.pricing-inner,.faq-inner{max-width:1100px;margin:0 auto}.risk-inner{max-width:960px}.bar{background:var(--green);width:100%;color:var(--white);text-align:center;font-family:var(--font);letter-spacing:.1px;z-index:200;padding:11px 24px;font-size:13.5px;font-weight:500;position:relative}.nav-wrap{z-index:150;background:0 0;transition:background .25s,box-shadow .25s;position:sticky;top:0;left:0;right:0}.nav-wrap.scrolled{background:#ffffffe6}nav{grid-template-columns:1fr auto 1fr;align-items:center;max-width:none;height:80px;margin:0;padding:0 40px;display:grid}.logo{grid-column:1;justify-self:start;align-items:center;text-decoration:none;display:flex}.logo img,.logo svg{width:auto;height:32px;display:block}.nav-center{grid-column:2;justify-self:center;align-items:center;gap:44px;display:flex}.nav-center a{font-family:var(--font);color:var(--black);white-space:nowrap;font-size:15px;font-weight:600;text-decoration:none;transition:color .15s}.nav-center a:hover{color:var(--green-text)}.nav-center a.active{color:var(--green-text);font-weight:600}.nav-right{grid-column:3;justify-self:end;align-items:center;gap:8px;display:flex}.nav-login{font-family:var(--font);color:var(--black);border-radius:10px;padding:9px 18px;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s}.nav-login:hover{background:#0000000d}.nav-cta{font-family:var(--font);color:var(--white);background:var(--black);border-radius:999px;padding:16px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s}.nav-cta:hover{background:var(--green)}.eyebrow,.risk-eyebrow,.hiw-eyebrow{font-family:var(--font);color:var(--green-text);letter-spacing:.1px;z-index:1;margin-bottom:20px;font-size:16px;font-weight:600;display:inline-block;position:relative}.eyebrow{margin-bottom:28px}.risk-eyebrow{font-weight:600}.eyebrow:after,.risk-eyebrow:after,.hiw-eyebrow:after{content:"";z-index:-1;background:#feea98;border-radius:2px;width:0;height:10px;position:absolute;bottom:-2px;left:-2px}.eyebrow:after{animation:.7s ease-out .5s forwards hl;right:-2px}.risk-eyebrow.animate:after,.hiw-eyebrow.animate:after{animation:.7s ease-out .1s forwards hl}@keyframes hl{0%{width:0}to{width:calc(100% + 4px)}}.hero-wrap{background:linear-gradient(to bottom, var(--white) 0%, var(--grey-bg) 100%);width:100%;height:calc(100vh - 40px);max-height:calc(100vh - 40px);position:relative;overflow:hidden}.hero-phone-bg{object-fit:contain;object-position:right bottom;pointer-events:none;z-index:1;width:auto;height:95%;animation:.9s cubic-bezier(.22,1,.36,1) .15s both riseIn;position:absolute;bottom:0;right:0}@keyframes riseIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-inner{z-index:2;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 52px;display:flex;position:relative}.hero-left{z-index:100;flex-direction:column;align-items:flex-start;width:52%;max-width:580px;margin-top:-20px;display:flex}h1{font-family:var(--font);letter-spacing:-3px;color:var(--black);margin-bottom:48px;font-size:clamp(54px,5.6vw,72px);font-weight:500;line-height:1}.hero-left>*{opacity:0;animation:.55s forwards fadeUp;transform:translateY(18px)}.hero-left .eyebrow{animation-delay:50ms}.hero-left h1{animation-delay:.15s}.hero-left .search-outer,.hero-left .hero-form{animation-delay:.28s}.hero-left .chips{animation-delay:.38s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.search-outer{width:100%;max-width:560px;margin-bottom:20px}.search-inner{position:relative}.search-input{-webkit-backdrop-filter:blur(20px);width:100%;font-family:var(--font);color:var(--black);cursor:text;background:#ffffff85;border:none;border-radius:18px;outline:none;padding:26px 76px 26px 32px;font-size:17px;transition:background .2s,box-shadow .2s;box-shadow:0 4px 24px #00000012}.search-input::placeholder{color:#999;font-style:italic}.search-input:focus{caret-color:var(--black);background:#ffffffb8;box-shadow:0 4px 32px #0000001a}.search-btn{background:var(--green);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s,transform .15s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.search-btn:hover{background:var(--black);transform:translateY(-50%)scale(1.06)}.search-btn svg{stroke:#fff;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.hero-form{flex-direction:column;gap:20px;width:100%;max-width:560px;margin-bottom:20px;display:flex}.hero-form-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.hero-form-plans{font-family:var(--font);color:var(--grey-mid);font-size:13px}.hero-form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.hero-form .cc-btn{margin-top:20px}.hero-form-cta-spinner{vertical-align:-2px;border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.7s linear infinite heroFormSpin;display:inline-block}@keyframes heroFormSpin{to{transform:rotate(360deg)}}.hero-form-plans-link{font-family:var(--font);color:var(--green-text);font-size:13px;font-weight:500;text-decoration:underline;transition:color .15s}.hero-form-plans-link:hover{color:var(--black)}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{font-family:var(--font);color:var(--grey-mid);cursor:pointer;background:0 0;border:1px solid #00000026;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:500;line-height:1;text-decoration:none;transition:border-color .2s,color .2s,background .2s}.chip:hover{border-color:var(--green);color:var(--green-dark);background:#19a52c0f}.chat-overlay{-webkit-backdrop-filter:blur(4px);z-index:1000;opacity:0;pointer-events:none;background:#0000004d;justify-content:center;align-items:flex-end;transition:opacity .25s;display:flex;position:fixed;inset:0}.chat-overlay.open{opacity:1;pointer-events:all}.chat-panel{background:var(--white);border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:680px;height:70vh;transition:transform .4s cubic-bezier(.22,1,.36,1);display:flex;position:relative;transform:translateY(100%)}.chat-overlay.open .chat-panel{transform:translateY(0)}.chat-header{border-bottom:1px solid #f0f0ec;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px 12px;display:flex}.chat-handle{background:#e0e0dc;border-radius:2px;width:40px;height:4px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.chat-title{font-family:var(--font);color:var(--black);align-items:center;gap:8px;margin-top:4px;font-size:15px;font-weight:500;display:flex}.chat-title-dot{background:var(--green);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.chat-close{cursor:pointer;width:32px;height:32px;color:var(--grey-mid);background:#f4f4f0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-top:4px;font-size:18px;transition:background .15s,color .15s;display:flex}.chat-close:hover{color:var(--black);background:#e8e8e4}.chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:14px;padding:20px 24px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:0}.msg{align-items:flex-start;gap:10px;max-width:88%;display:flex}.msg.user{flex-direction:row-reverse;align-self:flex-end}.msg-avatar{width:32px;height:32px;font-family:var(--font);background:var(--green);color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}.msg.user .msg-avatar{background:var(--black)}.msg-bubble{font-family:var(--font);color:var(--black);background:#f4f4f0;border-radius:18px 18px 18px 4px;padding:12px 16px;font-size:14px;line-height:1.55}.msg.user .msg-bubble{background:var(--black);color:var(--white);border-radius:18px 18px 4px}.chat-suggestions{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.chat-chip{font-family:var(--font);color:var(--green-dark);background:var(--green-light);cursor:pointer;border:1px solid #19a52c33;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .15s,color .15s,border-color .15s}.chat-chip:hover{background:var(--green);color:var(--white);border-color:var(--green)}.typing{align-items:center;gap:4px;padding:14px 16px;display:flex}.typing span{background:#ccc;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite bounce}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-input-row{border-top:1px solid #f0f0ec;flex-shrink:0;align-items:center;gap:10px;padding:12px 16px 20px;display:flex}.chat-input{font-family:var(--font);color:var(--black);background:#f4f4f0;border:none;border-radius:12px;outline:none;flex:1;padding:12px 18px;font-size:15px;transition:background .15s}.chat-input:focus{background:#eeeee9}.chat-input::placeholder{color:#aaa}.chat-send{background:var(--green);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s;display:flex}.chat-send:hover{background:var(--green-dark);transform:scale(1.05)}.chat-send svg{stroke:#fff;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.risk-section{width:calc(100% - 120px)}.risk-header{text-align:center;margin-bottom:56px}.risk-title{font-family:var(--font);letter-spacing:-2px;color:var(--black);font-size:clamp(32px,3.8vw,52px);font-weight:500;line-height:1.1}.risk-cards{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.risk-card{background:var(--grey-bg);cursor:default;border-radius:20px;flex-direction:column;min-height:300px;padding:32px;transition:background .4s;display:flex;position:relative;overflow:hidden}.risk-badge{outline:2px solid var(--grey-bg);border-radius:999px;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:8px 8px 8px 20px;transition:background .4s,outline-color .4s;display:flex}.risk-badge-label{font-family:var(--font);font-size:24px;font-weight:500;transition:color .3s}.risk-badge-icon{background:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.risk-card-body{flex-direction:column;flex:1;justify-content:flex-end;gap:12px;display:flex}.risk-card-title{font-family:var(--font);letter-spacing:-.5px;color:var(--black);font-size:24px;font-weight:600;line-height:1.2;transition:color .35s,transform .4s;transform:translateY(0)}.risk-card-desc{font-family:var(--font);color:var(--white);opacity:0;max-height:0;font-size:13px;font-weight:500;line-height:1.65;transition:opacity .35s 50ms,transform .35s 50ms,max-height .4s;overflow:hidden;transform:translateY(12px)}.card-clear .risk-badge{background:var(--green)}.card-review .risk-badge{background:#d7af0f}.card-flagged .risk-badge{background:#d62428}.card-clear .risk-badge-label,.card-review .risk-badge-label,.card-flagged .risk-badge-label{color:var(--white)}.card-clear:hover{background:var(--green)}.card-review:hover{background:#d7af0f}.card-flagged:hover{background:#d62428}.risk-card:hover .risk-badge{background:0 0;outline-color:#ffffff73}.risk-card:hover .risk-card-title{color:var(--white);transform:translateY(-4px)}.risk-card:hover .risk-card-desc{opacity:1;color:#ffffffd9;max-height:200px;transform:translateY(0)}.card-clear:hover .icon-check path{fill:var(--green)}.card-review:hover .icon-dash path{fill:#d7af0f}.card-flagged:hover .icon-x path{fill:#d62428}.hiw-header{text-align:center;margin-bottom:52px}.hiw-title{font-family:var(--font);letter-spacing:-2px;color:var(--black);font-size:clamp(32px,3.8vw,52px);font-weight:500;line-height:1.1}.hiw-tbl-scroll{width:100%;margin-bottom:40px;overflow:visible}.hiw-tbl{border-collapse:separate;border-spacing:0;width:100%;font-family:var(--font)}.hiw-tbl td{height:64px;color:var(--text);vertical-align:middle;white-space:nowrap;padding:0 16px;font-size:15px}.hiw-tbl td:nth-child(n+4){text-align:right}.hiw-tbl-row:nth-child(odd) td{background:var(--white)}.hiw-tbl-row:nth-child(2n) td{background:var(--grey-bg)}.hiw-tbl-row td:first-child{border-top-left-radius:999px;border-bottom-left-radius:999px}.hiw-tbl-row td:last-child{border-top-right-radius:999px;border-bottom-right-radius:999px}.hiw-tbl-row{transition:filter .15s}.hiw-tbl-row:hover{filter:drop-shadow(0 0 9px #00000026)}.hiw-tbl-name{color:var(--black);font-weight:600}.hiw-tbl-nat{color:var(--grey-mid);align-items:center;gap:10px;display:inline-flex}.hiw-tbl-flag{font-size:20px;line-height:1}.hiw-tbl-date{color:var(--text-muted);white-space:nowrap}.hiw-tbl-risks{align-items:center;gap:22px;display:inline-flex}.hiw-tbl-risk-active{color:var(--text);display:inline-flex}.hiw-tbl-risk-inactive{color:var(--grey-300);display:inline-flex}.hiw-tbl-risk-review{color:var(--status-review);display:inline-flex}.hiw-tbl-btn{min-width:200px;color:var(--text-body);border:1.5px solid var(--border-input);border-radius:var(--radius-pill);font-size:14px;font-weight:500;font-family:var(--font);cursor:pointer;white-space:nowrap;background:0 0;justify-content:center;align-items:center;gap:6px;padding:11px 18px;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.hiw-tbl-btn:hover{background:var(--white);color:var(--black)}.hiw-tbl-btn-review{background:var(--status-review);color:var(--white);border-color:var(--status-review)}.hiw-tbl-btn-review:hover{background:var(--black);border-color:var(--black);color:var(--white)}.hiw-tbl-btn-order{background:var(--black);color:var(--white);border-color:var(--black)}.hiw-tbl-btn-order:hover{background:var(--green);border-color:var(--green);color:var(--white)}@media (max-width:920px){.hiw-tbl-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.hiw-tbl{min-width:760px}}.hiw-steps{grid-template-columns:repeat(3,1fr);display:grid}.hiw-step{cursor:default;border:1px solid #0000001a;border-left:none;border-radius:0;flex-direction:column;gap:16px;padding:32px;transition:box-shadow .3s,background .3s,border-color .3s,border-radius .3s;display:flex}.hiw-step:first-child{border-left:1px solid #0000001a;border-radius:20px 0 0 20px}.hiw-step:last-child{border-radius:0 20px 20px 0}.hiw-step:hover{background:var(--white);border-color:#0000;box-shadow:0 8px 40px #0000001a,0 2px 10px #0000000d}.hiw-step:first-child:hover{border-radius:20px 0 0 20px}.hiw-step:nth-child(2):hover{border-radius:0}.hiw-step:last-child:hover{border-radius:0 20px 20px 0}.hiw-step-num{font-family:var(--font);color:var(--green-text);letter-spacing:.5px;font-size:14px;font-weight:600}.hiw-step-title{font-family:var(--font);color:var(--black);font-size:17px;font-weight:600;line-height:1.3}.hiw-step-desc{font-family:var(--font);color:var(--grey-mid);font-size:14px;line-height:1.6}.logos-section{background:var(--white);text-align:center;width:100%;padding:56px 0 64px}.logos-heading{font-family:var(--font);color:var(--black);text-align:center;letter-spacing:-.02em;margin:0 0 32px;padding:0 24px;font-size:36px;font-weight:500}.logos-label{font-family:var(--font);color:var(--grey-mid);text-align:center;letter-spacing:.1px;margin-top:36px;margin-bottom:0;font-size:13.5px}.logos-track-wrap{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.logos-track{align-items:center;gap:64px;width:max-content;animation:28s linear infinite marquee;display:flex}.logos-track:hover{animation-play-state:paused}.logos-track img{filter:brightness(0);opacity:.75;-webkit-user-select:none;user-select:none;pointer-events:none;flex-shrink:0;width:auto;height:28px;display:block}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.services-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.services-left{flex-direction:column;align-items:flex-start;display:flex}.services-left .risk-eyebrow{margin-bottom:20px}.services-heading{font-family:var(--font);letter-spacing:-2px;color:var(--black);margin-bottom:28px;font-size:clamp(32px,3.8vw,52px);font-weight:500;line-height:1.05}.services-body{font-family:var(--font);color:var(--grey-mid);margin-bottom:36px;font-size:15px;line-height:1.7}.services-cta{font-family:var(--font);color:var(--white);background:var(--green-btn);border-radius:999px;padding:16px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.services-cta:hover{background:var(--black)}.services-cards{border-radius:20px;flex-direction:column;display:flex}.svc-card{cursor:default;border:1px solid #0000001a;border-top:none;border-radius:0;flex-direction:column;gap:10px;padding:28px 32px;transition:box-shadow .3s,background .3s,border-color .3s,border-radius .3s;display:flex}.svc-card:first-child{border-top:1px solid #0000001a;border-radius:20px 20px 0 0}.svc-card:last-child{border-radius:0 0 20px 20px}.svc-card:hover{border-color:#0000;box-shadow:0 8px 40px #0000001a,0 2px 10px #0000000d}.svc-card:first-child:hover{background:var(--white);border-radius:20px 20px 0 0}.svc-card:not(:first-child):not(:last-child):hover{background:var(--white);border-radius:0}.svc-card:last-child:hover{background:var(--white);border-radius:0 0 20px 20px}.svc-title{font-family:var(--font);color:var(--black);font-size:17px;font-weight:500;line-height:1.3}.svc-desc{font-family:var(--font);color:var(--grey-mid);font-size:14px;line-height:1.6}.sectors-header{text-align:center;margin-bottom:52px}.sectors-title{font-family:var(--font);letter-spacing:-2px;color:var(--black);margin-bottom:36px;font-size:clamp(32px,3.8vw,52px);font-weight:500;line-height:1.1}.sectors-sub{font-family:var(--font);color:var(--grey-mid);max-width:660px;margin:0 auto;font-size:15px;line-height:1.6}.sectors-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.sector-card{background:var(--white);cursor:pointer;border-radius:20px;flex-direction:column;min-height:180px;padding:32px 48px 32px 32px;text-decoration:none;transition:background .35s,border-color .35s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.sector-card:hover{background:var(--green);border-color:#0000;box-shadow:0 8px 40px #0000001f,0 2px 10px #0000000f}.sector-icon{opacity:1;flex-shrink:0;transition:opacity .25s,transform .25s;transform:translateY(0)}.sector-icon svg{width:24px;height:24px;display:block}.sector-card:hover .sector-icon{opacity:0;transform:translateY(-6px)}.sector-spacer{flex:1;transition:flex .35s}.sector-card:hover .sector-spacer{flex:0}.sector-name{font-family:var(--font);color:var(--black);font-size:17px;font-weight:500;line-height:1.25;transition:color .35s}.sector-card:hover .sector-name{color:var(--white)}.sector-cta{font-family:var(--font);color:var(--white);opacity:0;white-space:nowrap;max-height:0;margin-top:auto;padding-top:0;font-size:14px;font-weight:500;transition:opacity .3s 50ms,transform .3s 50ms,max-height .35s,padding-top .35s;overflow:hidden;transform:translateY(10px)}.sector-card:hover .sector-cta{opacity:1;max-height:40px;padding-top:12px;transform:translateY(0)}.pricing-header{text-align:center;margin-bottom:40px}.pricing-header .risk-eyebrow{margin-bottom:20px}.pricing-title{font-family:var(--font);letter-spacing:-2px;color:var(--black);margin-bottom:36px;font-size:clamp(32px,3.8vw,52px);font-weight:500;line-height:1.05}.pricing-sub{font-family:var(--font);color:var(--grey-mid);max-width:660px;margin:0 auto;font-size:15px;line-height:1.6}.pricing-toggle-wrap{justify-content:center;align-items:center;margin-bottom:40px;display:flex}.pricing-toggle-pill{background:var(--white);border-radius:999px;align-items:center;gap:12px;padding:12px 24px;display:flex}.pricing-toggle-label{font-family:var(--font);color:var(--grey-mid);cursor:pointer;font-size:15px;font-weight:500;transition:color .2s}.pricing-toggle-label.active{color:var(--black);font-weight:500}.pricing-toggle-btn{background:var(--green);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:52px;height:28px;transition:background .2s;position:relative}.pricing-toggle-btn:after{content:"";background:var(--white);border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:3px;left:3px}.pricing-toggle-btn.annual:after{transform:translate(24px)}.pricing-cards{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px;display:grid}.pricing-card{background:var(--white);border-radius:20px;flex-direction:column;padding:32px;transition:box-shadow .3s,border-color .3s;display:flex}.pricing-card:hover{box-shadow:0 8px 40px #0000001a,0 2px 10px #0000000d}.pricing-card.featured{border:2px solid var(--green)}.pricing-card.featured:hover{border-color:var(--green);box-shadow:0 8px 40px #19a52c26,0 2px 10px #19a52c14}.pricing-card-head{align-items:center;gap:10px;margin-bottom:12px;display:flex}.pricing-plan-name{font-family:var(--font);color:var(--black);font-size:22px;font-weight:600;line-height:1}.pricing-free-chip{font-family:var(--font);color:var(--white);background:var(--green);white-space:nowrap;border-radius:999px;margin-left:auto;padding:4px 10px;font-size:12px;font-weight:500;display:none}.pricing-free-chip.visible{display:inline-block}.pricing-plan-desc{font-family:var(--font);color:var(--grey-mid);margin-bottom:24px;font-size:14px;line-height:1.4}.pricing-price-row{align-items:baseline;gap:4px;margin-bottom:6px;display:flex}.pricing-currency{font-family:var(--font);color:var(--grey-mid);font-size:14px;font-weight:500}.pricing-amount{font-family:var(--font);color:var(--black);letter-spacing:-2px;font-size:64px;font-weight:700;line-height:1}.pricing-cadence{font-family:var(--font);color:var(--grey-mid);margin-bottom:24px;font-size:14px}.pricing-btn{font-family:var(--font);color:var(--white);background:var(--green-btn);cursor:pointer;text-align:center;border:none;border-radius:999px;width:100%;margin-bottom:28px;padding:14px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s;display:block}.pricing-btn:hover{background:var(--black)}.pricing-divider{background:#00000014;width:100%;height:1px;margin-bottom:20px}.pricing-features{flex-direction:column;gap:12px;list-style:none;display:flex}.pricing-features li{font-family:var(--font);color:var(--black);cursor:default;align-items:flex-start;font-size:14px;line-height:1.5;transition:color .2s;display:flex}.pricing-features li:hover{color:var(--green)}.pricing-features li svg{flex-shrink:0;margin-top:2px;margin-right:12px}.pricing-features li:hover svg rect{fill:var(--green-dark)}.pricing-features li span{display:inline}.pricing-features strong{font-weight:500}.pricing-note{text-align:center;font-family:var(--font);color:var(--grey-mid);font-size:14px;font-style:normal;line-height:1.5}.pricing-note a{color:var(--green-text);font-weight:500;text-decoration:underline;transition:color .15s}.pricing-note a:hover{color:var(--black)}.faq-header{grid-template-columns:1fr 1fr;align-items:end;gap:40px;margin-bottom:48px;display:grid}.faq-heading{font-family:var(--font);letter-spacing:-2px;color:var(--black);font-size:clamp(32px,3.8vw,52px);font-weight:500;line-height:1.05}.faq-sub{font-family:var(--font);color:var(--grey-mid);font-size:15px;line-height:1.6}.faq-sub a{color:var(--green-text);font-weight:500;text-decoration:underline}.faq-sub a:hover{color:var(--black)}.faq-grid{grid-template-columns:1fr 1fr;align-items:start;gap:12px;display:grid}.faq-col{flex-direction:column;gap:12px;display:flex}.faq-item{background:var(--white);border-radius:16px;overflow:hidden}.faq-trigger{cursor:pointer;text-align:left;width:100%;font-family:var(--font);color:var(--black);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;font-size:16px;font-weight:600;line-height:1.3;display:flex}.faq-chevron{width:20px;height:20px;color:var(--green);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-body{max-height:0;transition:max-height .35s;overflow:hidden}.faq-item.open .faq-body{max-height:600px}.faq-body-inner{font-family:var(--font);color:var(--grey-mid);padding:0 24px 22px;font-size:14px;line-height:1.65}.faq-body-inner a{color:var(--green-text);font-weight:500;text-decoration:underline;transition:color .15s}.faq-body-inner a:hover{color:var(--black)}.cta-section{background:var(--white);text-align:center;width:100%;padding:120px 52px}.cta-inner{flex-direction:column;align-items:center;gap:28px;max-width:760px;margin:0 auto;display:flex}.cta-heading{font-family:var(--font);letter-spacing:-3px;color:var(--black);font-size:72px;font-weight:500;line-height:1}.cta-sub{font-family:var(--font);color:var(--grey-mid);width:100%;font-size:16px;line-height:1.65}.cta-btn{font-family:var(--font);color:var(--white);background:var(--green-btn);border-radius:999px;padding:18px 36px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.cta-btn:hover{background:var(--black)}.site-footer{background:#0d0d0d;width:100%;padding:72px 0 48px}.footer-inner{max-width:1280px;margin:0 auto;padding:0 52px}.footer-top{border-bottom:1px solid #ffffff1f;grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin-bottom:56px;padding-bottom:56px;display:grid}.footer-logo{display:block}.footer-logo img,.footer-logo svg{filter:brightness(0)invert();width:auto;height:36px;display:block}.footer-tagline{font-family:var(--font);color:var(--white);letter-spacing:-.5px;font-size:clamp(18px,2.2vw,28px);font-weight:500;line-height:1.35}.footer-nav{border-bottom:1px solid #ffffff1f;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:40px;padding-bottom:56px;display:grid}.footer-col-label{font-family:var(--font);color:var(--footer-text);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px;font-size:11px;font-weight:500}.footer-col-links{flex-direction:column;gap:14px;list-style:none;display:flex}.footer-col-links li a{font-family:var(--font);color:var(--footer-text);align-items:flex-start;gap:10px;font-size:15px;text-decoration:none;transition:color .15s;display:flex}.footer-col-links li a:hover{color:var(--green)}.footer-col-links li a svg{opacity:.7;flex-shrink:0;margin-top:2px}.footer-bottom{justify-content:space-between;align-items:center;gap:24px;display:flex}.footer-copy{font-family:var(--font);color:var(--footer-text);font-size:13px}.footer-legal{gap:32px;display:flex}.footer-legal a{font-family:var(--font);color:#fff9;font-size:13px;text-decoration:none;transition:color .15s}.footer-legal a:hover{color:var(--green)}.footer-powered{align-items:center;gap:10px;display:flex}.footer-powered span{font-family:var(--font);color:var(--footer-text);font-size:13px}.footer-powered a,.footer-copy a{color:var(--footer-text);text-decoration:underline;transition:color .15s}.footer-powered a:hover,.footer-copy a:hover{color:var(--green)}.footer-g-logo{width:auto;height:20px;display:block}@media (max-width:1100px){nav,.hero-inner{padding:0 40px}.risk-section,.hiw-section,.services-section,.sectors-section,.pricing-section,.faq-section{width:calc(100% - 80px);margin:0 40px 20px;padding:72px 40px}.site-footer{padding:64px 0 40px}.footer-inner{padding:0 40px}}@media (max-width:900px){.nav-center{display:none}nav{padding:0 32px}.risk-cards{grid-template-columns:1fr;gap:16px}.risk-card{min-height:auto}.risk-card-desc{opacity:1;color:#555;max-height:200px;transform:translateY(0)}.hiw-steps{grid-template-columns:1fr}.hiw-step{border-left:1px solid #0000001a;border-right:1px solid #0000001a;border-radius:0}.hiw-step:first-child{border-bottom:none;border-radius:20px 20px 0 0}.hiw-step:nth-child(2){border-top:none;border-bottom:none;border-radius:0}.hiw-step:last-child{border-top:none;border-right:1px solid #0000001a;border-radius:0 0 20px 20px}.hiw-step:first-child:hover,.hiw-step:nth-child(2):hover,.hiw-step:last-child:hover{border-radius:20px}.services-inner{grid-template-columns:1fr;gap:40px}.sectors-grid{grid-template-columns:repeat(2,1fr)}.pricing-cards,.faq-grid,.faq-header{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:24px;margin-bottom:40px;padding-bottom:40px}.footer-nav{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.hero-wrap{height:auto;max-height:none;padding-bottom:260px}.hero-inner{align-items:flex-start;height:auto;padding:64px 40px 0}.hero-left{width:100%;max-width:100%}.hero-phone-bg{object-position:center bottom;width:auto;height:260px;margin-inline:auto;inset:auto 0 0}h1{letter-spacing:-2px;font-size:50px}}@media (max-width:600px){.risk-section,.hiw-section,.services-section,.sectors-section,.pricing-section,.faq-section{width:calc(100% - 40px);margin:0 20px 20px;padding:56px 24px}.risk-title,.hiw-title,.sectors-title{letter-spacing:-1.5px;font-size:30px}.sectors-grid{grid-template-columns:repeat(2,1fr)}.chat-panel{height:80vh}.cta-section{padding:80px 24px}.cta-heading{letter-spacing:-2px;font-size:52px}}@media (max-width:480px){nav{padding:0 20px}.nav-cta{display:none}.nav-login{display:flex}h1{letter-spacing:-1.5px;font-size:38px}.search-input{padding:18px 68px 18px 18px;font-size:15px}.risk-section,.hiw-section,.services-section,.sectors-section,.pricing-section,.faq-section{width:calc(100% - 24px);margin:0 12px 12px;padding:48px 20px}.sectors-grid{grid-template-columns:1fr}.site-footer{padding:48px 0 32px}.footer-inner{padding:0 20px}.footer-nav{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:16px}.footer-legal{justify-content:center}.cta-heading{font-size:44px}}.legal-hero{background:linear-gradient(to bottom, var(--white) 0%, var(--grey-bg) 100%);text-align:center;width:100%;padding:96px 52px 64px}.legal-hero h1{font-family:var(--font);letter-spacing:-2px;color:var(--black);margin-bottom:16px;font-size:clamp(40px,5vw,64px);font-weight:500;line-height:1.05}.legal-meta{font-family:var(--font);color:var(--grey-mid);font-size:14px}.legal-content{max-width:800px;margin:0 auto;padding:64px 52px 96px}.legal-content h2{font-family:var(--font);letter-spacing:-.5px;color:var(--black);margin-top:48px;margin-bottom:16px;font-size:24px;font-weight:600}.legal-content section:first-child h2{margin-top:0}.legal-content p,.legal-content li{font-family:var(--font);color:var(--black);margin-bottom:16px;font-size:15px;line-height:1.75}.legal-content ul{margin-bottom:16px;padding-left:22px}.legal-content li{margin-bottom:8px}.legal-content a{color:var(--green-text);text-underline-offset:2px;text-decoration:underline;transition:color .15s}.legal-content a:hover{color:var(--black)}.legal-callout{background:var(--grey-bg);border-left:4px solid var(--green);border-radius:12px;margin:24px 0;padding:24px 28px}.legal-callout p:last-child{margin-bottom:0}@media (max-width:1100px){.legal-hero{padding:80px 40px 56px}.legal-content{padding:56px 40px 80px}}@media (max-width:600px){.legal-hero{padding:64px 24px 48px}.legal-content{padding:48px 24px 64px}.legal-content h2{margin-top:40px;font-size:20px}}.plan-section{background:linear-gradient(to bottom, var(--white) 0%, var(--grey-bg) 100%);width:100%;padding:80px 52px 96px}.plan-inner{text-align:center;flex-direction:column;align-items:center;max-width:880px;margin:0 auto;display:flex}.plan-eyebrow{margin-bottom:20px}.plan-heading{font-family:var(--font);letter-spacing:-2px;color:var(--black);margin-bottom:16px;font-size:clamp(40px,5vw,64px);font-weight:500;line-height:1.05}.plan-sub{font-family:var(--font);color:var(--grey-mid);max-width:560px;margin-bottom:40px;font-size:17px;line-height:1.6}.plan-card-wrap{width:100%;max-width:480px;margin:0 auto}.plan-cta-note{font-family:var(--font);color:var(--grey-mid);text-align:center;margin-top:-16px;margin-bottom:28px;font-size:13px;line-height:1.5}.plan-enterprise-note{font-family:var(--font);color:var(--grey-mid);text-align:center;margin-top:32px;font-size:14px;line-height:1.5}.plan-enterprise-note a{color:var(--green-text);font-weight:500;text-decoration:underline;transition:color .15s}.plan-enterprise-note a:hover{color:var(--black)}@media (max-width:1100px){.plan-section{padding:64px 40px 80px}}@media (max-width:600px){.plan-section{padding:48px 24px 64px}}@media (max-width:480px){.plan-section{padding:40px 16px 56px}}.security-subtext{font-family:var(--font);color:var(--grey-mid);max-width:640px;margin:18px auto 0;font-size:17px;line-height:1.6}.security-table-wrap{border:1px solid var(--border);border-radius:12px;margin-top:8px;overflow:hidden}.security-table{border-collapse:collapse;width:100%;font-family:var(--font);font-size:14px}.security-table th{text-align:left;letter-spacing:.4px;text-transform:uppercase;color:var(--grey-mid);background:var(--grey-bg);border-bottom:1px solid var(--border);padding:12px 18px;font-size:12px;font-weight:600}.security-table td{color:var(--text-body);border-bottom:1px solid var(--border);vertical-align:top;padding:13px 18px;line-height:1.5}.security-table tbody tr:last-child td{border-bottom:none}.security-table td:first-child{color:var(--black);white-space:nowrap;font-weight:500}.security-table tbody tr:nth-child(2n){background:var(--grey-50)}.security-table tbody tr:nth-child(odd){background:var(--white)}.security-disclosure{background:var(--grey-bg);border-left:4px solid var(--green);border-radius:12px;margin-top:48px;padding:24px 28px}.security-disclosure h2{margin-top:0;margin-bottom:10px;font-size:20px}.security-disclosure p:last-child{margin-bottom:0}@media (max-width:600px){.security-subtext{font-size:15px}.security-table{font-size:13px}.security-table th,.security-table td{padding:10px 12px}.security-table td:first-child{white-space:normal}.security-disclosure{padding:20px 22px}}