:root{--navy: #0a1628;--navy-mid: #122240;--blue: #0066cc;--blue-light: #3d8fd9;--teal: #00a3a3;--white: #ffffff;--gray-50: #f4f7fb;--gray-100: #e8edf4;--gray-500: #6b7a90;--gray-800: #2d3748;--radius: 8px;--shadow: 0 8px 32px rgba(10, 22, 40, .12);--font: "DM Sans", system-ui, sans-serif;--header-h: 72px;--max: 1200px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--gray-800);background:var(--white);line-height:1.6}img{max-width:100%;display:block}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-light)}h1,h2,h3,h4{color:var(--navy);line-height:1.2;margin:0 0 .5em}p{margin:0 0 1em}ul{margin:0;padding-left:1.25rem}.container{width:min(var(--max),100% - 2rem);margin-inline:auto}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;border:2px solid transparent;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.btn--primary{background:var(--blue);color:var(--white)}.btn--primary:hover{background:var(--blue-light);color:var(--white)}.btn--secondary{background:var(--navy);color:var(--white)}.btn--secondary:hover{background:var(--navy-mid);color:var(--white)}.btn--ghost{background:transparent;color:var(--white);border-color:#ffffff80}.btn--ghost:hover{border-color:var(--white);color:var(--white)}.btn--ghost-light{background:transparent;color:var(--white);border-color:#fff6}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.link-arrow{font-weight:600;color:var(--blue)}.section{padding:5rem 0}.section--muted{background:var(--gray-50)}.section-head{max-width:640px;margin-bottom:2.5rem}.section-head--split{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;max-width:none}.section-head h2{font-size:clamp(1.75rem,3vw,2.25rem)}.section-link{display:inline-block;margin-top:2rem}.page{min-height:60vh}.page--center{text-align:center;padding:4rem 0}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-100);height:var(--header-h)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);width:min(var(--max),100% - 2rem);margin-inline:auto}.logo{display:flex;align-items:center;gap:.5rem;color:var(--navy);font-weight:700}.logo-mark{width:36px;height:36px;background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;border-radius:8px;display:grid;place-items:center;font-size:1.125rem}.logo-text{font-size:1.125rem}.nav{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.5rem .875rem;color:var(--gray-800);font-weight:500;font-size:.9375rem;border:none;background:none;cursor:pointer;font-family:inherit}.nav-link:hover,.nav-link--active{color:var(--blue)}.nav-item--mega{position:relative}.mega-menu{position:absolute;top:100%;left:-1rem;width:640px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;border:1px solid var(--gray-100)}.mega-menu__label{font-size:.75rem;color:var(--gray-500);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.08em}.mega-menu__grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.mega-menu__item{display:block;padding:.75rem;border-radius:6px;color:inherit}.mega-menu__item:hover{background:var(--gray-50);color:inherit}.mega-menu__item strong{display:block;font-size:.9375rem;color:var(--navy)}.mega-menu__item span{font-size:.8125rem;color:var(--gray-500)}.header-search-btn{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--gray-100);border-radius:8px;background:var(--white);color:var(--navy);cursor:pointer;flex-shrink:0}.header-search-btn:hover{border-color:var(--blue);color:var(--blue)}.header-actions-mobile{display:none;align-items:center;gap:.5rem}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:24px;height:2px;background:var(--navy)}.hero-cinematic{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;color:var(--white)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center right}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(105deg,#061528f0,#0b2348d1 42%,#0b234873)}.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:5rem 0}.hero-content{max-width:560px}.hero-cinematic h1{color:var(--white);font-size:clamp(2.25rem,4.5vw,3.25rem);margin-bottom:1rem;font-weight:700;line-height:1.1}.hero-subtitle{color:#ffffffe0;font-size:1.125rem;margin-bottom:1.5rem;line-height:1.6}.hero-search{display:flex;align-items:center;gap:.75rem;max-width:480px;margin-bottom:1.5rem;padding:.375rem .375rem .375rem 1rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-search svg{flex-shrink:0;color:#ffffffd9}.hero-search input{flex:1;min-width:0;border:none;background:transparent;color:var(--white);font-family:inherit;font-size:.9375rem}.hero-search input::placeholder{color:#ffffffa6}.hero-search input:focus{outline:none}.hero-search__btn{border:none;border-radius:999px;padding:.625rem 1.125rem;background:var(--white);color:var(--navy);font-weight:600;font-size:.875rem;cursor:pointer;font-family:inherit}.hero-search__btn:hover{background:var(--gray-50)}.hero-ctas{display:flex;gap:.75rem;flex-wrap:wrap}.eyebrow-light{color:#00a3a3f2}.hero-device{justify-self:end;max-width:480px;width:100%;border-radius:12px;overflow:hidden;box-shadow:0 24px 60px #00000059;border:1px solid rgba(255,255,255,.12)}.hero-device img{width:100%;aspect-ratio:4/3;object-fit:cover}.stats-band{background:var(--navy);color:var(--white);padding:2.5rem 0}.stats-band__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}.stat__value{display:block;font-size:2rem;font-weight:700;color:var(--teal)}.stat__label{font-size:.875rem;opacity:.85}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.portfolio-card{border-radius:var(--radius);overflow:hidden;background:var(--white);border:1px solid var(--gray-100);color:inherit;transition:box-shadow .2s,transform .2s}.portfolio-card:hover{box-shadow:var(--shadow);transform:translateY(-4px);color:inherit}.portfolio-card__img{aspect-ratio:16/10;overflow:hidden}.portfolio-card__img img{width:100%;height:100%;object-fit:cover}.portfolio-card__body{padding:1.25rem}.portfolio-card h3{font-size:1.125rem}.portfolio-card p{font-size:.875rem;color:var(--gray-500);margin-bottom:.75rem}.therapy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.therapy-card{padding:1.5rem;background:var(--gray-50);border-radius:var(--radius);border-left:4px solid var(--teal)}.therapy-card__icon{font-size:1.5rem;color:var(--blue);display:block;margin-bottom:.75rem}.therapy-card h3{font-size:1.0625rem}.stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.story-card{border-radius:var(--radius);overflow:hidden;background:var(--white);border:1px solid var(--gray-100)}.story-card img{aspect-ratio:16/10;object-fit:cover;width:100%}.story-card h3,.story-card p{padding:0 1.25rem}.story-card h3{padding-top:1rem;font-size:1.0625rem}.story-card p{font-size:.875rem;color:var(--gray-500)}.story-card__region{padding:1rem 1.25rem 0;font-size:.75rem;font-weight:600;color:var(--teal);text-transform:uppercase;letter-spacing:.06em;margin:0}.story-card__outcome{padding:0 1.25rem 1.25rem;font-weight:600;color:var(--blue);font-size:.875rem}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.insights-grid--full{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.insight-card{border-radius:var(--radius);overflow:hidden;background:var(--white);border:1px solid var(--gray-100)}.insight-card img{aspect-ratio:16/9;object-fit:cover;width:100%}.insight-card__body{padding:1.25rem}.insight-card__meta{font-size:.75rem;color:var(--gray-500)}.insight-card h3{font-size:1.0625rem;margin:.5rem 0}.insight-card__time{font-size:.8125rem;color:var(--blue);font-weight:600}.regions-section{background:var(--gray-50);text-align:center}.regions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;text-align:left}.region-card{padding:1.25rem;background:var(--white);border-radius:var(--radius);border:1px solid var(--gray-100)}.region-card h3{font-size:1.125rem;margin-bottom:.25rem}.region-card__type{display:block;font-size:.8125rem;color:var(--teal);font-weight:600;margin:.5rem 0}.cta-banner{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);color:var(--white);padding:4rem 0;text-align:center}.cta-banner h2{color:var(--white);font-size:clamp(1.5rem,3vw,2rem)}.cta-banner p{opacity:.9;max-width:520px;margin-inline:auto 1.5rem}.cta-banner__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.page-hero{padding:4rem 0 3rem;background:var(--gray-50)}.page-hero--image{position:relative;padding:6rem 0;color:var(--white);overflow:hidden}.page-hero--image>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a1628bf}.page-hero__content{position:relative;z-index:1}.page-hero--image h1{color:var(--white)}.page-hero h1{font-size:clamp(2rem,4vw,2.75rem)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.product-card{border-radius:var(--radius);overflow:hidden;border:1px solid var(--gray-100);color:inherit;background:var(--white);transition:box-shadow .2s}.product-card:hover{box-shadow:var(--shadow);color:inherit}.product-card__img{aspect-ratio:4/3;overflow:hidden;background:var(--gray-50)}.product-card__img img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:1.25rem}.product-card__cat{font-size:.75rem;font-weight:600;color:var(--teal);text-transform:uppercase;letter-spacing:.06em}.product-card h3{font-size:1.125rem;margin:.5rem 0}.product-card p{font-size:.875rem;color:var(--gray-500)}.product-card__price{display:flex;gap:1rem;margin-top:.75rem;font-weight:600;font-size:.875rem;color:var(--navy)}.product-detail-hero{padding:3rem 0;background:var(--gray-50)}.product-detail-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.product-detail__img{border-radius:var(--radius);box-shadow:var(--shadow)}.product-detail__tagline{font-size:1.125rem;color:var(--gray-500)}.product-detail__sku{font-size:.875rem;color:var(--gray-500)}.product-detail__pricing{display:flex;gap:2rem;margin:1.5rem 0}.product-detail__pricing span{display:block;font-size:.8125rem;font-weight:400;color:var(--gray-500)}.product-detail__specs{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.category-hero{position:relative;min-height:360px;display:flex;align-items:flex-end;color:var(--white)}.category-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.category-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0a1628e6)}.category-hero__content{position:relative;z-index:1;padding:3rem 0}.category-hero h1{color:var(--white)}.category-highlights{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.category-overview{margin:.75rem 0 1.5rem;color:var(--gray-600);line-height:1.7;max-width:52ch}.category-highlight-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 2rem;margin:1.25rem 0 0;padding-left:1.25rem}.category-highlight-list li{color:var(--gray-700);line-height:1.6}.section-lead{margin:.5rem 0 2rem;color:var(--gray-600);max-width:60ch}.capability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.capability-card{padding:1.5rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.capability-card h3{margin:0 0 .5rem;font-size:1.0625rem;color:var(--navy)}.capability-card p{margin:0;color:var(--gray-600);font-size:.9375rem;line-height:1.65}.application-tags{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;margin:0;padding:0}.application-tags li{padding:.5rem 1rem;background:var(--white);border:1px solid var(--gray-100);border-radius:999px;font-size:.875rem;font-weight:500;color:var(--navy)}.expert-video-section{background:var(--navy);color:var(--white)}.expert-video-section .eyebrow{color:var(--teal)}.expert-video-section h2{color:var(--white);margin-bottom:.75rem}.expert-video-section .section-lead{color:#ffffffc7;margin-bottom:0}.expert-video-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:2.5rem;align-items:center}.expert-video__speaker{font-weight:600;color:#ffffffe6;margin:0 0 .75rem}.expert-video-player{position:relative;aspect-ratio:16 / 9;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#000}.expert-video-player iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.faq-section .section-lead{margin-bottom:1.5rem}.faq-list{display:grid;gap:.75rem;max-width:820px}.faq-item{border:1px solid var(--gray-100);border-radius:var(--radius);background:var(--white);overflow:hidden}.faq-item--open{border-color:#005cb940;box-shadow:var(--shadow-sm)}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border:none;background:none;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;color:var(--navy);text-align:left}.faq-item__question:hover{background:var(--gray-50)}.faq-item__icon{font-size:1.25rem;color:var(--blue);line-height:1}.faq-item__answer{padding:0 1.25rem 1.25rem}.faq-item__answer p{margin:0;color:var(--gray-600);line-height:1.7}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:start center;padding:6rem 1rem 2rem}.search-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#0a16288c;cursor:pointer}.search-modal__panel{position:relative;width:min(640px,100%);background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--gray-100);overflow:hidden}.search-modal__input-wrap{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-100)}.search-modal__input{flex:1;border:none;font-family:inherit;font-size:1rem;color:var(--navy)}.search-modal__input:focus{outline:none}.search-modal__close{border:none;background:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--gray-500);padding:.25rem}.search-modal__results{max-height:50vh;overflow:auto;padding:.75rem 0}.search-modal__hint,.search-modal__empty{padding:1rem 1.25rem;margin:0;color:var(--gray-500);font-size:.9375rem}.search-modal__label{padding:.5rem 1.25rem;margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);font-weight:600}.search-modal__list{list-style:none;margin:0;padding:0}.search-modal__link{display:block;padding:.75rem 1.25rem;color:inherit}.search-modal__link:hover{background:var(--gray-50);color:inherit}.search-modal__link strong{display:block;color:var(--navy);font-size:.9375rem}.search-modal__link span{display:block;font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}.category-stats{display:flex;flex-direction:column;gap:1rem}.category-stats div{padding:1.25rem;background:var(--gray-50);border-radius:var(--radius)}.category-stats strong{display:block;font-size:1.5rem;color:var(--blue)}.about-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem}.about-facts{display:grid;gap:1rem}.about-facts div{padding:1rem;background:var(--gray-50);border-radius:var(--radius)}.about-facts strong{display:block;font-size:1.25rem;color:var(--navy)}.about-facts span{font-size:.875rem;color:var(--gray-500)}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}.contact-form label{display:block;margin-bottom:1rem;font-weight:500;font-size:.875rem}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:.375rem;padding:.75rem;border:1px solid var(--gray-100);border-radius:6px;font-family:inherit;font-size:1rem}.form-success{padding:1rem;background:#e6f7f7;color:var(--teal);border-radius:var(--radius);font-weight:600}.contact-info ul{list-style:none;padding:0}.contact-info li{margin-bottom:1rem;font-size:.9375rem}.site-footer{background:var(--navy);color:#ffffffd9}.footer-newsletter{background:var(--navy-mid);padding:2.5rem 0}.footer-newsletter__inner{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.footer-newsletter h3{color:var(--white);margin-bottom:.25rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{padding:.75rem 1rem;border-radius:var(--radius);border:none;min-width:240px;font-family:inherit}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding:3rem 0;width:min(var(--max),100% - 2rem);margin-inline:auto}.footer-grid h4{color:var(--white);font-size:.875rem;margin-bottom:1rem}.footer-grid ul{list-style:none;padding:0}.footer-grid li{margin-bottom:.5rem}.footer-grid a{color:#ffffffbf;font-size:.875rem}.footer-grid a:hover{color:var(--white)}.footer-brand p{font-size:.875rem;opacity:.8;max-width:320px}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social a{color:var(--teal);font-size:.875rem;font-weight:600}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0}.footer-bottom__inner{display:flex;justify-content:space-between;align-items:center;width:min(var(--max),100% - 2rem);margin-inline:auto;font-size:.8125rem;opacity:.7}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:inherit}.contact-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.contact-fab__btn{background:var(--blue);color:var(--white);border:none;border-radius:999px;padding:.875rem 1.5rem;font-weight:600;font-size:.9375rem;cursor:pointer;box-shadow:0 4px 20px #06c6;font-family:inherit}.contact-fab__btn:hover{background:var(--blue-light)}.contact-fab__panel{background:var(--white);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);border:1px solid var(--gray-100);min-width:220px}.contact-fab__panel a{display:block;margin-bottom:.5rem;font-size:.875rem}.contact-fab__title{font-weight:700;color:var(--navy);margin:0 0 .75rem}@media (max-width: 960px){.stats-band__grid,.therapy-grid,.stories-grid,.insights-grid,.regions-grid,.footer-grid{grid-template-columns:1fr 1fr}.about-grid,.contact-grid,.category-highlights,.category-highlight-list,.capability-grid,.expert-video-grid,.product-detail-hero__grid,.product-detail__specs{grid-template-columns:1fr}.mega-menu{width:calc(100vw - 2rem);left:0}}@media (max-width: 640px){.header-actions-mobile{display:flex}.nav .header-search-btn{display:none}.menu-toggle{display:flex}.nav{position:fixed;top:var(--header-h);left:0;right:0;background:var(--white);flex-direction:column;align-items:stretch;padding:1rem;border-bottom:1px solid var(--gray-100);transform:translateY(-120%);opacity:0;pointer-events:none;transition:.25s}.nav--open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-item--mega .mega-menu{position:static;width:100%;box-shadow:none;border:none;padding:.5rem 0}.mega-menu__grid{grid-template-columns:1fr}.header-cta{width:100%}.stats-band__grid,.therapy-grid,.stories-grid,.insights-grid,.regions-grid,.footer-grid{grid-template-columns:1fr}.section-head--split{flex-direction:column;align-items:flex-start}.hero-layout{grid-template-columns:1fr;padding:4rem 0}.hero-device{justify-self:center;max-width:100%;order:-1}.hero-search{max-width:100%;flex-wrap:wrap;border-radius:var(--radius);padding:.75rem}.hero-search__btn{width:100%;border-radius:6px}}:root{--utility-bar-h: 36px;--chrome-h: calc(var(--utility-bar-h) + var(--header-h))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-chrome{position:sticky;top:0;z-index:100}.site-chrome .site-header{position:static;top:auto}.utility-bar{background:var(--navy);color:#ffffffe0;font-size:.8125rem;border-bottom:1px solid rgba(255,255,255,.08)}.utility-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--utility-bar-h);flex-wrap:wrap;padding:.25rem 0}.utility-bar__contacts{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.utility-bar__contacts a{color:#ffffffe0;white-space:nowrap}.utility-bar__contacts a:hover{color:var(--white)}.utility-bar__label{color:var(--teal);font-weight:600;margin-right:.35rem}.utility-bar__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.utility-bar__link{color:#ffffffd9;font-weight:500}.utility-bar__link:hover{color:var(--white)}.utility-bar__lang select{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--white);border-radius:4px;padding:.2rem .5rem;font-family:inherit;font-size:.8125rem}.btn--outline{background:transparent;color:var(--blue);border:1px solid var(--blue)}.btn--outline:hover{background:var(--gray-50);color:var(--blue)}.solution-journey__cta-row,.support-cta__actions,.solutions-packages__cta{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:2rem}.solution-journey__cta{margin-top:1.5rem}.solution-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.solution-step{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius);box-shadow:var(--shadow-sm, 0 2px 8px rgba(10, 22, 40, .06));position:relative}.section--muted .solution-step{background:var(--white)}.solution-step__marker{display:flex;align-items:center;gap:.5rem}.solution-step__num{width:36px;height:36px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--teal));color:var(--white);font-weight:700;border-radius:50%;font-size:.9375rem;flex-shrink:0}.solution-step__line{display:none}.solution-step__meta{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--teal)}.solution-step h3{font-size:1.0625rem;margin-bottom:.35rem}.solution-step p{margin:0;font-size:.9375rem;color:var(--gray-600);line-height:1.65}.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.tech-card{padding:1.5rem;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius);transition:box-shadow .2s,border-color .2s}.tech-card:hover{border-color:#0066cc40;box-shadow:var(--shadow)}.tech-card__icon{display:inline-grid;place-items:center;width:44px;height:44px;background:var(--gray-50);color:var(--blue);border-radius:8px;font-size:1.25rem;margin-bottom:1rem}.tech-card h3{font-size:1.0625rem;margin-bottom:.5rem}.tech-card p{margin:0;font-size:.9375rem;color:var(--gray-600);line-height:1.65}.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.cert-card{padding:1.5rem;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius)}.cert-card__badge{display:inline-block;padding:.35rem .75rem;background:var(--navy);color:var(--white);font-weight:700;font-size:.8125rem;border-radius:4px;margin-bottom:1rem;letter-spacing:.04em}.cert-card__region{font-size:.8125rem;font-weight:600;color:var(--teal);margin-bottom:.75rem}.cert-card p{font-size:.9375rem;color:var(--gray-600)}.cert-card__products{font-size:.875rem;margin-top:1rem;margin-bottom:0}.cert-note{text-align:center;max-width:560px;margin-inline:auto}.cert-note h2{margin-bottom:.75rem}.support-toolbar{display:grid;gap:1.25rem}.support-search input{width:100%;padding:.875rem 1rem;border:1px solid var(--gray-100);border-radius:var(--radius);font-family:inherit;font-size:1rem}.support-search input:focus{outline:2px solid rgba(0,102,204,.25);border-color:var(--blue)}.support-filters{display:flex;flex-wrap:wrap;gap:.5rem}.support-filter{padding:.5rem 1rem;border:1px solid var(--gray-100);border-radius:999px;background:var(--white);font-family:inherit;font-size:.875rem;font-weight:500;color:var(--gray-800);cursor:pointer}.support-filter:hover{border-color:var(--blue);color:var(--blue)}.support-filter--active{background:var(--blue);border-color:var(--blue);color:var(--white)}.support-empty{color:var(--gray-500);padding:1rem 0}.support-cta{text-align:center;max-width:520px;margin-inline:auto}.support-cta h2{margin-bottom:.5rem}.page-hero--solutions{position:relative;padding:5rem 0;color:var(--white);background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 50%,#0d3a6b 100%);overflow:hidden}.page-hero--solutions h1{color:var(--white)}.page-hero--solutions p{color:#ffffffd9;max-width:52ch}.solutions-packages__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}.contact-form select{display:block;width:100%;margin-top:.375rem;padding:.75rem;border:1px solid var(--gray-100);border-radius:6px;font-family:inherit;font-size:1rem;background:var(--white)}@media (max-width: 960px){.solution-timeline,.tech-grid,.cert-grid,.solutions-packages__grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.nav{top:var(--chrome-h)}.utility-bar__inner{justify-content:center;text-align:center}.utility-bar__contacts,.utility-bar__actions{justify-content:center}.solution-timeline,.tech-grid,.cert-grid,.solutions-packages__grid{grid-template-columns:1fr}.site-chrome~main .nav{top:var(--chrome-h)}}.trust-section{background:var(--surface-alt, #f4f7fa)}.trust-logos{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin:2rem 0 3rem}.trust-logo{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;background:#fff;border:1px solid var(--border, #e2e8f0);border-radius:8px;text-align:center}.trust-logo__abbr{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--brand, #0066cc);color:#fff;font-weight:700;font-size:.85rem;border-radius:8px}.trust-logo__name{font-size:.8rem;color:var(--text-muted, #64748b);line-height:1.3}.trust-testimonials__title{margin:2rem 0 1.25rem;font-size:1.25rem}.trust-testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.trust-quote{margin:0;padding:1.5rem;background:#fff;border-left:4px solid var(--brand, #0066cc);border-radius:0 8px 8px 0;box-shadow:0 1px 3px #0000000f}.trust-quote p{margin:0 0 1rem;font-style:italic;line-height:1.6}.trust-quote footer{display:flex;flex-direction:column;gap:.15rem;font-size:.875rem;color:var(--text-muted)}.trust-section__cta{margin-top:2rem}.insight-detail__back{display:inline-block;margin-bottom:1rem;font-size:.9rem}.insight-detail__hero{margin-bottom:2rem}.insight-detail__img{width:100%;max-height:420px;object-fit:cover;margin-top:1.5rem}.insight-detail__meta{color:var(--text-muted);margin-top:.5rem}.insight-detail__body{max-width:720px;padding-bottom:4rem}.insight-detail__lede{font-size:1.15rem;line-height:1.7;margin-bottom:2rem;color:var(--text-muted)}.insight-detail__body section{margin-bottom:2rem}.insight-detail__body h2{font-size:1.35rem;margin-bottom:.75rem}.insight-detail__cta{margin-top:2.5rem}.insight-card--link{text-decoration:none;color:inherit;transition:box-shadow .2s}.insight-card--link:hover{box-shadow:0 8px 24px #00000014}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.location-card{display:block;padding:1.75rem;background:#fff;border:1px solid var(--border, #e2e8f0);border-radius:8px;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.location-card:hover{border-color:var(--brand);box-shadow:0 4px 16px #0066cc1a}.location-card h2{margin:0 0 .35rem}.location-card__type{font-size:.85rem;color:var(--brand);margin-bottom:.75rem}.location-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.location-detail__type{color:var(--brand);font-weight:500}.location-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.location-detail__contact{list-style:none;padding:0;margin:0 0 2rem}.location-detail__contact li{margin-bottom:.75rem;line-height:1.5}.location-detail__highlights{margin:0 0 1.5rem;padding-left:1.25rem}.location-detail__highlights li{margin-bottom:.35rem}.location-detail__map iframe{width:100%;height:320px;border:0;border-radius:8px}.portal-login{max-width:420px}.portal-login__form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.portal-login__form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500}.portal-login__form input{padding:.65rem .85rem;border:1px solid var(--border);border-radius:6px;font:inherit}.portal-login__hint{font-size:.85rem;color:var(--text-muted);margin:0}.portal-login__support{margin-top:1.5rem;font-size:.9rem}.portal-dash{padding:3rem 0 4rem}.portal-dash__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.portal-tabs{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.portal-tabs__btn{padding:.5rem 1rem;border:1px solid var(--border);background:#fff;border-radius:6px;cursor:pointer;font:inherit}.portal-tabs__btn--active{background:var(--brand);color:#fff;border-color:var(--brand)}.portal-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.portal-stat{padding:1.5rem;background:var(--surface-alt, #f4f7fa);border-radius:8px;text-align:center}.portal-stat strong{display:block;font-size:2rem;color:var(--brand)}.portal-stat span{font-size:.85rem;color:var(--text-muted)}.portal-table{width:100%;border-collapse:collapse;font-size:.9rem}.portal-table th,.portal-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.portal-table th{font-weight:600;background:var(--surface-alt)}.live-chat{position:fixed;bottom:1.5rem;left:1.5rem;z-index:900}.live-chat__toggle{width:52px;height:52px;border-radius:50%;border:none;background:var(--brand, #0066cc);color:#fff;font-size:1.35rem;cursor:pointer;box-shadow:0 4px 16px #0003}.live-chat__panel{position:absolute;bottom:64px;left:0;width:min(340px,calc(100vw - 2rem));background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;overflow:hidden;display:flex;flex-direction:column;max-height:420px}.live-chat__head{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;background:var(--brand);color:#fff;font-weight:600}.live-chat__head button{background:none;border:none;color:#fff;font-size:1.25rem;cursor:pointer}.live-chat__messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.65rem;min-height:200px;max-height:260px}.live-chat__msg{max-width:88%;padding:.6rem .85rem;border-radius:12px;font-size:.875rem;line-height:1.45}.live-chat__msg--bot{align-self:flex-start;background:var(--surface-alt)}.live-chat__msg--user{align-self:flex-end;background:var(--brand);color:#fff}.live-chat__form{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid var(--border)}.live-chat__form input{flex:1;padding:.5rem .75rem;border:1px solid var(--border);border-radius:6px;font:inherit;font-size:.875rem}.mobile-contact-actions{display:none;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:850;gap:.5rem}.mobile-contact-actions__btn{display:flex;align-items:center;gap:.4rem;padding:.65rem 1rem;border-radius:999px;font-size:.8rem;font-weight:600;text-decoration:none;box-shadow:0 4px 12px #00000026}.mobile-contact-actions__btn--wa{background:#25d366;color:#fff}.mobile-contact-actions__btn--call{background:#fff;color:var(--brand);border:1px solid var(--border)}@media (max-width: 768px){.mobile-contact-actions{display:flex}.live-chat{bottom:5rem;left:1rem}.location-detail__grid{grid-template-columns:1fr}}@media (min-width: 769px){.live-chat{bottom:1.5rem}}
