/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  fonts  */

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Black.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*~~~~~~~~~~~~~~~~~~~~  end of fonts  */ 

:root{--orange:#ff8011;--blue:#1673ff;--ink:#20242c;--body:#626b78;--line:#e4e8ee;--soft:#f7f8fa;--soft-orange:#fff7ef;--soft-blue:#f1f6ff;--serif:"Source Serif 4",Georgia,serif;--sans:"Inter",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}main{overflow:hidden}.hiw-shell{width:min(100% - 48px,1260px);margin-inline:auto}.eyebrow{margin:0;color:#6b7481;font-size:12px;font-weight:700;letter-spacing:1.7px}.hiw-hero{position:relative;padding:78px 0 82px;background:radial-gradient(circle at 78% 38%,rgba(22,115,255,.09),transparent 34%),radial-gradient(circle at 17% 75%,rgba(255,128,17,.07),transparent 29%),#fff}.hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(530px,1.08fr);gap:66px;align-items:center}.hero-copy h1{max-width:630px;margin:17px 0 20px;font-family:var(--serif);font-size:clamp(56px,5.8vw,80px);line-height:.96;letter-spacing:-2.5px;font-weight:600}.hero-copy h1 span{display:block;color:var(--orange)}.hero-lede{max-width:620px;margin:0;color:var(--body);font-size:19px;line-height:1.65}.hero-jumps{display:flex;gap:12px;margin-top:29px}.hero-jumps a{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:13px;padding:12px 20px;border:1.5px solid;border-radius:11px;font-size:14px;font-weight:700}.jump-worker{color:#b85d09;border-color:rgba(255,128,17,.45)!important;background:#fff}.jump-worker:hover{background:var(--soft-orange)}.jump-business{color:#0e62d3;border-color:rgba(22,115,255,.42)!important;background:#fff}.jump-business:hover{background:var(--soft-blue)}.hero-note{margin:17px 0 0;color:#7a828d;font-size:12.5px;font-weight:600}.network-visual{position:relative;min-height:500px}.network-node{position:absolute;z-index:2;width:270px;min-height:118px;display:grid;grid-template-columns:64px 1fr;align-items:center;gap:15px;padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 18px 48px rgba(32,47,70,.12)}.network-node .node-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:15px}.network-node svg{width:36px;height:36px}.network-node small,.network-center small,.invite-card small{display:block;font-size:11px;font-weight:700;letter-spacing:1.2px}.network-node strong,.network-center strong,.invite-card strong{display:block;margin-top:5px;font-size:14px;line-height:1.3}.network-node em{display:block;margin-top:5px;color:#6f7885;font-size:11px;font-style:normal}.worker-node{left:0;top:68px}.worker-node .node-icon{color:var(--orange);background:var(--soft-orange)}.worker-node small{color:#bb5c08}.business-node{right:0;top:68px}.business-node .node-icon{color:var(--blue);background:var(--soft-blue)}.business-node small{color:#0f62cc}.network-center{position:absolute;z-index:3;left:50%;top:166px;width:184px;height:184px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateX(-50%);border:1px solid #dfe7f2;border-radius:50%;background:#fff;box-shadow:0 23px 55px rgba(31,53,83,.14)}.network-center-mark{width:78px;height:78px;display:grid;place-items:center}.network-center-mark img{width:78px;height:78px;display:block;object-fit:contain}.snap-s{display:none}.network-center small{margin-top:12px;color:#65717f}.network-center strong{font-family:var(--serif);font-size:17px}.network-line{position:absolute;z-index:1;top:124px;height:3px;background:repeating-linear-gradient(90deg,#cdd6e3 0 9px,transparent 9px 17px)}.worker-line{left:245px;width:146px;transform:rotate(17deg);transform-origin:left center}.business-line{right:245px;width:146px;transform:rotate(-17deg);transform-origin:right center}.invite-card{position:absolute;z-index:4;left:50%;bottom:32px;width:390px;min-height:94px;display:grid;grid-template-columns:52px 1fr;align-items:center;gap:15px;padding:17px 20px;transform:translateX(-50%);color:#263342;border:1px solid #d9e5f6;border-radius:18px;background:#fff;box-shadow:0 18px 52px rgba(22,115,255,.14)}.invite-card>span{width:50px;height:50px;display:grid;place-items:center;color:var(--blue);background:var(--soft-blue);border-radius:14px}.invite-card svg{width:31px}.invite-card small{color:var(--blue)}.shared-principle{padding:24px 0;background:#202735}.shared-principle p{margin:0;color:#fff;font-family:var(--serif);font-size:22px;line-height:1.45;text-align:center}.shared-principle strong{color:#ffab61}.audience-section{padding:94px 0}.worker-section{background:linear-gradient(180deg,#fff 0,#fffaf6 100%)}.business-section{background:linear-gradient(180deg,#f8fbff 0,#fff 100%)}.section-heading{max-width:780px;margin-bottom:47px}.section-heading h2{margin:14px 0 14px;font-family:var(--serif);font-size:clamp(43px,4.8vw,64px);line-height:1.03;letter-spacing:-1.6px;font-weight:600}.section-heading h2 span{color:var(--orange)}.business-section .section-heading h2 span{color:var(--blue)}.section-heading>p:last-child{max-width:690px;margin:0;color:var(--body);font-size:17px;line-height:1.6}.worker-color{color:#b55b09}.business-color{color:#0c61cf}.audience-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr);gap:42px;align-items:stretch}.audience-grid.reverse{grid-template-columns:minmax(430px,.88fr) minmax(0,1.12fr)}.steps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.step-card{position:relative;min-height:225px;padding:25px 24px 23px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(29,43,63,.055)}.step-number{position:absolute;right:19px;top:17px;color:#c7cdd5;font-size:14px;font-weight:700;letter-spacing:1px}.step-icon{width:54px;height:54px;display:grid;place-items:center;color:var(--orange);background:var(--soft-orange);border-radius:15px}.business-section .step-icon{color:var(--blue);background:var(--soft-blue)}.step-icon svg{width:32px;height:32px}.step-card h3{margin:18px 0 8px;font-family:var(--serif);font-size:22px;line-height:1.15}.step-card p{margin:0;color:var(--body);font-size:13.5px;line-height:1.58}.product-panel{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 17px 45px rgba(34,48,70,.08)}.product-image{min-height:295px;display:flex;align-items:center;justify-content:center;padding:22px;background:#f7f9fb}.product-image img{width:100%;height:auto;max-height:300px;object-fit:contain}.worker-product .product-image{background:linear-gradient(150deg,#fff8f1,#f3f7ff)}.business-product .product-image{background:#eef5ff}.panel-copy{padding:27px 28px 28px}.panel-badge{display:inline-flex;padding:6px 9px;color:#b45a08;background:var(--soft-orange);border-radius:999px;font-size:11px;font-weight:700;letter-spacing:1px}.business-product .panel-badge{color:#0b61cf;background:var(--soft-blue)}.panel-copy h3{margin:15px 0 9px;font-family:var(--serif);font-size:26px;line-height:1.18}.panel-copy>p{margin:0;color:var(--body);font-size:13.5px;line-height:1.55}.assurance{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;margin-top:21px;padding:15px 16px;border:1px solid #e4e9ef;border-radius:14px;background:#fafbfc}.assurance>span{width:40px;height:40px;display:grid;place-items:center;color:var(--blue);background:#eef5ff;border-radius:12px}.assurance svg{width:24px}.assurance p{margin:0;color:#586270;font-size:12px;line-height:1.5}.assurance strong{color:#2c3541}.section-action{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:30px;padding:18px 22px 18px 26px;border:1px solid;border-radius:17px}.section-action>div{display:grid;gap:5px}.section-action strong{font-family:var(--serif);font-size:20px}.section-action>div span{color:var(--body);font-size:12.5px}.section-action>a{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:12px 21px;color:#fff;border-radius:11px;font-size:14px;font-weight:700;}.worker-action{border-color:#f0dbc8;background:#fff9f3}.worker-action>a{background:var(--orange);box-shadow:0 9px 24px rgba(255,128,17,.2)}.business-action{border-color:#d4e3f7;background:#f4f8ff}.business-action>a{background:var(--blue);box-shadow:0 9px 24px rgba(22,115,255,.2)}.connection-section{padding:94px 0;background:#202735}.connection-section .section-heading{margin-inline:auto;color:#fff}.centered{text-align:center}.centered>p:last-child{margin-inline:auto}.connection-section .eyebrow{color:#9fbdf0}.connection-section .section-heading h2{color:#fff}.connection-section .section-heading>p:last-child{color:#c5ccd6}.conversation-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:13px}.conversation-flow article{min-height:260px;padding:23px 20px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.065)}.conversation-flow article>span{width:51px;height:51px;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.1);border-radius:14px}.conversation-flow svg{width:30px}.conversation-flow small{display:block;margin-top:20px;color:#77a8f3;font-size:11px;font-weight:700;letter-spacing:1.2px}.conversation-flow h3{margin:7px 0 9px;color:#fff;font-family:var(--serif);font-size:21px}.conversation-flow p{margin:0;color:#c7ced8;font-size:12.5px;line-height:1.55}.conversation-flow p strong{color:#fff;font-weight:600}.conversation-flow>i{color:#6d7a8b;font-size:25px;font-style:normal}.today-note{max-width:850px;margin:28px auto 0;padding:15px 18px;color:#cdd5df;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.055);font-size:12.5px;line-height:1.5;text-align:center}.today-note strong{color:#fff}.difference-section{padding:88px 0 96px;background:#fff}.difference-section .section-heading{max-width:850px;margin-inline:auto}.difference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.difference-grid article{min-height:230px;padding:25px 22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(29,43,63,.05)}.difference-grid article>span{width:52px;height:52px;display:grid;place-items:center;color:#496176;background:#f2f5f8;border-radius:15px}.difference-grid svg{width:31px}.difference-grid article:nth-child(1)>span,.difference-grid article:nth-child(3)>span{color:var(--orange);background:var(--soft-orange)}.difference-grid article:nth-child(2)>span,.difference-grid article:nth-child(4)>span{color:var(--blue);background:var(--soft-blue)}.difference-grid h3{margin:20px 0 9px;font-family:var(--serif);font-size:22px}.difference-grid p{margin:0;color:var(--body);font-size:13px;line-height:1.55}.final-choice{padding:78px 0 88px;background:linear-gradient(180deg,#f8f9fb,#fff)}.final-heading{text-align:center}.final-heading h2{margin:13px 0 35px;font-family:var(--serif);font-size:52px;line-height:1.05}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.choice-grid article{min-height:250px;display:grid;grid-template-columns:76px 1fr;gap:22px;padding:32px;border:1px solid;border-radius:22px}.choice-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:20px}.choice-icon svg{width:42px}.choice-grid p{margin:0;font-size:11px;font-weight:700;letter-spacing:1.3px}.choice-grid h3{margin:12px 0 7px;font-family:var(--serif);font-size:29px;line-height:1.12}.choice-grid small{display:block;color:var(--body);font-size:12px}.choice-grid a{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:13px;margin-top:23px;padding:11px 18px;color:#fff;border-radius:10px;font-size:13px;font-weight:700}.worker-choice{border-color:#f0d9c5;background:#fff8f1}.worker-choice .choice-icon{color:var(--orange);background:#fff}.worker-choice p{color:#b55b09}.worker-choice a{background:var(--orange)}.business-choice{border-color:#d1e0f4;background:#f2f7ff}.business-choice .choice-icon{color:var(--blue);background:#fff}.business-choice p{color:#0d61cf}.business-choice a{background:var(--blue)}
/* footer */.site-footer{border-top:1px solid #e6e8ed;background:#fbfbfc}.footer-shell{width:min(100% - 48px,1320px);margin-inline:auto;padding:34px 0 27px;display:grid;grid-template-columns:1.1fr 1.45fr .8fr;gap:42px;align-items:start}.footer-logo{display:inline-flex;align-items:baseline;font-size:34px;line-height:1;letter-spacing:-1.2px;font-weight:700}.footer-logo span{color:var(--orange)}.footer-logo b{color:var(--blue)}.footer-brand h2{margin:16px 0 0;font-size:17px}.footer-brand p{max-width:360px;margin:9px 0 0;color:var(--body);font-size:13px;line-height:1.55}.footer-local-line{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px;font-size:12px;font-weight:700}.footer-local-line span:nth-child(1){color:var(--blue)}.footer-local-line span:nth-child(2){color:var(--orange)}.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.footer-links h3{margin:0 0 12px;font-size:14px}.footer-links a{display:block;width:fit-content;margin-top:9px;color:#414a61;font-size:12.5px;line-height:1.35}.footer-links a:hover,.legal-links a:hover{color:var(--blue)}.footer-business-card{min-height:112px;padding:20px;display:flex;align-items:center;gap:14px;border:1px solid #d9e5f5;border-radius:16px;background:#f5f8fd}.business-bridge-icon{width:50px;height:50px;display:grid;place-items:center;flex:none;color:var(--blue);background:#fff;border-radius:14px}.business-bridge-icon svg{width:31px}.footer-business-card strong{display:block;font-size:16px}.footer-business-card a{display:inline-flex;gap:7px;margin-top:7px;color:var(--blue);font-size:13px}.footer-legal{width:min(100% - 48px,1320px);min-height:64px;margin-inline:auto;padding:18px 0;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:28px;border-top:1px solid #e1e4e9;color:#626b7f;font-size:11.5px}.legal-links,.social-links{display:flex;align-items:center;gap:12px}.legal-links a{color:#626b7f}.social-links{gap:10px}.social-links a{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#fff;background:#11172a;border-radius:50%;font-size:11px;font-weight:700}
@media(max-width:1100px){.hero-grid{grid-template-columns:1fr;gap:38px}.hero-copy{max-width:760px}.network-visual{width:min(100%,760px);margin-inline:auto}.audience-grid,.audience-grid.reverse{grid-template-columns:1fr}.product-panel{display:grid;grid-template-columns:1fr 1fr}.product-image{min-height:350px}.footer-shell{grid-template-columns:1fr 1.5fr}.footer-business-card{grid-column:1/-1}.difference-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.hiw-shell{width:min(100% - 30px,700px)}.hiw-hero{padding:56px 0 62px}.hero-copy h1{font-size:58px}.network-visual{min-height:570px}.worker-node,.business-node{width:245px}.worker-node{left:0}.business-node{right:0}.network-center{top:190px}.worker-line,.business-line{display:none}.invite-card{bottom:10px}.audience-section,.connection-section,.difference-section{padding:68px 0}.steps-grid{grid-template-columns:1fr}.step-card{min-height:0}.product-panel{display:block}.section-action{align-items:flex-start;flex-direction:column}.section-action>a{width:100%}.conversation-flow{grid-template-columns:1fr 1fr;gap:15px}.conversation-flow>i{display:none}.conversation-flow article{min-height:230px}.choice-grid{grid-template-columns:1fr}.footer-shell{grid-template-columns:1fr}.footer-links{order:3}.footer-business-card{grid-column:auto}.footer-legal{grid-template-columns:1fr;text-align:center}.legal-links,.social-links{justify-content:center}}
@media(max-width:600px){.hiw-shell{width:calc(100% - 24px)}.hiw-hero{padding:42px 0 50px}.hero-copy{text-align:center}.hero-copy h1{margin-top:13px;font-size:43px;letter-spacing:-1.3px}.hero-lede{font-size:15px;line-height:1.55}.hero-jumps{display:grid;grid-template-columns:1fr 1fr;gap:9px}.hero-jumps a{min-height:47px;padding:9px 10px;font-size:13px}.hero-note{font-size:11px}.network-visual{min-height:500px;margin-top:10px}.network-node{width:calc(50% - 7px);min-height:155px;display:block;padding:15px;text-align:center}.worker-node{top:18px}.business-node{top:18px}.network-node .node-icon{width:48px;height:48px;margin:0 auto 10px}.network-node svg{width:29px;height:29px}.network-node strong{font-size:12px}.network-center{top:199px;width:142px;height:142px}.network-center-mark{width:60px;height:60px}.network-center-mark img{width:60px;height:60px;object-fit:contain}.network-center strong{font-size:14px}.invite-card{bottom:0;width:100%;grid-template-columns:45px 1fr;padding:14px 15px;text-align:left}.invite-card>span{width:43px;height:43px}.invite-card strong{font-size:12px}.shared-principle{padding:21px 0}.shared-principle p{font-size:17px}.section-heading{text-align:center;margin-bottom:30px}.section-heading h2{font-size:38px}.section-heading>p:last-child{font-size:14.5px}.audience-section{padding:54px 0}.audience-grid{gap:25px}.steps-grid{gap:11px}.step-card{padding:21px 20px}.step-card h3{font-size:20px}.product-image{min-height:0;padding:15px}.panel-copy{padding:23px 20px}.panel-copy h3{font-size:23px}.section-action{margin-top:22px;padding:19px 18px}.section-action strong{font-size:18px}.conversation-flow{grid-template-columns:1fr}.conversation-flow article{min-height:0}.difference-grid{grid-template-columns:1fr}.difference-grid article{min-height:0}.final-choice{padding:57px 0 65px}.final-heading h2{font-size:39px}.choice-grid article{grid-template-columns:58px 1fr;gap:16px;padding:24px 20px}.choice-icon{width:56px;height:56px;border-radius:16px}.choice-icon svg{width:33px}.choice-grid h3{font-size:24px}.choice-grid a{width:100%}.footer-shell,.footer-legal{width:calc(100% - 30px)}.footer-links{grid-template-columns:1fr 1fr}.footer-company-links{grid-column:1/-1}.footer-business-card{padding:17px}.footer-local-line{justify-content:flex-start}}
@media(max-width:375px){.hero-copy h1{font-size:39px}.hero-jumps{grid-template-columns:1fr}.network-node{min-height:160px;padding-inline:10px}.network-node .node-icon{width:44px;height:44px}.network-center{top:205px}.section-heading h2{font-size:35px}.choice-grid article{grid-template-columns:1fr}.choice-icon{margin-bottom:2px}.footer-links{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
