*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#2db84b;--green-dark:#1e9e38;--green-light:#edf7f0;--black:#0d0d0d;--white:#fff;--grey-bg:#f2f2f2;--grey-mid:#6f757e;--font:"Work Sans", 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{justify-content:space-between;align-items:center;max-width:1280px;height:80px;margin:0 auto;padding:0 52px;display:flex}.logo{align-items:center;text-decoration:none;display:flex}.logo img,.logo svg{width:auto;height:32px;display:block}.nav-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:500;text-decoration:none;transition:color .15s}.nav-center a:hover{color:var(--green)}.nav-center a.active{color:var(--green);font-weight:600}.nav-right{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:500;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);letter-spacing:.1px;z-index:1;margin-bottom:20px;font-size:16px;font-weight:600;display:inline-block;position:relative}.eyebrow{margin-bottom:28px}.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{pointer-events:none;z-index:1;background-image:url(/images/hand_holding_smartphone_clientcheck.webp);background-position:100% 100%;background-repeat:no-repeat;background-size:auto 95%;width:50%;animation:.9s cubic-bezier(.22,1,.36,1) .15s both riseIn;position:absolute;top:0;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;display:flex}h1{font-family:var(--font);letter-spacing:-3px;color:var(--black);margin-bottom:48px;font-size:clamp(54px,5.6vw,82px);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{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}.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:#2db84b0f}.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:700;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:700;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 #2db84b33;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:600;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-dashboard{background:var(--white);border-radius:20px;margin-bottom:40px;overflow:hidden;box-shadow:0 8px 48px #0000001a,0 2px 12px #0000000f}.hiw-dashboard img{width:100%;height:auto;display:block}.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);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);width:100%;padding:64px 0}.logos-label{font-family:var(--font);color:var(--grey-mid);text-align:center;letter-spacing:.1px;margin-bottom:36px;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);border-radius:999px;padding:16px 28px;font-size:15px;font-weight:600;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:600;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:16px;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:560px;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:600;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:600;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:16px;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:560px;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:700}.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 #2db84b26,0 2px 10px #2db84b14}.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:700;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);cursor:pointer;text-align:center;border:none;border-radius:999px;width:100%;margin-bottom:28px;padding:14px 24px;font-size:15px;font-weight:600;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:700}.pricing-note{text-align:center;font-family:var(--font);color:var(--grey-mid);font-size:14px;font-style:italic;line-height:1.5}.pricing-note a{color:var(--green);font-weight:700;text-decoration:none;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);font-weight:500;text-decoration:none}.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:15px;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}.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);border-radius:999px;padding:18px 36px;font-size:15px;font-weight:600;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:#fff6;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px;font-size:11px;font-weight:600}.footer-col-links{flex-direction:column;gap:14px;list-style:none;display:flex}.footer-col-links li a{font-family:var(--font);color:var(--white);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:#fff6;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)}@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{background-position:bottom;background-size:auto 260px;width:100%;height:260px;top:auto}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}.hiw-dashboard{padding:20px}.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}}
