*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.grid-bg{z-index:0;pointer-events:none;background-image:linear-gradient(#0f62fe0b 1px,#0000 1px),linear-gradient(90deg,#0f62fe0b 1px,#0000 1px);background-size:64px 64px;position:fixed;inset:0;mask-image:radial-gradient(80% 60% at 50% 0,#000 0%,#0000 70%)}html[data-theme=light] .grid-bg{background-image:linear-gradient(#12161909 1px,#0000 1px),linear-gradient(90deg,#12161909 1px,#0000 1px);mask-image:none}@media (prefers-color-scheme:light){html:not([data-theme]) .grid-bg{background-image:linear-gradient(#12161909 1px,#0000 1px),linear-gradient(90deg,#12161909 1px,#0000 1px);mask-image:none}}body>header{z-index:2000;background:color-mix(in srgb, var(--bg) 88%, transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);position:sticky;top:0}html[data-theme=light] body>header{background:#ffffffd1;box-shadow:0 1px 2px #1216190a}@media (prefers-color-scheme:light){html:not([data-theme]) body>header{background:#ffffffd1;box-shadow:0 1px 2px #1216190a}}.nav{justify-content:space-between;align-items:center;gap:24px;height:76px;display:flex}.nav-start{align-items:center;gap:18px;min-width:0;display:flex}.logo{align-items:center;min-width:0;display:flex}.logo-image{object-fit:contain;width:112px;height:auto;display:block}body>header .logo-image{width:80px}.logo-mark{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:700;display:flex}html[data-theme=light] .logo-mark{color:#fff}@media (prefers-color-scheme:light){html:not([data-theme]) .logo-image{filter:invert()brightness(.28)}}.nav-links{color:var(--text-muted);gap:22px;margin-left:auto;font-size:14.5px;font-weight:500;display:flex}.site-search{z-index:2002;flex-shrink:0;position:relative}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-search-control{border:1px solid var(--border);border-radius:var(--radius-input);background:var(--bg);width:clamp(220px,24vw,360px);height:40px;color:var(--text-muted);align-items:center;gap:9px;padding:0 13px;transition:color .18s,border-color .18s,box-shadow .18s,background .18s;display:flex}.site-search-control:hover{color:var(--text);border-color:var(--border-strong);background:var(--bg)}.site-search-control:focus-within{color:var(--text);border-color:var(--accent);background:var(--bg);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent)}.site-search-control svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:17px;height:17px}.site-search-control input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font:500 14.5px/1 IBM Plex Sans,sans-serif}.site-search-control input::placeholder{color:var(--text-muted)}.site-search-panel{border:1px solid var(--border);background:#121619fa;border-radius:14px;width:min(430px,100vw - 48px);padding:14px;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 22px 60px #00000057}.site-search-panel[hidden]{display:none}.site-search-results{gap:6px;max-height:360px;display:grid;overflow:auto}.site-search-result{border:1px solid #0000;border-radius:10px;gap:4px;padding:11px 12px;transition:background .18s,border-color .18s;display:grid}.site-search-result:hover{border-color:color-mix(in srgb, var(--accent) 28%, var(--border));background:color-mix(in srgb, var(--panel) 86%, var(--accent) 14%)}.site-search-result-meta{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-text);font-family:IBM Plex Mono,monospace;font-size:10.5px;line-height:1}.site-search-result-title{color:var(--text);font-size:14px;font-weight:600;line-height:1.25}.site-search-result-description{color:var(--text-muted);font-size:12.5px;line-height:1.4}.site-search-empty{color:var(--text-muted);padding:12px;font-size:12px}.nav-links a{transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-dropdown{align-items:center;display:flex;position:relative}.nav-dropdown:before{content:"";height:18px;position:absolute;top:100%;left:-16px;right:-16px}.nav-dropdown-trigger{align-items:center;gap:7px;display:inline-flex}.nav-dropdown-trigger:after{content:"";opacity:.75;border-bottom:1.5px solid;border-right:1.5px solid;width:6px;height:6px;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}.nav-dropdown:hover .nav-dropdown-trigger:after,.nav-dropdown:focus-within .nav-dropdown-trigger:after{transform:rotate(225deg)translateY(-1px)}.nav-dropdown-panel{z-index:2001;border:1px solid var(--border);opacity:0;visibility:hidden;pointer-events:none;background:#121619fa;border-radius:14px;grid-template-columns:minmax(180px,max-content);gap:18px;width:max-content;min-width:220px;max-width:calc(100vw - 48px);padding:22px;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%,8px);box-shadow:0 22px 60px #00000057}.nav-dropdown-panel-3{grid-template-columns:repeat(3,minmax(0,1fr));width:min(760px,100vw - 48px)}.nav-dropdown-panel-2{grid-template-columns:repeat(2,minmax(0,1fr));width:min(560px,100vw - 48px)}.nav-dropdown-panel-1{grid-template-columns:minmax(180px,max-content);width:max-content;min-width:220px}.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,6px)}.nav-dropdown-col{flex-direction:column;gap:8px;min-width:0;display:flex}.nav-dropdown-col span{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-text);margin-bottom:4px;font-family:IBM Plex Mono,monospace;font-size:11px}.nav-dropdown-col a{color:var(--text-muted);padding:7px 0;font-size:13.5px;line-height:1.25;display:block}.nav-dropdown-col a:hover{color:var(--text)}.nav-dropdown-col .nav-dropdown-all{color:var(--accent-text);margin-top:8px;font-weight:600}.mobile-app-nav{display:none}body.mobile-nav-open{overflow:hidden}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:13px 26px;font-size:14.5px;font-weight:600;transition:transform .18s,box-shadow .18s,background .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--accent), #0f62fe);color:#fff;box-shadow:0 0 #0f62fe80}html[data-theme=light] .btn-primary{color:#fff;box-shadow:0 10px 28px #0f62fe2e}.btn-primary *{color:inherit}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px -6px #0f62fe8c}.btn-ghost{border:1px solid var(--border);color:var(--text);background:0 0}html[data-theme=light] .btn-ghost{background:0 0;border-color:#12161924}.btn-ghost:hover{border-color:var(--accent);background:#0f62fe0f}.btn-block{width:100%}.hero{isolation:isolate;padding:84px 0 80px;position:relative;overflow:visible}.hero-glow{pointer-events:none;z-index:0;background:radial-gradient(#0f62fe29,#0f62fe14 34%,#0000 72%);width:min(1040px,82vw);height:520px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.hero-inner{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;display:grid;position:relative}.eyebrow{border:1px solid var(--border);color:var(--text-muted);background:#0f62fe0a;border-radius:100px;align-items:center;gap:10px;margin-bottom:28px;padding:7px 14px 7px 8px;font-size:12.5px;display:inline-flex}.eyebrow .dot{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:2.4s infinite pulse;box-shadow:0 0 #0f62feb3}@keyframes pulse{0%{box-shadow:0 0 #0f62fe8c}70%{box-shadow:0 0 0 8px #0f62fe00}to{box-shadow:0 0 #0f62fe00}}.hero h1{margin-bottom:22px;font-size:clamp(38px,5.1vw,64px)}.products-hero h1{max-width:760px}.hero h1 .grad{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#0000;background-clip:text}.hero p.lead{color:var(--text-muted);max-width:540px;margin-bottom:34px;font-size:17.5px}.hero-ctas{flex-wrap:wrap;gap:14px;margin-bottom:42px;display:flex}.hero-meta{flex-wrap:wrap;gap:32px;display:flex}.hero-meta-item{color:var(--text-muted);align-items:center;gap:10px;font-size:13.5px;display:flex}.hero-meta-item svg{color:var(--accent-text);flex-shrink:0}.breadcrumbs{margin-bottom:22px}.breadcrumb-list{color:var(--text-dim);flex-wrap:wrap;align-items:center;gap:8px 10px;font-size:13px;list-style:none;display:flex}.breadcrumb-list li{align-items:center;min-width:0;display:flex}.breadcrumb-list li+li:before{content:"/";color:var(--text-dim);margin-right:10px}.breadcrumb-list a{color:var(--text-muted);transition:color .2s}.breadcrumb-list a:hover{color:var(--accent-text)}.breadcrumb-list [aria-current=page]{color:var(--text-dim)}.hero-map-visual{justify-content:center;align-self:center;align-items:center;min-height:420px;display:flex;position:relative}.hero-map-visual img{object-fit:contain;filter:drop-shadow(0 28px 46px #00000057);width:min(100%,520px);height:auto;max-height:680px;display:block}.hero.home-hero{border-bottom:0;padding:28px 0 12px}.home-hero .hero-inner{grid-template-rows:minmax(0,1fr);grid-template-columns:calc(33.3333% - 14.6667px) minmax(0,1fr) 17%;align-items:stretch;gap:0;height:460px;margin-top:76px}.home-hero .hero-map-visual{height:460px;min-height:0}.home-hero .hero-map-visual picture{width:min(100%,560px);display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.home-hero .hero-map-visual img{filter:none;width:100%;max-height:700px}.home-hero h1{margin-bottom:0;font-size:clamp(50px,5vw,66px);line-height:1.04}.home-hero h1>span{display:block}.home-hero p.lead{width:calc(100% + 60px);margin-top:44px;margin-bottom:0;font-size:13px;line-height:1.5}.home-hero .hero-ctas{margin-top:auto;margin-bottom:0}.home-hero .hero-ctas .btn{width:100%;min-width:0;max-width:100%;min-height:54px;padding-inline:32px;font-size:16px}.home-hero-latest{flex-direction:column;grid-area:1/3;align-self:center;min-width:0;height:100%;min-height:0;padding-left:16px;display:flex}.home-hero-copy{flex-direction:column;grid-area:1/1;align-self:center;height:100%;min-height:0;padding-right:0;display:flex}.home-hero .hero-map-visual{grid-area:1/2}.home-hero-latest-title{color:var(--text);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400}.home-hero-latest-list{flex:1;grid-template-rows:repeat(3,auto);gap:12px;min-height:0;display:grid}.home-hero-latest-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--bg);min-width:0;min-height:122px;color:var(--text);flex-direction:column;gap:6px;padding:10px;transition:border-color .2s,background-color .2s;display:flex}.home-hero-latest-card:hover{border-color:var(--accent);background:var(--bg)}.home-hero-latest-category{color:var(--accent-text);letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:10px;overflow:hidden}.home-hero-latest-heading{font-size:12.5px;font-weight:500;line-height:1.35;display:block}.home-hero-latest-link{color:var(--accent-text);align-self:flex-end;align-items:center;gap:6px;margin-top:2px;font-size:11px;display:inline-flex}.home-hero-latest-link svg{transition:transform .2s}.home-hero-latest-card:hover .home-hero-latest-link svg{transform:translate(3px)}@media (width<=980px){.home-hero .hero-inner{grid-template-columns:1fr;gap:32px;height:auto;margin-top:0}.home-hero-copy{grid-area:1/1;align-self:stretch;height:auto;min-height:0;padding-right:0}.home-hero p.lead{width:auto;margin-top:0;margin-bottom:18px}.home-hero .hero-ctas{margin-top:0}.home-hero-latest{grid-area:3/1;height:auto;padding-left:0}.home-hero-latest-list{flex:none;grid-template-rows:none;grid-template-columns:repeat(3,minmax(0,1fr))}.home-hero .hero-map-visual{grid-area:2/1;height:auto}.home-hero .hero-map-visual picture{width:auto;position:static;transform:none}}@media (width<=600px){.home-hero-latest-list{grid-template-columns:1fr}}section{z-index:1;padding:96px 0;position:relative}.section-head{max-width:none;margin-bottom:56px}.section-tag{color:var(--accent-text);text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px;font-family:IBM Plex Mono,monospace;font-size:12px;display:block}.section-head h2{margin-bottom:14px;font-size:clamp(30px,3.6vw,46px)}.section-head p{color:var(--text-muted);font-size:16px}@media (width>=981px){.section-head h2{white-space:nowrap}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.products-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.product-flow{gap:24px;display:grid}.product-filter-bar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-filter-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.product-filter-button{appearance:none;border:1px solid var(--border);background:var(--panel);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:10px 14px;font:600 13px/1.2 IBM Plex Sans,sans-serif;transition:color .2s,border-color .2s,background .2s,transform .2s}.product-filter-button:hover{color:var(--text);border-color:#0f62fe59;transform:translateY(-1px)}.product-filter-button.is-active,.product-filter-input:checked+.product-filter-button{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-2));border-color:#0000}.product-flow:has(#product-filter-architecture:checked) [data-product-card]:not([data-product-segments~=architecture]),.product-flow:has(#product-filter-popular:checked) [data-product-card]:not([data-product-segments~=popular]),.product-flow:has(#product-filter-cloud:checked) [data-product-card]:not([data-product-segments~=cloud]),.product-flow:has(#product-filter-manufacturing:checked) [data-product-card]:not([data-product-segments~=manufacturing]),.product-flow:has(#product-filter-media:checked) [data-product-card]:not([data-product-segments~=media]){display:none}.product-card.is-filtered-out{display:none}.product-card:has(>.product-icon){grid-template-rows:auto auto auto auto 1fr auto;grid-template-columns:42px minmax(0,1fr);align-items:center;column-gap:12px;display:grid}.product-card:before{content:"";background:linear-gradient(90deg, var(--accent), var(--accent-2));transform-origin:0;height:2px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.product-card:hover{border-color:#0f62fe59;transform:translateY(-4px)}.product-card:hover:before{transform:scaleX(1)}.product-icon{background:var(--panel-2);border:1px solid var(--border);width:42px;height:42px;color:var(--accent-text);border-radius:9px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.product-card:has(>.product-icon)>.product-icon{grid-area:1/1;margin-bottom:0}.product-card-title{align-items:center;gap:12px;margin-bottom:18px;display:flex}.product-icon-image{background:0 0;border:0;flex:0 0 42px;width:42px;height:42px;margin-bottom:0}.product-icon-image img{object-fit:contain;width:100%;height:100%;display:block}.product-card h3{margin-bottom:10px;font-size:18px}.product-card:has(>.product-icon)>h3{grid-area:1/2;margin-bottom:0}.product-card-title h3{margin-bottom:0}.product-card p{color:var(--text-muted);font-size:14px}.product-card:has(>.product-icon)>p{grid-column:1/-1;margin-top:18px}.product-card .tag-line{color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;grid-column:1/-1;margin-top:16px;font-family:IBM Plex Mono,monospace;font-size:11px}.product-card-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;align-self:stretch;gap:8px;margin-top:auto;padding-top:34px;display:grid}.product-card-action{border-radius:8px;width:100%;min-height:32px;padding:7px 10px;font-size:12.5px;text-decoration:none}.product-card-action-muted{color:var(--text-muted)}.product-card-action-muted.is-disabled{cursor:not-allowed;opacity:.45;pointer-events:none}.card-link{color:var(--accent-text);align-items:center;gap:8px;margin-top:22px;font-size:13.5px;font-weight:600;display:inline-flex}.card-link:after{content:"";border-top:2px solid;border-right:2px solid;width:7px;height:7px;transform:rotate(45deg)}.hub-hero{padding:72px 0 64px}.hub-hero .hero-inner{max-width:var(--container);grid-template-columns:minmax(0,1fr);margin:0 auto}.hub-hero .hero-inner>*{min-width:0}.hub-hero:not(.collection-hero) .hero-inner>div{max-width:820px}.hub-hero .lead{max-width:720px}.not-found{min-height:0;padding:52px 0 42px;overflow:hidden}.not-found-layout{grid-template-columns:minmax(0,.9fr) minmax(300px,1.1fr);align-items:center;gap:clamp(36px,6vw,88px);width:100%;display:grid}.not-found-copy{max-width:560px}.not-found-copy .section-tag{margin-bottom:18px}.not-found h1{margin:0 0 20px;font-size:clamp(40px,4.4vw,68px);font-weight:300;line-height:1.06}.not-found .lead{color:var(--text-muted);max-width:500px;margin-bottom:30px;font-size:clamp(17px,1.55vw,21px);line-height:1.55}.not-found-code{color:var(--accent);letter-spacing:0;justify-self:end;font-family:IBM Plex Mono,monospace;font-size:clamp(128px,18vw,280px);font-weight:400;line-height:.8}.collection-hero{min-height:560px}.collection-hero .hero-inner{max-width:var(--container);grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);gap:54px;margin:0 auto}.collection-hero .lead{max-width:660px}.collection-visual{align-self:stretch;min-height:380px;position:relative}.collection-visual:before{content:"";opacity:.75;background-color:#0000;background-image:linear-gradient(90deg,#0f62fe0d 1px,#0000 1px),linear-gradient(0deg,#0f62fe0a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:10% 8% 6%;mask-image:linear-gradient(90deg,#0000,#000 14% 86%,#0000)}.collection-image-visual{justify-content:center;align-items:flex-end;min-height:520px;display:flex;overflow:visible}.collection-image-visual:before{opacity:.5;inset:12% 2% 0}.collection-hero-image{z-index:1;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 34px 58px #0000005c)drop-shadow(0 0 34px #0f62fe1f);width:min(112%,520px);max-height:620px;position:relative}.collection-hero-image-wide{width:min(128%,700px);max-height:560px}.collection-hero-pdm .collection-image-visual{align-items:center}.collection-hero-pdm .collection-hero-image-wide{object-position:center}.collection-hero-image-character{object-position:center bottom;filter:drop-shadow(0 34px 58px #00000057)drop-shadow(0 0 34px #0f62fe29);width:min(118%,560px);max-height:560px}.portfolio-panel{background:radial-gradient(ellipse 70% 80% at 70% 0%, #0f62fe24, transparent 60%), var(--panel);border:1px solid var(--border);border-radius:18px;padding:28px}.portfolio-panel h2{margin-bottom:18px;font-size:18px}.portfolio-map{grid-template-columns:1fr;gap:12px;display:grid}.portfolio-map-item{border:1px solid var(--border);background:var(--panel-2);border-radius:12px;padding:16px}.portfolio-map-item strong{margin-bottom:5px;font-family:IBM Plex Sans,sans-serif;display:block}.portfolio-map-item span{color:var(--text-muted);font-size:13px;display:block}.collection-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.collection-card{background:linear-gradient(180deg, #0f62fe14, #0f62fe08), var(--panel);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;justify-content:space-between;min-height:330px;padding:28px;transition:border-color .25s,transform .25s;display:flex}.collection-card:hover{border-color:#0f62fe61;transform:translateY(-4px)}.collection-card h3{margin-bottom:12px;font-size:21px}.collection-card p{color:var(--text-muted);margin-bottom:20px;font-size:14.5px}.mini-list{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.mini-list span{border:1px solid var(--border);color:var(--text-muted);background:var(--panel-2);border-radius:999px;padding:6px 10px;font-size:12px}.category-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.category-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:22px}.category-card h3{margin-bottom:10px;font-size:16px}.category-card p{color:var(--text-muted);font-size:13.5px}.pains{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.pain-item{background:var(--panel);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:16px;padding:22px;display:flex}.pain-icon{background:var(--accent-subtle);width:32px;height:32px;color:var(--accent-text);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pain-copy{min-width:0}.pain-copy h3{margin:0 0 6px;font-size:16px;font-weight:500;line-height:1.3}.pain-item p{color:var(--text-muted);margin:0;font-size:14.5px;line-height:1.5}.process{grid-template-columns:repeat(var(--process-count,4), minmax(0, 1fr));gap:0;display:grid;position:relative}.process:before{content:"";top:23px;left:24px;right:calc(var(--process-end-gap,25%) - 24px);background:var(--accent);height:2px;position:absolute}.process-step{padding-right:24px;position:relative}.process-num{background:var(--accent);border:1px solid var(--accent);color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:22px;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500;display:flex;position:relative}.process-step h3{color:var(--text);margin-bottom:12px;font-size:18px;font-weight:600;line-height:1.3}.process-date{color:var(--text);margin:-4px 0 10px;font-size:15px;font-weight:500;line-height:1.4}.process-step p{color:var(--text-muted);font-size:14px}#why.trust-stats-section{padding:64px 0 24px}.trust-stats{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:clamp(28px,5vw,72px);display:grid}.trust-stat{min-width:0}.stat-num{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#0000;background-clip:text;margin-bottom:8px;font-family:IBM Plex Sans,sans-serif;font-size:clamp(34px,4vw,44px);font-weight:700;line-height:1}.stat-label{color:var(--text-muted);font-size:14px;line-height:1.45}.audience-split{grid-template-columns:minmax(260px,360px) minmax(0,1fr);align-items:stretch;gap:38px;display:grid}.audience-list{border-right:1px solid var(--border);padding-right:28px}.audience-list-item{border-bottom:1px solid var(--border);min-height:68px;color:var(--text);grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;padding:14px 0;transition:color .2s;display:grid}.audience-list-item span{color:var(--text-dim);font-family:IBM Plex Mono,monospace;font-size:11px;transition:color .2s}.audience-list-item strong{font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:500;line-height:1.2}.audience-list-item:hover,.audience-list-item:focus-visible,.audience-list-item.is-active,.audience-list-item:hover span,.audience-list-item:focus-visible span,.audience-list-item.is-active span{color:var(--accent-text)}.audience-detail{border:1px solid var(--border);background:radial-gradient(ellipse 70% 70% at 80% 0%, #0f62fe1f, transparent 62%), var(--panel);border-radius:16px;min-height:100%;position:relative;overflow:hidden}.audience-detail-card{opacity:0;visibility:hidden;grid-template-rows:minmax(0,1fr) auto;padding:46px;transition:opacity .26s,transform .26s,visibility 0s linear .26s;display:grid;position:absolute;inset:0;transform:translateY(14px)}.audience-detail-card.is-active{opacity:1;visibility:visible;transition:opacity .3s 60ms,transform .3s 60ms,visibility;transform:translateY(0)}.audience-detail-copy{align-self:start}.audience-detail-card h3{max-width:760px;margin-bottom:8px;font-size:clamp(26px,3vw,42px);font-weight:300}.audience-detail-card p{max-width:640px;color:var(--text-muted);font-size:16px;line-height:1.65}.audience-detail-card .card-link{justify-self:end;margin-top:28px}@media (width>=901px){.software-risk-audience .audience-detail{min-height:280px}}.sam-audit-section .trust-grid{display:block}.sam-audit-section .trust-grid>.reveal:first-child{width:100%}.sam-audit-section .trust-grid h2{max-width:860px;line-height:1.08;font-size:clamp(32px,4vw,52px)!important}.sam-audit-section .trust-grid>.reveal:first-child>p{max-width:980px;line-height:1.65;font-size:16px!important}.sam-audit-section .trust-list{border:1px solid var(--border);border-radius:var(--radius);background:var(--border);counter-reset:sam-audit-item;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.sam-audit-section .trust-item{background:var(--bg);counter-increment:sam-audit-item;grid-template-columns:54px minmax(0,1fr);align-items:start;gap:24px;min-height:220px;padding:32px;display:grid}.sam-audit-section .trust-check{border:1px solid var(--border);color:#0000;border-radius:4px;place-items:center;width:44px;height:44px;font-size:0;display:grid}.sam-audit-section .trust-check:before{content:"0" counter(sam-audit-item);color:var(--accent-text);font-family:var(--font-mono);letter-spacing:.04em;font-size:12px}.sam-audit-section .trust-item h4{color:var(--text);font-family:var(--font-heading);font-size:21px;font-weight:var(--font-weight-card-title);margin:1px 0 12px;line-height:1.3}.sam-audit-section .trust-item p{color:var(--text-muted);margin:0;font-size:15px;line-height:1.65}@media (width<=760px){.sam-audit-section .trust-list{grid-template-columns:1fr}.sam-audit-section .trust-item{grid-template-columns:44px minmax(0,1fr);gap:16px;min-height:auto;padding:24px}.sam-audit-section .trust-check{width:38px;height:38px}.sam-audit-section .trust-item h4{font-size:18px}}.partners-section{padding-top:72px}.partners-flow{gap:24px;display:grid}.partners-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.partners-flow:has(#partner-filter-kazakhstan:checked) [data-partner-card]:not([data-partner-countries~=kazakhstan]),.partners-flow:has(#partner-filter-uzbekistan:checked) [data-partner-card]:not([data-partner-countries~=uzbekistan]),.partners-flow:has(#partner-filter-kyrgyzstan:checked) [data-partner-card]:not([data-partner-countries~=kyrgyzstan]){display:none}.partner-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--panel);min-height:280px;color:inherit;flex-direction:column;justify-content:flex-start;padding:0;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:flex;overflow:hidden}.partner-card:hover{background:var(--panel-2);border-color:#0f62fe5c;transform:translateY(-2px)}.partner-logo{border-bottom:1px solid var(--border);background:var(--soft);justify-content:center;align-items:center;width:100%;min-height:clamp(140px,13vw,172px);padding:clamp(18px,2.2vw,28px);display:flex}.partner-logo img{object-fit:contain;width:auto;max-width:min(86%,260px);height:auto;max-height:clamp(86px,9vw,118px);display:block}.partner-card-wide-logo .partner-logo img{width:100%;max-width:100%}.partner-content{gap:10px;padding:22px;display:grid}.partner-content span{color:var(--accent-text);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:12px}.partner-content h3{margin:0;font-size:20px;font-weight:500;line-height:1.25}.partner-content p{color:var(--text-muted);margin:0;font-size:15px;line-height:1.55}.partner-contacts{border-top:1px solid var(--border);gap:10px;padding-top:12px;display:grid}.partner-contacts div{gap:4px;display:grid}.partner-contacts strong{color:var(--text-subtle);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:400}.partner-content small{color:var(--text-subtle);overflow-wrap:anywhere;font-size:13px}.partner-site{padding-top:2px}.faq-list{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1px;display:flex;overflow:hidden}.faq-item{background:var(--panel);border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-question{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:22px 28px;font-family:IBM Plex Sans,sans-serif;font-size:15.5px;font-weight:500;display:flex}.faq-question:hover{background:var(--panel-2)}.faq-icon{border:1px solid var(--border);width:24px;height:24px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s,border-color .3s;display:flex}.faq-item.open .faq-icon{border-color:var(--accent);color:var(--accent-text);transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .35s;overflow:hidden}.faq-answer-inner{color:var(--text-muted);max-width:760px;padding:0 28px 22px;font-size:14.5px}@media (width<=640px){.faq-answer-inner{padding-top:14px}}.lead-form{width:100%}.lead-form .section-head{margin-bottom:28px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;margin-bottom:18px;display:grid}.field-label{min-width:0;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;flex-direction:column;gap:7px;font-family:IBM Plex Mono,monospace;font-size:12.5px;display:flex}.field-label-wide{grid-column:1/-1}.field-label input,.field-label textarea,.field-label select{background:var(--panel);border:1px solid var(--border);width:100%;min-width:0;color:var(--text);text-transform:none;letter-spacing:0;border-radius:9px;padding:12px 14px;font-family:IBM Plex Sans,sans-serif;font-size:14.5px;line-height:1.35;transition:border-color .2s,box-shadow .2s,background .2s}.field-label textarea{resize:vertical;min-height:96px}.field-label input:focus,.field-label textarea:focus,.field-label select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0f62fe26}.field-label input.error,.field-label textarea.error,.field-label select.error{box-shadow:none;border-color:#f87171}.field-label input.success,.field-label textarea.success,.field-label select.success{box-shadow:none;border-color:#4ade80}.form-agreement{color:var(--text-dim);margin:-2px 0 12px;font-size:12px;line-height:1.45}.lead-form .form-status{min-height:18px;color:var(--text-muted);margin:0 0 14px;font-size:13px;line-height:1.4}.cta-section{background:radial-gradient(ellipse 60% 100% at 50% 100%, #0f62fe1a, transparent), linear-gradient(160deg, var(--panel) 0%, var(--panel-2) 100%);border:1px solid var(--border);border-radius:24px;grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding:64px;display:grid}.cta-section h2{margin-bottom:16px;font-size:clamp(28px,3.4vw,42px)}.cta-section p{color:var(--text-muted);margin-bottom:24px;font-size:15.5px}.cta-points{flex-direction:column;gap:12px;display:flex}.cta-point{color:var(--text-muted);align-items:center;gap:10px;font-size:14px;display:flex}.cta-point svg{color:var(--accent-text);flex-shrink:0}.form-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:28px}.form-honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.partner-application-hero{padding-bottom:44px}.partner-application-section{padding-top:56px}.partner-application-shell{max-width:1040px}.partner-application-card{padding:clamp(24px,4vw,48px)}.partner-application-form{gap:36px;display:grid}.partner-form-fieldset{border:0;min-width:0;margin:0;padding:0}.partner-form-fieldset+.partner-form-fieldset{border-top:1px solid var(--border);padding-top:36px}.partner-form-fieldset legend{width:100%;font-family:var(--font-heading);font-size:24px;font-weight:var(--font-weight-display);margin-bottom:20px}.partner-type-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.partner-type-option{cursor:pointer;position:relative}.partner-type-option input{opacity:0;pointer-events:none;position:absolute}.partner-type-option span{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-input);flex-direction:column;justify-content:center;gap:8px;min-height:112px;padding:22px;transition:border-color .2s,background .2s;display:flex}.partner-type-option strong{font-size:16px;font-weight:var(--font-weight-card-title)}.partner-type-option small{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:11px}.partner-type-option input:checked+span{color:#fff;background:var(--accent);border-color:var(--accent)}.partner-type-option input:checked+span small{color:#ffffffd1}.partner-type-option input:focus-visible+span{outline:2px solid var(--accent);outline-offset:3px}.partner-application-success{padding:56px 24px}@media (width<=640px){.partner-application-section{padding-top:40px}.partner-application-card{padding:22px}.partner-application-form{gap:28px}.partner-form-fieldset+.partner-form-fieldset{padding-top:28px}.partner-form-fieldset legend{font-size:21px}.partner-type-options{grid-template-columns:1fr}.partner-type-option span{min-height:96px}}.form-row{margin-bottom:16px}.form-row label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px;font-family:IBM Plex Mono,monospace;font-size:12.5px;display:block}.form-row input,.form-row textarea,.form-row select{background:var(--panel);border:1px solid var(--border);width:100%;color:var(--text);border-radius:9px;padding:12px 14px;font-family:IBM Plex Sans,sans-serif;font-size:14.5px;transition:border-color .2s,box-shadow .2s}.form-row input:focus,.form-row textarea:focus,.form-row select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0f62fe26}.form-row input.error,.form-row textarea.error,.form-row select.error{box-shadow:none;border-color:#f87171}.form-row input.success,.form-row textarea.success,.form-row select.success{box-shadow:none;border-color:#4ade80}.form-row input.error:focus,.form-row textarea.error:focus,.form-row select.error:focus{border-color:#f87171;box-shadow:0 0 0 3px #f8717124}.form-row input.success:focus,.form-row textarea.success:focus,.form-row select.success:focus{border-color:#4ade80;box-shadow:0 0 0 3px #4ade801f}.form-hint{min-height:16px;color:var(--text-dim);margin-top:6px;font-size:12px;line-height:1.35;display:block}.form-hint.error-hint{color:#f87171}.form-hint.success-hint{color:#4ade80}.form-row textarea{resize:vertical;min-height:80px}.checkbox-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.checkbox-item{background:var(--panel);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;transition:border-color .2s,color .2s;display:flex}.checkbox-item:has(input:checked){border-color:var(--accent);color:var(--text)}.checkbox-item input{width:auto;accent-color:var(--accent)}.form-success{text-align:center;padding:40px 0;display:none}.form-success.show{display:block}.form-success .check-circle{width:56px;height:56px;color:var(--accent-text);background:#0f62fe1f;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.form-success h3{margin-bottom:8px;font-size:18px}.form-success p{color:var(--text-muted);font-size:14px}body.modal-open{overflow:hidden}.modal-backdrop{z-index:4000;backdrop-filter:blur(12px);opacity:0;visibility:hidden;background:#000000b8;justify-content:center;align-items:center;padding:24px;transition:opacity .22s,visibility .22s;display:flex;position:fixed;inset:0}.modal-backdrop.open{opacity:1;visibility:visible}.modal-card{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--bg);border:1px solid #78a9ff33;border-radius:14px;width:min(100%,620px);max-height:calc(100dvh - 48px);padding:28px;transition:transform .22s;position:relative;overflow:auto;transform:translateY(14px)scale(.98);box-shadow:0 30px 90px #0000006b}.modal-backdrop.open .modal-card{transform:translateY(0)scale(1)}.modal-close{border:1px solid var(--border);background:var(--panel);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:9px;place-items:center;transition:border-color .2s,color .2s,background .2s;display:grid;position:absolute;top:18px;right:18px}.modal-close:hover{color:var(--text);background:#0f62fe14;border-color:#0f62fe66}.modal-head{margin-bottom:22px;padding-right:48px}.modal-head h2{margin-bottom:8px;font-size:24px}.modal-head p{color:var(--text-muted);font-size:14px}@media (width<=640px){.modal-backdrop{align-items:stretch;padding:0}.modal-backdrop .modal-card{width:100%;height:100dvh;max-height:100dvh;padding:max(16px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));border-radius:0}.modal-close{z-index:2;float:right;background:var(--bg);margin:0 0 8px 12px;position:sticky;top:0}.modal-head{padding-right:0}}footer{border-top:1px solid var(--border);padding:48px 0 32px}.footer-grid{grid-template-columns:minmax(260px,1.35fr) minmax(180px,.85fr) minmax(220px,1fr);align-items:start;gap:clamp(40px,6vw,96px);margin-bottom:40px;display:grid}.footer-brand p{color:var(--text-muted);max-width:320px;margin-top:16px;font-size:14px}.footer-col h5{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:16px;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:400}.footer-col a,.footer-col p{color:var(--text-muted);margin-bottom:10px;font-size:14px;transition:color .2s;display:block}.footer-col a:hover{color:var(--accent-text)}.footer-col .footer-cta{width:fit-content;color:var(--accent-text);margin-top:4px;font-weight:400;display:inline-block}.footer-col .footer-cta:hover{color:var(--accent-text-hover);text-underline-offset:3px;text-decoration:underline}.footer-trademarks{max-width:1080px;color:var(--text-dim);margin:0 0 24px;font-size:11px;line-height:1.55}.footer-bottom{border-top:1px solid var(--border);color:var(--text-dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:13px;display:flex}.footer-controls{align-items:center;display:flex}.theme-toggle{color:var(--text-muted);cursor:pointer;user-select:none;align-items:center;gap:8px;display:inline-flex}.theme-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;opacity:.45;width:18px;height:18px;transition:color .18s,opacity .18s}.theme-switch{flex-shrink:0;width:56px;height:28px;position:relative}.theme-switch input{z-index:1;opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.theme-switch-track{border:1px solid var(--border-strong);background:var(--panel-2);pointer-events:none;border-radius:999px;transition:background .18s,border-color .18s;position:absolute;inset:0;box-shadow:inset 0 1px 3px #0000002e}.theme-switch-thumb{border:1px solid var(--border-strong);background:var(--panel);border-radius:50%;width:22px;height:22px;transition:transform .18s,background .18s,box-shadow .18s;position:absolute;top:3px;left:3px;transform:translate(28px);box-shadow:0 2px 6px #0000003d}.theme-toggle:hover .theme-switch-track{border-color:var(--accent)}.theme-switch input:focus-visible~.theme-switch-track{outline:2px solid var(--accent);outline-offset:3px}.theme-switch input:checked~.theme-switch-track{background:color-mix(in srgb, var(--panel) 88%, var(--accent) 12%)}.theme-switch input:checked~.theme-switch-track .theme-switch-thumb{background:var(--panel);transform:translate(0);box-shadow:0 2px 6px #0003}.theme-toggle:has(input:checked) .theme-icon-sun,.theme-toggle:not(:has(input:checked)) .theme-icon-moon{color:var(--accent-text);opacity:1}html[data-theme=light] .category-card,html[data-theme=light] .content-row,html[data-theme=light] .stat-card,html[data-theme=light] .form-card,html[data-theme=light] .modal-card,html[data-theme=light] .article-aside{box-shadow:0 1px 2px #1216190a,0 10px 28px #1216190d}html[data-theme=light] .hero-glow{display:none}html[data-theme=light] .eyebrow,html[data-theme=light] .audience-detail,html[data-theme=light] .portfolio-panel,html[data-theme=light] .collection-card,html[data-theme=light] .service-calculator,html[data-theme=light] .product-price-calculator,html[data-theme=light] .cta-section{background:var(--panel)}@media (prefers-color-scheme:light){html:not([data-theme]) .hero-glow{display:none}html:not([data-theme]) .eyebrow,html:not([data-theme]) .audience-detail,html:not([data-theme]) .portfolio-panel,html:not([data-theme]) .collection-card,html:not([data-theme]) .service-calculator,html:not([data-theme]) .product-price-calculator,html:not([data-theme]) .cta-section{background:var(--panel)}}html[data-theme=light] .hero-map-visual img,html[data-theme=light] .collection-hero-image,html[data-theme=light] .article-main-image{filter:drop-shadow(0 22px 38px #12161929)}html[data-theme=light] .modal-backdrop{background:#0009}html[data-theme=light] input,html[data-theme=light] textarea,html[data-theme=light] select{background:var(--panel);color:var(--text)}html[data-theme=light] .share-button{background:#ffffffe6}html[data-theme=light] .nav-dropdown-panel{background:#fffffff5;box-shadow:0 18px 46px #1216191f}html[data-theme=light] .site-search-panel{background:#fffffffa;box-shadow:0 18px 46px #1216191f}.contact-widget{right:max(22px, env(safe-area-inset-right));bottom:max(22px, env(safe-area-inset-bottom));z-index:2600;position:fixed}.contact-widget-toggle{background:var(--accent);color:#fff;cursor:pointer;border:1px solid #0f62fe5c;border-radius:50%;place-items:center;width:58px;height:58px;list-style:none;transition:transform .18s,box-shadow .18s;display:grid;box-shadow:0 18px 46px #0f62fe47}.contact-widget-toggle::-webkit-details-marker{display:none}.contact-widget-toggle:hover{transform:translateY(-2px);box-shadow:0 22px 56px #0f62fe57}.contact-widget-toggle svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.contact-widget-menu{border:1px solid var(--border);opacity:0;pointer-events:none;background:#121619fa;border-radius:14px;gap:8px;width:min(260px,100vw - 44px);padding:10px;transition:opacity .18s,transform .18s;display:grid;position:absolute;bottom:72px;right:0;transform:translateY(8px);box-shadow:0 22px 60px #00000057}.contact-widget[open] .contact-widget-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.contact-widget-menu a{color:var(--text);background:0 0;border-radius:9px;gap:2px;padding:12px 14px;transition:background .18s,color .18s;display:grid}.contact-widget-menu a:hover{color:var(--accent-text);background:#0f62fe1f}.contact-widget-menu span{font-size:14px;font-weight:700}.contact-widget-menu small{color:var(--text-muted);font-size:12.5px;line-height:1.35}html[data-theme=light] .contact-widget-menu{background:#fffffffa;box-shadow:0 18px 46px #12161929}.divider-fade{background:linear-gradient(90deg, transparent, var(--border), transparent);height:1px;margin:0}@media (width<=1180px){.about-hero .hero-inner{grid-template-columns:minmax(320px,.78fr) minmax(0,1fr);gap:48px}.about-contact-card{min-height:92px;padding:18px}.about-contact-card strong{font-size:16px}}@media (width<=1080px){body{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.nav-links,.nav-cta{display:none}.nav{gap:0}.nav-start{flex:auto;width:100%}.site-search{flex:auto;min-width:0}.site-search-control{width:100%;height:40px}.site-search-panel{width:min(430px,100vw - 48px);right:0}.mobile-app-nav{display:block}.contact-widget{right:max(16px, env(safe-area-inset-right));bottom:calc(88px + env(safe-area-inset-bottom))}.mobile-nav-backdrop{z-index:2500;opacity:0;visibility:hidden;pointer-events:none;background:#0000008a;transition:opacity .18s,visibility .18s;position:fixed;inset:0}.mobile-nav-sheet{left:var(--gutter);right:var(--gutter);bottom:calc(78px + env(safe-area-inset-bottom));z-index:2501;border:1px solid var(--border);opacity:0;visibility:hidden;pointer-events:none;background:#121619fa;border-radius:16px;max-height:min(68vh,560px);padding:18px;transition:opacity .18s,transform .18s,visibility .18s;position:fixed;overflow:auto;transform:translateY(16px);box-shadow:0 26px 70px #0000006b}html[data-theme=light] .mobile-nav-sheet{background:#fffffffa;box-shadow:0 22px 60px #12161929}.mobile-nav-sheet.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}body.mobile-nav-open .mobile-nav-backdrop{opacity:1;visibility:visible;pointer-events:auto}.mobile-nav-sheet-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding-bottom:14px;display:flex}.mobile-nav-sheet-head span{color:var(--text);font-family:IBM Plex Sans,sans-serif;font-size:20px;font-weight:700}.mobile-nav-sheet-head a{color:var(--accent-text);white-space:nowrap;font-size:13px;font-weight:600}.mobile-nav-groups{grid-template-columns:1fr;gap:18px;display:grid}.mobile-nav-group{gap:4px;display:grid}.mobile-nav-group span{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-text);font-family:IBM Plex Mono,monospace;font-size:11px}.mobile-nav-group a{min-height:38px;color:var(--text-muted);align-items:center;padding:8px 0;font-size:15px;line-height:1.25;display:flex}.mobile-nav-group a:hover{color:var(--text)}.mobile-nav-bar{z-index:2502;grid-template-columns:repeat(var(--mobile-nav-count,3), minmax(0, 1fr));padding:8px max(10px, var(--gutter)) calc(8px + env(safe-area-inset-bottom));background:color-mix(in srgb, var(--bg) 94%, transparent);border-top:1px solid var(--border);backdrop-filter:blur(16px);gap:8px;display:grid;position:fixed;bottom:0;left:0;right:0}html[data-theme=light] .mobile-nav-bar{background:#ffffffeb;box-shadow:0 -8px 28px #12161914}.mobile-nav-button{min-width:0;min-height:58px;color:var(--text-muted);box-shadow:none;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:11px;font-weight:600;transition:color .18s,background .18s,border-color .18s,transform .12s;display:flex}.mobile-nav-button svg{width:30px;height:30px;color:var(--accent-text);fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;background:0 0;border-radius:0;flex-shrink:0;padding:4px}.mobile-nav-button span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:inherit;overflow:hidden}.mobile-nav-button.is-active{color:var(--accent-text);background:var(--accent-subtle);border-color:#0000}.mobile-nav-button.is-active svg{color:var(--accent-text);background:0 0}.mobile-nav-button:active{transform:scale(.97)}}@media (width<=420px){.mobile-nav-button{border-radius:10px;font-size:10px}.mobile-nav-button svg{width:28px;height:28px}.mobile-nav-sheet{padding:16px;left:10px;right:10px}}@media (width<=980px){.hero-inner{grid-template-columns:1fr;gap:48px}.hero-map-visual{max-width:620px;min-height:320px;margin:0 auto}.products-grid{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr;gap:36px}.article-aside{max-height:none;position:static;overflow:visible}.collection-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid,.service-calculator,.product-price-calculator,.content-list,.company-grid{grid-template-columns:1fr}.about-hero .hero-inner{grid-template-columns:1fr;align-items:start;gap:36px}.about-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-tile-grid{grid-template-columns:1fr}.about-map-card{width:100%;max-width:620px;height:auto;min-height:0;margin:0 auto}.about-map-card iframe{height:360px;min-height:360px}.hub-hero .hero-inner{grid-template-columns:1fr}.not-found{min-height:0;padding:40px 0 36px}.not-found-layout{grid-template-columns:1fr;gap:36px}.not-found-code{justify-self:start;font-size:clamp(104px,30vw,180px)}.collection-hero{min-height:auto}.collection-hero .hero-inner{grid-template-columns:1fr;gap:34px}.collection-visual{max-width:520px;min-height:320px}.editorial-copy{grid-template-columns:1fr;gap:24px}.pains{grid-template-columns:1fr}.process{grid-template-columns:repeat(2,1fr);gap:32px 0}.process:before{display:none}.trust-grid{grid-template-columns:1fr;gap:36px}.product-overview-panel .trust-grid{grid-template-columns:1fr}.product-tabs-nav{grid-template-columns:repeat(2,minmax(0,1fr));top:64px}.product-showcase-section .has-media-placeholder,.product-showcase-section .has-media-placeholder:nth-child(2n){grid-template-columns:1fr}.product-showcase-section .has-media-placeholder:nth-child(2n) .structured-card-copy,.product-showcase-section .has-media-placeholder:nth-child(2n) .structured-card-media{grid-area:auto}.product-toolsets-section .products-grid,.product-editions-section .products-grid,.product-related-section .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 40px}.audience-split{grid-template-columns:1fr;gap:24px}.audience-list{border-right:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;padding-right:0;display:grid}.audience-detail{min-height:320px}.partners-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cta-section{grid-template-columns:1fr;padding:36px 24px}.footer-grid{grid-template-columns:1fr;gap:32px}}@media (width<=600px){section{padding:64px 0}.hero{padding:64px 0 56px}.hub-hero h1{overflow-wrap:anywhere}.products-hero h1{overflow-wrap:normal;word-break:normal}.product-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-inline:0;padding:0;display:grid;overflow:visible}.product-filter-button{white-space:normal;text-align:center;justify-content:center;align-items:center;width:100%;min-height:52px;padding:7px 4px;font-size:11px;line-height:1.15;display:flex}.lead-form .form-grid{grid-template-columns:minmax(0,1fr)}.lead-form .field-label-wide{grid-column:auto}.products-grid{grid-template-columns:1fr}.article-hero{padding:82px 0 38px}.category-grid{grid-template-columns:1fr}.product-overview-panel .trust-grid>.reveal:first-child,.product-overview-panel .stat-card{padding:22px}.product-overview-panel .trust-list,.product-benefits-section .category-grid,.product-cases-section .category-grid,.product-toolsets-section .products-grid,.product-editions-section .products-grid,.product-related-section .products-grid{grid-template-columns:1fr}.product-section-tabs{padding-bottom:56px}.product-tabs-nav{box-shadow:none;border-inline:0;border-radius:0;grid-template-columns:repeat(4,minmax(0,1fr));margin:-16px -24px 16px;padding:0;display:grid;position:static;overflow:visible}.product-tabs-button{text-align:center;overflow-wrap:anywhere;flex-direction:column;gap:6px;min-width:0;min-height:74px;padding:12px 6px 10px;font-size:12px;line-height:1.15}.product-tabs-icon{width:20px;height:20px}.collection-capabilities-section{padding:48px 0}.collection-capabilities{margin-top:22px}.collection-capabilities-nav{scroll-snap-type:x mandatory;grid-template-columns:none;margin:0 -24px 24px;display:flex;overflow-x:auto}.collection-capabilities-button{scroll-snap-align:start;flex:0 0 min(72vw,260px);min-height:74px}.collection-capabilities-copy h3{font-size:30px}.collection-capabilities-copy p{font-size:16px}.collection-capabilities-map{grid-template-columns:1fr;gap:14px}.collection-capability-card{min-height:0;padding:22px}.collection-capability-step{margin-bottom:18px}.collection-capability-line{border-top:0;border-left:1px solid var(--border);justify-self:center;width:1px;height:20px}.collection-capabilities-note{gap:8px;padding:18px;display:grid}.collection-savings-section{padding:48px 0}.collection-savings-table{grid-template-columns:1fr;margin-top:24px}.collection-savings-head{display:none}.collection-savings-cell{border-right:0;border-bottom:1px solid var(--border);min-height:60px;padding:16px;display:block}.collection-savings-cell:before{content:attr(data-label);color:var(--text-soft);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:12px;display:block}.collection-savings-collection{order:1;grid-area:auto}.collection-savings-collection-head{margin-bottom:12px}.collection-savings-total-label,.collection-savings-total{order:2}.collection-savings-total-collection{border-bottom:0}.collection-savings-total strong{font-size:20px}.collection-savings-economy{margin-top:8px;font-size:16px;display:block}.product-tabs-panel>section{padding:32px 0}.comparison-table-wrap{overflow-x:auto}.comparison-table{min-width:640px}.comparison-table th,.comparison-table td{padding:14px 16px;font-size:14px}.product-showcase-section .has-media-placeholder{min-height:auto;padding:14px}.structured-card-copy{padding:4px}.structured-card-media{min-height:180px}.about-contact-grid{grid-template-columns:1fr}.about-map-card{height:auto;min-height:0;margin-top:0}.about-map-card iframe{height:280px;min-height:280px}.about-map-address{min-height:90px;padding:16px}.about-map-address strong{font-size:16px}.about-contact-card{min-height:90px;padding:16px}.about-tile{min-height:240px;padding:24px}.process{grid-template-columns:1fr;gap:32px}.process-step{grid-template-rows:auto auto auto;grid-template-columns:48px minmax(0,1fr);column-gap:18px;padding-right:0;display:grid}.process-step:not(:last-child):after{content:"";z-index:0;background:var(--accent);width:2px;position:absolute;top:23px;bottom:-56px;left:23px}.process-num{grid-area:1/1/span 3;margin-bottom:0}.process-step h3{grid-area:1/2;align-self:start;padding-top:10px}.process-step p{grid-area:3/2}.process-date{grid-area:2/2}.calculator-grid,.audience-list{grid-template-columns:1fr}.audience-list-item{min-height:58px}.audience-list-item strong{font-size:16px;font-weight:500}.audience-detail{min-height:300px}.audience-detail-card{padding:28px}.audience-detail-card h3{font-size:28px;font-weight:500}.audience-detail-card p{font-size:14.5px}.partners-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-card{min-height:260px}.trust-stats{grid-template-columns:1fr 1fr;gap:24px}.stat-row{grid-template-columns:1fr 1fr;gap:18px}.checkbox-grid{grid-template-columns:1fr}.hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%}.collection-visual{min-height:250px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}:root,html[data-theme=light]{color-scheme:light dark;--font-body:"IBM Plex Sans", -apple-system, sans-serif;--font-heading:"IBM Plex Sans", -apple-system, sans-serif;--font-mono:"IBM Plex Mono", monospace;--font-weight-display:300;--font-weight-card-title:400;--font-weight-body:400;--font-weight-ui:500;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:40px;--space-8:48px;--space-9:64px;--radius-button:4px;--radius-input:4px;--radius-card:6px;--radius-modal:8px;--radius-pill:999px;--bg:#fff;--panel:#f2f4f8;--panel-2:#fff;--border:#dde1e6;--border-strong:#878d96;--accent:#0f62fe;--accent-2:#0f62fe;--accent-text:#0f62fe;--accent-text-hover:#0043ce;--accent-hover:#0043ce;--accent-active:#002d9c;--accent-subtle:#d0e2ff;--text:#121619;--text-muted:#4d5358;--text-dim:#697077;--radius:6px;--container:1280px;--shadow-sm:0 1px 2px #1216190f;--shadow-md:0 2px 10px #12161914;--shadow-lg:0 8px 28px #12161924}@media (prefers-color-scheme:dark){html:not([data-theme]){color-scheme:dark;--bg:#121619;--panel:#21272a;--panel-2:#343a3f;--border:#343a3f;--border-strong:#697077;--accent:#0f62fe;--accent-2:#0f62fe;--accent-text:#78a9ff;--accent-text-hover:#a6c8ff;--accent-hover:#0043ce;--accent-active:#002d9c;--accent-subtle:#001d6c;--text:#f2f4f8;--text-muted:#c1c7cd;--text-dim:#a2a9b0;--shadow-sm:0 1px 2px #00000038;--shadow-md:0 2px 10px #00000080;--shadow-lg:0 8px 28px #0009}}html[data-theme=dark]{color-scheme:dark;--bg:#121619;--panel:#21272a;--panel-2:#343a3f;--border:#343a3f;--border-strong:#697077;--accent:#0f62fe;--accent-2:#0f62fe;--accent-text:#78a9ff;--accent-text-hover:#a6c8ff;--accent-hover:#0043ce;--accent-active:#002d9c;--accent-subtle:#001d6c;--text:#f2f4f8;--text-muted:#c1c7cd;--text-dim:#a2a9b0;--shadow-sm:0 1px 2px #00000038;--shadow-md:0 2px 10px #00000080;--shadow-lg:0 8px 28px #0009}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5;transition:background .2s,color .2s;overflow-x:hidden}html,body,main{background:var(--bg)}html[data-theme=light],html[data-theme=light] body,html[data-theme=light] main{--bg:#fff;background:#fff}@media (prefers-color-scheme:light){html:not([data-theme]),html:not([data-theme]) body,html:not([data-theme]) main{--bg:#fff;background:#fff}}h1,h2,h3{font-family:var(--font-heading);letter-spacing:-.01em;font-weight:300;line-height:1.2}h4{font-family:var(--font-heading);font-weight:400}.mono,.nav-dropdown-col span,.eyebrow,.product-card .tag-line,.article-card-meta,.form-row label,.field-label,.structured-card-media span,.about-contact-card span,.footer-col h4,.stat-label{font-family:var(--font-mono)}.mono{letter-spacing:.04em}.grid-bg,.hero-glow{display:none}body>header{background:color-mix(in srgb, var(--bg) 92%, transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:none}.nav{height:64px}.nav-links{gap:28px;font-size:14px}.nav-dropdown-panel,html[data-theme=light] .nav-dropdown-panel,.site-search-panel,html[data-theme=light] .site-search-panel{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:6px;gap:8px;padding:14px}.site-search-result{border-radius:var(--radius-button)}.site-search-control{background:var(--bg);border-color:var(--border);border-radius:var(--radius-input)}.site-search-control input,html[data-theme=light] .site-search-control input{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.nav-dropdown-col a{border-radius:4px;padding:8px 10px}.nav-dropdown-col a:hover{color:var(--text);background:var(--panel)}.btn,.product-card-action{height:36px;min-height:36px;padding:0 var(--space-4);border-radius:var(--radius-button);box-shadow:none;font-size:14px;font-weight:500;transition:background .16s,border-color .16s,color .16s,transform .16s}.btn:active,.product-card-action:active{transform:translateY(1px)}.btn-primary,.product-card-action:not(.product-card-action-muted),.product-filter-input:checked+.product-filter-button,.product-filter-button.is-active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:none}.btn-primary:hover,.product-card-action:not(.product-card-action-muted):hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:none}.btn-ghost,html[data-theme=light] .btn-ghost,.product-card-action-muted{border:1px solid var(--border-strong);color:var(--text);background:0 0}.btn-ghost:hover,.product-card-action-muted:hover{background:var(--panel);border-color:var(--border-strong)}.hero{border-bottom:1px solid var(--border);padding:72px 0 64px}.eyebrow{background:var(--accent-subtle);border:1px solid color-mix(in srgb, var(--accent) 24%, var(--border));color:var(--accent-text);border-radius:999px}.product-card,.category-card,.article-card,.content-row,.stat-card,.form-card,.modal-card,.article-aside,.audience-detail,.portfolio-panel,.collection-card,.service-calculator,.product-price-calculator,.about-contact-card,.about-tile,.partner-card,.cta-section{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:none}.product-card,.category-card,.article-card,.content-row,.stat-card,.form-card,.modal-card,.article-aside,.audience-detail,.portfolio-panel,.collection-card,.service-calculator,.product-price-calculator,.about-contact-card,.about-tile{padding:var(--space-5)}.product-card:before{background:var(--accent);height:0}.product-card:hover,.category-card:hover,.article-card:hover,.about-contact-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-icon,.product-filter-button,.form-row input,.form-row textarea,.form-row select,.field-label input,.field-label textarea,.field-label select,.share-button{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-input)}.product-icon{color:var(--accent-text)}.product-filter-button{color:var(--text-muted);padding:8px 12px}.product-filter-button:hover{border-color:var(--border-strong);background:var(--panel);color:var(--text);transform:none}.product-card-actions{gap:8px;padding-top:28px}.cta-section,.product-final-cta .cta-section,html[data-theme=light] .cta-section{background:var(--panel);border-radius:var(--radius-card)}.form-card{background:var(--bg)}.form-row input:focus,.form-row textarea:focus,.form-row select:focus,.field-label input:focus,.field-label textarea:focus,.field-label select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent)}.structured-card-media{border:1px solid var(--border);border-radius:var(--radius-card);background:linear-gradient(90deg, color-mix(in srgb, var(--border) 70%, transparent) 1px, transparent 1px), linear-gradient(color-mix(in srgb, var(--border) 70%, transparent) 1px, transparent 1px), var(--panel-2);background-size:40px 40px}.structured-card-media:before,.structured-card-media:after{border-color:var(--border-strong);background:0 0}.structured-card-media span{color:var(--text-muted)}.structured-card-media:has(img):after{background:linear-gradient(#0000 52%,#00000075)}.structured-card-media:has(img) span{color:#fff;border-radius:999px}.product-benefits-section .category-card,.product-cases-section .category-card,.product-toolsets-section .product-card,.product-card.featured{background:var(--panel)}.service-calculator input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, var(--accent) 0%, var(--accent) var(--range-progress), var(--panel-2) var(--range-progress), var(--panel-2) 100%)}.product-price-calculator input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, var(--accent) 0%, var(--accent) var(--range-progress), var(--panel-2) var(--range-progress), var(--panel-2) 100%)}.service-calculator input[type=range]::-moz-range-track{background:var(--panel-2)}.product-price-calculator input[type=range]::-moz-range-track{background:var(--panel-2)}.theme-switch input:disabled~.theme-switch-track{opacity:1;cursor:default}.theme-toggle:has(input:disabled){cursor:default}.stat-num,.price-value,.calculator-total,.product-price-calculator .calculator-total,.type-row strong{font-family:var(--font-heading);color:var(--text);-webkit-text-fill-color:currentColor;background:0 0;font-weight:500}html[data-theme=light] .calculator-result{background:var(--panel)}@media (prefers-color-scheme:light){html:not([data-theme]) .calculator-result{background:var(--panel)}}html[data-theme=light] .logo-image{filter:invert()brightness(.28)}@media (prefers-color-scheme:light){html:not([data-theme]) .logo-image{filter:invert()brightness(.28)}}html[data-theme=dark] .logo-image{filter:none}@media (width<=600px){.hero{padding:56px 0 48px}.btn,.product-card-action{width:auto}.hero-ctas .btn{width:100%}.partners-grid{grid-template-columns:1fr}.partner-card{min-height:0}}.products-grid,.article-card-grid{gap:16px}.product-card,.article-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-card);padding:0;transition:border-color .2s cubic-bezier(.2,0,0,1),box-shadow .2s cubic-bezier(.2,0,0,1),transform .2s cubic-bezier(.2,0,0,1);overflow:hidden}.product-card:has(>.product-icon){flex-direction:column;align-items:stretch;display:flex}.product-card>.product-icon{border:0;border-bottom:1px solid var(--border);background:var(--panel-2);width:100%;height:140px;color:var(--text-dim);border-radius:0;flex:0 0 140px;margin:0}.product-card>.product-icon,.article-card-media{background:var(--panel-2)}@media (prefers-color-scheme:dark){html:not([data-theme]) .product-card>.product-icon,html:not([data-theme]) .article-card-media{background:var(--panel-2)}}html[data-theme=dark] .product-card>.product-icon,html[data-theme=dark] .article-card-media{background:var(--panel-2)}.product-card>h3{margin-top:var(--space-4);font-family:var(--font-body);color:var(--text);margin-bottom:6px;font-size:14px;font-weight:600;line-height:1.35}.product-card>p{color:var(--text-muted);margin-bottom:0;font-size:13px;line-height:1.5}.product-card>.tag-line{padding-top:var(--space-3);border-top:1px solid var(--border);letter-spacing:0;color:var(--text-dim);font-size:12px;line-height:1.35;font-family:var(--font-body);text-transform:none;margin-top:12px}.product-card>.product-card-actions{padding:10px 0 var(--space-4);border-top:0;margin-top:0}.product-card-action{height:28px;min-height:28px;padding:0 var(--space-3);font-size:12px}.product-card-title{margin:0 0 var(--space-4);flex-direction:column;align-items:stretch;gap:0;display:flex}.product-card-title .product-icon{width:100%;height:140px;margin:0 0 var(--space-4);border:0;border-bottom:1px solid var(--border);background:var(--panel-2);border-radius:0;flex:0 0 140px}.product-card-title h3{margin:0 var(--space-4);font-family:var(--font-body);font-size:14px;font-weight:600;line-height:1.35}.article-card-media{aspect-ratio:auto;height:180px;color:var(--text-dim);justify-content:center;align-items:center;display:flex}.article-card-media:before{content:"";opacity:.72;border:1.5px solid;border-radius:2px;width:16px;height:16px}.article-card-media:has(img):before{display:none}.article-card-body{padding:var(--space-4);gap:6px}.article-card-meta:first-child{color:var(--accent-text);letter-spacing:.04em;font-size:12px;font-weight:600;line-height:1.2;font-family:var(--font-body);order:-1}.article-card h3{font-family:var(--font-body);margin:0;font-size:18px;font-weight:500;line-height:1.28}.article-card p{margin:0;font-size:13px;line-height:1.5}.article-card .tag-line{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--border);color:var(--text-dim);font-family:var(--font-body);letter-spacing:0;text-transform:none;font-size:12px;line-height:1.35}.article-card-meta{font-family:var(--font-body);letter-spacing:0;text-transform:none;gap:8px;font-size:12px;line-height:1.2}.trust-stats{gap:16px}.trust-stat{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-card);min-width:0;padding:var(--space-5)}.trust-stat .stat-num,.stat-card .stat-num{font-family:var(--font-heading);margin-bottom:var(--space-2);color:var(--text);-webkit-text-fill-color:currentColor;background:0 0;font-size:32px;font-weight:500;line-height:1}#why.trust-stats-section .trust-stat .stat-num{color:var(--accent);margin-bottom:14px;font-size:clamp(38px,3.8vw,46px);font-weight:300}.trust-stat .stat-label,.stat-card .stat-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;font-size:12px;line-height:1.35}#why.trust-stats-section .trust-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}#why.trust-stats-section .trust-stat{background:var(--panel);min-height:160px;padding:20px}#why.trust-stats-section .trust-stat .stat-label{color:var(--text);font-family:var(--font-body);letter-spacing:0;text-transform:none;font-size:17px;font-weight:500;line-height:1.3}#why.trust-stats-section .stat-description{color:var(--text-muted);margin-top:8px;font-size:12px;line-height:1.45}@media (width<=900px){#why.trust-stats-section .trust-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){#why.trust-stats-section .trust-stats{grid-template-columns:1fr}#why.trust-stats-section .trust-stat{min-height:0}}.products-grid{gap:20px}.product-card{color:inherit;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;padding:28px;text-decoration:none;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.product-card:has(>.product-icon){grid-template-rows:64px minmax(96px,1fr) auto auto;grid-template-columns:42px minmax(0,1fr);align-content:start;align-items:center;gap:16px 12px;display:grid}.product-card>.product-icon{background:var(--panel-2);border:1px solid var(--border);width:42px;height:42px;color:var(--accent-text);border-radius:9px;flex:0 0 42px;justify-content:center;align-items:center;margin:0 0 18px;display:flex}.product-card:has(>.product-icon)>.product-icon{grid-area:1/1;align-self:start;margin-bottom:0}.product-card>.product-icon svg{width:auto;height:auto}.product-card>.product-icon-image{background:0 0;border:0;margin-bottom:0}.product-card>.product-icon-image img{object-fit:contain;width:100%;height:100%}.product-card>h3,.product-card>p,.product-card>.tag-line,.product-card>.product-card-actions{margin-left:0;margin-right:0}.product-card>h3{font-family:var(--font-heading);color:var(--text);grid-area:auto;margin:0 0 10px;font-size:18px;font-weight:500;line-height:1.25}.product-card:has(>.product-icon)>h3{grid-area:1/2;align-self:start;margin-bottom:0;padding-top:8px}.product-card>p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}.product-card:has(>.product-icon)>p{grid-area:2/1/auto/-1;align-self:start;margin-top:0}.product-card>.product-card-meta{grid-area:3/1/auto/-1;align-self:start;padding-top:16px}.product-card>.product-card-meta>.product-card-price{color:var(--text);font-family:var(--font-heading);margin-top:0;font-size:18px;font-weight:600;line-height:1.25}.product-card-inclusion{border-left:2px solid var(--accent);min-width:0;padding-left:10px;transform:translateY(-8px)}.product-card-inclusion>span{color:var(--accent-text);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:500;line-height:1.15;display:block}.product-card-inclusion>strong{color:var(--text);font-family:var(--font-heading);font-size:12.5px;font-weight:600;line-height:1.25;display:block}.product-card>.product-card-meta>.tag-line{font-family:var(--font-mono);color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;border-top:0;margin-top:16px;padding-top:0;font-size:11px}.product-card>.product-card-actions{grid-area:4/1/auto/-1;grid-template-columns:1fr 1fr;align-self:end;gap:8px;width:100%;margin-top:0;padding:0;display:grid}.product-card-title{flex-direction:row;align-items:center;gap:12px;margin:0 0 18px;display:flex}.product-card-title .product-icon{background:0 0;border:0;border-radius:9px;flex:0 0 42px;width:42px;height:42px;margin:0}.product-card-title h3{font-family:var(--font-heading);margin:0;font-size:18px;font-weight:500;line-height:1.25}.product-card:has(>.product-card-title)>p{margin-top:0}.product-card-action{border-radius:var(--radius-button);width:100%;height:auto;min-height:32px;padding:7px 10px;font-size:12.5px;text-decoration:none}.product-card-action-muted:not(.is-disabled):hover{border-color:var(--accent);color:var(--accent-text);background:var(--accent-subtle)}.article-card{min-height:100%}.article-card-link{flex:1}.article-card-body{gap:10px;padding:24px 28px 0}.article-card-meta:first-child{text-transform:uppercase;letter-spacing:.04em}.article-card h3{margin-top:0;font-size:20px;line-height:1.25}.article-card p{margin-top:2px}.article-card .tag-line{margin-top:18px;padding-top:16px}.article-card-footer{border-top:1px solid var(--border);color:var(--text-dim);font:400 12px/1.35 var(--font-body);justify-content:space-between;align-items:center;gap:16px;margin:18px 28px 28px;padding-top:16px;display:flex}.article-card-footer span{border:1px solid var(--border-strong);border-radius:var(--radius-button);height:32px;color:var(--text);justify-content:center;align-items:center;padding:0 14px;font-weight:500;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.collection-audience-section .category-card:hover .card-link{border-color:var(--border-strong);color:var(--text);background:0 0}.content-feed .btn-ghost:hover{border-color:var(--accent);color:var(--accent-text);background:var(--accent-subtle)}.article-card:hover{background:var(--bg);border-color:var(--border-strong)}.article-card-link{min-height:100%}.article-card-body{min-height:0;padding:28px}.article-card-footer{grid-template-columns:1fr auto;align-items:center;gap:18px;width:100%;margin:auto 0 0;padding-top:22px;display:grid}.article-card-footer time{text-align:left;color:var(--text-dim);justify-self:start}html[data-theme=light] .product-card,html[data-theme=light] .article-card,html[data-theme=light] .product-card:hover,html[data-theme=light] .article-card:hover{background:var(--panel);box-shadow:none}@media (prefers-color-scheme:light){html:not([data-theme]) .product-card,html:not([data-theme]) .article-card,html:not([data-theme]) .product-card:hover,html:not([data-theme]) .article-card:hover{background:var(--panel);box-shadow:none}}.site-search-control:hover,.product-card:hover,.category-card:hover,.article-card:hover,.about-contact-card:hover,.about-tile:hover,.collection-card:hover,.content-row:hover,.partner-card:hover,.product-filter-button:hover,.content-feed-button:hover,.share-button:hover,.product-card-action-muted:not(.is-disabled):hover,.article-card-footer span:hover,.content-feed .btn-ghost:hover{border-color:var(--accent)}.product-card,.category-card,.article-card,.about-contact-card,.about-map-address,.about-tile,.collection-card,.content-row,.company-card,.partner-card{transition:border-color .2s,transform .2s}.product-card:hover,.category-card:hover,.article-card:hover,.about-contact-card:hover,.about-map-address:hover,.about-tile:hover,.collection-card:hover,.content-row:hover,.company-card:hover,.partner-card:hover{border-color:var(--accent);box-shadow:none;transform:scale(1.01)}.product-card:hover,.category-card:hover,.article-card:hover,.about-contact-card:hover,.about-map-address:hover,.about-tile:hover,.content-row:hover,.company-card:hover,.partner-card:hover{background:var(--panel)}.collection-card:hover{background:linear-gradient(180deg, #0f62fe14, #0f62fe08), var(--panel)}.article-card:hover .article-card-footer span{border-color:var(--border-strong);color:var(--text);background:0 0}.partnership-channels-section .category-card:hover,.partnership-support-section .category-card:hover{border-color:var(--border);background:var(--panel)}.partnership-channels-section .category-card.is-featured:hover{background-color:var(--accent);background-image:linear-gradient(145deg, var(--accent) 0%, var(--accent-active) 100%);border-color:#0000}html[data-theme=light] :is(.product-card,.category-card,.article-card,.about-contact-card,.about-map-address,.about-tile,.collection-card,.content-row,.company-card,.partner-card,.stat-card,.trust-stat,.trust-item,.price-card,.form-card,.modal-card,.article-aside,.faq-item,.pain-item,.calculator-panel,.calculator-result,.audience-detail,.portfolio-panel,.service-calculator,.product-price-calculator,.partner-type-option span,.industry-task-card,.customer-metric-card,.customer-time-card,.customer-case-card,.customer-solution-map,.collection-capability-card,.partner-application-checklist .trust-item,#why.trust-stats-section .trust-stat),html[data-theme=light] :is(.product-card,.category-card,.article-card,.about-contact-card,.about-map-address,.about-tile,.collection-card,.content-row,.company-card,.partner-card):hover{background:var(--bg)}html[data-theme=light] .partnership-channels-section .category-card.is-featured,html[data-theme=light] .partnership-channels-section .category-card.is-featured:hover{background-color:var(--accent);background-image:linear-gradient(145deg, var(--accent) 0%, var(--accent-active) 100%);border-color:#0000}@media (prefers-color-scheme:light){html:not([data-theme]) :is(.product-card,.category-card,.article-card,.about-contact-card,.about-map-address,.about-tile,.collection-card,.content-row,.company-card,.partner-card,.stat-card,.trust-stat,.trust-item,.price-card,.form-card,.modal-card,.article-aside,.faq-item,.pain-item,.calculator-panel,.calculator-result,.audience-detail,.portfolio-panel,.service-calculator,.product-price-calculator,.partner-type-option span,.industry-task-card,.customer-metric-card,.customer-time-card,.customer-case-card,.customer-solution-map,.collection-capability-card,.partner-application-checklist .trust-item,#why.trust-stats-section .trust-stat),html:not([data-theme]) :is(.product-card,.category-card,.article-card,.about-contact-card,.about-map-address,.about-tile,.collection-card,.content-row,.company-card,.partner-card):hover{background:var(--bg)}html:not([data-theme]) .partnership-channels-section .category-card.is-featured,html:not([data-theme]) .partnership-channels-section .category-card.is-featured:hover{background-color:var(--accent);background-image:linear-gradient(145deg, var(--accent) 0%, var(--accent-active) 100%);border-color:#0000}}h1,h2,h3,h4,.section-head h2,.hero h1,.article-hero h1,.about-tile h2,.structured-card-copy h3,.editorial-copy h2,.calculator-result h3,.audience-detail-card h3,.cta-section h2,.collection-card h3,.category-card h3,.content-row h3,.company-card h3,.price-card h3,.modal-head h2,.article-content h2,.article-content h3,.article-faq h2{font-weight:var(--font-weight-display)}h4,h5,h6{font-weight:var(--font-weight-card-title)}.product-card>h3,.product-card-title h3,.article-card h3,.collection-card h3,.category-card h3,.content-row h3,.company-card h3,.price-card h3,.structured-card-copy h3,.industry-collection__intro h3,.industry-task-card h4,.customer-metric-card h3,.customer-case-copy h3,.customer-solution-process h3,.collection-capability-card h4,.collection-value-section .trust-item h4,.pain-copy h3,.process-step h3,.audience-detail-card h3,.partner-content h3,.form-success h3,#why.trust-stats-section .trust-stat .stat-label{font-family:var(--font-body);font-weight:var(--font-weight-card-title)}.customer-solution-result strong,.faq-question{font-weight:var(--font-weight-body)}.stat-num,.trust-stat .stat-num,.stat-card .stat-num,#why.trust-stats-section .trust-stat .stat-num,.customer-metric-card>strong,.customer-time-change strong,.customer-case-highlight strong,.price-value,.calculator-total{font-family:var(--font-heading);font-weight:var(--font-weight-display)}html[data-theme=dark] #why.trust-stats-section .trust-stat .stat-num,html[data-theme=dark] .customer-metric-card>strong,html[data-theme=dark] .customer-case-metrics strong,html[data-theme=dark] .collection-savings-economy{color:var(--text)}@media (prefers-color-scheme:dark){html:not([data-theme]) #why.trust-stats-section .trust-stat .stat-num,html:not([data-theme]) .customer-metric-card>strong,html:not([data-theme]) .customer-case-metrics strong,html:not([data-theme]) .collection-savings-economy{color:var(--text)}}.site-search-result-title,.card-link,.article-card-meta:first-child,.collection-savings-head,.comparison-table thead th,.comparison-table tbody th{font-weight:var(--font-weight-ui)}@media (width<=980px){.collection-value-section .trust-list{grid-template-columns:1fr}.collection-value-section .trust-item{min-height:auto}}@media (width<=768px){.home-page main>section:not(.hero){content-visibility:auto;contain-intrinsic-size:auto 720px}}
