*{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(#2e9eff0b 1px,#0000 1px),linear-gradient(90deg,#2e9eff0b 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(#0f172a09 1px,#0000 1px),linear-gradient(90deg,#0f172a09 1px,#0000 1px);mask-image:none}@media (prefers-color-scheme:light){html:not([data-theme]) .grid-bg{background-image:linear-gradient(#0f172a09 1px,#0000 1px),linear-gradient(90deg,#0f172a09 1px,#0000 1px);mask-image:none}}body>header{z-index:2000;backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#0b0e14c7;position:sticky;top:0}html[data-theme=light] body>header{background:#ffffffd1;box-shadow:0 1px 2px #0f172a0a}@media (prefers-color-scheme:light){html:not([data-theme]) body>header{background:#ffffffd1;box-shadow:0 1px 2px #0f172a0a}}.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:#0b0e14;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:#05090f}@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 Inter,sans-serif}.site-search-control input::placeholder{color:var(--text-muted)}.site-search-panel{border:1px solid var(--border);background:#121826fa;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);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:13px}.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:#121826fa;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);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);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), #5b7fff);color:#fff;box-shadow:0 0 #2e9eff80}html[data-theme=light] .btn-primary{color:#fff;box-shadow:0 10px 28px #1677d22e}.btn-primary *{color:inherit}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px -6px #2e9eff8c}.btn-ghost{border:1px solid var(--border);color:var(--text);background:0 0}html[data-theme=light] .btn-ghost{background:0 0;border-color:#0f172a24}.btn-ghost:hover{border-color:var(--accent);background:#2e9eff0f}.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(#2e9eff29,#2e9eff14 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:#2e9eff0a;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 #2e9effb3}@keyframes pulse{0%{box-shadow:0 0 #2e9eff8c}70%{box-shadow:0 0 0 8px #2e9eff00}to{box-shadow:0 0 #2e9eff00}}.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);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)}.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}.about-hero .hero-inner{grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);align-items:stretch;gap:72px}.about-hero .hero-inner>div:first-child,.about-hero h1{max-width:560px}.about-hero p.lead{max-width:520px}.about-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:34px 0 14px;display:grid}.about-contact-card{border:1px solid var(--border);background:var(--panel);border-radius:14px;flex-direction:column;justify-content:flex-end;gap:10px;min-height:96px;padding:18px;transition:border-color .25s,background .25s,transform .25s;display:flex}.about-contact-card:hover{background:var(--panel-2);border-color:#2e9eff61;transform:translateY(-2px)}.about-contact-card span,.about-tile>span{letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);font-family:IBM Plex Mono,monospace;font-size:11px}.about-contact-card strong{color:var(--text);font-size:clamp(15px,1.1vw,17px);line-height:1.35}.about-hero-action{width:100%;min-height:56px}.about-map-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);height:auto;min-height:0;color:var(--text);justify-content:center;align-self:stretch;align-items:center;margin-top:86px;display:flex;position:relative;overflow:hidden}.about-map-card img{object-fit:cover;filter:saturate(.92)contrast(1.04);width:100%;height:100%;min-height:0;transition:transform .35s,filter .35s}.about-map-card:hover img{filter:saturate()contrast(1.08);transform:scale(1.025)}.about-map-address{border:1px solid var(--border);backdrop-filter:blur(14px);background:#0a0f18db;border-radius:14px;flex-direction:column;gap:6px;padding:16px 18px;display:flex;position:absolute;bottom:22px;left:22px;right:22px}.about-map-address span{letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);font-family:IBM Plex Mono,monospace;font-size:11px}.about-map-address strong{color:var(--text);font-size:18px;line-height:1.35}.about-tiles-section{padding-top:32px}.about-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.about-tile{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);flex-direction:column;justify-content:space-between;gap:28px;min-height:300px;padding:30px;transition:border-color .25s,background .25s,transform .25s;display:flex}.about-tile:hover{background:var(--panel-2);border-color:#2e9eff6b;transform:translateY(-4px)}.about-tile h2{margin-bottom:16px;font-size:clamp(32px,3.8vw,52px)}.about-tile p{color:var(--text-muted);font-size:15.5px;line-height:1.65}section{z-index:1;padding:96px 0;position:relative}.section-head{max-width:none;margin-bottom:56px}.section-tag{color:var(--accent);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 Inter,sans-serif;transition:color .2s,border-color .2s,background .2s,transform .2s}.product-filter-button:hover{color:var(--text);border-color:#2e9eff59;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-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: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:#2e9eff59;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);border-radius:9px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.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-title h3{margin-bottom:0}.product-card p{color:var(--text-muted);font-size:14px}.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);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:1fr;margin:0 auto}.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,#2e9eff0d 1px,#0000 1px),linear-gradient(0deg,#2e9eff0a 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 #2e9eff1f);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 #7b61ff29);width:min(118%,560px);max-height:560px}.portfolio-panel{background:radial-gradient(ellipse 70% 80% at 70% 0%, #2e9eff24, 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:#0b0e146b;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, #2e9eff14, #7b61ff08), 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:#2e9eff61;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:#0b0e1473;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}.industry-collections-list{gap:32px;display:grid}.industry-collection{border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in srgb, var(--panel) 92%, transparent);box-shadow:var(--shadow-soft);grid-template-columns:minmax(240px,.68fr) minmax(0,2.32fr);gap:24px;padding:28px 26px;display:grid}.industry-collection__intro{flex-direction:column;align-items:flex-start;padding:6px 4px;display:flex}.industry-collection__eyebrow{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:700}.industry-collection__intro h3{margin:0 0 12px;font-size:clamp(25px,2.5vw,36px);font-weight:300}.industry-collection__intro p{color:var(--text-muted);margin:0 0 24px;line-height:1.55}.industry-collection__intro .card-link{margin-top:auto}.industry-collection__map{grid-template-columns:repeat(var(--task-count), minmax(0, 1fr));align-items:stretch;gap:12px;display:grid}.industry-task-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);min-width:0;min-height:230px;padding:24px 20px}.industry-task-card h4{min-height:3.9em;margin:2px 0 20px;font-size:17px;font-weight:400;line-height:1.3}.industry-task-card ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.industry-task-card li{align-items:center;gap:10px;min-width:0;font-size:14px;font-weight:500;display:flex}.industry-task-card li img{object-fit:contain;flex:0 0 28px;width:28px;height:28px}.industry-task-line{display:none}@media (width<=1180px){.industry-collection{grid-template-columns:1fr}.industry-collection__intro{display:grid}.industry-collection__intro .card-link{justify-self:start}}@media (width<=860px){.industry-collection__map{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-task-card h4{min-height:2.6em}}@media (width<=560px){.industry-collection{padding:18px}.industry-collection__intro{display:flex}.industry-collection__map{grid-template-columns:1fr}.industry-task-card,.industry-task-card h4{min-height:0}}.customer-functions-audience .audience-list-item{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border-top:0;border-left:0;border-right:0}.customer-functions-audience .audience-detail{min-height:330px}.customer-audience-products{flex-wrap:wrap;gap:8px 18px;margin-top:28px;display:flex}.customer-value-section .section-head,.customer-solution-section .section-head{max-width:860px}.customer-value-section .section-head h2,.customer-solution-section .section-head h2{white-space:normal;text-wrap:balance;overflow-wrap:break-word;max-width:100%}.customer-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.customer-metric-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);min-height:270px;padding:28px}.customer-metric-card>strong{color:var(--accent);margin-bottom:28px;font-size:clamp(42px,5vw,64px);font-weight:300;line-height:1;display:block}.customer-metric-card h3{margin-bottom:10px;font-size:20px;font-weight:400}.customer-metric-card p,.customer-time-card p,.customer-case-copy p,.customer-solution-process p{color:var(--text-muted);line-height:1.6}.customer-time-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.customer-time-card{border:1px solid var(--border);background:var(--panel);border-radius:20px;overflow:hidden}.customer-time-header{border-bottom:1px solid var(--border);align-items:center;gap:8px;min-height:56px;padding:14px 26px;display:flex}.customer-time-header span,.customer-solution-row small{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:11px}.customer-time-header h3{font-size:14px;font-weight:var(--font-weight-ui);margin:0;line-height:1.35}.customer-time-change{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;min-height:300px;display:grid;position:relative}.customer-time-state{flex-direction:column;align-items:flex-start;min-width:0;padding:26px;display:flex}.customer-time-state small{color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:12px}.customer-time-change strong{text-wrap:balance;margin-top:18px;font-size:clamp(34px,3.4vw,48px);font-weight:300;line-height:1.08;display:block}.customer-time-before{background-color:var(--bg)}.customer-time-after{color:#fff;background:linear-gradient(145deg, color-mix(in srgb, var(--accent) 92%, #fff), color-mix(in srgb, var(--accent) 78%, #0038a8))}.customer-time-after small{color:#ffffffc7}.customer-time-after strong{color:#fff}.customer-time-after p{color:#ffffffeb;margin:auto 0 0;font-size:14px;line-height:1.5}.customer-time-arrow{z-index:1;width:36px;height:36px;color:var(--accent);border:1px solid var(--border);background:var(--panel);border-radius:50%;place-items:center;font-size:18px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 6px 18px #0f172a1f}.customer-case-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);display:grid;overflow:hidden}.customer-case-highlight{color:#fff;background:var(--accent);flex-direction:column;justify-content:center;min-height:340px;padding:40px;display:flex}.customer-case-highlight strong{font-size:clamp(52px,7vw,88px);font-weight:300;line-height:.95}.customer-case-highlight span{max-width:260px;margin-top:18px;line-height:1.45}.customer-case-copy{padding:40px}.customer-case-copy h3{margin-bottom:14px;font-size:clamp(22px,2vw,30px);font-weight:300;line-height:1.25}.customer-case-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:32px;display:grid}.customer-case-metrics div{border-top:1px solid var(--border);padding-top:16px}.customer-case-metrics strong,.customer-case-metrics span{display:block}.customer-case-metrics strong{color:var(--accent);margin-bottom:6px;font-size:28px;font-weight:400}.customer-case-metrics span{color:var(--text-muted);font-size:13px}.customer-evidence-source{color:var(--text-muted);flex-wrap:wrap;gap:6px 12px;margin-top:18px;font-size:12px;line-height:1.5;display:flex}.customer-evidence-source a{color:var(--accent)}.customer-solution-map{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);overflow:hidden}.customer-solution-header{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--border);background:var(--panel-2);grid-template-columns:46px minmax(210px,1.2fr) minmax(180px,.8fr) minmax(230px,1fr);gap:24px;padding:16px 26px;font-family:IBM Plex Mono,monospace;font-size:11px;display:grid}.customer-solution-row{grid-template-columns:46px minmax(210px,1.2fr) minmax(180px,.8fr) minmax(230px,1fr);align-items:start;gap:24px;padding:26px;display:grid}.customer-solution-row+.customer-solution-row{border-top:1px solid var(--border)}.customer-solution-number{color:var(--accent);font-family:IBM Plex Mono,monospace;font-size:12px}.customer-solution-process h3{margin:0 0 8px;font-size:20px;font-weight:400}.customer-solution-result,.customer-solution-products{gap:10px;display:grid}.customer-solution-result strong{font-size:15px;font-weight:400;line-height:1.5}.customer-solution-products>div{flex-wrap:wrap;gap:8px;display:flex}.customer-solution-products a{color:var(--text);border:1px solid var(--border);border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:12px;transition:border-color .2s,color .2s;display:inline-flex}.customer-solution-products img{object-fit:contain;flex:0 0 22px;width:22px;height:22px}.customer-solution-product-mark{color:#fff;background:var(--accent);border-radius:4px;flex:0 0 22px;place-items:center;width:22px;height:22px;font-size:11px;font-weight:600;line-height:1;display:inline-grid}.customer-solution-products a:hover,.customer-solution-products a:focus-visible{color:var(--accent);border-color:var(--accent)}@media (width<=960px){.customer-metric-grid{grid-template-columns:1fr}.customer-metric-card{min-height:0}.customer-solution-header{grid-template-columns:36px 1fr 1fr}.customer-solution-header span:last-child{display:none}.customer-solution-row{grid-template-columns:36px 1fr 1fr}.customer-solution-products{grid-column:2/-1}}@media (width<=720px){.customer-time-grid,.customer-case-card{grid-template-columns:1fr}.customer-case-highlight{min-height:260px}.customer-solution-header{display:none}.customer-solution-row{grid-template-columns:32px minmax(0,1fr);gap:16px}.customer-solution-result,.customer-solution-products{grid-column:2}}@media (width<=480px){.customer-metric-card,.customer-case-copy,.customer-case-highlight,.customer-solution-row{padding:22px}.customer-time-header{padding:14px 20px}.customer-time-change{grid-template-columns:1fr;min-height:0}.customer-time-state{min-height:220px;padding:22px}.customer-time-arrow{top:50%;transform:translate(-50%,-50%)rotate(90deg)}.customer-case-metrics{grid-template-columns:1fr}}.customer-audience-products span{color:var(--text);padding-left:13px;font-size:13px;font-weight:600;position:relative}.customer-audience-products span:before{background:var(--accent);content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.product-template-section{position:relative}.product-section-tabs{padding:0 0 72px}.product-tabs-nav{z-index:20;background:color-mix(in srgb, var(--panel) 88%, #fff 12%);border:1px solid var(--border);box-shadow:none;backdrop-filter:blur(14px);border-radius:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:-28px 0 28px;padding:0;display:grid;position:sticky;top:72px;overflow:hidden}html[data-theme=light] .product-tabs-nav{background:#f4f4f4}@media (prefers-color-scheme:light){html:not([data-theme]) .product-tabs-nav{background:#f4f4f4}}.product-tabs-button{border:0;border-right:1px solid var(--border);min-height:84px;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border-radius:0;justify-content:center;align-items:center;gap:12px;padding:20px 24px;font-size:16px;font-weight:500;transition:background .18s,border-color .18s,color .18s,box-shadow .18s;display:flex;position:relative}.product-tabs-button:last-child{border-right:0}.product-tabs-button:before{content:"";background:0 0;height:2px;transition:background .18s;position:absolute;top:0;left:0;right:0}.product-tabs-icon{color:currentColor;flex:none;width:22px;height:22px}.product-tabs-icon path{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.product-tabs-button:hover{color:var(--text);background:color-mix(in srgb, var(--panel) 88%, var(--accent) 12%)}.product-tabs-button.is-active{color:var(--text);background:var(--bg);box-shadow:none}.product-tabs-button.is-active:before{background:var(--accent)}html[data-theme=light] .product-tabs-button.is-active{background:#fff}@media (prefers-color-scheme:light){html:not([data-theme]) .product-tabs-button.is-active{background:#fff}}.product-tabs-panel{animation:.22s productTabReveal}.product-tabs-panel[hidden]{display:none}.product-tabs-panel>section{padding:42px 0}.product-tabs-panel>section:first-child{padding-top:28px}.product-tabs-panel>section:last-child{padding-bottom:0}.collection-capabilities-section{padding:72px 0}.collection-capabilities{margin-top:32px}.collection-capabilities-nav{grid-template-columns:repeat(var(--collection-segment-count,3), minmax(0, 1fr));margin:0 0 34px;position:relative;top:auto}.collection-capabilities-button{text-align:center;min-width:0;min-height:94px;padding:14px 10px;line-height:1.3}.collection-capabilities-panels{position:relative}.collection-capabilities-panel{gap:28px;animation:.22s productTabReveal;display:grid}.collection-capabilities-panel[hidden]{display:none}.collection-capabilities-copy{max-width:820px}.collection-capabilities-copy h3{margin:0 0 12px;font-size:clamp(28px,3vw,42px);font-weight:300;line-height:1.12}.collection-capabilities-copy p{max-width:760px;color:var(--text-muted);margin:0;font-size:18px;line-height:1.6}.collection-capabilities-map{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:0;display:grid}.collection-capability-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);min-height:260px;box-shadow:var(--shadow-soft);padding:26px}html[data-theme=light] .collection-capability-card{background:#fff;box-shadow:0 14px 34px #0f172a0f}@media (prefers-color-scheme:light){html:not([data-theme]) .collection-capability-card{background:#fff;box-shadow:0 14px 34px #0f172a0f}}.collection-capability-step{color:var(--accent);font-family:var(--font-mono);letter-spacing:.14em;margin-bottom:28px;font-size:13px;display:block}.collection-capability-card h4{margin:0 0 18px;font-size:22px;font-weight:400}.collection-capability-card ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.collection-capability-card li{color:var(--text);align-items:center;gap:12px;font-weight:500;display:flex}.collection-capability-card li img,.mini-product-icon{flex:0 0 30px;width:30px;height:30px}.collection-capability-card li img{object-fit:contain}.mini-product-icon{border:1px solid var(--border);color:var(--accent);font-family:var(--font-mono);background:color-mix(in srgb, var(--accent) 10%, transparent);border-radius:6px;justify-content:center;align-items:center;font-size:11px;display:inline-flex}.collection-capability-line{border-top:1px solid var(--border);align-self:center;width:56px}.collection-capabilities-note{border:1px solid color-mix(in srgb, var(--accent) 38%, var(--border));border-radius:var(--radius);background:color-mix(in srgb, var(--accent) 8%, var(--panel));justify-content:space-between;align-items:center;gap:24px;padding:20px 24px;display:flex}html[data-theme=light] .collection-capabilities-note{background:#fff}@media (prefers-color-scheme:light){html:not([data-theme]) .collection-capabilities-note{background:#fff}}.collection-capabilities-note strong{color:var(--accent);font-size:18px;font-weight:500}.collection-capabilities-note span{max-width:760px;color:var(--text-muted);line-height:1.55}.collection-savings-section{padding:72px 0}.collection-savings-section .section-head{max-width:min(100%,1120px)}.collection-savings-section .section-head h2{white-space:normal;text-wrap:balance;max-width:100%}.collection-savings-table{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(320px,2fr);grid-auto-rows:minmax(78px,auto);margin-top:34px;display:grid;overflow:hidden}html[data-theme=light] .collection-savings-table{background:#fff}@media (prefers-color-scheme:light){html:not([data-theme]) .collection-savings-table{background:#fff}}.collection-savings-cell{border-right:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center;padding:18px 22px;display:flex}.collection-savings-head:nth-child(3),.collection-savings-collection,.collection-savings-total-collection{border-right:0}.collection-savings-head{background:color-mix(in srgb, var(--accent) 9%, var(--panel));min-height:58px;color:var(--text);font-weight:500}html[data-theme=light] .collection-savings-head{background:#f7f9fc}@media (prefers-color-scheme:light){html:not([data-theme]) .collection-savings-head{background:#f7f9fc}}.collection-savings-table select{width:100%;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;padding:8px 34px 8px 0}.collection-savings-table select:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.collection-savings-price{color:var(--text);font-weight:500}.collection-savings-collection{flex-direction:column;grid-area:2/3/span 3;justify-content:center;align-items:flex-start;gap:14px;padding:28px 22px}.collection-savings-collection-head{align-items:center;gap:14px;width:100%;display:flex}.collection-savings-collection-head img{object-fit:contain;width:46px;height:46px}.collection-savings-collection-head strong{max-width:360px;font-size:18px;font-weight:500;line-height:1.2}.collection-savings-collection p{max-width:620px;color:var(--text-muted);margin:0;line-height:1.55}.collection-savings-total-label,.collection-savings-total{background:color-mix(in srgb, var(--accent) 9%, var(--panel));border-bottom:0;min-height:86px}html[data-theme=light] .collection-savings-total-label,html[data-theme=light] .collection-savings-total{background:#f7f9fc}@media (prefers-color-scheme:light){html:not([data-theme]) .collection-savings-total-label,html:not([data-theme]) .collection-savings-total{background:#f7f9fc}}.collection-savings-total{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}.collection-savings-total strong{color:var(--text);font-size:22px;font-weight:500}.collection-savings-economy{color:var(--accent);font-size:18px;font-weight:500}.comparison-table-wrap{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--panel);overflow:hidden}html[data-theme=light] .comparison-table-wrap{background:#fff}@media (prefers-color-scheme:light){html:not([data-theme]) .comparison-table-wrap{background:#fff}}.comparison-table{border-collapse:collapse;table-layout:fixed;width:100%}.comparison-table th,.comparison-table td{border-bottom:1px solid var(--border);color:var(--text-muted);text-align:left;vertical-align:top;padding:18px 22px;font-size:15px;line-height:1.45}.comparison-table thead th{color:var(--text);background:color-mix(in srgb, var(--panel) 86%, var(--accent) 14%);font-weight:600}html[data-theme=light] .comparison-table thead th{background:#f4f4f4}@media (prefers-color-scheme:light){html:not([data-theme]) .comparison-table thead th{background:#f4f4f4}}.comparison-table tbody th{color:var(--text);font-weight:500}.comparison-table tr:last-child th,.comparison-table tr:last-child td{border-bottom:0}.comparison-source{color:var(--text-muted);margin:14px 0 0;font-size:13px}.comparison-source a{color:var(--accent)}@keyframes productTabReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.product-template-section .section-head{max-width:none}.product-overview-panel .trust-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:stretch;gap:32px}.product-overview-panel .trust-grid>.reveal:first-child,.product-overview-panel .stat-card{background:radial-gradient(ellipse 80% 90% at 100% 0%, #2e9eff1a, transparent 58%), var(--panel);border:1px solid var(--border);border-radius:20px;padding:32px}.product-overview-panel .trust-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-overview-panel .trust-item{background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;align-items:flex-start;padding:16px}.product-overview-panel .stat-card{flex-direction:column;justify-content:center;min-height:100%;display:flex}.product-overview-panel .stat-row{grid-template-columns:1fr;gap:18px;display:grid}.product-overview-panel .stat-row>div{border-bottom:1px solid var(--border);padding-bottom:18px}.product-overview-panel .stat-row>div:last-child{border-bottom:0;padding-bottom:0}.collection-value-section .trust-grid{display:block}.collection-value-section .trust-grid>.reveal:first-child{max-width:none}.collection-value-section .trust-grid h2{max-width:720px}.collection-value-section .trust-grid>.reveal:first-child>p{max-width:820px}.collection-value-section .trust-list{counter-reset:collection-value;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.collection-value-section .trust-item{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 8%, transparent), transparent 42%), var(--panel);border:1px solid var(--border);border-radius:var(--radius-card);counter-increment:collection-value;flex-direction:column;align-items:flex-start;min-height:260px;padding:28px;display:flex;position:relative;overflow:hidden}html[data-theme=light] .collection-value-section .trust-item{background:#fff}@media (prefers-color-scheme:light){html:not([data-theme]) .collection-value-section .trust-item{background:#fff}}.collection-value-section .trust-item:before{content:"0" counter(collection-value);color:var(--accent);font-family:var(--font-mono);letter-spacing:.08em;margin-bottom:44px;font-size:12px;line-height:1}.collection-value-section .trust-item:after{content:"";background:var(--border);height:1px;position:absolute;top:58px;left:28px;right:28px}.collection-value-section .trust-check{display:none}.collection-value-section .trust-item h4{max-width:320px;font-family:var(--font-heading);color:var(--text);margin:0 0 14px;font-size:clamp(18px,1.55vw,24px);font-weight:500;line-height:1.2}.collection-value-section .trust-item p{color:var(--text-muted);margin:0;font-size:15px;line-height:1.55}.collection-audience-section .category-card{flex-direction:column;min-height:218px;padding-bottom:30px;display:flex}.collection-audience-section .category-card .card-link{border:1px solid var(--border-strong);border-radius:var(--radius-button);color:var(--text);align-self:flex-end;margin-top:auto;padding:7px 12px;font-size:12px;font-weight:500;line-height:1;transition:background .16s,border-color .16s,color .16s}.collection-audience-section .category-card:hover .card-link{border-color:var(--accent);color:var(--accent);background:var(--accent-subtle)}.product-showcase-section .category-grid{grid-template-columns:1fr;gap:22px}.product-showcase-section .has-media-placeholder{grid-template-columns:minmax(0,.92fr) minmax(300px,1.08fr);align-items:stretch;gap:28px;min-height:260px;padding:18px;display:grid}.product-showcase-section .has-media-placeholder:nth-child(2n){grid-template-columns:minmax(300px,1.08fr) minmax(0,.92fr)}.product-showcase-section .has-media-placeholder:nth-child(2n) .structured-card-copy{grid-column:2}.product-showcase-section .has-media-placeholder:nth-child(2n) .structured-card-media{grid-area:1/1}.structured-card-copy{flex-direction:column;justify-content:center;min-width:0;padding:10px;display:flex}.structured-card-copy .product-icon{margin-bottom:18px}.structured-card-copy h3{margin-bottom:12px;font-size:clamp(24px,2.4vw,34px)}.structured-card-copy p{max-width:620px;font-size:15px}.structured-card-media{background:linear-gradient(90deg,#2e9eff14 1px,#0000 1px) 0 0/36px 36px,linear-gradient(#2e9eff14 1px,#0000 1px) 0 0/36px 36px,radial-gradient(circle at 30% 30%,#2e9eff38,#0000 28%),linear-gradient(145deg,#141f30f2,#090d14f5);border:1px solid #2e9eff2e;border-radius:16px;min-height:220px;position:relative;overflow:hidden}.structured-card-media:before{content:"";background:linear-gradient(135deg,#0000 0 46%,#ffffff2e 47% 48%,#0000 49%),linear-gradient(45deg,#0000 0 58%,#2e9eff38 59% 60%,#0000 61%);border:1px solid #ffffff24;border-radius:10px;position:absolute;inset:22px}.structured-card-media:after{content:"";background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;width:86px;height:44px;position:absolute;bottom:28px;right:28px}.structured-card-media span{z-index:1;color:#ffffffb8;text-transform:uppercase;letter-spacing:.12em;font-family:IBM Plex Mono,monospace;font-size:11px;position:absolute;bottom:16px;left:18px}.structured-card-media img{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.structured-card-media:has(img):before{display:none}.structured-card-media:has(img):after{background:linear-gradient(#0000 50%,#05080d9e);border:0;border-radius:0;width:auto;height:auto;inset:0}.structured-card-media:has(img) span{backdrop-filter:blur(10px);background:#05080dad;border:1px solid #ffffff24;border-radius:999px;padding:7px 10px}.product-benefits-section .category-grid,.product-cases-section .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-benefits-section .category-card,.product-cases-section .category-card{background:radial-gradient(ellipse 90% 70% at 100% 0%, #2e9eff1a, transparent 58%), var(--panel);flex-direction:column;justify-content:space-between;min-height:220px;display:flex}.product-toolsets-section .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-toolsets-section .product-card{background:linear-gradient(180deg, #ffffff06, transparent 45%), var(--panel);min-height:230px}.product-feature-demos .structured-card-media{background:linear-gradient(90deg,#ffffff0f 1px,#0000 1px) 0 0/42px 42px,linear-gradient(#ffffff0d 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle at 70% 35%,#536dff3d,#0000 28%),linear-gradient(145deg,#0c121efa,#070a10f5)}.product-editions-section .products-grid,.product-related-section .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-related-section .section-head h2{white-space:normal;text-wrap:balance;max-width:1100px}.product-editions-section .product-card,.product-related-section .product-card{min-height:260px}.product-final-cta .cta-section{background:radial-gradient(ellipse 50% 90% at 0% 0%, #2e9eff24, transparent), linear-gradient(145deg, var(--panel), var(--panel-2));border-radius:20px}.product-card.featured{background:radial-gradient(ellipse 90% 60% at 100% 0%, #2e9eff1f, transparent), var(--panel)}.editorial-copy{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.editorial-copy p{color:var(--text-muted);margin-bottom:16px;font-size:15.5px}.editorial-copy h2{margin-bottom:16px;font-size:clamp(28px,3.4vw,42px)}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.price-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:26px}.price-card h3{margin-bottom:10px;font-size:18px}.price-value{color:var(--text);margin-bottom:12px;font-family:IBM Plex Sans,sans-serif;font-size:28px;font-weight:700}.price-card p{color:var(--text-muted);margin-bottom:18px;font-size:14px}.price-card ul{color:var(--text-muted);flex-direction:column;gap:9px;font-size:13.5px;list-style:none;display:flex}.price-card li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;margin-right:9px;display:inline-block;transform:translateY(-1px)}.service-calculator,.product-price-calculator{grid-template-columns:1.25fr .75fr;align-items:stretch;gap:18px;display:grid}.calculator-panel,.calculator-result{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:26px}.calculator-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.service-calculator input[type=range],.product-price-calculator input[type=range]{--range-progress:0%;appearance:none;cursor:pointer;background:0 0;border:0;outline:0;width:100%;height:20px;margin:4px 0 0}.calc-range-field{margin-bottom:18px}.calc-range-field label{color:var(--text-muted);text-transform:none;letter-spacing:0;justify-content:space-between;align-items:center;gap:16px;margin-bottom:9px;font-family:Inter,sans-serif;font-size:15px;display:flex}.calc-range-field label span{color:#afc6ff;white-space:nowrap;font-family:Inter,sans-serif;font-size:15px}.service-calculator input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, #2e9eff 0%, #7b61ff var(--range-progress), #16202f var(--range-progress), #16202f 100%);border:none;border-radius:999px;height:8px}.product-price-calculator input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, #2e9eff 0%, #7b61ff var(--range-progress), #16202f var(--range-progress), #16202f 100%);border:none;border-radius:999px;height:8px}html[data-theme=light] .service-calculator input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, #2e9eff 0%, #7b61ff var(--range-progress), #e2e8f0 var(--range-progress), #e2e8f0 100%)}html[data-theme=light] .product-price-calculator input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, #2e9eff 0%, #7b61ff var(--range-progress), #e2e8f0 var(--range-progress), #e2e8f0 100%)}@media (prefers-color-scheme:light){html:not([data-theme]) .service-calculator input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, #2e9eff 0%, #7b61ff var(--range-progress), #e2e8f0 var(--range-progress), #e2e8f0 100%)}html:not([data-theme]) .product-price-calculator input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, #2e9eff 0%, #7b61ff var(--range-progress), #e2e8f0 var(--range-progress), #e2e8f0 100%)}}.service-calculator input[type=range]::-webkit-slider-thumb{appearance:none;background:#2e9eff;border:none;border-radius:50%;width:10px;height:10px;margin-top:-1px;box-shadow:0 0 0 4px #2e9eff24,0 0 14px #2e9eff6b}.product-price-calculator input[type=range]::-webkit-slider-thumb{appearance:none;background:#2e9eff;border:none;border-radius:50%;width:10px;height:10px;margin-top:-1px;box-shadow:0 0 0 4px #2e9eff24,0 0 14px #2e9eff6b}.service-calculator input[type=range]::-moz-range-track{background:#16202f;border:none;border-radius:999px;height:8px}.product-price-calculator input[type=range]::-moz-range-track{background:#16202f;border:none;border-radius:999px;height:8px}html[data-theme=light] .service-calculator input[type=range]::-moz-range-track{background:#e2e8f0}html[data-theme=light] .product-price-calculator input[type=range]::-moz-range-track{background:#e2e8f0}@media (prefers-color-scheme:light){html:not([data-theme]) .service-calculator input[type=range]::-moz-range-track{background:#e2e8f0}html:not([data-theme]) .product-price-calculator input[type=range]::-moz-range-track{background:#e2e8f0}}.service-calculator input[type=range]::-moz-range-progress{background:linear-gradient(90deg,#2e9eff,#7b61ff);border-radius:999px;height:8px}.product-price-calculator input[type=range]::-moz-range-progress{background:linear-gradient(90deg,#2e9eff,#7b61ff);border-radius:999px;height:8px}.service-calculator input[type=range]::-moz-range-thumb{background:#2e9eff;border:none;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 4px #2e9eff24,0 0 14px #2e9eff6b}.product-price-calculator input[type=range]::-moz-range-thumb{background:#2e9eff;border:none;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 4px #2e9eff24,0 0 14px #2e9eff6b}.service-calculator input[type=range]:focus-visible,.product-price-calculator input[type=range]:focus-visible{box-shadow:none;border:0;outline:none}.calculator-option{margin-top:12px}.calculator-disclaimer{color:var(--text-muted);margin:18px 0 0;font-size:14px;line-height:1.65}.calculator-result{background:radial-gradient(ellipse 80% 55% at 100% 0%, #2e9eff26, transparent), var(--panel-2);flex-direction:column;display:flex}.calculator-result h3{margin-bottom:12px;font-size:20px}.calculator-total{color:var(--text);flex-wrap:wrap;align-items:baseline;gap:4px 10px;max-width:100%;margin-bottom:14px;font-family:IBM Plex Sans,sans-serif;font-size:clamp(28px,3vw,40px);font-weight:700;line-height:1.12;display:flex}.calculator-total span{white-space:nowrap}.product-price-calculator .calculator-total{background:linear-gradient(135deg, var(--accent), #5b7fff);color:#0000;background-clip:text}.calculator-result p{color:var(--text-muted);margin-bottom:18px;font-size:14px}.calculator-lines{flex-direction:column;gap:10px;margin:4px 0 22px;display:flex}.calculator-lines div{border-bottom:1px solid var(--border);color:var(--text-muted);justify-content:space-between;gap:14px;padding-bottom:10px;font-size:13px;display:flex}.calculator-lines strong{color:var(--text);text-align:right}.content-list{grid-template-columns:1fr 1fr;gap:16px;display:grid}.content-row{background:var(--panel);border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px;transition:border-color .2s,transform .2s;display:flex}.content-row:hover{border-color:#2e9eff5c;transform:translateY(-2px)}.content-row h3{margin-bottom:7px;font-size:17px}.content-row p{color:var(--text-muted);font-size:13.5px}.content-badge{border:1px solid var(--border);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;flex-shrink:0;padding:6px 10px;font-family:IBM Plex Mono,monospace;font-size:11px}.article-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.content-feed-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:56px;display:flex}.content-feed-head .section-head{margin-bottom:0}.content-feed-controls{flex-shrink:0;gap:10px;display:flex}.content-feed-button{border:1px solid var(--border);background:var(--panel);width:44px;height:44px;color:var(--text);cursor:pointer;border-radius:9px;place-items:center;transition:border-color .18s,background .18s,color .18s,transform .18s;display:grid}.content-feed-button:hover{color:var(--accent);background:#2e9eff1a;border-color:#2e9eff75;transform:translateY(-1px)}.content-feed-button:disabled{cursor:not-allowed;opacity:.45;transform:none}.content-feed-button:disabled:hover{border-color:var(--border);background:var(--panel);color:var(--text)}.content-feed-button svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.content-feed-slider .article-card-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:22px;margin-top:-8px;padding-top:8px;padding-bottom:4px;display:flex;overflow:auto hidden}.content-feed-slider .article-card-grid::-webkit-scrollbar{display:none}.content-feed-slider .article-card{scroll-snap-align:start;flex:0 0 calc(33.3333% - 14.6667px)}.content-feed-slider .btn{margin-top:24px}.article-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;min-height:100%;transition:transform .2s,border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.article-card-link{min-height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.article-card:hover{background:var(--panel-2);border-color:#2e9eff5c;transform:translateY(-3px)}.article-card-media{aspect-ratio:16/9;background:var(--panel-2);border-bottom:1px solid var(--border);overflow:hidden}.article-card-media img{object-fit:cover;width:100%;height:100%;display:block}.article-card-body{flex-direction:column;flex:1;gap:12px;padding:22px;display:flex}.article-card-meta,.article-meta{color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;flex-wrap:wrap;align-items:center;gap:12px;font-family:IBM Plex Mono,monospace;font-size:11px;display:flex}.article-card h3{font-size:18px;line-height:1.25}.article-card p{color:var(--text-muted);font-size:14px}.share-button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#111722e0;border-radius:999px;justify-content:center;align-items:center;gap:8px;transition:border-color .2s,background .2s,color .2s,transform .2s;display:inline-flex}.share-button:hover{color:var(--accent);background:#2e9eff1f;border-color:#2e9eff94;transform:translateY(-1px)}.share-button.copied{color:var(--success);border-color:#4ade8094}.share-button-card{z-index:2;backdrop-filter:blur(10px);width:40px;height:40px;padding:0;position:absolute;top:14px;right:14px}.article-share-button{text-transform:none;letter-spacing:0;padding:7px 11px;font-family:Inter,sans-serif;font-size:12px}.share-arrow{border-top:2px solid;border-radius:60% 60% 0 0;width:18px;height:14px;display:inline-block;position:relative;transform:skew(-18deg)rotate(-12deg)}.share-arrow:before{content:"";transform-origin:50%;border-top:2px solid;border-right:2px solid;width:8px;height:8px;position:absolute;top:-5px;right:-1px;transform:rotate(35deg)}.share-arrow:after{content:"";transform-origin:0;background:currentColor;border-radius:999px;width:8px;height:2px;position:absolute;bottom:1px;left:0;transform:rotate(-24deg)}.article-page{padding-bottom:96px}.article-hero{z-index:0;padding:160px 0 52px;position:relative}.article-hero h1{max-width:920px;margin:18px 0;font-size:clamp(38px,4.6vw,66px)}.article-main-image{z-index:0;object-fit:cover;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);width:100%;max-height:520px;margin-top:38px;display:block;position:relative}.article-layout{grid-template-columns:280px minmax(0,760px);align-items:start;gap:64px;display:grid}.article-layout-single{grid-template-columns:minmax(0,760px)}.article-content{color:var(--text-muted);font-size:17px;line-height:1.8}.article-content h2,.article-content h3{color:var(--text);margin:46px 0 16px;scroll-margin-top:110px}.article-content h2{font-size:30px}.article-content h3{font-size:22px}.article-content p,.article-content ul,.article-content blockquote{margin-bottom:20px}.article-content ul{padding-left:22px}.article-content blockquote{color:var(--text);border-left:3px solid var(--accent);background:#2e9eff0f;padding:14px 0 14px 22px}.article-aside{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);max-height:calc(100vh - 140px);padding:18px;position:sticky;top:110px;overflow-y:auto}.article-toc{margin-top:14px;display:grid}.article-toc-link{color:var(--text-muted);border-top:1px solid var(--border);padding:10px 0 10px 14px;font-size:14px;line-height:1.4;transition:color .2s,background-color .2s;display:block;position:relative}.article-toc-link:before{content:"";background:0 0;border-radius:2px;width:2px;transition:background-color .2s;position:absolute;top:8px;bottom:8px;left:0}.article-toc-link:first-child{border-top:0}.article-toc-link:hover,.article-toc-link:focus-visible,.article-toc-link.is-active{color:var(--accent)}.article-toc-link.is-active{background:#2e9eff0f}.article-toc-link.is-active:before{background:var(--accent)}.article-toc-link-nested{color:var(--text-muted);padding-left:30px;font-size:13px}.article-faq,.related-articles,.article-cta{margin-top:72px}.article-faq h2{margin-bottom:24px}.company-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.company-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;gap:24px;min-height:160px;padding:28px;transition:border-color .25s,transform .25s,background .25s;display:flex}.company-card:hover{background:var(--panel-2);border-color:#2e9eff61;transform:translateY(-3px)}.company-card h3{margin-bottom:9px;font-size:20px}.company-card p{color:var(--text-muted);font-size:14.5px}.company-card .num{color:var(--accent);letter-spacing:.08em;flex-shrink:0;font-family:IBM Plex Mono,monospace;font-size:12px}.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);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(4,1fr);gap:0;display:grid;position:relative}.process:before{content:"";background:linear-gradient(90deg, transparent, var(--border) 8%, var(--border) 92%, transparent);height:1px;position:absolute;top:24px;left:0;right:0}.process-step{padding-right:24px;position:relative}.process-num{background:var(--panel);border:1px solid var(--border);width:48px;height:48px;color:var(--accent);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin-bottom:22px;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500;display:flex;position:relative}.process-step h3{margin-bottom:8px;font-size:16px}#how .process-step h3{border-left:2px solid var(--accent);color:var(--text);margin-bottom:12px;padding-left:10px;font-size:18px;font-weight:600;line-height:1.3}.process-step p{color:var(--text-muted);font-size:14px}#why.trust-stats-section{padding:50px 0}.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)}.audience-detail{border:1px solid var(--border);background:radial-gradient(ellipse 70% 70% at 80% 0%, #2e9eff1f, 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}.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:#2e9eff5c;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);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:Inter,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);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}.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:Inter,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 #2e9eff26}.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%, #2e9eff1a, 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);flex-shrink:0}.form-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:28px}.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:Inter,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 #2e9eff26}.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);background:#2e9eff1f;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:1000;backdrop-filter:blur(12px);opacity:0;visibility:hidden;background:#090c11b8;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{background:var(--bg);border:1px solid #89b6ff33;border-radius:14px;width:min(100%,620px);max-height:calc(100vh - 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:#2e9eff14;border-color:#2e9eff66}.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}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-dim);margin-bottom:16px;font-family:IBM Plex Mono,monospace;font-size:12px}.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)}.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:12px;display:inline-flex}.theme-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;opacity:.45;width:24px;height:24px;transition:color .18s,opacity .18s}.theme-switch{flex-shrink:0;width:72px;height:36px;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:28px;height:28px;transition:transform .18s,background .18s,box-shadow .18s;position:absolute;top:3px;left:3px;transform:translate(34px);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);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 #0f172a0a,0 10px 28px #0f172a0d}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 #0f172a29)}html[data-theme=light] .modal-backdrop{background:#f6f8fbc2}html[data-theme=light] input,html[data-theme=light] textarea,html[data-theme=light] select{color:var(--text);background:#fff}html[data-theme=light] .share-button{background:#ffffffe6}html[data-theme=light] .nav-dropdown-panel{background:#fffffff5;box-shadow:0 18px 46px #0f172a1f}html[data-theme=light] .site-search-panel{background:#fffffffa;box-shadow:0 18px 46px #0f172a1f}.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 #2e9eff5c;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 #2e9eff47}.contact-widget-toggle::-webkit-details-marker{display:none}.contact-widget-toggle:hover{transform:translateY(-2px);box-shadow:0 22px 56px #2e9eff57}.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:#121826fa;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);background:#2e9eff1f}.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 #0f172a29}.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{justify-content:space-between}.site-search-control{width:min(260px,42vw);height:40px}.site-search-panel{width:calc(100vw - 48px)}.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:#05090f8a;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:#121826fa;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 #0f172a29}.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);white-space:nowrap;font-size:13px;font-weight:600}.mobile-nav-groups{grid-template-columns:1fr;gap:18px;display:grid}.mobile-nav-group{gap:8px;display:grid}.mobile-nav-group span{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);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;padding:8px max(10px, var(--gutter)) calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--border);backdrop-filter:blur(16px);background:#0b0e14eb;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;display:grid;position:fixed;bottom:0;left:0;right:0}html[data-theme=light] .mobile-nav-bar{background:#ffffffeb;box-shadow:0 -1px 2px #0f172a0a}.mobile-nav-button{min-width:0;min-height:58px;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;font-size:11px;font-weight:600;transition:color .18s,background .18s,border-color .18s;display:flex}.mobile-nav-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:21px;height:21px}.mobile-nav-button span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.mobile-nav-button.is-active{color:var(--accent);background:#2e9eff1a;border-color:#2e9eff3d}}@media (width<=420px){.mobile-nav-button{border-radius:10px;font-size:10px}.mobile-nav-button svg{width:20px;height:20px}.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,.article-card-grid{grid-template-columns:repeat(2,1fr)}.content-feed-slider .article-card{flex-basis:calc(50% - 11px)}.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:360px;min-height:360px;margin:0 auto}.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}.product-filter-bar{scrollbar-width:none;flex-wrap:nowrap;margin-inline:-18px;padding:0 18px 4px;overflow-x:auto}.product-filter-bar::-webkit-scrollbar{display:none}.product-filter-button{white-space:nowrap;flex:none}.products-grid,.article-card-grid{grid-template-columns:1fr}.content-feed-head{align-items:flex-start;margin-bottom:34px}.content-feed-controls{display:none}.content-feed-slider .article-card-grid{margin:0 -24px;padding:0 24px 8px;scroll-padding-left:24px}.content-feed-slider .article-card{flex-basis:min(82vw,340px)}.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:280px;min-height:280px;margin-top:0}.about-map-card img{height:100%;min-height:100%}.about-map-address{padding:16px;bottom:14px;left:14px;right:14px}.about-map-address strong{font-size:16px}.about-contact-card{min-height:90px;padding:16px}.about-tile{min-height:240px;padding:24px}.process,.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:"Inter", -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:#fff;--panel-2:#eef0f2;--border:#e1e4e8;--border-strong:#c9cdd2;--accent:#0f62fe;--accent-2:#0f62fe;--accent-hover:#0353e9;--accent-active:#0043ce;--accent-subtle:#edf3ff;--text:#14181c;--text-muted:#5b636b;--text-dim:#8a9199;--radius:6px;--container:1280px;--shadow-sm:0 1px 2px #14181c0f;--shadow-md:0 2px 10px #14181c14;--shadow-lg:0 8px 28px #14181c24}@media (prefers-color-scheme:dark){html:not([data-theme]){color-scheme:dark;--bg:#101316;--panel:#16191d;--panel-2:#1d2126;--border:#2a2e33;--border-strong:#3a4148;--accent:#4589ff;--accent-2:#4589ff;--accent-hover:#78a9ff;--accent-active:#0f62fe;--accent-subtle:#16294a;--text:#f2f4f8;--text-muted:#a2a9b0;--text-dim:#697077;--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:#101316;--panel:#16191d;--panel-2:#1d2126;--border:#2a2e33;--border-strong:#3a4148;--accent:#4589ff;--accent-2:#4589ff;--accent-hover:#78a9ff;--accent-active:#0f62fe;--accent-subtle:#16294a;--text:#f2f4f8;--text-muted:#a2a9b0;--text-dim:#697077;--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{border-radius:var(--radius-input)}.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);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,.about-map-card,.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,.about-map-card{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)}.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,.product-feature-demos .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:#eef0f2}@media (prefers-color-scheme:dark){html:not([data-theme]) .product-card>.product-icon,html:not([data-theme]) .article-card-media{background:#1d2126}}html[data-theme=dark] .product-card>.product-icon,html[data-theme=dark] .article-card-media{background:#1d2126}.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);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:42px;font-size:clamp(52px,6vw,72px);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:310px;padding:34px}#why.trust-stats-section .trust-stat .stat-label{color:var(--text);font-family:var(--font-body);letter-spacing:0;text-transform:none;font-size:20px;font-weight:500;line-height:1.3}#why.trust-stats-section .stat-description{color:var(--text-muted);margin-top:14px;font-size:15px;line-height:1.65}@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:auto auto auto 1fr auto;grid-template-columns:42px minmax(0,1fr);align-items:center;column-gap:12px;display:grid}.product-card>.product-icon{background:var(--panel-2);border:1px solid var(--border);width:42px;height:42px;color:var(--accent);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;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;margin-bottom:0}.product-card>p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}.product-card:has(>.product-icon)>p{grid-column:1/-1;margin-top:18px}.product-card>.tag-line{font-family:var(--font-mono);color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;border-top:0;grid-column:1/-1;margin-top:16px;padding-top:0;font-size:11px}.product-card>.product-card-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;align-self:stretch;gap:8px;margin-top:auto;padding:34px 0 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);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}.share-button-card{display:none}.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}.article-card:hover .article-card-footer span,.content-feed .btn-ghost:hover{border-color:var(--accent);color:var(--accent);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{box-shadow:none;background:#fff}@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{box-shadow:none;background:#fff}}.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)}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,#how .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)}.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}}
