.gf-contact-section{color:var(--gf-color-text-inverse);background:var(--gf-color-brand-blue-primary)}.gf-contact-inner{display:flex;flex-direction:column;align-items:flex-start;gap:var(--gf-space-100)}.gf-contact-heading{margin:0;color:var(--gf-color-text-inverse);font-family:var(--gf-font-family-display);font-synthesis:none;font-size:84px;font-weight:var(--gf-font-weight-light);line-height:100px;letter-spacing:0}.gf-contact-cta{width:180px;height:var(--gf-space-56);min-height:var(--gf-space-56);gap:var(--gf-space-8);padding:var(--gf-space-10);border-radius:32px;font-family:var(--gf-font-family-body);font-size:var(--gf-text-body-size);font-weight:var(--gf-font-weight-semibold);line-height:var(--gf-text-body-line-height)}@media (max-width:1100px){.gf-contact-heading{font-size:clamp(48px,6vw,72px);line-height:1.2}}@media (max-width:700px){.gf-contact-inner{gap:var(--gf-space-64)}.gf-contact-heading{font-size:clamp(36px,9vw,46px);line-height:1.2}}.gf-hero{position:relative;min-height:1000px;overflow:hidden;color:var(--gf-color-text-inverse);background:#000}.gf-hero-visual{position:absolute;inset:0;background-image:url(/official/assets/home/mindflow-data-figure-v1.png);background-repeat:no-repeat;background-position:calc(50% + var(--shift-x, 0px)) calc(50% + var(--shift-y, 0px));background-size:cover;transition:background-position .7s cubic-bezier(.2,.8,.2,1)}.gf-hero-inner{position:relative;z-index:2;min-height:1000px;display:flex;align-items:flex-end;padding-bottom:190px}.gf-hero-content{width:min(443px,100%);gap:36px}.gf-hero-content,.gf-hero-copy{display:flex;flex-direction:column;align-items:flex-start}.gf-hero-copy{width:100%;gap:26px;font-family:var(--gf-font-family-display)}.gf-hero-eyebrow{display:block;width:100%;color:rgb(var(--gf-color-text-inverse-channels)/.6);font-size:18px;font-weight:var(--gf-font-weight-medium);line-height:normal}.gf-hero .gf-hero-title{width:100%;display:block;margin:0;color:var(--gf-color-text-inverse);font-size:50px;font-weight:var(--gf-font-weight-light);line-height:60px;letter-spacing:0}.gf-hero-title>span{display:block;white-space:nowrap}.gf-hero-title em{color:var(--gf-color-brand-blue-primary);font-style:normal;font-weight:inherit}.gf-hero-credential{width:100%;margin:0;color:rgb(var(--gf-color-text-inverse-channels)/.6);font-family:var(--gf-font-family-display);font-size:26px;font-weight:var(--gf-font-weight-medium);line-height:36px}.gf-hero-actions{display:flex;align-items:center;gap:20px}.gf-hero-actions .gf-button{width:120px;height:46px;min-height:46px;gap:8px;padding:10px;border-radius:32px;font-family:var(--gf-font-family-body);font-size:14px;font-weight:var(--gf-font-weight-semibold);line-height:24px}.gf-hero-actions .gf-button-red{background:var(--gf-color-brand-red-primary)}.gf-hero-actions .gf-button-line{border-color:rgb(var(--gf-color-text-inverse-channels)/.6);background:rgb(var(--gf-color-text-inverse-channels)/.04)}.gf-header-sentinel{position:absolute;top:48px;left:0;width:1px;height:1px;pointer-events:none}@media (max-width:1100px){.gf-hero .gf-hero-title{font-size:clamp(42px,4.5vw,50px);line-height:1.2}}@media (max-width:700px){.gf-hero{min-height:860px}.gf-hero:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgb(0 0 0/.2) 0,rgb(0 0 0/.34) 40%,#000 68%);pointer-events:none}.gf-hero-visual{background-position:calc(68% + var(--shift-x, 0px)) top;background-size:auto 68%}.gf-hero-inner{min-height:860px;padding-bottom:150px}.gf-hero-content{width:100%;gap:28px}.gf-hero-copy{gap:20px}.gf-hero-eyebrow{font-size:14px;line-height:20px}.gf-hero .gf-hero-title{font-size:clamp(32px,9vw,38px);line-height:1.2}.gf-hero-credential{font-size:18px;line-height:28px}.gf-hero-actions{flex-wrap:wrap}}.gf-card-stack{position:relative;width:min(700px,100%);height:512px;isolation:isolate}.gf-card-stack-card,.gf-card-stack-layer{position:absolute;left:0;box-sizing:border-box;width:100%;height:477px;overflow:hidden;border:1px solid #f2f1ed;border-radius:clamp(20px,4.29vw,30px);box-shadow:var(--gf-shadow-card);transform-origin:top center}.gf-card-stack-layer--back{top:0;z-index:1;background:var(--gf-color-surface);scale:.85714 1}.gf-card-stack-layer--middle{top:17.5px;z-index:2;background:var(--gf-color-surface);scale:.92857 1}.gf-card-stack-card--active{top:0;z-index:3;translate:0 35px;scale:1 1}.gf-card-stack-card--active.is-outgoing{animation:gf-card-stack-outgoing-position var(--gf-card-stack-duration) cubic-bezier(.22,1,.36,1) both,gf-card-stack-outgoing-scale var(--gf-card-stack-duration) cubic-bezier(.22,1,.36,1) both}.gf-card-stack-card--incoming{top:0;z-index:4;translate:0 0;scale:.85714 1;animation:gf-card-stack-incoming-position var(--gf-card-stack-duration) cubic-bezier(.3,-.42,.22,1) both,gf-card-stack-incoming-scale var(--gf-card-stack-duration) cubic-bezier(.22,1,.36,1) both}@keyframes gf-card-stack-incoming-position{0%{translate:0 0}to{translate:0 35px}}@keyframes gf-card-stack-incoming-scale{0%{scale:.85714 1}to{scale:1 1}}@keyframes gf-card-stack-outgoing-position{0%{translate:0 35px}to{translate:0 17.5px}}@keyframes gf-card-stack-outgoing-scale{0%{scale:1 1}to{scale:.92857 1}}@media (max-width:700px){.gf-card-stack{height:auto;aspect-ratio:700/512}.gf-card-stack-card,.gf-card-stack-layer{height:auto;aspect-ratio:700/477;border-radius:4.29vw}}@media (prefers-reduced-motion:reduce){.gf-card-stack-card{animation:none}}.gf-impact{overflow:hidden;background:var(--gf-color-background-paper)}.gf-impact-inner{display:flex;flex-direction:column;gap:var(--gf-space-100)}.gf-impact-heading{margin:0;color:var(--gf-color-text-primary);font-family:var(--gf-font-family-display);font-size:84px;font-weight:var(--gf-font-weight-light);line-height:100px;letter-spacing:0}.gf-impact-layout{display:flex;flex-direction:row;align-items:center;gap:50px}.gf-impact-stats{flex:0 1 auto;display:grid;overflow:hidden;border-radius:var(--gf-space-20);background:var(--gf-color-surface);height:468px;width:895px}.gf-impact-stats article{display:grid;grid-template-columns:minmax(170px,auto) minmax(0,1fr);align-items:center;justify-content:space-between;grid-gap:var(--gf-space-24);gap:var(--gf-space-24);height:156px;padding:28px var(--gf-space-32);border-bottom:1px solid var(--gf-color-background-paper)}.gf-impact-stats article:last-child{border-bottom:0}.gf-impact-stats strong{color:var(--gf-color-brand-blue-primary);font-size:72px;font-weight:var(--gf-font-weight-light);line-height:normal;letter-spacing:0;white-space:nowrap}.gf-impact-stats p{margin:0;color:var(--gf-color-text-hint);font-size:var(--gf-text-body-lg-size);line-height:var(--gf-text-body-lg-line-height);text-align:right}.gf-impact-voices{flex:0 1 auto;display:flex;align-items:center;justify-content:center;height:512px;overflow:visible;width:700px;min-width:460px}.gf-impact-voice{position:relative;width:100%;height:100%;color:#000;background:var(--gf-color-surface)}.gf-impact-voice-blue{color:var(--gf-color-text-inverse);background:var(--gf-color-brand-blue-primary)}.gf-impact-voice p{position:relative;z-index:1;box-sizing:border-box;width:85%;height:auto;padding-top:12.5%;margin:0 0 0 9%;font-size:clamp(16px,2.22vw,26px);font-weight:var(--gf-font-weight-regular);line-height:2;word-break:break-word}.gf-impact-voice-logo{position:absolute;z-index:1;display:grid;place-items:center;pointer-events:none}.gf-impact-voice-logo img{display:block;width:100%;height:100%;object-fit:contain}.gf-impact-voice-logo-kuangye{right:50px;bottom:40px;width:98px;height:98px}.gf-impact-voice-logo-keda{right:50px;bottom:58px;width:120px;height:47px}.gf-impact-voice-logo-sanyou{right:42px;bottom:42px;width:91px;height:98px}.gf-impact-voice-logo-ustb{right:25px;bottom:31px;width:120px;height:120px}.gf-impact-voice-logo-bjippc{right:50px;bottom:40px;width:104px;height:97px}@media (max-width:1100px){.gf-impact-heading{font-size:clamp(48px,6vw,72px);line-height:1.2}.gf-impact-inner{gap:var(--gf-space-64)}.gf-impact-layout{flex-direction:column}.gf-impact-heading{font-size:clamp(36px,9vw,46px);line-height:1.2}.gf-impact-stats article{grid-template-columns:minmax(116px,auto) minmax(0,1fr);gap:var(--gf-space-16);height:116px;padding:var(--gf-space-24)}.gf-impact-stats strong{font-size:clamp(40px,12vw,54px)}.gf-impact-stats p{font-size:var(--gf-text-body-sm-size);line-height:var(--gf-text-body-sm-line-height)}.gf-impact-voices{width:100%;height:auto;overflow:visible}.gf-impact-voice p{width:85%;margin-left:9%;padding-top:12.5%;font-size:clamp(15px,4.1vw,23px);line-height:2}}@media (prefers-reduced-motion:reduce){.gf-impact-voices{overflow:visible}}.gf-advantages{color:var(--gf-color-text-inverse);background:#000308}.gf-advantage-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,600px);align-items:end;grid-gap:var(--gf-space-40);gap:var(--gf-space-40)}.gf-advantages .gf-advantage-intro h2{margin:0;font-size:clamp(56px,4.375vw,84px);line-height:1.19;letter-spacing:0;font-weight:var(--gf-font-weight-light)}.gf-advantage-intro p{width:100%;max-width:600px;margin:0;color:rgb(var(--gf-color-text-inverse-channels)/.6);font-size:var(--gf-text-body-lg-size);line-height:var(--gf-text-body-lg-line-height);font-weight:var(--gf-font-weight-regular)}.gf-advantage-intro h2{grid-column:1;justify-self:start;text-align:left}.gf-advantage-intro>p{grid-column:2}@media (max-width:1100px){.gf-advantage-intro{grid-template-columns:1fr}.gf-advantages .gf-advantage-intro h2{max-width:900px}.gf-advantage-intro{gap:var(--gf-space-20)}.gf-advantage-intro h2,.gf-advantage-intro>p{grid-column:1}.gf-advantage-intro h2{justify-self:start;text-align:left}}@media (max-width:700px){.gf-advantages .gf-advantage-intro h2{font-size:clamp(40px,12vw,50px)}.gf-advantage-intro p{font-size:var(--gf-text-body-size);line-height:var(--gf-text-body-line-height)}}.gf-intelligence-visual{margin-top:var(--gf-space-40);overflow:hidden;background:#000308}.gf-intelligence-visual img{width:100%;height:auto;display:block}@media (max-width:1100px){.gf-intelligence-visual{margin-top:var(--gf-space-48)}}@media (max-width:700px){.gf-intelligence-visual{width:calc(100% - var(--gf-space-14));margin-top:var(--gf-space-40)}.gf-advantages .gf-advantage-intro h2{line-height:1.06}}.gf-manifesto{background:var(--gf-color-background-paper)}.gf-manifesto .gf-wrap{display:flex;flex-direction:column;gap:var(--gf-space-100)}.gf-manifesto .gf-manifesto-copy{max-width:none;margin:0;color:var(--gf-color-text-primary);font-size:84px;font-weight:var(--gf-font-weight-light);line-height:100px;letter-spacing:0}.gf-manifesto-body{display:flex;flex-direction:column;gap:var(--gf-space-100);width:100%}.gf-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.gf-proof-grid article{display:flex;flex-direction:column;gap:var(--gf-space-32);min-width:0;padding:var(--gf-space-32) var(--gf-space-32) var(--gf-space-56);border-top:1px solid #ccc;border-left:1px solid #ccc}.gf-proof-kicker span{color:var(--gf-color-brand-blue-primary);font-size:var(--gf-text-subtitle-size);font-weight:var(--gf-font-weight-light);line-height:normal;letter-spacing:0}.gf-proof-copy{display:flex;flex-direction:column;gap:var(--gf-space-18);width:100%}.gf-manifesto .gf-proof-grid strong{display:flex;flex-direction:column;margin:0;color:var(--gf-color-text-primary);font-size:32px;font-weight:var(--gf-font-weight-light);line-height:40px;letter-spacing:0}.gf-proof-grid strong span{white-space:nowrap}.gf-proof-grid p{margin:0;color:var(--gf-color-text-secondary);font-size:var(--gf-text-body-sm-size);line-height:var(--gf-text-body-sm-line-height)}.gf-honor-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));justify-items:center}.gf-proof-note{display:flex;align-items:center;gap:var(--gf-space-20);width:100%;max-width:340px;color:var(--gf-color-brand-blue-primary);font-size:var(--gf-text-body-size);line-height:var(--gf-text-body-line-height);text-align:center}.gf-proof-note>span{flex:1 0;min-width:0}.gf-proof-note-laurel{display:block;flex-shrink:0;width:32px;height:54px;overflow:clip}.gf-proof-note-laurel-right{transform:scaleX(-1)}@media (max-width:1100px){.gf-manifesto .gf-manifesto-copy{font-size:clamp(48px,6vw,72px);line-height:1.2}.gf-honor-grid,.gf-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gf-honor-grid{row-gap:var(--gf-space-32)}}@media (max-width:700px){.gf-manifesto .gf-wrap,.gf-manifesto-body{gap:var(--gf-space-64)}.gf-manifesto .gf-manifesto-copy{font-size:clamp(36px,9vw,46px);line-height:1.2}.gf-honor-grid,.gf-proof-grid{grid-template-columns:1fr}.gf-proof-grid article{padding:var(--gf-space-24)}.gf-manifesto .gf-proof-grid strong{font-size:28px;line-height:36px}.gf-honor-grid{row-gap:var(--gf-space-20)}}.gf-products{background:var(--gf-color-background-paper)}.gf-products .gf-wrap{display:flex;flex-direction:column;gap:var(--gf-space-100)}.gf-products .gf-products-copy{margin:0;color:var(--gf-color-text-primary);font-size:84px;font-weight:var(--gf-font-weight-light);line-height:100px;letter-spacing:0}.gf-product-layout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;grid-gap:var(--gf-space-32);gap:var(--gf-space-32)}.gf-product-card{min-width:0;display:flex;flex-direction:column;padding:50px 46px;border:1px solid transparent;border-radius:20px;background:var(--gf-color-surface);box-shadow:var(--gf-shadow-card);transition:color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.gf-product-card:focus-within,.gf-product-card:hover{color:var(--gf-color-text-inverse);border-color:transparent;background:var(--gf-color-brand-blue-primary);box-shadow:0 30px 72px rgb(var(--gf-color-brand-blue-channels)/.25);transform:translateY(-5px)}.gf-product-meta span{color:var(--gf-color-brand-blue-primary);font-family:var(--gf-font-family-display);font-size:44px}.gf-product-meta span,.gf-products .gf-product-card h3{line-height:normal;font-weight:var(--gf-font-weight-light)}.gf-products .gf-product-card h3{margin:40px 0 0;color:var(--gf-color-text-primary);font-size:32px;letter-spacing:0;height:100px}.gf-product-rule{width:82px;height:6px;display:block;flex:0 0 auto;background:var(--gf-color-brand-red-primary)}.gf-product-summary{margin:32px 0 0;color:var(--gf-color-text-secondary);font-size:var(--gf-text-body-size);line-height:var(--gf-text-body-line-height)}.gf-product-selling{margin:64px 0 0;color:var(--gf-color-brand-blue-primary);font-family:var(--gf-font-family-display);font-size:28px;line-height:normal;font-weight:var(--gf-font-weight-light)}.gf-product-facts{margin:24px 0 0;padding:0 10px;border-left:2px solid var(--gf-color-background-paper);list-style:disc;list-style-position:outside}.gf-product-facts li{margin-left:33px;color:var(--gf-color-text-primary);font-family:var(--gf-font-family-display);font-size:22px;line-height:36px;font-weight:var(--gf-font-weight-light)}.gf-product-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--gf-space-20);margin-top:auto;padding-top:40px}.gf-product-cta,.gf-product-cta-ghost{width:120px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px;border-radius:32px;font-size:var(--gf-text-body-sm-size);font-weight:var(--gf-font-weight-semibold);line-height:var(--gf-text-body-sm-line-height);white-space:nowrap;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.gf-product-cta{color:var(--gf-color-text-inverse);background:var(--gf-color-brand-red-primary)}.gf-product-cta:hover{color:var(--gf-color-text-inverse);background:var(--gf-color-brand-red-hover);transform:translateY(-2px)}.gf-product-cta:active{transform:scale(.98)}.gf-product-cta:focus-visible{outline:3px solid rgb(var(--gf-color-brand-red-channels)/.24);outline-offset:3px}.gf-product-cta-ghost{color:var(--gf-color-text-secondary);border:1px solid var(--gf-color-text-hint);background:transparent}.gf-product-card:is(:hover,:focus-within) .gf-product-facts li,.gf-product-card:is(:hover,:focus-within) .gf-product-meta span,.gf-product-card:is(:hover,:focus-within) .gf-product-selling,.gf-product-card:is(:hover,:focus-within) h3{color:var(--gf-color-text-inverse)}.gf-product-card:is(:hover,:focus-within) .gf-product-summary{color:rgb(var(--gf-color-text-inverse-channels)/.78)}.gf-product-card:is(:hover,:focus-within) .gf-product-rule{background:var(--gf-color-text-inverse)}.gf-product-card:is(:hover,:focus-within) .gf-product-facts{border-left-color:rgb(var(--gf-color-text-inverse-channels)/.38)}.gf-product-card:is(:hover,:focus-within) .gf-product-cta-ghost{color:var(--gf-color-text-inverse);border-color:var(--gf-color-text-inverse)}.gf-product-card:is(:hover,:focus-within) .gf-product-cta-ghost:hover{color:var(--gf-color-text-inverse);border-color:var(--gf-color-border-inverse-60);background:rgb(var(--gf-color-text-inverse-channels)/.12);transform:translateY(-2px)}.gf-product-card:is(:hover,:focus-within) .gf-product-cta-ghost:active{transform:scale(.98)}.gf-product-cta-ghost:focus-visible{outline:3px solid rgb(var(--gf-color-text-inverse-channels)/.24);outline-offset:3px}@media (max-width:1100px){.gf-products .gf-products-copy{font-size:clamp(48px,6vw,72px);line-height:1.2}.gf-product-layout{grid-template-columns:1fr}}@media (max-width:700px){.gf-products .gf-wrap{gap:var(--gf-space-64)}.gf-products .gf-products-copy{font-size:clamp(36px,9vw,46px);line-height:1.2}.gf-product-card{padding:32px 26px}.gf-product-meta span{font-size:36px}.gf-products .gf-product-card h3{margin-top:28px;font-size:26px;height:80px}.gf-product-summary{margin-top:24px}.gf-product-selling{margin-top:40px;font-size:24px}.gf-product-facts{margin-top:20px}.gf-product-facts li{font-size:var(--gf-text-body-lg-size);line-height:32px}.gf-product-actions{padding-top:32px}}.gf-solutions{overflow:hidden;color:var(--gf-color-text-inverse);background:var(--gf-color-brand-blue-primary)}.gf-solutions .gf-wrap{display:flex;flex-direction:column;gap:var(--gf-space-100)}.gf-solutions .gf-solutions-copy{max-width:none;margin:0;color:var(--gf-color-text-inverse);font-family:var(--gf-font-family-display);font-size:84px;font-weight:var(--gf-font-weight-light);line-height:100px;letter-spacing:0}.gf-solutions-copy .gf-title-line{display:block}@media (min-width:701px){.gf-solutions-copy .gf-title-line{white-space:nowrap}}.gf-solution-switcher{display:flex;flex-direction:column;gap:var(--gf-space-24)}.gf-solution-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:25px;gap:25px}.gf-solution-tab{min-width:0;display:flex;align-items:flex-start;gap:var(--gf-space-20);padding:var(--gf-space-24);color:rgb(var(--gf-color-text-inverse-channels)/.7);text-align:left;border:1px solid rgb(var(--gf-color-text-inverse-channels)/.2);border-radius:20px;background:rgb(var(--gf-color-text-inverse-channels)/.1);cursor:pointer;transition:color .25s ease,border-color .25s ease,background .25s ease,transform .25s ease}.gf-solution-tab:hover{color:var(--gf-color-text-inverse);border-color:rgb(var(--gf-color-text-inverse-channels)/.5);transform:translateY(-3px)}.gf-solution-tab:active{transform:scale(.985)}.gf-solution-tab:focus-visible{outline:3px solid rgb(var(--gf-color-text-inverse-channels)/.4);outline-offset:3px}.gf-solution-tab.active{color:var(--gf-color-text-primary);border-color:var(--gf-color-surface);background:var(--gf-color-surface)}.gf-solution-tab-index{flex:0 0 auto;color:rgb(var(--gf-color-text-inverse-channels)/.7);font-size:var(--gf-text-body-lg-size);line-height:normal;font-weight:var(--gf-font-weight-light)}.gf-solution-tab.active .gf-solution-tab-index{color:var(--gf-color-brand-blue-primary)}.gf-solution-tab-copy{min-width:0;display:flex;flex:1 0;flex-direction:column;gap:var(--gf-space-8)}.gf-solution-tab strong{min-width:0;font-family:var(--gf-font-family-display);font-size:var(--gf-text-body-lg-size);line-height:normal;font-weight:var(--gf-font-weight-light)}.gf-solution-tab small{min-width:0;color:rgb(var(--gf-color-text-inverse-channels)/.5);font-size:var(--gf-text-body-sm-size);line-height:var(--gf-text-body-sm-line-height)}.gf-solution-tab.active small{color:var(--gf-color-text-hint)}.gf-solution-panels{min-height:650px}.gf-solution-panel{min-height:650px;display:grid;grid-template-columns:minmax(0,714fr) minmax(0,984fr);overflow:hidden;color:var(--gf-color-text-primary);border-radius:20px;background:var(--gf-color-surface);animation:gfSolutionIn .42s cubic-bezier(.2,.8,.2,1) both}.gf-solution-panel[hidden]{display:none}.gf-solution-copy{min-width:0;padding:68px}.gf-solution-copy,.gf-solution-footer,.gf-solution-intro{display:flex;flex-direction:column;gap:var(--gf-space-48)}.gf-solution-intro{gap:var(--gf-space-32)}.gf-solution-heading{display:flex;flex-direction:column;gap:var(--gf-space-40)}.gf-solution-audience{display:block;color:var(--gf-color-brand-blue-primary);font-size:22px;line-height:28px;font-weight:var(--gf-font-weight-semibold)}.gf-solutions .gf-solution-panel h3{margin:0;color:var(--gf-color-text-primary);font-size:50px;line-height:60px;letter-spacing:0;font-weight:var(--gf-font-weight-light)}.gf-solution-copy>.gf-solution-intro>p{margin:0;color:var(--gf-color-text-hint);font-size:var(--gf-text-body-sm-size);line-height:var(--gf-text-body-sm-line-height)}.gf-solution-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--gf-space-16) var(--gf-space-32);gap:var(--gf-space-16) var(--gf-space-32)}.gf-solution-features span{min-width:0;padding-left:var(--gf-space-12);color:var(--gf-color-text-primary);border-left:2px solid rgb(var(--gf-color-brand-blue-channels)/.3);font-size:var(--gf-text-body-sm-size);line-height:var(--gf-text-body-sm-line-height)}.gf-solution-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--gf-space-20)}.gf-solution-cta,.gf-solution-cta-ghost{width:120px;height:46px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:var(--gf-space-8);padding:10px;border-radius:32px;font-size:var(--gf-text-body-sm-size);font-weight:var(--gf-font-weight-semibold);line-height:var(--gf-text-body-sm-line-height);white-space:nowrap;cursor:pointer;transition:color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out,transform .2s ease}.gf-solution-cta{color:var(--gf-color-text-inverse);border:1px solid transparent;background:var(--gf-color-brand-red-primary)}.gf-solution-cta:hover{background:var(--gf-color-brand-red-hover);transform:translateY(-2px)}.gf-solution-cta:active{transform:scale(.98)}.gf-solution-cta:focus-visible{outline:3px solid rgb(var(--gf-color-brand-red-channels)/.25);outline-offset:3px}.gf-solution-cta-ghost{color:var(--gf-color-text-secondary);border:1px solid var(--gf-color-text-hint);background:transparent}.gf-solution-cta-ghost:hover{background:rgb(var(--gf-color-text-hint-channels)/.12);transform:translateY(-2px)}.gf-solution-cta-ghost:active{transform:scale(.98)}.gf-solution-cta-ghost:focus-visible{outline:3px solid rgb(var(--gf-color-text-hint-channels)/.25);outline-offset:3px}.gf-solution-visual{position:relative;min-width:0;min-height:650px;display:flex;align-items:center;justify-content:center;margin:0;overflow:hidden}.gf-solution-visual--image{background:#000000}.gf-solution-image{width:100%;max-width:100%;height:auto;display:block;object-fit:contain}@keyframes gfSolutionIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (max-width:1100px){.gf-solutions .gf-solutions-copy{font-size:clamp(48px,6vw,72px);line-height:1.2}.gf-solution-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.gf-solution-panel,.gf-solution-panels{min-height:0}.gf-solution-panel{grid-template-columns:1fr}.gf-solution-copy{padding:48px 36px}.gf-solutions .gf-solution-panel h3{font-size:clamp(36px,5vw,44px);line-height:1.2}.gf-solution-visual,.gf-solution-visual--image{min-height:0;aspect-ratio:3/2}}@media (max-width:700px){.gf-solutions .gf-wrap{gap:var(--gf-space-64)}.gf-solutions .gf-solutions-copy{font-size:clamp(36px,9vw,46px);line-height:1.2}.gf-solution-tabs{gap:var(--gf-space-8)}.gf-solution-tab{gap:11px;padding:19px 16px;border-radius:16px}.gf-solution-tab strong,.gf-solution-tab-index{font-size:17px}.gf-solution-tab small{font-size:11px;line-height:1.4}.gf-solution-copy{gap:var(--gf-space-36);padding:34px 24px}.gf-solution-intro{gap:var(--gf-space-24)}.gf-solution-heading{gap:var(--gf-space-28)}.gf-solution-audience{font-size:var(--gf-text-body-lg-size);line-height:24px}.gf-solutions .gf-solution-panel h3{font-size:35px}.gf-solution-footer{gap:var(--gf-space-32)}.gf-solution-features{gap:15px 18px}}.gf-advantage-intro h2,.gf-hero-title,.gf-impact-heading h2,.gf-manifesto-copy,.gf-product-card h3,.gf-products-copy,.gf-proof-grid strong,.gf-section-top h2,.gf-solution-panel h3,.gf-solutions-copy{font-family:var(--gf-font-family-display);font-synthesis:none;font-weight:var(--gf-font-weight-medium)}.gf-impact-stats strong,.gf-proof-kicker span,.gf-solution-tab-index{font-family:var(--gf-font-family-display);font-synthesis:none;font-feature-settings:"pnum";font-variant-numeric:proportional-nums}.gf-advantage-intro h2,.gf-impact-heading h2,.gf-section-top h2{font-family:var(--gf-font-family-display);font-size:var(--gf-text-display-section-size);line-height:.98;letter-spacing:-.065em;font-weight:var(--gf-font-weight-medium)}@media (max-width:700px){.gf-advantage-intro h2,.gf-impact-heading h2,.gf-section-top h2{line-height:1.06}}