:root{
    --protein-accent:#0ea5e9;
    --protein-bg-from:#ffffff;
    --protein-bg-to:#ffffff;
    --protein-ink:rgb(34,53,72);
    --protein-muted:#65758a;
    --protein-line:#d7e5f4;
    --protein-soft:#f6fbff;
    --protein-deep:#07172a;
    --protein-shadow:0 24px 60px rgba(34,53,72,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.protein-page{
    margin:0;
    font-family:var(--zp-ui-font-family,"72 Brand Variable",Arial,Helvetica,sans-serif);
    font-size:16px;
    line-height:24px;
    font-weight:400;
    color:var(--protein-ink);
    background:#fff;
    overflow-x:hidden;
}
a{color:inherit}
.protein-shell{width:min(1256px,calc(100% - 56px));margin:0 auto}
.protein-topbar{height:44px;background:#1b1b1b;color:#fff;font-size:14px;line-height:18px}
.protein-topbar-inner{height:44px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.protein-topbar-message{opacity:.88;font-weight:500;white-space:nowrap}
.protein-topbar-links{display:flex;align-items:center;gap:24px}
.protein-topbar-links a{text-decoration:none;color:#fff;font-weight:500;opacity:.95}
.protein-topbar-links a:hover{color:#d8f3ff}
.protein-topbar-links .is-lang::after{content:"";display:inline-block;margin-left:10px;vertical-align:middle;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid currentColor}
.protein-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid #eef2f6;box-shadow:0 10px 26px rgba(34,53,72,.045)}
.protein-header-inner{height:98px;display:flex;align-items:center;gap:28px}
.protein-brand{display:flex;align-items:center;gap:14px;text-decoration:none;min-width:262px;color:#1f2937}
.protein-brand>span{width:58px;height:58px;display:grid;place-items:center;font-size:52px;line-height:1;font-weight:900;color:var(--protein-accent);letter-spacing:-.08em}
.protein-brand strong{font-size:26px;line-height:28px;font-weight:500;letter-spacing:-.03em;color:#1f2937}
.protein-brand small{display:block;font-size:11px;line-height:14px;font-weight:400;color:#7b8794;letter-spacing:.06em;text-transform:uppercase}
.protein-nav{flex:1;height:100%;display:flex;align-items:center;justify-content:center;gap:8px}
.protein-nav-link,.protein-nav-item>a,.protein-login{height:44px;display:inline-flex;align-items:center;gap:5px;padding:0 13px;text-decoration:none;border-radius:2px;color:#1f2937;font-weight:500;font-size:16px;line-height:18px;white-space:nowrap;position:relative}
.protein-nav-link::after,.protein-nav-item>a::after,.protein-login::after{content:"";position:absolute;left:13px;right:13px;bottom:4px;height:2px;background:var(--protein-accent);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
.protein-nav-link:hover::after,.protein-nav-item:hover>a::after,.protein-login:hover::after{transform:scaleX(1)}
.protein-nav-link.is-highlight{color:var(--protein-accent)}
.protein-nav-item{height:100%;display:flex;align-items:center;position:static}
.protein-nav-item>a i{font-size:15px}
.protein-header-actions{display:flex;align-items:center;gap:12px}
.protein-nav-cta,.protein-hero-actions .primary,.protein-final-cta a,.protein-pos-highlight a,.protein-about a{height:52px;padding:0 24px;border-radius:4px;background:var(--protein-accent);color:#fff;text-decoration:none;font-size:16px;line-height:18px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 16px 30px rgba(14,165,233,.22);white-space:nowrap}
.protein-nav-cta:hover,.protein-hero-actions .primary:hover,.protein-final-cta a:hover,.protein-pos-highlight a:hover,.protein-about a:hover{filter:brightness(.96);transform:translateY(-1px)}
.protein-mega{position:absolute;left:0;right:0;top:98px;width:min(1260px,calc(100vw - 64px));margin:0 auto;background:#fff;border:1px solid #eef2f6;box-shadow:0 24px 55px rgba(34,53,72,.13);opacity:0;visibility:hidden;transform:translateY(9px);pointer-events:none;transition:.18s ease;padding:34px 38px}
.protein-nav-item:hover .protein-mega,.protein-nav-item:focus-within .protein-mega{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.protein-mega a{text-decoration:none;color:var(--protein-ink)}
.protein-mega-solutions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 34px}
.protein-mega-solutions>a,.protein-mega-platform section a,.protein-mega-customers section a{display:grid;grid-template-columns:38px minmax(0,1fr);gap:14px;align-items:start;padding:8px;border-left:2px solid transparent}
.protein-mega-solutions>a:hover,.protein-mega-platform section a:hover,.protein-mega-customers section a:hover{background:#f7fbff;border-left-color:var(--protein-accent)}
.protein-mega i{font-size:28px;color:var(--protein-accent)}
.protein-mega b{display:block;font-size:18px;line-height:24px;font-weight:500;color:#233548}
.protein-mega em{display:block;font-style:normal;color:#7a8795;font-size:14px;line-height:22px;margin-top:6px;font-weight:400}
.protein-mega-platform{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.protein-mega-platform h4,.protein-mega-customers h4{margin:0 0 12px;font-size:12px;line-height:16px;text-transform:uppercase;letter-spacing:.12em;color:var(--protein-accent);font-weight:500}
.protein-mega-platform section,.protein-mega-customers section{display:grid;gap:6px}
.protein-mega-platform section a,.protein-mega-customers section a{grid-template-columns:28px minmax(0,1fr)}
.protein-mega-platform i,.protein-mega-customers i{font-size:21px}.protein-mega-platform b,.protein-mega-customers b{font-size:15px;line-height:20px}.protein-mega-platform em,.protein-mega-customers em{font-size:12px;line-height:18px;margin-top:3px}
.protein-mega-customers{display:grid;grid-template-columns:1fr 1fr 320px;gap:28px}
.protein-mega-customers aside{background:#f8fcff;border:1px solid var(--protein-line);padding:22px;min-height:210px}
.protein-mega-customers aside small{display:inline-block;color:var(--protein-accent);font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}
.protein-mega-customers aside b{display:block;font-size:24px;line-height:28px;font-weight:500;color:#223548}
.protein-mega-customers aside p{color:#65758a;line-height:24px}
.protein-mega-customers aside a{display:inline-flex;height:38px;align-items:center;padding:0 14px;border:1px solid var(--protein-line);color:var(--protein-accent);font-weight:500;background:#fff}
.protein-mega-blog{right:auto;left:50%;transform:translate(-20%,9px);width:min(520px,calc(100vw - 64px));display:grid;gap:12px;padding:24px}
.protein-blog-nav:hover .protein-mega-blog,.protein-blog-nav:focus-within .protein-mega-blog{transform:translate(-20%,0)}
.protein-mega-blog a{display:block;padding:12px 14px;border-left:2px solid var(--protein-accent);background:#fbfdff}.protein-mega-blog b{font-size:16px}.protein-mega-blog em{font-size:13px}
.protein-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(480px,1.05fr);gap:64px;align-items:center;min-height:640px;padding:74px 0 82px;border-bottom:1px solid #eef2f6;background:#fff}
.protein-hero-copy small,.protein-section-head small,.protein-ai small,.protein-final-cta small,.protein-about small,.protein-pos-highlight small,.protein-detail-copy small,.protein-detail-split small{display:inline-flex;align-items:center;gap:8px;font-size:16px;line-height:18px;font-weight:500;color:#b77900;letter-spacing:.02em}
.protein-hero-copy h1{font-size:clamp(50px,5.3vw,82px);line-height:1.04;letter-spacing:-.055em;font-weight:500;margin:18px 0 22px;color:#1e2938;max-width:730px}
.protein-hero-copy p{font-size:21px;line-height:30px;font-weight:400;color:#223548;max-width:630px;margin:0}
.protein-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.protein-hero-actions a{height:56px;border-radius:4px;padding:0 28px;text-decoration:none;font-weight:500;display:inline-flex;align-items:center}.protein-hero-actions .secondary{background:#fff;color:#223548;border:1px solid var(--protein-accent)}.protein-hero-actions .secondary:hover{color:var(--protein-accent)}
.protein-trust-line{display:flex;align-items:center;gap:12px;margin-top:26px;color:#65758a}.protein-trust-line span{height:1px;width:54px;background:var(--protein-accent)}.protein-trust-line b{font-size:14px;font-weight:500}
.protein-hero-visual{position:relative;min-height:520px;display:grid;place-items:center;isolation:isolate}.protein-hero-visual::before{content:"";position:absolute;width:440px;height:440px;right:9%;top:4%;border-radius:49% 51% 48% 52% / 43% 46% 54% 57%;background:#fbfbf2;outline:1px dashed rgba(14,165,233,.18);z-index:-2}.protein-hero-visual::after{content:"";position:absolute;width:116px;height:86px;right:8%;bottom:12%;background-image:radial-gradient(var(--protein-accent) 2.3px,transparent 2.5px);background-size:18px 18px;opacity:.75;z-index:-1}
.protein-hero-image{width:100%;max-height:570px;object-fit:cover}.protein-window{width:min(100%,660px);background:#fff;border:1px solid #e9eef4;box-shadow:0 18px 45px rgba(34,53,72,.06);overflow:hidden}.protein-window-bar{height:56px;background:#fff;border-bottom:1px solid #e9eef4;display:flex;align-items:center;gap:8px;padding:0 18px}.protein-window-bar span{width:11px;height:11px;border-radius:50%;background:rgba(14,165,233,.32)}.protein-window-bar b{margin-left:8px;font-weight:500}.protein-window-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:14px;padding:18px}.protein-window-grid article{min-height:118px;background:#fff;border:1px solid #e9eef4;padding:18px}.protein-window-grid .wide{grid-column:span 2}.protein-window-grid .soft{background:#172033;color:#fff;border-color:#172033}.protein-window-grid small{display:block;color:var(--protein-accent);font-weight:500;text-transform:uppercase;letter-spacing:.08em}.protein-window-grid strong{display:block;font-size:40px;line-height:42px;font-weight:500;color:var(--protein-accent)}.protein-window-grid em{display:block;font-style:normal;color:#65758a}.protein-window-grid .soft p{color:#dce8f7}.protein-window-grid .chart{display:flex;align-items:end;gap:10px}.protein-window-grid .chart i{flex:1;border-radius:999px 999px 0 0;background:linear-gradient(180deg,var(--protein-accent),rgba(14,165,233,.08))}
.protein-float-card{position:absolute;background:#fff;border:1px solid #e9eef4;box-shadow:0 16px 34px rgba(34,53,72,.08);padding:13px 16px}.protein-float-card span{display:block;color:#65758a;font-size:12px;font-weight:500}.protein-float-card strong{font-size:24px;line-height:28px;color:var(--protein-accent);font-weight:500}.protein-float-card.left{left:4%;bottom:9%}.protein-float-card.right{right:1%;top:12%}
.protein-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:38px}.protein-stats article{border:1px solid #e9eef4;border-top:3px solid var(--protein-accent);background:#fff;padding:22px}.protein-stats strong{display:block;font-size:28px;line-height:34px;font-weight:500;letter-spacing:-.03em;color:#1e2938}.protein-stats span{color:#65758a;font-weight:400}
.protein-about{display:grid;grid-template-columns:minmax(0,.78fr) minmax(420px,1fr);gap:70px;padding:92px 0;border-bottom:1px solid #eef2f6}.protein-about h2,.protein-section-head h2,.protein-ai h2,.protein-final-cta h2,.protein-pos-highlight h2,.protein-detail-copy h1,.protein-detail-split h2{font-size:clamp(34px,4vw,58px);line-height:1.05;letter-spacing:-.045em;font-weight:500;margin:14px 0 18px;color:#1e2938}.protein-about p{font-size:18px;line-height:30px;color:#44566c;margin:0 0 24px}.protein-about a{box-shadow:none}
.protein-section,.protein-workflow,.protein-faq,.protein-final-cta{padding:92px 0;background:#fff}.protein-section-head{text-align:center;max-width:820px;margin:0 auto 34px}.protein-section-head.compact{margin-bottom:26px}.protein-section-head p,.protein-ai p,.protein-final-cta p,.protein-pos-highlight p{font-size:16px;line-height:26px;color:#65758a;margin:0 auto;max-width:780px}
.protein-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.protein-feature-card,.protein-module-grid article,.protein-workflow-grid article,.protein-ai aside,.protein-faq details,.protein-detail-cards article{border:1px solid #e9eef4;background:#fff;padding:24px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.protein-feature-card:hover,.protein-module-grid article:hover,.protein-workflow-grid article:hover,.protein-detail-cards article:hover{border-color:rgba(14,165,233,.45);box-shadow:0 18px 34px rgba(14,165,233,.08);transform:translateY(-2px)}.protein-feature-card i{font-size:32px;color:var(--protein-accent)}.protein-feature-card h3,.protein-module-grid h3,.protein-detail-cards h3{font-size:22px;line-height:28px;font-weight:500;margin:14px 0 10px;color:#223548}.protein-feature-card p,.protein-module-grid p,.protein-workflow-grid p,.protein-detail-cards p{color:#65758a;line-height:24px}.protein-feature-card a{text-decoration:none;color:var(--protein-accent);font-weight:500}
.protein-ai{border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6}.protein-ai-inner{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,.85fr);gap:70px;align-items:center}.protein-prompt-list{display:grid;gap:10px;margin-top:24px}.protein-prompt-list span{display:block;border-left:2px solid var(--protein-accent);padding:10px 14px;background:#fbfdff;color:#223548}.protein-chat-head{display:flex;justify-content:space-between;border-bottom:1px solid #e9eef4;padding-bottom:14px}.protein-chat-head b{color:var(--protein-accent);font-weight:500}.protein-chat-head em{font-style:normal;color:#65758a}.protein-chat-bubble{margin-top:14px;padding:14px 16px;line-height:24px}.protein-chat-bubble.user{background:var(--protein-accent);color:#fff}.protein-chat-bubble.ai{background:#f7fbff;color:#223548;border:1px solid #e9eef4}.protein-mini-table{margin-top:16px;display:grid;grid-template-columns:1.2fr .8fr 1fr;border:1px solid #e9eef4}.protein-mini-table span,.protein-mini-table b{padding:10px;border-bottom:1px solid #e9eef4;font-size:13px}.protein-mini-table span{color:var(--protein-accent);font-weight:500}.protein-mini-table b{font-weight:400;color:#223548}
.protein-module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.protein-module-grid article span,.protein-workflow-grid article b{display:block;color:var(--protein-accent);font-size:14px;font-weight:500;margin-bottom:10px}.protein-workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.protein-workflow-grid article strong{display:block;font-size:20px;line-height:26px;font-weight:500;color:#223548;margin-bottom:8px}.protein-integration-cloud,.protein-plan-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:26px 0 28px}.protein-integration-cloud span,.protein-plan-strip span{display:inline-flex;min-height:40px;align-items:center;border:1px solid #e9eef4;background:#fff;padding:0 15px;color:#223548}.protein-integration-cloud span:hover,.protein-plan-strip span:hover{border-color:var(--protein-accent);color:var(--protein-accent)}
.protein-pos-highlight{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,.8fr);gap:70px;align-items:center;padding:92px 0;border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6}.protein-pos-highlight a{margin-top:22px}.protein-kiosk-card{display:grid;grid-template-columns:1fr 160px;gap:16px}.kiosk-screen,.kiosk-list{border:1px solid #e9eef4;background:#fff;box-shadow:0 20px 45px rgba(34,53,72,.06);padding:22px}.kiosk-screen b{display:block;color:var(--protein-accent);font-size:14px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.kiosk-screen span,.kiosk-list span{display:block;border:1px solid #e9eef4;margin-bottom:10px;padding:12px;color:#223548}.kiosk-screen strong{display:flex;height:48px;align-items:center;justify-content:center;background:var(--protein-accent);color:#fff;font-weight:500}.kiosk-list span{border-left:3px solid var(--protein-accent);background:#fbfdff;font-size:14px}
.protein-plans,.protein-customers{border-top:1px solid #eef2f6}.protein-faq-list{max-width:920px;margin:0 auto;display:grid;gap:10px}.protein-faq details{padding:0}.protein-faq summary{cursor:pointer;padding:18px 22px;font-weight:500;color:#223548}.protein-faq details p{margin:0;padding:0 22px 20px;color:#65758a}.protein-final-cta{text-align:center;border-top:1px solid #eef2f6}.protein-final-cta p{margin-bottom:24px}.protein-final-cta a{margin-top:10px}
.protein-footer{background:#111827;color:#dce7f3;padding:58px 0 22px}.protein-footer-grid{display:grid;grid-template-columns:1.4fr repeat(5,minmax(120px,1fr));gap:30px}.protein-footer h4{margin:0 0 14px;color:#fff;font-size:15px;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.protein-footer a{display:block;color:#c8d5e3;text-decoration:none;margin:9px 0}.protein-footer a:hover{color:#fff}.protein-footer-brand b{display:block;font-size:28px;line-height:32px;font-weight:500;color:#fff}.protein-footer p{color:#aebdcc;line-height:24px;margin:12px 0}.protein-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;gap:16px;color:#aebdcc;font-size:14px}.protein-footer-bottom a{margin:0;color:#fff;display:inline}
.protein-detail-main{background:#fff}.protein-detail-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,.75fr);gap:72px;align-items:center;min-height:610px;padding:78px 0 84px;border-bottom:1px solid #eef2f6}.protein-detail-copy h1{font-size:clamp(46px,5.2vw,80px);line-height:1.02;max-width:800px}.protein-detail-copy p{font-size:21px;line-height:32px;color:#223548;max-width:760px}.protein-detail-panel{position:relative;background:#fff;border:1px solid #e9eef4;padding:28px;min-height:430px;box-shadow:0 28px 56px rgba(34,53,72,.06)}.protein-detail-panel::before{content:"";position:absolute;right:28px;bottom:24px;width:92px;height:92px;background-image:radial-gradient(var(--protein-accent) 2px,transparent 2.2px);background-size:14px 14px}.protein-detail-panel-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9eef4;padding-bottom:18px}.protein-detail-panel-head span{color:var(--protein-accent);font-size:42px;line-height:1;font-weight:500}.protein-detail-panel-head b{font-size:13px;color:#65758a;text-transform:uppercase;letter-spacing:.09em}.protein-detail-chart{height:170px;display:flex;align-items:flex-end;gap:14px;padding:34px 8px 10px;border-bottom:1px solid #e9eef4}.protein-detail-chart i{flex:1;min-width:24px;border-radius:999px 999px 0 0;background:linear-gradient(180deg,var(--protein-accent),rgba(14,165,233,.08))}.protein-detail-chart i:nth-child(1){height:44%}.protein-detail-chart i:nth-child(2){height:68%}.protein-detail-chart i:nth-child(3){height:51%}.protein-detail-chart i:nth-child(4){height:88%}.protein-detail-chart i:nth-child(5){height:62%}.protein-detail-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.protein-detail-kpis article{border:1px solid #e9eef4;padding:14px;background:#fff}.protein-detail-kpis small{display:block;color:#65758a;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.protein-detail-kpis strong{display:block;color:#223548;font-size:24px;font-weight:500}.protein-detail-note{margin-top:18px;color:#65758a;line-height:24px;max-width:360px}.protein-detail-split{display:grid;grid-template-columns:minmax(0,.86fr) minmax(420px,1fr);gap:70px;align-items:start;padding:88px 0;border-bottom:1px solid #eef2f6}.protein-detail-split p{font-size:18px;line-height:30px;color:#44566c}.protein-detail-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.protein-detail-checks span{display:flex;align-items:flex-start;gap:10px;border:1px solid #e9eef4;background:#fff;padding:14px;color:#223548}.protein-detail-checks i{color:var(--protein-accent);margin-top:3px}.protein-detail-card-section,.protein-detail-flow,.protein-detail-faq{padding:88px 0;border-bottom:1px solid #eef2f6}.protein-detail-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.protein-detail-cards i{font-size:28px;color:var(--protein-accent)}
.pps-sep{border:0;border-top:1px solid #e9eef4;margin:18px 0}
@media (max-width:1180px){.protein-header-inner{height:auto;min-height:98px;padding:14px 0;flex-wrap:wrap}.protein-nav{order:3;width:100%;justify-content:flex-start;overflow:auto;padding-bottom:6px}.protein-mega{top:122px}.protein-hero,.protein-about,.protein-pos-highlight,.protein-ai-inner,.protein-detail-hero,.protein-detail-split{grid-template-columns:1fr}.protein-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.protein-brand{min-width:0}}
@media (max-width:780px){.protein-shell{width:min(100% - 28px,1256px)}.protein-topbar-message{display:none}.protein-topbar-inner{justify-content:flex-end}.protein-topbar-links{gap:14px}.protein-header-actions{width:100%;justify-content:space-between}.protein-hero-copy h1{font-size:44px}.protein-hero-copy p,.protein-detail-copy p{font-size:18px;line-height:28px}.protein-hero,.protein-section,.protein-workflow,.protein-faq,.protein-final-cta,.protein-about,.protein-pos-highlight,.protein-detail-hero,.protein-detail-split,.protein-detail-card-section,.protein-detail-flow{padding:52px 0}.protein-stats,.protein-feature-grid,.protein-module-grid,.protein-workflow-grid,.protein-detail-cards,.protein-detail-checks{grid-template-columns:1fr}.protein-footer-grid{grid-template-columns:1fr}.protein-footer-bottom{display:block}.protein-mega{display:none}.protein-kiosk-card{grid-template-columns:1fr}.protein-brand>span{width:42px;height:42px;font-size:42px}.protein-brand strong{font-size:22px}}
