.header-transparent{--header-bg:transparent;--header-backdrop:none;--header-border:transparent;--header-shadow:none;--header-height:5rem;--header-text-primary:rgba(255,255,255,0.95);--header-text-secondary:rgba(255,255,255,0.8);--header-text-tertiary:rgba(255,255,255,0.6);--header-dropdown-bg:rgba(255,255,255,0.95);--header-dropdown-border:rgba(255,255,255,0.3);--header-dropdown-hover:rgba(0,0,0,0.05);--header-dropdown-text-primary:rgba(0,0,0,0.9);--header-dropdown-text-secondary:rgba(0,0,0,0.6);--header-dropdown-text-tertiary:rgba(0,0,0,0.4);--header-tool-bg:rgba(255,255,255,0.15);--header-tool-border:rgba(255,255,255,0.3);--header-tool-hover:rgba(255,255,255,0.25);--header-tool-text:rgba(255,255,255,0.95)}.header-solid{--header-bg:var(--bg-primary);--header-backdrop:none;--header-border:var(--border-color);--header-shadow:var(--shadow-sm);--header-height:4rem;--header-text-primary:var(--text-primary);--header-text-secondary:var(--text-secondary);--header-text-tertiary:var(--text-tertiary);--header-dropdown-bg:var(--bg-primary);--header-dropdown-border:var(--border-color);--header-dropdown-hover:var(--bg-secondary);--header-dropdown-text-primary:var(--text-primary);--header-dropdown-text-secondary:var(--text-secondary);--header-dropdown-text-tertiary:var(--text-tertiary);--header-tool-bg:var(--bg-secondary);--header-tool-border:var(--border-color);--header-tool-hover:var(--bg-tertiary);--header-tool-text:var(--text-primary)}.header-container{background:var(--header-bg);backdrop-filter:var(--header-backdrop);-webkit-backdrop-filter:var(--header-backdrop);border-bottom:1px solid var(--header-border);box-shadow:var(--header-shadow);height:var(--header-height);transition:all .3s cubic-bezier(.4,0,.2,1)}.header-menu-open{--header-bg:var(--bg-primary);--header-backdrop:none;--header-border:var(--border-color);--header-shadow:none;--header-text-primary:var(--text-primary);--header-text-secondary:var(--text-secondary);--header-text-tertiary:var(--text-tertiary);--header-dropdown-bg:var(--bg-primary);--header-dropdown-border:var(--border-color);--header-dropdown-hover:var(--bg-secondary);--header-dropdown-text-primary:var(--text-primary);--header-dropdown-text-secondary:var(--text-secondary);--header-dropdown-text-tertiary:var(--text-tertiary);--header-tool-bg:var(--bg-secondary);--header-tool-border:var(--border-color);--header-tool-hover:var(--border-light);--header-tool-text:var(--text-primary)}.header-page-scrim{position:fixed;left:0;z-index:999;width:100vw;padding:0;background:rgba(248,250,252,.86);border:0;backdrop-filter:blur(64px) saturate(.42);-webkit-backdrop-filter:blur(64px) saturate(.42);cursor:default}.nav-item{position:relative;display:inline-flex;align-items:center;padding:var(--spacing-xs) var(--spacing-sm);font-weight:500;color:var(--header-text-primary);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;background:transparent;border:none;outline:none}.nav-item.highlight{background:var(--brand-gradient);color:white;border-radius:var(--radius-medium);padding:var(--spacing-xs) var(--spacing-md)}.nav-item.highlight .nav-text{-webkit-text-fill-color:white}.nav-item.highlight .nav-underline{display:none}.nav-icon{margin-right:var(--spacing-xs);font-size:1.125rem;color:var(--header-text-primary)}.nav-item:not(.highlight) .nav-text{position:relative;display:inline-block;color:var(--header-text-primary);transition:all .3s cubic-bezier(.4,0,.2,1)}.header-transparent .nav-item:not(.highlight):hover .nav-text{color:rgba(255,255,255,1);text-shadow:0 0 8px rgba(255,255,255,.5)}.header-solid .nav-item:not(.highlight).active .nav-text,.header-solid .nav-item:not(.highlight):hover .nav-text{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-underline{position:absolute;bottom:0;left:50%;width:0;height:2px;transform:translateX(-50%);background:var(--brand-gradient);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-item.active .nav-text{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.nav-item.active .nav-underline{width:calc(100% - var(--spacing-md));opacity:1;background:var(--brand-gradient)}.header-transparent .nav-item.active .nav-text{color:rgba(255,255,255,1);background:none;-webkit-text-fill-color:rgba(255,255,255,1);text-shadow:0 0 12px rgba(255,255,255,.8);font-weight:600}.header-transparent .nav-item.active .nav-underline{background:linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,1));box-shadow:0 0 8px rgba(255,255,255,.5)}.header-transparent .nav-item:hover .nav-underline{background:linear-gradient(90deg,rgba(255,255,255,.8),rgba(255,255,255,1))}.header-menu-open .nav-item:not(.highlight).active .nav-text,.header-menu-open .nav-item:not(.highlight):hover .nav-text{background:var(--brand-gradient);background-clip:text;text-shadow:none;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-menu-open .nav-item.active .nav-underline,.header-menu-open .nav-item:hover .nav-underline{background:var(--brand-gradient);box-shadow:none}.nav-item:hover .nav-underline{width:calc(100% - var(--spacing-md));opacity:1}.dropdown-container{position:absolute;top:100%;padding-top:var(--spacing-xs);pointer-events:none;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.dropdown-container.open{pointer-events:auto;opacity:1}.dropdown-menu-link{color:var(--header-dropdown-text-primary);transition:all .3s cubic-bezier(.4,0,.2,1)}.dropdown-menu-link:hover{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mega-menu-link{color:var(--header-dropdown-text-secondary);transition:all .3s cubic-bezier(.4,0,.2,1)}.mega-menu-link:hover{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mega-menu-title-link{color:var(--header-dropdown-text-primary);transition:all .3s cubic-bezier(.4,0,.2,1)}.mega-menu-title-link:hover{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-mega-dropdown{position:fixed;top:var(--header-height);left:0;right:0;width:100vw;padding-top:0;transform:translateY(-8px);transition:opacity .24s cubic-bezier(.4,0,.2,1),transform .24s cubic-bezier(.4,0,.2,1)}.product-mega-dropdown.open{transform:translateY(0)}.product-mega-panel{background:var(--bg-primary);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-md)}.product-mega-inner{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);column-gap:clamp(32px,4vw,64px);max-width:var(--container-max-width);min-height:436px;margin:0 auto;padding:45px 1.5rem 76px}.product-mega-kicker{margin-bottom:22px;color:var(--text-primary);font-size:1rem;font-weight:700}.product-mega-business-list{display:flex;flex-direction:column;gap:16px}.product-mega-business{display:flex;align-items:center;width:100%;min-height:40px;padding:10px 10px 10px 0;color:var(--text-primary);font-size:.875rem;font-weight:600;line-height:1.4;transition:color .2s ease,padding-left .2s ease}.js-focus-visible .product-mega-business.focus-visible,.product-mega-business.active,.product-mega-business.focus-visible.js-focus-visible,.product-mega-business:hover{padding-left:8px}.product-mega-business.active,.product-mega-business:focus-visible,.product-mega-business:hover{padding-left:8px}.js-focus-visible .product-mega-business.focus-visible span,.product-mega-business.active span,.product-mega-business.focus-visible.js-focus-visible span,.product-mega-business:hover span{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-mega-business.active span,.product-mega-business:focus-visible span,.product-mega-business:hover span{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.js-focus-visible .product-mega-business.focus-visible,.product-mega-business.focus-visible.js-focus-visible{outline:none}.product-mega-business:focus-visible{outline:none}.product-mega-right{min-width:0}.product-mega-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.product-mega-heading-row h3{margin:0;color:var(--text-primary);font-size:1rem;font-weight:700}.product-mega-heading-row p{max-width:680px;margin:8px 0 0;color:var(--text-secondary);font-size:.9rem;line-height:1.55}.product-mega-all-link{display:inline-flex;flex-shrink:0;align-items:center;color:var(--text-secondary);font-size:.88rem;font-weight:700;transition:color .2s ease}.js-focus-visible .product-mega-all-link.focus-visible,.product-mega-all-link.focus-visible.js-focus-visible,.product-mega-all-link:hover{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-mega-all-link:focus-visible,.product-mega-all-link:hover{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-mega-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 30px}.product-mega-category-card{display:flex;min-width:0;flex-direction:column;align-items:center;color:var(--text-primary);text-align:center;transition:transform .2s ease}.js-focus-visible .product-mega-category-card.focus-visible,.product-mega-category-card.focus-visible.js-focus-visible,.product-mega-category-card:hover{transform:translateY(-2px)}.product-mega-category-card:focus-visible,.product-mega-category-card:hover{transform:translateY(-2px)}.js-focus-visible .product-mega-category-card.focus-visible,.product-mega-category-card.focus-visible.js-focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.product-mega-category-card:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.product-mega-image-wrap{position:relative;display:block;width:100%;aspect-ratio:1.8/1;margin-bottom:14px;overflow:hidden;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-large);box-shadow:var(--shadow);transition:border-color .2s ease,box-shadow .2s ease}.product-mega-image,.product-mega-image-fallback{object-fit:cover;transition:transform .35s ease}.product-mega-image-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:var(--brand-gradient)}.js-focus-visible .product-mega-category-card.focus-visible .product-mega-image-wrap,.product-mega-category-card.focus-visible.js-focus-visible .product-mega-image-wrap,.product-mega-category-card:hover .product-mega-image-wrap{border-color:var(--border-heavy);box-shadow:var(--shadow-md)}.product-mega-category-card:focus-visible .product-mega-image-wrap,.product-mega-category-card:hover .product-mega-image-wrap{border-color:var(--border-heavy);box-shadow:var(--shadow-md)}.js-focus-visible .product-mega-category-card.focus-visible .product-mega-image,.product-mega-category-card.focus-visible.js-focus-visible .product-mega-image,.product-mega-category-card:hover .product-mega-image{transform:scale(1.045)}.product-mega-category-card:focus-visible .product-mega-image,.product-mega-category-card:hover .product-mega-image{transform:scale(1.045)}.product-mega-category-title{display:block;width:100%;color:currentColor;font-size:.94rem;font-weight:600;line-height:1.45;text-align:center}.js-focus-visible .product-mega-category-card.focus-visible .product-mega-category-title,.product-mega-category-card.focus-visible.js-focus-visible .product-mega-category-title,.product-mega-category-card:hover .product-mega-category-title{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-mega-category-card:focus-visible .product-mega-category-title,.product-mega-category-card:hover .product-mega-category-title{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.solution-mega-dropdown{position:fixed;top:var(--header-height);left:0;right:0;width:100vw;padding-top:0;transform:translateY(-8px);transition:opacity .24s cubic-bezier(.4,0,.2,1),transform .24s cubic-bezier(.4,0,.2,1)}.solution-mega-dropdown.open{transform:translateY(0)}.solution-mega-panel{background:var(--bg-primary);border-top:0;border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-md)}.solution-mega-inner{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);column-gap:clamp(32px,4vw,64px);max-width:var(--container-max-width);min-height:436px;margin:0 auto;padding:45px 1.5rem 80px}.solution-mega-left{padding-right:0;border-right:0}.solution-mega-kicker{margin-bottom:22px;color:var(--text-primary);font-size:1rem;font-weight:700}.solution-mega-category-list{display:flex;flex-direction:column;gap:16px}.solution-mega-category{display:flex;align-items:center;width:100%;min-height:40px;padding:10px 10px 10px 0;color:var(--text-primary);font-size:.875rem;font-weight:600;line-height:1.4;transition:color .2s ease,padding-left .2s ease}.js-focus-visible .solution-mega-category.focus-visible,.solution-mega-category.active,.solution-mega-category.focus-visible.js-focus-visible,.solution-mega-category:hover{padding-left:8px}.solution-mega-category.active,.solution-mega-category:focus-visible,.solution-mega-category:hover{padding-left:8px}.solution-mega-category span{transition:color .2s ease}.js-focus-visible .solution-mega-category.focus-visible span,.solution-mega-category.active span,.solution-mega-category.focus-visible.js-focus-visible span,.solution-mega-category:hover span{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.solution-mega-category.active span,.solution-mega-category:focus-visible span,.solution-mega-category:hover span{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.js-focus-visible .solution-mega-category.focus-visible,.solution-mega-category.focus-visible.js-focus-visible{outline:none}.solution-mega-category:focus-visible{outline:none}.solution-mega-right{min-width:0;padding-left:0}.solution-mega-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.solution-mega-heading-row h3{margin:0;color:var(--text-primary);font-size:1rem;font-weight:700}.solution-mega-heading-row p{max-width:620px;margin:8px 0 0;color:var(--text-secondary);font-size:.9rem;line-height:1.55}.solution-mega-all-link{display:inline-flex;flex-shrink:0;align-items:center;color:var(--text-secondary);font-size:.88rem;font-weight:700;transition:color .2s ease}.js-focus-visible .solution-mega-all-link.focus-visible,.solution-mega-all-link.focus-visible.js-focus-visible,.solution-mega-all-link:hover{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.solution-mega-all-link:focus-visible,.solution-mega-all-link:hover{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.solution-mega-solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 31px}.solution-mega-solution-card{display:flex;flex-direction:column;align-items:center;min-width:0;color:var(--text-primary);text-align:center;transition:color .2s ease,transform .2s ease}.js-focus-visible .solution-mega-solution-card.focus-visible,.solution-mega-solution-card.focus-visible.js-focus-visible,.solution-mega-solution-card:hover{transform:translateY(-2px)}.solution-mega-solution-card:focus-visible,.solution-mega-solution-card:hover{transform:translateY(-2px)}.js-focus-visible .solution-mega-solution-card.focus-visible,.solution-mega-solution-card.focus-visible.js-focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.solution-mega-solution-card:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.solution-mega-image-wrap{position:relative;display:block;width:100%;aspect-ratio:1.8/1;margin-bottom:14px;overflow:hidden;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-large);box-shadow:var(--shadow);transition:border-color .2s ease,box-shadow .2s ease}.solution-mega-image,.solution-mega-image-fallback{object-fit:cover;transition:transform .35s ease}.solution-mega-image-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:var(--brand-gradient)}.js-focus-visible .solution-mega-solution-card.focus-visible .solution-mega-image-wrap,.solution-mega-solution-card.focus-visible.js-focus-visible .solution-mega-image-wrap,.solution-mega-solution-card:hover .solution-mega-image-wrap{border-color:var(--border-heavy);box-shadow:var(--shadow-md)}.solution-mega-solution-card:focus-visible .solution-mega-image-wrap,.solution-mega-solution-card:hover .solution-mega-image-wrap{border-color:var(--border-heavy);box-shadow:var(--shadow-md)}.js-focus-visible .solution-mega-solution-card.focus-visible .solution-mega-image,.solution-mega-solution-card.focus-visible.js-focus-visible .solution-mega-image,.solution-mega-solution-card:hover .solution-mega-image{transform:scale(1.045)}.solution-mega-solution-card:focus-visible .solution-mega-image,.solution-mega-solution-card:hover .solution-mega-image{transform:scale(1.045)}.solution-mega-solution-title{display:block;width:100%;color:currentColor;font-size:.94rem;font-weight:600;line-height:1.45;text-align:center}.js-focus-visible .solution-mega-solution-card.focus-visible .solution-mega-solution-title,.solution-mega-solution-card.focus-visible.js-focus-visible .solution-mega-solution-title,.solution-mega-solution-card:hover .solution-mega-solution-title{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.solution-mega-solution-card:focus-visible .solution-mega-solution-title,.solution-mega-solution-card:hover .solution-mega-solution-title{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.case-mega-dropdown{position:fixed;top:var(--header-height);left:0;right:0;width:100vw;padding-top:0;transform:translateY(-8px);transition:opacity .24s cubic-bezier(.4,0,.2,1),transform .24s cubic-bezier(.4,0,.2,1)}.case-mega-dropdown.open{transform:translateY(0)}.case-mega-panel{background:var(--bg-primary);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-md)}.case-mega-inner{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);column-gap:clamp(36px,4vw,68px);max-width:var(--container-max-width);min-height:436px;margin:0 auto;padding:45px 1.5rem 72px}.case-mega-kicker,.case-mega-region-title{color:var(--text-primary);font-size:1rem;font-weight:700}.case-mega-kicker{margin-bottom:22px}.case-mega-industry-list{display:flex;flex-direction:column;gap:13px}.case-mega-industry,.case-mega-region{display:flex;align-items:center;justify-content:flex-start;color:var(--text-primary);line-height:1.4;transition:color .2s ease,padding-left .2s ease}.case-mega-industry{min-height:40px;padding:10px 10px 10px 0;font-size:.875rem;font-weight:600}.case-mega-industry.active,.case-mega-industry.focus-visible.js-focus-visible,.case-mega-industry:hover,.js-focus-visible .case-mega-industry.focus-visible{padding-left:8px}.case-mega-industry.active,.case-mega-industry:focus-visible,.case-mega-industry:hover{padding-left:8px}.case-mega-industry span,.case-mega-region span{min-width:0}.case-mega-industry.active span,.case-mega-industry.focus-visible.js-focus-visible span,.case-mega-industry:hover span,.case-mega-region.focus-visible.js-focus-visible span,.case-mega-region:hover span,.js-focus-visible .case-mega-industry.focus-visible span,.js-focus-visible .case-mega-region.focus-visible span{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.case-mega-industry.active span,.case-mega-industry:focus-visible span,.case-mega-industry:hover span,.case-mega-region:focus-visible span,.case-mega-region:hover span{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.case-mega-industry.focus-visible.js-focus-visible,.case-mega-region.focus-visible.js-focus-visible,.js-focus-visible .case-mega-industry.focus-visible,.js-focus-visible .case-mega-region.focus-visible{outline:none}.case-mega-industry:focus-visible,.case-mega-region:focus-visible{outline:none}.case-mega-region-block{margin-top:36px;padding-top:26px;border-top:1px solid var(--border-color)}.case-mega-region-title{margin-bottom:16px}.case-mega-region-list{display:flex;flex-direction:column;gap:10px}.case-mega-region{padding:7px 10px 7px 0;color:var(--text-secondary);font-size:.84rem;font-weight:600}.case-mega-right{min-width:0}.case-mega-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.case-mega-heading-row h3{margin:0;color:var(--text-primary);font-size:1rem;font-weight:700}.case-mega-all-link{display:inline-flex;flex-shrink:0;align-items:center;color:var(--text-secondary);font-size:.88rem;font-weight:700;transition:color .2s ease}.case-mega-all-link.focus-visible.js-focus-visible,.case-mega-all-link:hover,.js-focus-visible .case-mega-all-link.focus-visible{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.case-mega-all-link:focus-visible,.case-mega-all-link:hover{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.case-mega-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 30px}.case-mega-case-card{display:flex;min-width:0;flex-direction:column;align-items:center;color:var(--text-primary);text-align:center;transition:color .2s ease,transform .2s ease}.case-mega-case-card.focus-visible.js-focus-visible,.case-mega-case-card:hover,.js-focus-visible .case-mega-case-card.focus-visible{transform:translateY(-2px)}.case-mega-case-card:focus-visible,.case-mega-case-card:hover{transform:translateY(-2px)}.case-mega-case-card.focus-visible.js-focus-visible,.js-focus-visible .case-mega-case-card.focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.case-mega-case-card:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}.case-mega-image-wrap{position:relative;display:block;width:100%;aspect-ratio:1.8/1;margin-bottom:14px;overflow:hidden;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-large);box-shadow:var(--shadow);transition:border-color .2s ease,box-shadow .2s ease}.case-mega-image,.case-mega-image-fallback{object-fit:cover;transition:transform .35s ease}.case-mega-image-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:var(--brand-gradient)}.case-mega-tag{position:absolute;z-index:2;max-width:calc(100% - 32px);padding:4px 10px;overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:999px;background:rgba(0,0,0,.18);color:white;font-size:.72rem;font-weight:700;line-height:1.35;text-overflow:ellipsis;text-shadow:0 1px 4px rgba(0,0,0,.45);white-space:nowrap}.case-mega-tag-region{top:12px;right:12px}.case-mega-tag-industry{bottom:12px;left:12px}.case-mega-case-card.focus-visible.js-focus-visible .case-mega-image-wrap,.case-mega-case-card:hover .case-mega-image-wrap,.js-focus-visible .case-mega-case-card.focus-visible .case-mega-image-wrap{border-color:var(--border-heavy);box-shadow:var(--shadow-md)}.case-mega-case-card:focus-visible .case-mega-image-wrap,.case-mega-case-card:hover .case-mega-image-wrap{border-color:var(--border-heavy);box-shadow:var(--shadow-md)}.case-mega-case-card.focus-visible.js-focus-visible .case-mega-image,.case-mega-case-card:hover .case-mega-image,.js-focus-visible .case-mega-case-card.focus-visible .case-mega-image{transform:scale(1.045)}.case-mega-case-card:focus-visible .case-mega-image,.case-mega-case-card:hover .case-mega-image{transform:scale(1.045)}.case-mega-case-title{display:block;width:100%;color:currentColor;font-size:.94rem;font-weight:600;line-height:1.45;text-align:center}.case-mega-case-card.focus-visible.js-focus-visible .case-mega-case-title,.case-mega-case-card:hover .case-mega-case-title,.js-focus-visible .case-mega-case-card.focus-visible .case-mega-case-title{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.case-mega-case-card:focus-visible .case-mega-case-title,.case-mega-case-card:hover .case-mega-case-title{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1279px){.product-mega-inner{grid-template-columns:minmax(220px,280px) minmax(0,1fr)}.product-mega-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}.solution-mega-inner{grid-template-columns:minmax(220px,280px) minmax(0,1fr)}.solution-mega-solution-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}.case-mega-inner{grid-template-columns:minmax(230px,300px) minmax(0,1fr)}.case-mega-case-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}}.mobile-nav-item{position:relative;display:block;padding:var(--spacing-sm) var(--spacing-md);color:var(--header-text-primary);font-size:1.125rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:var(--radius-medium)}.mobile-nav-item:active{transform:scale(.98)}.mobile-nav-item.active{background:var(--brand-gradient);color:white}.mobile-submenu{overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-submenu.collapsed{max-height:0;opacity:0}.mobile-submenu.expanded{max-height:2000px;opacity:1}.chevron-icon{transition:transform .3s cubic-bezier(.4,0,.2,1)}.chevron-icon.rotated{transform:rotate(180deg)}.logo-container,.mobile-menu-button,.search-button{transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu-button,.search-button{background:var(--header-tool-bg);color:var(--header-tool-text);border:1px solid var(--header-tool-border);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mobile-menu-button:hover,.search-button:hover{background:var(--header-tool-hover);transform:translateY(-1px)}.language-switcher-button,.language-switcher-container{transition:all .3s cubic-bezier(.4,0,.2,1)}.language-switcher-button{background:var(--header-tool-bg);color:var(--header-tool-text);border:1px solid var(--header-tool-border);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.language-switcher-button:hover{background:var(--header-tool-hover);transform:translateY(-1px)}.language-switcher-button:focus{outline:none}.language-switcher-dropdown{background:var(--header-dropdown-bg);background-color:rgb(255,255,255);border:1px solid var(--header-dropdown-border);box-shadow:0 10px 25px rgba(0,0,0,.15)}.menu-align-left{left:0;right:auto;transform-origin:top left}.menu-align-right{right:0;left:auto;transform-origin:top right}@media (max-width:767px){.language-switcher-dropdown{min-width:160px;max-width:calc(100vw - 16px)}.menu-align-left{left:0;right:auto}.menu-align-right{right:0;left:auto;min-width:min(192px,calc(100vw - 16px))}}.language-option{color:var(--header-dropdown-text-primary);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.language-option:hover{background:var(--header-dropdown-hover);border-radius:var(--radius-medium)}.language-option:hover .font-medium{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.language-option.active{background:var(--header-dropdown-hover);border-radius:var(--radius-medium)}.language-option.active .font-medium{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.language-option-secondary{color:var(--header-dropdown-text-secondary)}.language-switcher-icon{color:var(--header-tool-text);transition:all .3s cubic-bezier(.4,0,.2,1)}.flag-icon{display:inline-block;vertical-align:middle;border-radius:2px;overflow:hidden}.dropdown-enter{opacity:0;transform:translateY(-10px) scale(.95)}.dropdown-enter-active{opacity:1;transform:translateY(0) scale(1);transition:all .3s cubic-bezier(.4,0,.2,1)}.chevron-rotate{transform:rotate(180deg)}