.NavBar-module__uBIlyW__header{top:var(--space-3);width:calc(100% - 2 * var(--container-pad));max-width:var(--container-max);z-index:100;-webkit-backdrop-filter:blur(14px);background:#ffffffeb;border-radius:.75rem;transition:transform .4s cubic-bezier(.25,.46,.45,.94);position:fixed;left:50%;transform:translate(-50%);box-shadow:0 4px 32px #0000001f,0 1px 6px #00000012}.NavBar-module__uBIlyW__hidden{transform:translate(-50%)translateY(-200%)}.NavBar-module__uBIlyW__readingBarTrack{top:var(--space-3);width:calc(100% - 2 * var(--container-pad));max-width:var(--container-max);z-index:101;pointer-events:none;border-radius:.75rem;height:4.5rem;position:fixed;left:50%;overflow:hidden;transform:translate(-50%)}.NavBar-module__uBIlyW__readingBar{height:2px;transition:width .1s linear;position:absolute;bottom:0;left:0}.NavBar-module__uBIlyW__nav{align-items:center;gap:var(--space-8);height:4.5rem;padding-inline:var(--container-pad);display:flex}.NavBar-module__uBIlyW__logo{align-items:center;gap:var(--space-3);flex-shrink:0;text-decoration:none;display:flex}.NavBar-module__uBIlyW__logoText{flex-direction:column;line-height:1.1;display:flex}.NavBar-module__uBIlyW__logoName{font-size:var(--text-base);font-weight:800;font-family:var(--font-brand);color:var(--color-neutral-900);letter-spacing:.01em}.NavBar-module__uBIlyW__logoSub{font-size:var(--text-xs);color:var(--color-brand-primary);letter-spacing:.02em;font-weight:500}.NavBar-module__uBIlyW__links{gap:var(--space-6);margin-inline-start:auto;list-style:none;display:flex}.NavBar-module__uBIlyW__link{font-size:var(--text-sm);color:var(--color-neutral-600);transition:color var(--duration-micro) var(--ease-enter);font-weight:500;text-decoration:none}.NavBar-module__uBIlyW__link:hover{color:var(--color-brand-primary)}.NavBar-module__uBIlyW__navItem{align-items:center;display:flex}.NavBar-module__uBIlyW__dropdownTrigger{align-items:center;gap:var(--space-1);font-size:var(--text-sm);color:var(--color-neutral-600);cursor:pointer;transition:color var(--duration-micro) var(--ease-enter);background:0 0;border:none;padding:0;font-weight:500;display:flex}.NavBar-module__uBIlyW__dropdownTrigger:hover,.NavBar-module__uBIlyW__navItem:hover .NavBar-module__uBIlyW__dropdownTrigger{color:var(--color-brand-primary)}.NavBar-module__uBIlyW__chevron{width:.5rem;height:.5rem;transition:transform var(--duration-micro) var(--ease-enter);border-bottom:1.5px solid;border-right:1.5px solid;display:inline-block;transform:rotate(45deg)translateY(-1px)}.NavBar-module__uBIlyW__chevronOpen{transform:rotate(225deg)translateY(-1px)}.NavBar-module__uBIlyW__dropdownPanel{top:calc(4.5rem + var(--space-3) + var(--space-2));border:1px solid var(--color-border);padding:var(--space-4);gap:var(--space-4);opacity:0;pointer-events:none;width:min(960px,90vw);transition:opacity .15s var(--ease-enter), transform .15s var(--ease-enter);z-index:200;background:#fff;border-radius:.75rem;display:flex;position:absolute;right:0;transform:translateY(-6px);box-shadow:0 8px 40px #0000001a,0 2px 8px #0000000f}.NavBar-module__uBIlyW__dropdownPanel.NavBar-module__uBIlyW__open{opacity:1;pointer-events:auto;transform:translateY(0)}.NavBar-module__uBIlyW__dropdownCard{padding:var(--space-6) var(--space-4);gap:var(--space-2);color:var(--color-on-surface);background:var(--color-surface-alt);border:1px solid var(--color-border);flex-direction:column;flex:1;text-decoration:none;transition:transform .25s ease-out,box-shadow .25s ease-out;display:flex;position:relative}.NavBar-module__uBIlyW__dropdownCard:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.NavBar-module__uBIlyW__dropdownCardIcon{margin-bottom:var(--space-2);justify-content:flex-start;align-items:center;display:flex}.NavBar-module__uBIlyW__dropdownCardTitle{font-size:var(--text-sm);color:var(--color-on-surface);font-weight:700;line-height:1.3}.NavBar-module__uBIlyW__dropdownCardSubtitle{font-size:var(--text-xs);color:var(--color-on-surface-muted);line-height:1.5}.NavBar-module__uBIlyW__dropdownCardCta{margin-top:var(--space-3);font-size:var(--text-xs);color:var(--color-brand-primary);transition:color var(--duration-micro) var(--ease-enter);font-weight:600;display:inline-block}.NavBar-module__uBIlyW__dropdownCard:hover .NavBar-module__uBIlyW__dropdownCardCta{color:var(--color-accent)}.NavBar-module__uBIlyW__featuredBadge{top:var(--space-3);right:var(--space-3);position:absolute}.NavBar-module__uBIlyW__socialLinks{align-items:center;gap:var(--space-3);display:flex}.NavBar-module__uBIlyW__socialLink{color:var(--color-neutral-600);transition:color var(--duration-micro) var(--ease-enter);align-items:center;text-decoration:none;display:flex}.NavBar-module__uBIlyW__socialLink:hover{color:var(--color-brand-primary)}.NavBar-module__uBIlyW__hamburger{display:none}@media (max-width:768px){.NavBar-module__uBIlyW__links,.NavBar-module__uBIlyW__socialLinks,.NavBar-module__uBIlyW__ctaWrap{display:none}.NavBar-module__uBIlyW__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:2rem;height:2rem;margin-inline-start:auto;padding:0;display:flex}.NavBar-module__uBIlyW__hamburgerBar{background:var(--color-neutral-900);transform-origin:50%;width:22px;height:2px;transition:transform .22s ease-out,opacity .22s ease-out;display:block}.NavBar-module__uBIlyW__barTop{transform:translateY(7px)rotate(45deg)}.NavBar-module__uBIlyW__barMid{opacity:0}.NavBar-module__uBIlyW__barBot{transform:translateY(-7px)rotate(-45deg)}.NavBar-module__uBIlyW__mobileMenu{border-top:1px solid var(--color-border);padding:var(--space-4) var(--container-pad) var(--space-6)}.NavBar-module__uBIlyW__mobileLinks{flex-direction:column;gap:0;list-style:none;display:flex}.NavBar-module__uBIlyW__mobileLink{padding:var(--space-4) 0;font-size:var(--text-sm);color:var(--color-neutral-700);border-bottom:1px solid var(--color-border);transition:color var(--duration-micro) var(--ease-enter);font-weight:500;text-decoration:none;display:block}.NavBar-module__uBIlyW__mobileLink:hover{color:var(--color-brand-primary)}.NavBar-module__uBIlyW__mobileNavItem{border-bottom:1px solid var(--color-border)}.NavBar-module__uBIlyW__mobileDropdownTrigger{width:100%;padding:var(--space-4) 0;font-size:var(--text-sm);color:var(--color-neutral-700);cursor:pointer;transition:color var(--duration-micro) var(--ease-enter);background:0 0;border:none;justify-content:space-between;align-items:center;font-weight:500;display:flex}.NavBar-module__uBIlyW__mobileDropdownTrigger:hover{color:var(--color-brand-primary)}.NavBar-module__uBIlyW__mobileDropdownList{gap:var(--space-2);padding-bottom:var(--space-3);flex-direction:column;list-style:none;display:flex}.NavBar-module__uBIlyW__mobileDropdownItem{align-items:flex-start;gap:var(--space-3);padding:var(--space-3);color:var(--color-on-surface);background:var(--color-surface-alt);text-decoration:none;transition:background .15s ease-out;display:flex}.NavBar-module__uBIlyW__mobileDropdownItem:hover{background:var(--color-neutral-100)}.NavBar-module__uBIlyW__mobileDropdownIcon{flex-shrink:0;margin-top:2px;display:flex}.NavBar-module__uBIlyW__mobileDropdownTitle{font-size:var(--text-sm);color:var(--color-on-surface);font-weight:700;display:block}.NavBar-module__uBIlyW__mobileDropdownSubtitle{font-size:var(--text-xs);color:var(--color-on-surface-muted);margin-top:2px;line-height:1.4;display:block}.NavBar-module__uBIlyW__mobileFooter{padding-top:var(--space-6);margin-top:var(--space-2);justify-content:space-between;align-items:center;display:flex}.NavBar-module__uBIlyW__mobileSocialLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-neutral-600);transition:color var(--duration-micro) var(--ease-enter);font-weight:500;text-decoration:none;display:flex}.NavBar-module__uBIlyW__mobileSocialLink:hover{color:var(--color-brand-primary)}}
.Button-module__8RiFmG__btn{justify-content:center;align-items:center;gap:var(--space-2);cursor:pointer;transition:background-color var(--duration-micro) var(--ease-enter), color var(--duration-micro) var(--ease-enter), border-color var(--duration-micro) var(--ease-enter), transform var(--duration-micro) var(--ease-enter), box-shadow var(--duration-micro) var(--ease-enter);white-space:nowrap;border:1.5px solid #0000;border-radius:0;font-family:inherit;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.Button-module__8RiFmG__primary{background:var(--color-green-500);color:var(--color-neutral-900);border-color:var(--color-green-500)}.Button-module__8RiFmG__primary:hover{background:#8fe866;border-color:#8fe866;transform:translateY(-4px);box-shadow:8px 8px #2a5200}.Button-module__8RiFmG__primary:active{transform:translateY(4px);box-shadow:2px 2px #2a5200}.Button-module__8RiFmG__secondary{color:var(--color-brand-primary);border-color:var(--color-brand-primary);background:0 0}.Button-module__8RiFmG__secondary:hover{background:var(--color-brand-light);transform:translateY(-4px);box-shadow:8px 8px #555258}.Button-module__8RiFmG__secondary:active{transform:translateY(4px);box-shadow:2px 2px #555258}.Button-module__8RiFmG__ghost{color:var(--color-on-dark);background:0 0;border-color:#fff3}.Button-module__8RiFmG__ghost:hover{background:#ffffff14;transform:translateY(-4px);box-shadow:8px 8px #555258}.Button-module__8RiFmG__ghost:active{transform:translateY(4px);box-shadow:2px 2px #555258}.Button-module__8RiFmG__sm{font-size:var(--text-sm);padding:var(--space-2) var(--space-4)}.Button-module__8RiFmG__md{font-size:var(--text-sm);padding:var(--space-3) var(--space-6)}.Button-module__8RiFmG__lg{font-size:var(--text-base);padding:var(--space-4) var(--space-8)}
.Badge-module__H8aylq__badge{font-size:var(--text-xs);border-radius:var(--radius-full);letter-spacing:.02em;align-items:center;padding:.2em .65em;font-weight:600;line-height:1;display:inline-flex}.Badge-module__H8aylq__default{background:var(--color-neutral-100);color:var(--color-neutral-700)}.Badge-module__H8aylq__success{background:var(--color-green-500);color:var(--color-neutral-900)}.Badge-module__H8aylq__warning{background:var(--color-orange-100);color:var(--color-orange-700)}.Badge-module__H8aylq__error{color:#991b1b;background:#fee2e2}.Badge-module__H8aylq__info{color:#9c4ea6;background:#f3e8f7}
.Footer-module__tZBg-W__footer{background:var(--color-surface-dark)}.Footer-module__tZBg-W__main{padding-block:var(--space-16)}.Footer-module__tZBg-W__grid{gap:var(--space-12);grid-template-columns:1.4fr 1fr 1fr 1fr;align-items:start;display:grid}.Footer-module__tZBg-W__col{gap:var(--space-6);flex-direction:column;display:flex}.Footer-module__tZBg-W__brand{align-items:center;gap:var(--space-3);display:flex}.Footer-module__tZBg-W__brandName{font-family:var(--font-brand);font-size:var(--text-base);color:var(--color-on-dark);letter-spacing:.01em;font-weight:800;line-height:1.2}.Footer-module__tZBg-W__brandTag{font-size:var(--text-xs);color:var(--color-blue-500);letter-spacing:.08em;text-transform:uppercase;margin-top:2px}.Footer-module__tZBg-W__brandDesc{font-size:var(--text-sm);color:var(--color-neutral-400);line-height:1.75}.Footer-module__tZBg-W__founded{font-size:var(--text-xs);color:var(--color-neutral-500);letter-spacing:.04em}.Footer-module__tZBg-W__colHeading{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.14em;color:var(--color-neutral-300);padding-bottom:var(--space-3);border-bottom:1px solid #ffffff14;font-weight:700}.Footer-module__tZBg-W__linkList{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.Footer-module__tZBg-W__linkList a{font-size:var(--text-sm);color:var(--color-neutral-400);transition:color var(--duration-micro) var(--ease-enter);line-height:1.5;text-decoration:none}.Footer-module__tZBg-W__linkList a:hover{color:var(--color-blue-500)}.Footer-module__tZBg-W__contactBlock{gap:var(--space-1);flex-direction:column;display:flex}.Footer-module__tZBg-W__contactLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-neutral-500);font-weight:700}.Footer-module__tZBg-W__contactValue{font-size:var(--text-sm);color:var(--color-neutral-400);transition:color var(--duration-micro) var(--ease-enter);text-decoration:none}.Footer-module__tZBg-W__contactValue:hover{color:var(--color-blue-500)}.Footer-module__tZBg-W__address{font-size:var(--text-sm);color:var(--color-neutral-400);line-height:1.6}.Footer-module__tZBg-W__hours{font-size:var(--text-xs);color:var(--color-neutral-500);line-height:1.6}.Footer-module__tZBg-W__socialRow{align-items:center;gap:var(--space-3);display:flex}.Footer-module__tZBg-W__socialLink{color:var(--color-neutral-500);transition:color var(--duration-micro) var(--ease-enter);align-items:center;text-decoration:none;display:flex}.Footer-module__tZBg-W__socialLink:hover{color:var(--color-blue-500)}.Footer-module__tZBg-W__bottom{padding-block:var(--space-6);border-top:1px solid #ffffff14}.Footer-module__tZBg-W__bottomInner{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.Footer-module__tZBg-W__copy{font-size:var(--text-sm);color:var(--color-neutral-500)}.Footer-module__tZBg-W__philosophy{font-size:var(--text-xs);color:var(--color-neutral-600);letter-spacing:.02em;font-style:italic}@media (max-width:1024px){.Footer-module__tZBg-W__grid{gap:var(--space-10);grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__tZBg-W__main{padding-block:var(--space-12)}.Footer-module__tZBg-W__grid{gap:var(--space-8);grid-template-columns:1fr}.Footer-module__tZBg-W__bottomInner{align-items:flex-start;gap:var(--space-2);flex-direction:column}}
.HeroSection-module__HAA8HW__hero{background:0 0;flex-direction:column;min-height:100dvh;display:flex;position:relative}.HeroSection-module__HAA8HW__heroNav{z-index:2;pointer-events:auto;flex-shrink:0;width:100%;position:relative}.HeroSection-module__HAA8HW__heroNavInner{align-items:center;gap:var(--space-8);height:4.5rem;display:flex}.HeroSection-module__HAA8HW__heroLogo{align-items:center;gap:var(--space-3);flex-shrink:0;text-decoration:none;display:flex}.HeroSection-module__HAA8HW__heroLogoText{flex-direction:column;line-height:1.1;display:flex}.HeroSection-module__HAA8HW__heroLogoName{font-size:var(--text-xl);font-weight:800;font-family:var(--font-brand);color:#222126;letter-spacing:.01em}.HeroSection-module__HAA8HW__heroLogoSub{font-size:var(--text-sm);color:#9c4ea6;letter-spacing:.02em;font-weight:500}.HeroSection-module__HAA8HW__heroLinks{gap:var(--space-6);margin-inline-start:auto;list-style:none;display:flex}.HeroSection-module__HAA8HW__heroLink{font-size:var(--text-sm);color:#222126a6;font-weight:500;text-decoration:none;transition:color .15s ease-out}.HeroSection-module__HAA8HW__heroLink:hover{color:#222126}.HeroSection-module__HAA8HW__heroNavItem{align-items:center;display:flex}.HeroSection-module__HAA8HW__heroDropdownTrigger{align-items:center;gap:var(--space-1);font-size:var(--text-sm);color:#222126a6;cursor:pointer;background:0 0;border:none;padding:0;font-weight:500;transition:color .15s ease-out;display:flex}.HeroSection-module__HAA8HW__heroDropdownTrigger:hover,.HeroSection-module__HAA8HW__heroNavItem:hover .HeroSection-module__HAA8HW__heroDropdownTrigger{color:#222126}.HeroSection-module__HAA8HW__heroChevron{border-bottom:1.5px solid;border-right:1.5px solid;width:.5rem;height:.5rem;transition:transform .15s ease-out;display:inline-block;transform:rotate(45deg)translateY(-1px)}.HeroSection-module__HAA8HW__heroChevronOpen{transform:rotate(225deg)translateY(-1px)}.HeroSection-module__HAA8HW__heroDropdownPanel{top:calc(4.5rem + var(--space-2));border:1px solid var(--color-border);padding:var(--space-4);gap:var(--space-4);opacity:0;pointer-events:none;z-index:200;background:#fff;border-radius:.75rem;width:min(960px,90vw);transition:opacity .15s ease-out,transform .15s ease-out;display:flex;position:absolute;right:0;transform:translateY(-6px);box-shadow:0 8px 40px #0000001a,0 2px 8px #0000000f}.HeroSection-module__HAA8HW__heroDropdownPanel.HeroSection-module__HAA8HW__open{opacity:1;pointer-events:auto;transform:translateY(0)}.HeroSection-module__HAA8HW__heroDropdownCard{padding:var(--space-6) var(--space-4);gap:var(--space-2);color:var(--color-on-surface);background:var(--color-surface-alt);border:1px solid var(--color-border);flex-direction:column;flex:1;text-decoration:none;transition:transform .25s ease-out,box-shadow .25s ease-out;display:flex;position:relative}.HeroSection-module__HAA8HW__heroDropdownCard:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.HeroSection-module__HAA8HW__heroDropdownCardIcon{margin-bottom:var(--space-2);justify-content:flex-start;align-items:center;display:flex}.HeroSection-module__HAA8HW__heroDropdownCardTitle{font-size:var(--text-sm);color:var(--color-on-surface);font-weight:700;line-height:1.3}.HeroSection-module__HAA8HW__heroDropdownCardSubtitle{font-size:var(--text-xs);color:var(--color-on-surface-muted);line-height:1.5}.HeroSection-module__HAA8HW__heroDropdownCardCta{margin-top:var(--space-3);font-size:var(--text-xs);color:var(--color-brand-primary);font-weight:600;transition:color .15s ease-out;display:inline-block}.HeroSection-module__HAA8HW__heroDropdownCard:hover .HeroSection-module__HAA8HW__heroDropdownCardCta{color:var(--color-accent)}.HeroSection-module__HAA8HW__heroFeaturedBadge{top:var(--space-3);right:var(--space-3);position:absolute}.HeroSection-module__HAA8HW__heroSocialLinks{align-items:center;gap:var(--space-3);display:flex}.HeroSection-module__HAA8HW__heroSocialLink{color:#22212680;align-items:center;text-decoration:none;transition:color .15s ease-out;display:flex}.HeroSection-module__HAA8HW__heroSocialLink:hover{color:#222126}.HeroSection-module__HAA8HW__heroCtaWrap{text-decoration:none}.HeroSection-module__HAA8HW__heroBody{width:100%;padding-block:var(--space-24);flex:1;align-items:center;display:flex}.HeroSection-module__HAA8HW__paths{pointer-events:none;position:absolute;inset:0;overflow:hidden}.HeroSection-module__HAA8HW__inner{z-index:1;align-items:flex-start;gap:var(--space-6);flex-direction:column;max-width:52rem;display:flex;position:relative}.HeroSection-module__HAA8HW__badge{color:#9c4ea6;background:#9c4ea61a;border:1px solid #9c4ea659}.HeroSection-module__HAA8HW__heading{font-size:var(--text-3xl);letter-spacing:-.03em;color:#222126;font-weight:800;line-height:1.05}.HeroSection-module__HAA8HW__accent{color:var(--color-accent)}.HeroSection-module__HAA8HW__subheading{font-size:var(--text-lg);color:#222126a6;max-width:42rem;line-height:1.75}.HeroSection-module__HAA8HW__cta{gap:var(--space-4);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.HeroSection-module__HAA8HW__ctaLink{text-decoration:none}.HeroSection-module__HAA8HW__stats{align-items:center;gap:var(--space-8);margin-top:var(--space-8);padding-top:var(--space-8);border-top:1px solid #2221261f;flex-wrap:wrap;display:flex}.HeroSection-module__HAA8HW__stat{gap:var(--space-1);flex-direction:column;display:flex}.HeroSection-module__HAA8HW__statNumber{font-size:var(--text-2xl);color:#00b4e6;font-weight:800;line-height:1}.HeroSection-module__HAA8HW__statLabel{font-size:var(--text-xs);color:#22212680;text-transform:uppercase;letter-spacing:.06em}.HeroSection-module__HAA8HW__statDivider{background:#22212626;flex-shrink:0;width:1px;height:2.5rem}@media (max-width:768px){.HeroSection-module__HAA8HW__heroLinks,.HeroSection-module__HAA8HW__heroSocialLinks{display:none}}@media (max-width:480px){.HeroSection-module__HAA8HW__statDivider{display:none}}.HeroSection-module__HAA8HW__carouselArea{flex:1;width:100%;position:relative;overflow:hidden}.HeroSection-module__HAA8HW__carouselBlocked{pointer-events:none}.HeroSection-module__HAA8HW__slide{padding-block:var(--space-8);padding-inline:var(--container-pad);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.HeroSection-module__HAA8HW__heroSlideInner{width:100%;padding-block:var(--space-24);align-items:flex-start;gap:var(--space-6);flex-direction:column;max-width:52rem;display:flex}.HeroSection-module__HAA8HW__insightSlide{width:100%;max-width:var(--container-max);grid-template-columns:52fr 48fr;height:100%;display:grid;position:relative}.HeroSection-module__HAA8HW__insightCoverLink{z-index:5;position:absolute;inset:0}.HeroSection-module__HAA8HW__insightPanel{background:var(--card-accent,var(--color-accent));padding:var(--space-16) var(--space-12);will-change:transform;flex-direction:column;justify-content:space-between;display:flex;overflow:hidden}.HeroSection-module__HAA8HW__insightPanelBody{flex-direction:column;flex:1;display:flex}.HeroSection-module__HAA8HW__insightEyebrow{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.15em;color:#ffffffb3;margin-bottom:var(--space-6);font-weight:700}.HeroSection-module__HAA8HW__insightTitle{letter-spacing:-.03em;color:#fff;font-size:clamp(1.65rem,3vw,2.75rem);font-weight:800;line-height:1.12}.HeroSection-module__HAA8HW__insightExcerpt{font-size:var(--text-base);color:#ffffffd1;margin-block:var(--space-6);flex:1;min-height:0;line-height:1.7;overflow:hidden}.HeroSection-module__HAA8HW__insightMeta{font-size:var(--text-sm);color:#fff9;gap:var(--space-2);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.HeroSection-module__HAA8HW__insightCta{align-items:center;gap:var(--space-2);font-size:var(--text-base);color:#fff;font-weight:600;text-decoration:none;transition:gap .15s ease-out;display:inline-flex}.HeroSection-module__HAA8HW__insightCta:hover{gap:var(--space-3)}.HeroSection-module__HAA8HW__insightImageWrap{will-change:transform;position:relative;overflow:hidden}.HeroSection-module__HAA8HW__insightImageProduct{background:#f5f5f5;justify-content:center;align-items:center;display:flex}.HeroSection-module__HAA8HW__insightImageProduct .HeroSection-module__HAA8HW__insightImg{object-fit:contain;padding:var(--space-8);z-index:1;position:relative}.HeroSection-module__HAA8HW__brandWatermark{font-size:clamp(4rem,10vw,8rem);font-weight:900;font-family:var(--font-brand);letter-spacing:-.04em;color:#2221260f;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;line-height:1;position:absolute;bottom:-.15em;left:50%;transform:translate(-50%)}.HeroSection-module__HAA8HW__brandLogo{top:var(--space-4);right:var(--space-4);object-fit:contain;opacity:.35;filter:grayscale();z-index:2;pointer-events:none;width:auto;height:1.75rem;position:absolute}.HeroSection-module__HAA8HW__insightImg{object-fit:cover;width:100%;height:100%;transition:transform .4s ease-out}.HeroSection-module__HAA8HW__insightImageWrap:hover .HeroSection-module__HAA8HW__insightImg{transform:scale(1.03)}@media (max-width:768px){.HeroSection-module__HAA8HW__insightSlide{grid-template-rows:40% 60%;grid-template-columns:1fr}.HeroSection-module__HAA8HW__insightImageWrap{order:-1}.HeroSection-module__HAA8HW__insightPanel{padding:var(--space-8) var(--space-6)}}.HeroSection-module__HAA8HW__navArrow{z-index:10;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);cursor:pointer;background:#ffffffb8;border:none;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s ease-out,transform .25s ease-out;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HeroSection-module__HAA8HW__navArrow:hover{background:#fffffff2;animation-play-state:paused;transform:translateY(-50%)scale(1.08)}.HeroSection-module__HAA8HW__navArrow:active{animation-play-state:paused;transform:translateY(-50%)scale(.96)}@keyframes HeroSection-module__HAA8HW__bobLeft{0%,to{transform:translateY(-50%)translate(0)}50%{transform:translateY(-50%)translate(-8px)}}@keyframes HeroSection-module__HAA8HW__bobRight{0%,to{transform:translateY(-50%)translate(0)}50%{transform:translateY(-50%)translate(8px)}}.HeroSection-module__HAA8HW__navArrowPrev{left:var(--space-6);animation:2.4s ease-in-out infinite HeroSection-module__HAA8HW__bobLeft}.HeroSection-module__HAA8HW__navArrowNext{right:var(--space-6);animation:2.4s ease-in-out infinite HeroSection-module__HAA8HW__bobRight}.HeroSection-module__HAA8HW__navArrowIcon{border-top:2px solid #222126a6;border-right:2px solid #222126a6;flex-shrink:0;width:10px;height:10px;display:block}.HeroSection-module__HAA8HW__navArrowPrev .HeroSection-module__HAA8HW__navArrowIcon{transform:rotate(-135deg)translate(-1px,1px)}.HeroSection-module__HAA8HW__navArrowNext .HeroSection-module__HAA8HW__navArrowIcon{transform:rotate(45deg)translate(-1px,1px)}@media (max-width:640px){.HeroSection-module__HAA8HW__navArrowPrev{left:var(--space-3)}.HeroSection-module__HAA8HW__navArrowNext{right:var(--space-3)}}
.ServicesSection-module__2HsQHW__section{padding-block:var(--space-24) 0;background:var(--color-surface-alt);border-top:1px solid var(--color-border);position:relative}.ServicesSection-module__2HsQHW__section:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#007da012 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.ServicesSection-module__2HsQHW__backdrop{display:none}.ServicesSection-module__2HsQHW__header{z-index:1;text-align:center;max-width:40rem;margin-inline:auto;margin-bottom:var(--space-16);position:relative}.ServicesSection-module__2HsQHW__eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-brand-primary);margin-bottom:var(--space-3);justify-content:center;align-items:center;gap:var(--space-3);font-weight:700;display:flex}.ServicesSection-module__2HsQHW__eyebrow:before,.ServicesSection-module__2HsQHW__eyebrow:after{content:"";background:color-mix(in srgb, var(--color-brand-primary) 50%, transparent);flex:0 0 2rem;height:1px}.ServicesSection-module__2HsQHW__heading{font-size:var(--text-2xl);letter-spacing:-.02em;color:var(--color-on-surface);margin-bottom:var(--space-4);font-weight:800}.ServicesSection-module__2HsQHW__subheading{font-size:var(--text-base);color:var(--color-on-surface-muted);line-height:1.7}.ServicesSection-module__2HsQHW__grid{gap:var(--space-6);z-index:1;grid-template-columns:repeat(3,1fr);display:grid;position:relative}@media (max-width:900px){.ServicesSection-module__2HsQHW__grid{grid-template-columns:1fr}}.ServicesSection-module__2HsQHW__card{padding:var(--space-8);background:var(--color-surface);border:1px solid var(--color-border);transition:transform var(--duration-standard) var(--ease-enter);position:relative}.ServicesSection-module__2HsQHW__card:hover{transform:translateY(-2px)}.ServicesSection-module__2HsQHW__card0{--card-accent:var(--color-brand-primary)}.ServicesSection-module__2HsQHW__card1{--card-accent:var(--color-accent)}.ServicesSection-module__2HsQHW__card2{--card-accent:var(--color-purple-500)}.ServicesSection-module__2HsQHW__iconWrap{margin-bottom:var(--space-6);color:var(--card-accent);justify-content:center;display:flex}.ServicesSection-module__2HsQHW__subtitle{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--card-accent);margin-bottom:var(--space-2);font-weight:700}.ServicesSection-module__2HsQHW__cardTitle{font-size:var(--text-lg);color:var(--color-on-surface);margin-bottom:var(--space-3);font-weight:700;line-height:1.3}.ServicesSection-module__2HsQHW__cardDesc{font-size:var(--text-sm);color:var(--color-on-surface-muted);margin-bottom:var(--space-6);line-height:1.7}.ServicesSection-module__2HsQHW__list{gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--color-border);flex-direction:column;list-style:none;display:flex}.ServicesSection-module__2HsQHW__listItem{align-items:baseline;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-neutral-700);display:flex}.ServicesSection-module__2HsQHW__listItem:before{content:"▸";color:var(--card-accent);flex-shrink:0;margin-top:.1em;font-size:.6rem}.ServicesSection-module__2HsQHW__bullet{display:none}.ServicesSection-module__2HsQHW__ctaStrip{z-index:1;background:var(--color-surface-dark);padding-block:var(--space-16);text-align:center;margin-top:var(--space-16);border-top:none;position:relative}.ServicesSection-module__2HsQHW__ctaHeading{font-size:var(--text-2xl);letter-spacing:-.02em;color:#fff;margin-bottom:var(--space-3);font-weight:800}.ServicesSection-module__2HsQHW__ctaSubtext{font-size:var(--text-base);color:#ffffff8c;margin-bottom:var(--space-8);line-height:1.6}.ServicesSection-module__2HsQHW__ctaLink{text-decoration:none;display:inline-block}
.PartnershipsSection-module__aP5GCq__section{padding-block:var(--space-24);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:0 0}.PartnershipsSection-module__aP5GCq__inner{text-align:center;align-items:center;gap:var(--space-4);flex-direction:column;max-width:36rem;margin-inline:auto;display:flex}.PartnershipsSection-module__aP5GCq__eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-brand-primary);justify-content:center;align-items:center;gap:var(--space-3);margin-bottom:0;font-weight:700;display:flex}.PartnershipsSection-module__aP5GCq__eyebrow:before,.PartnershipsSection-module__aP5GCq__eyebrow:after{content:"";background:color-mix(in srgb, var(--color-brand-primary) 40%, transparent);flex:0 0 2rem;height:1px}.PartnershipsSection-module__aP5GCq__heading{font-size:var(--text-2xl);color:#222126;letter-spacing:-.02em;margin-bottom:var(--space-3);font-weight:800}.PartnershipsSection-module__aP5GCq__logo{object-fit:contain;width:auto;max-width:14rem;height:3.5rem;margin-block:var(--space-2);filter:brightness(0)}.PartnershipsSection-module__aP5GCq__badge{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-brand-primary);border:1px solid var(--color-brand-primary);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-weight:700;display:inline-block}.PartnershipsSection-module__aP5GCq__program{font-size:var(--text-sm);color:#222126;font-weight:600}.PartnershipsSection-module__aP5GCq__subheading{font-size:var(--text-base);color:#222126a6;margin-bottom:var(--space-2);line-height:1.7}
.ApproachSection-module__t6B3LG__section{padding-block:var(--space-24) 0;background:var(--color-surface-dark);border-top:1px solid #ffffff0f;position:relative;overflow:hidden}.ApproachSection-module__t6B3LG__section:before{content:"";pointer-events:none;z-index:0;background-image:repeating-linear-gradient(0deg,#0000,#0000 47px,#ffffff06 47px 48px),repeating-linear-gradient(90deg,#0000,#0000 47px,#ffffff06 47px 48px);position:absolute;inset:0}.ApproachSection-module__t6B3LG__backdrop{display:none}.ApproachSection-module__t6B3LG__header{z-index:1;text-align:center;max-width:44rem;margin-inline:auto;margin-bottom:var(--space-16);position:relative}.ApproachSection-module__t6B3LG__eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);margin-bottom:var(--space-3);justify-content:center;align-items:center;gap:var(--space-3);font-weight:700;display:flex}.ApproachSection-module__t6B3LG__eyebrow:before,.ApproachSection-module__t6B3LG__eyebrow:after{content:"";background:color-mix(in srgb, var(--color-accent) 40%, transparent);flex:0 0 2rem;height:1px}.ApproachSection-module__t6B3LG__heading{font-size:var(--text-2xl);letter-spacing:-.02em;color:#fff;margin-bottom:var(--space-4);font-weight:800}.ApproachSection-module__t6B3LG__subheading{font-size:var(--text-base);color:#ffffff80;line-height:1.7}.ApproachSection-module__t6B3LG__grid{z-index:1;gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid;position:relative}@media (max-width:1024px){.ApproachSection-module__t6B3LG__grid{grid-template-columns:1fr}}.ApproachSection-module__t6B3LG__card{padding:var(--space-8);gap:var(--space-8);transition:transform var(--duration-standard) var(--ease-enter), border-color var(--duration-standard) var(--ease-enter);background:#ffffff0a;border:1px solid #ffffff17;flex-direction:column;display:flex}.ApproachSection-module__t6B3LG__card:hover{border-color:#ffffff2e;transform:translateY(-2px)}.ApproachSection-module__t6B3LG__card0{--card-accent:var(--color-blue-400)}.ApproachSection-module__t6B3LG__card1{--card-accent:var(--color-accent)}.ApproachSection-module__t6B3LG__card2{--card-accent:var(--color-lavender-400)}.ApproachSection-module__t6B3LG__cardHeader{gap:var(--space-4);flex-direction:column;display:flex}.ApproachSection-module__t6B3LG__iconWrap{color:var(--card-accent);justify-content:center;display:flex}.ApproachSection-module__t6B3LG__cardTitle{font-size:var(--text-base);color:var(--card-accent);letter-spacing:.01em;font-weight:700;line-height:1.3}.ApproachSection-module__t6B3LG__steps{gap:var(--space-6);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;position:relative}.ApproachSection-module__t6B3LG__steps:before{content:"";pointer-events:none;background:#ffffff1a;width:1px;position:absolute;top:2rem;bottom:2rem;left:1rem}.ApproachSection-module__t6B3LG__step{gap:var(--space-4);align-items:flex-start;display:flex}.ApproachSection-module__t6B3LG__stepNumber{font-size:var(--text-xs);letter-spacing:.04em;color:#fff3;flex-shrink:0;min-width:2rem;padding-top:.15em;font-weight:700}.ApproachSection-module__t6B3LG__stepNumber:after{content:"."}.ApproachSection-module__t6B3LG__stepContent{gap:var(--space-1);flex-direction:column;display:flex}.ApproachSection-module__t6B3LG__stepTitle{font-size:var(--text-sm);color:#ffffffe0;font-weight:600;line-height:1.4}.ApproachSection-module__t6B3LG__stepDesc{font-size:var(--text-sm);color:#ffffff6b;line-height:1.6}.ApproachSection-module__t6B3LG__ctaStrip{z-index:1;border-top:3px solid var(--color-accent);padding-block:var(--space-16);text-align:center;margin-top:var(--space-16);background:#0000004d;position:relative}.ApproachSection-module__t6B3LG__ctaHeading{font-size:var(--text-2xl);letter-spacing:-.02em;color:#fff;margin-bottom:var(--space-3);font-weight:800}.ApproachSection-module__t6B3LG__ctaSubtext{font-size:var(--text-base);color:#ffffff8c;margin-bottom:var(--space-8);line-height:1.6}.ApproachSection-module__t6B3LG__ctaLink{text-decoration:none;display:inline-block}
.ProductsSection-module__iLCFZW__sectionHeader{padding-block:var(--space-16) var(--space-12);background:var(--color-surface-alt);text-align:center;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.ProductsSection-module__iLCFZW__eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-brand-primary);margin-bottom:var(--space-3);justify-content:center;align-items:center;gap:var(--space-3);font-weight:700;display:flex}.ProductsSection-module__iLCFZW__eyebrow:before,.ProductsSection-module__iLCFZW__eyebrow:after{content:"";background:color-mix(in srgb, var(--color-brand-primary) 50%, transparent);flex:0 0 2rem;height:1px}.ProductsSection-module__iLCFZW__heading{font-size:var(--text-3xl);letter-spacing:-.02em;color:var(--color-on-surface);margin-bottom:var(--space-4);font-weight:800}.ProductsSection-module__iLCFZW__headingAccent{color:var(--color-brand-primary)}.ProductsSection-module__iLCFZW__subheading{font-size:var(--text-base);color:var(--color-on-surface-muted);max-width:44rem;margin-inline:auto;line-height:1.7}.ProductsSection-module__iLCFZW__pillarNav{background:var(--color-surface-alt);padding-block:var(--space-16);border-bottom:1px solid var(--color-border)}.ProductsSection-module__iLCFZW__pillarNavGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);align-items:stretch;display:grid}.ProductsSection-module__iLCFZW__pillarNavGrid>*{flex-direction:column;display:flex}@media (max-width:900px){.ProductsSection-module__iLCFZW__pillarNavGrid{grid-template-columns:1fr}}.ProductsSection-module__iLCFZW__pillarCard{padding:var(--space-8);border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-sm);color:inherit;transition:transform var(--duration-standard) var(--ease-enter), box-shadow var(--duration-standard) var(--ease-enter), border-color var(--duration-standard) var(--ease-enter);flex-direction:column;flex:1;text-decoration:none;display:flex}.ProductsSection-module__iLCFZW__pillarCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.ProductsSection-module__iLCFZW__pillarCard:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}.ProductsSection-module__iLCFZW__pillarCard2{position:relative}.ProductsSection-module__iLCFZW__pillarCardIcon{margin-bottom:var(--space-3);justify-content:center;display:flex}.ProductsSection-module__iLCFZW__pillarCardTitle{font-size:var(--text-lg);color:var(--color-neutral-900);margin-bottom:var(--space-2);font-weight:700;line-height:1.3}.ProductsSection-module__iLCFZW__pillarCardDesc{font-size:var(--text-sm);color:var(--color-on-surface-muted);margin-bottom:var(--space-4);line-height:1.6}.ProductsSection-module__iLCFZW__pillarCardCta{font-size:var(--text-sm);align-items:center;gap:var(--space-1);font-weight:700;display:flex}.ProductsSection-module__iLCFZW__pillarCard0 .ProductsSection-module__iLCFZW__pillarCardCta{color:var(--color-brand-primary)}.ProductsSection-module__iLCFZW__pillarCard1 .ProductsSection-module__iLCFZW__pillarCardCta{color:var(--color-accent)}.ProductsSection-module__iLCFZW__pillarCard2 .ProductsSection-module__iLCFZW__pillarCardCta{color:var(--color-purple-500)}.ProductsSection-module__iLCFZW__pillarCardCta{margin-top:auto}.ProductsSection-module__iLCFZW__pillarCard0 .ProductsSection-module__iLCFZW__pillarCardIcon{color:var(--color-brand-primary)}.ProductsSection-module__iLCFZW__pillarCard1 .ProductsSection-module__iLCFZW__pillarCardIcon{color:var(--color-accent)}.ProductsSection-module__iLCFZW__pillarCard2 .ProductsSection-module__iLCFZW__pillarCardIcon{color:var(--color-purple-500)}.ProductsSection-module__iLCFZW__pillarFeaturedBadge{top:var(--space-4);right:var(--space-4);position:absolute}.ProductsSection-module__iLCFZW__pillarSection,.ProductsSection-module__iLCFZW__pillarSectionAlt{padding-block:var(--space-24);background:0 0}.ProductsSection-module__iLCFZW__pillarSectionInner{gap:var(--space-16);grid-template-columns:1fr 1fr;align-items:start;display:grid}@media (max-width:900px){.ProductsSection-module__iLCFZW__pillarSectionInner{gap:var(--space-12);grid-template-columns:1fr}}.ProductsSection-module__iLCFZW__pillarLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-3);align-items:center;gap:var(--space-2);font-weight:700;display:flex}.ProductsSection-module__iLCFZW__pillarLabelCloud{color:var(--color-brand-primary)}.ProductsSection-module__iLCFZW__pillarLabelPower{color:var(--color-accent)}.ProductsSection-module__iLCFZW__pillarSectionIcon{margin-bottom:var(--space-4);display:block}.ProductsSection-module__iLCFZW__hardwareSection .ProductsSection-module__iLCFZW__pillarSectionIcon{justify-content:center;display:flex}.ProductsSection-module__iLCFZW__pillarSection .ProductsSection-module__iLCFZW__pillarSectionIcon{color:var(--color-brand-primary)}.ProductsSection-module__iLCFZW__pillarSectionAlt .ProductsSection-module__iLCFZW__pillarSectionIcon{color:var(--color-accent)}.ProductsSection-module__iLCFZW__hardwareSection .ProductsSection-module__iLCFZW__pillarSectionIcon{color:var(--color-purple-500)}.ProductsSection-module__iLCFZW__pillarSectionTitle{font-size:var(--text-2xl);letter-spacing:-.02em;color:var(--color-neutral-900);margin-bottom:var(--space-3);font-weight:800;line-height:1.2}.ProductsSection-module__iLCFZW__pillarSectionSubtitle{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.08em;color:var(--color-on-surface-muted);margin-bottom:var(--space-4);font-weight:700}.ProductsSection-module__iLCFZW__pillarSectionDesc{font-size:var(--text-base);color:var(--color-on-surface-muted);margin-bottom:var(--space-6);line-height:1.7}.ProductsSection-module__iLCFZW__pillarList{gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.ProductsSection-module__iLCFZW__pillarListItem{align-items:baseline;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-neutral-700);line-height:1.5;display:flex}.ProductsSection-module__iLCFZW__bullet{border-radius:var(--radius-full);flex-shrink:0;width:.375rem;height:.375rem;margin-top:.4em;display:inline-block}.ProductsSection-module__iLCFZW__bulletCloud{background:var(--color-brand-primary)}.ProductsSection-module__iLCFZW__bulletPower{background:var(--color-accent)}.ProductsSection-module__iLCFZW__brandsPanel{gap:var(--space-6);flex-direction:column;display:flex}.ProductsSection-module__iLCFZW__brandsGrid{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}.ProductsSection-module__iLCFZW__brandCard{background:var(--color-surface);border:1px solid var(--color-border);padding:var(--space-6) var(--space-4);min-height:6rem;transition:box-shadow var(--duration-standard) var(--ease-enter), border-color var(--duration-standard) var(--ease-enter), transform var(--duration-standard) var(--ease-enter);justify-content:center;align-items:center;display:flex}.ProductsSection-module__iLCFZW__brandCard:hover{border-color:#222126;transform:translate(-2px,-2px);box-shadow:4px 4px #222126}.ProductsSection-module__iLCFZW__brandCard img{object-fit:contain;filter:grayscale()opacity(.55);width:100%;height:2.5rem;transition:filter var(--duration-standard) var(--ease-enter)}.ProductsSection-module__iLCFZW__brandCard:hover img{filter:grayscale(0)opacity()}.ProductsSection-module__iLCFZW__hardwareSection{padding-block:var(--space-24);background:0 0;position:relative}.ProductsSection-module__iLCFZW__hardwareHeader{text-align:center;max-width:48rem;margin-inline:auto;margin-bottom:var(--space-16);position:relative}.ProductsSection-module__iLCFZW__hardwarePillarLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--color-purple-500);margin-bottom:var(--space-3);font-weight:700}.ProductsSection-module__iLCFZW__hardwareHeading{font-size:var(--text-3xl);letter-spacing:-.03em;color:var(--color-on-surface);margin-bottom:var(--space-4);font-weight:800;line-height:1.1}.ProductsSection-module__iLCFZW__hardwareHeadingAccent{color:var(--color-purple-500)}.ProductsSection-module__iLCFZW__hardwareSubheading{font-size:var(--text-base);color:var(--color-on-surface-muted);margin-bottom:var(--space-8);line-height:1.7}.ProductsSection-module__iLCFZW__hardwareServices{gap:var(--space-3);margin-bottom:var(--space-6);flex-wrap:wrap;justify-content:center;display:flex}.ProductsSection-module__iLCFZW__hardwareServiceTag{padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);border:1px solid var(--color-purple-500);font-size:var(--text-sm);color:var(--color-purple-500);background:#9c4ea60f}.ProductsSection-module__iLCFZW__hardwareDivider{background:var(--color-purple-500);width:3rem;height:2px;margin-inline:auto;margin-bottom:var(--space-16);opacity:.6}.ProductsSection-module__iLCFZW__hardwareCategoryGrid{gap:var(--space-12);grid-template-columns:repeat(2,1fr);display:grid}@media (max-width:768px){.ProductsSection-module__iLCFZW__hardwareCategoryGrid{gap:var(--space-10);grid-template-columns:1fr}}.ProductsSection-module__iLCFZW__categoryBlock{gap:var(--space-4);flex-direction:column;display:flex}.ProductsSection-module__iLCFZW__categoryLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--color-brand-primary);padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border);font-weight:700}.ProductsSection-module__iLCFZW__hardwareBrandGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));display:grid}.ProductsSection-module__iLCFZW__hardwareBrandCard{background:var(--color-surface);border:1px solid var(--color-border);padding:var(--space-4) var(--space-3);min-height:4rem;transition:box-shadow var(--duration-standard) var(--ease-enter), border-color var(--duration-standard) var(--ease-enter), transform var(--duration-standard) var(--ease-enter);justify-content:center;align-items:center;display:flex}.ProductsSection-module__iLCFZW__hardwareBrandCard:hover{border-color:#222126;transform:translate(-2px,-2px);box-shadow:4px 4px #222126}.ProductsSection-module__iLCFZW__hardwareBrandCard img{object-fit:contain;filter:grayscale()opacity(.55);width:100%;height:1.875rem;transition:filter var(--duration-standard) var(--ease-enter)}.ProductsSection-module__iLCFZW__hardwareBrandCard:hover img{filter:grayscale(0)opacity()}.ProductsSection-module__iLCFZW__ctaStrip{padding-block:var(--space-24);text-align:center;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:#e57ef217}.ProductsSection-module__iLCFZW__ctaHeading{font-size:var(--text-2xl);letter-spacing:-.02em;color:#222126;margin-bottom:var(--space-3);font-weight:800}.ProductsSection-module__iLCFZW__ctaSubheading{font-size:var(--text-base);color:#222126a6;margin-bottom:var(--space-8);line-height:1.6}.ProductsSection-module__iLCFZW__ctaButtons{gap:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}@media (prefers-reduced-motion:reduce){.ProductsSection-module__iLCFZW__pillarCard,.ProductsSection-module__iLCFZW__brandCard,.ProductsSection-module__iLCFZW__hardwareBrandCard{transition:none}}
.AboutSection-module__QVoG9G__section{padding-block:var(--space-24) 0;border-top:1px solid var(--color-border);background:0 0;position:relative;overflow:hidden}.AboutSection-module__QVoG9G__header{text-align:center;max-width:52rem;margin-inline:auto;margin-bottom:var(--space-16);z-index:1;position:relative}.AboutSection-module__QVoG9G__eyebrow{justify-content:center;align-items:center;gap:var(--space-3);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-brand-primary);margin-bottom:var(--space-4);font-weight:700;display:flex}.AboutSection-module__QVoG9G__eyebrow:before,.AboutSection-module__QVoG9G__eyebrow:after{content:"";background:color-mix(in srgb, var(--color-brand-primary) 50%, transparent);flex:0 0 2rem;height:1px}.AboutSection-module__QVoG9G__heading{font-size:var(--text-3xl);letter-spacing:-.02em;color:var(--color-on-surface);margin-bottom:var(--space-6);font-weight:800}.AboutSection-module__QVoG9G__overview{font-size:var(--text-base);color:var(--color-on-surface-muted);text-align:left;padding-inline-start:var(--space-6);line-height:1.8;position:relative}.AboutSection-module__QVoG9G__overview:before{content:"“";inset-inline-start:0;color:color-mix(in srgb, var(--color-brand-primary) 18%, transparent);pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Georgia,serif;font-size:3.5rem;line-height:1;position:absolute;top:-.25em}.AboutSection-module__QVoG9G__cards{gap:var(--space-6);z-index:1;grid-template-columns:repeat(2,1fr);display:grid;position:relative}@media (max-width:768px){.AboutSection-module__QVoG9G__cards{grid-template-columns:1fr}}.AboutSection-module__QVoG9G__card{padding:var(--space-8);background:var(--color-surface);border:1px solid var(--color-border);transition:transform var(--duration-standard) var(--ease-enter)}.AboutSection-module__QVoG9G__card:hover{transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.AboutSection-module__QVoG9G__card{-webkit-backdrop-filter:none;backdrop-filter:none;transition:none}.AboutSection-module__QVoG9G__card:hover{transform:none}}.AboutSection-module__QVoG9G__card0{--card-accent:var(--color-brand-primary)}.AboutSection-module__QVoG9G__card1{--card-accent:var(--color-accent)}.AboutSection-module__QVoG9G__iconWrap{margin-bottom:var(--space-6);color:var(--card-accent);justify-content:center;display:flex}.AboutSection-module__QVoG9G__cardLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--card-accent);margin-bottom:var(--space-4);font-weight:700}.AboutSection-module__QVoG9G__cardText{font-size:var(--text-base);color:var(--color-on-surface-muted);line-height:1.8}.AboutSection-module__QVoG9G__ctaStrip{padding-block:var(--space-16);text-align:center;margin-top:var(--space-16);border-top:1px solid var(--color-border);background:linear-gradient(90deg,#7ed95514 0%,#e57ef214 100%)}.AboutSection-module__QVoG9G__ctaHeading{font-size:var(--text-2xl);letter-spacing:-.02em;color:#222126;margin-bottom:var(--space-3);font-weight:800}.AboutSection-module__QVoG9G__ctaSubtext{font-size:var(--text-base);color:#222126a6;margin-bottom:var(--space-8);line-height:1.6}.AboutSection-module__QVoG9G__ctaLink{text-decoration:none;display:inline-block}
.ContactForm-module__4CUZdq__formCard{background:var(--color-surface);border:1px solid var(--color-border);padding:var(--space-8);margin-bottom:var(--space-12)}.ContactForm-module__4CUZdq__accentIt{--form-accent:var(--color-brand-primary)}.ContactForm-module__4CUZdq__accentPower{--form-accent:var(--color-accent)}.ContactForm-module__4CUZdq__accentSupport{--form-accent:var(--color-green-500)}.ContactForm-module__4CUZdq__formHeader{margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--color-border)}.ContactForm-module__4CUZdq__formHeading{font-size:var(--text-lg);color:var(--color-on-surface);margin-bottom:var(--space-2);font-weight:700}.ContactForm-module__4CUZdq__formSubheading{font-size:var(--text-sm);color:var(--color-on-surface-muted);line-height:1.6}.ContactForm-module__4CUZdq__departmentRow{align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.ContactForm-module__4CUZdq__deptLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-on-surface-muted);white-space:nowrap;font-weight:700}.ContactForm-module__4CUZdq__departmentToggle{gap:var(--space-2);flex-wrap:wrap;display:flex}.ContactForm-module__4CUZdq__toggleBtn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);color:var(--color-on-surface-muted);background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;transition:background var(--duration-micro) var(--ease-enter), color var(--duration-micro) var(--ease-enter), border-color var(--duration-micro) var(--ease-enter);font-weight:600;display:inline-flex}.ContactForm-module__4CUZdq__toggleBtn:hover{border-color:var(--color-border-strong);color:var(--color-on-surface)}.ContactForm-module__4CUZdq__toggleBtnActiveIt{background:var(--color-blue-50);border-color:var(--color-brand-primary);color:var(--color-brand-primary)}.ContactForm-module__4CUZdq__toggleBtnActivePower{background:var(--color-orange-50);border-color:var(--color-accent);color:var(--color-accent)}.ContactForm-module__4CUZdq__toggleBtnActiveSupport{background:color-mix(in srgb, var(--color-green-500) 10%, transparent);border-color:var(--color-green-500);color:var(--color-green-600)}.ContactForm-module__4CUZdq__toggleIcon{flex-shrink:0;align-items:center;display:flex}.ContactForm-module__4CUZdq__fields{gap:var(--space-4);flex-direction:column;display:flex}.ContactForm-module__4CUZdq__fieldRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}@media (max-width:640px){.ContactForm-module__4CUZdq__fieldRow{grid-template-columns:1fr}}.ContactForm-module__4CUZdq__field{gap:var(--space-2);flex-direction:column;display:flex}.ContactForm-module__4CUZdq__label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--color-on-surface);font-weight:700}.ContactForm-module__4CUZdq__input,.ContactForm-module__4CUZdq__textarea{width:100%;padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--color-on-surface);background:var(--color-surface);border:1px solid var(--color-border);transition:border-color var(--duration-micro) var(--ease-enter), box-shadow var(--duration-micro) var(--ease-enter);box-sizing:border-box;border-radius:0;outline:none;font-family:inherit}.ContactForm-module__4CUZdq__input::placeholder,.ContactForm-module__4CUZdq__textarea::placeholder{color:var(--color-on-surface-muted);opacity:.65}.ContactForm-module__4CUZdq__input:focus,.ContactForm-module__4CUZdq__textarea:focus{border-color:var(--color-brand-primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-brand-primary) 15%, transparent)}.ContactForm-module__4CUZdq__focusPower:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-accent) 15%, transparent)}.ContactForm-module__4CUZdq__focusSupport:focus{border-color:var(--color-green-500);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-green-500) 15%, transparent)}.ContactForm-module__4CUZdq__inputError{border-color:var(--color-error)}.ContactForm-module__4CUZdq__inputError:focus{border-color:var(--color-error);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-error) 15%, transparent)}.ContactForm-module__4CUZdq__textarea{resize:vertical;min-height:7rem}.ContactForm-module__4CUZdq__errorText{font-size:var(--text-xs);color:var(--color-error);line-height:1.4}.ContactForm-module__4CUZdq__serverError{margin-top:var(--space-4);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--color-error);background:color-mix(in srgb, var(--color-error) 6%, transparent);border:1px solid color-mix(in srgb, var(--color-error) 25%, transparent);border-left:3px solid var(--color-error)}.ContactForm-module__4CUZdq__formFooter{justify-content:space-between;align-items:center;gap:var(--space-4);margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--color-border);flex-wrap:wrap;display:flex}.ContactForm-module__4CUZdq__routingNote{font-size:var(--text-xs);color:var(--color-on-surface-muted);line-height:1.5}.ContactForm-module__4CUZdq__routingNote strong{color:var(--color-on-surface);font-weight:600}.ContactForm-module__4CUZdq__submitBtn{padding:var(--space-3) var(--space-8);font-size:var(--text-sm);letter-spacing:.03em;color:var(--color-neutral-900);background:var(--color-green-500);border:1.5px solid var(--color-green-500);cursor:pointer;white-space:nowrap;transition:background var(--duration-micro) var(--ease-enter), border-color var(--duration-micro) var(--ease-enter), transform var(--duration-micro) var(--ease-enter), box-shadow var(--duration-micro) var(--ease-enter), opacity var(--duration-micro) var(--ease-enter);border-radius:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.ContactForm-module__4CUZdq__submitBtn:hover:not(:disabled){background:#8fe866;border-color:#8fe866;transform:translateY(-4px);box-shadow:8px 8px #2a5200}.ContactForm-module__4CUZdq__submitBtn:active:not(:disabled){transform:translateY(4px);box-shadow:2px 2px #2a5200}.ContactForm-module__4CUZdq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.ContactForm-module__4CUZdq__submitBtnPower{color:#fff;background:var(--color-accent-dark);border-color:var(--color-accent-dark)}.ContactForm-module__4CUZdq__submitBtnPower:hover:not(:disabled){background:var(--color-accent);border-color:var(--color-accent);box-shadow:8px 8px #5c2200}.ContactForm-module__4CUZdq__submitBtnPower:active:not(:disabled){transform:translateY(4px);box-shadow:2px 2px #5c2200}.ContactForm-module__4CUZdq__successBlock{align-items:center;gap:var(--space-4);padding:var(--space-12) var(--space-8);text-align:center;flex-direction:column;display:flex}.ContactForm-module__4CUZdq__successIcon{width:3rem;height:3rem;color:var(--color-success);flex-shrink:0}.ContactForm-module__4CUZdq__successText{font-size:var(--text-base);color:var(--color-on-surface);max-width:30rem;line-height:1.6}
.HeroBackground-module__X7yNNW__wrap{pointer-events:none;z-index:0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.HeroBackground-module__X7yNNW__wrap:after{content:"";pointer-events:none;background:linear-gradient(#0000,#f2f2f2);height:25vh;position:absolute;bottom:0;left:0;right:0}.HeroBackground-module__X7yNNW__wrap svg{width:100%;height:100%;display:block}@keyframes HeroBackground-module__X7yNNW__nodePulse{0%,to{opacity:.9}50%{opacity:.4}}@keyframes HeroBackground-module__X7yNNW__idleGlow{0%,to{opacity:.55}50%{opacity:1}}.HeroBackground-module__X7yNNW__nodeActive{animation:2.8s ease-in-out infinite HeroBackground-module__X7yNNW__nodePulse}.HeroBackground-module__X7yNNW__nodeIdle{animation:3.5s ease-in-out infinite HeroBackground-module__X7yNNW__idleGlow}
.InsightCard-module___vkd4a__card[data-category=cloud]{--card-accent:var(--color-brand-primary)}.InsightCard-module___vkd4a__card[data-category=power]{--card-accent:var(--color-accent)}.InsightCard-module___vkd4a__card[data-category=hardware]{--card-accent:var(--color-purple-500)}.InsightCard-module___vkd4a__card[data-category=ai]{--card-accent:var(--color-green-500)}.InsightCard-module___vkd4a__dot{opacity:.5;-webkit-user-select:none;user-select:none}.InsightCard-module___vkd4a__featured{min-height:28rem;color:inherit;transition:transform var(--duration-standard) var(--ease-enter), box-shadow var(--duration-standard) var(--ease-enter);grid-template-columns:52fr 48fr;text-decoration:none;display:grid;position:relative;overflow:hidden}.InsightCard-module___vkd4a__featured:hover{transform:translateY(-8px);box-shadow:20px 20px #555258}.InsightCard-module___vkd4a__featured:active{transform:translateY(2px);box-shadow:4px 4px #555258}.InsightCard-module___vkd4a__featuredPanel{background:var(--card-accent);padding:var(--space-16) var(--space-12) var(--space-12) var(--space-12);flex-direction:column;display:flex;position:relative;overflow:hidden}.InsightCard-module___vkd4a__featuredPanel:before{content:"INSIGHT";color:#0000001a;letter-spacing:-.05em;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(4rem,10vw,7rem);font-weight:900;line-height:1;position:absolute;bottom:-1rem;right:-.5rem}.InsightCard-module___vkd4a__featuredTop{gap:var(--space-8);flex-direction:column;flex:1;display:flex}.InsightCard-module___vkd4a__featuredLabel{align-items:center;gap:var(--space-3);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.2em;color:#ffffffbf;font-weight:700;display:inline-flex}.InsightCard-module___vkd4a__featuredLabel:before{content:"";background:#fff9;flex-shrink:0;width:1.5rem;height:2px;display:block}.InsightCard-module___vkd4a__featuredTitle{color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:900;line-height:1.1}.InsightCard-module___vkd4a__featuredExcerpt{font-size:var(--text-base);color:#ffffffd1;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.65;display:-webkit-box;overflow:hidden}.InsightCard-module___vkd4a__featuredBottom{gap:var(--space-4);margin-top:var(--space-10);flex-direction:column;flex-shrink:0;display:flex}.InsightCard-module___vkd4a__featuredMeta{align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:#ffffffa6;flex-wrap:wrap;display:flex}.InsightCard-module___vkd4a__featuredCta{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:#fff;text-transform:uppercase;letter-spacing:.08em;width:fit-content;transition:border-color var(--duration-micro) var(--ease-enter);border-bottom:2px solid #fff6;padding-bottom:2px;font-weight:700;display:inline-flex}.InsightCard-module___vkd4a__featured:hover .InsightCard-module___vkd4a__featuredCta{border-color:#ffffffe6}.InsightCard-module___vkd4a__featuredArrow{transition:transform var(--duration-standard) var(--ease-enter);display:inline-block}.InsightCard-module___vkd4a__featured:hover .InsightCard-module___vkd4a__featuredArrow{transform:translate(5px)}.InsightCard-module___vkd4a__featuredImage{background:var(--color-surface-alt);position:relative;overflow:hidden}.InsightCard-module___vkd4a__featuredImg{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-emphasis) var(--ease-enter);display:block}.InsightCard-module___vkd4a__featured:hover .InsightCard-module___vkd4a__featuredImg{transform:scale(1.04)}.InsightCard-module___vkd4a__featuredNoImage{grid-template-columns:1fr;max-width:52rem}.InsightCard-module___vkd4a__secondary{background:var(--color-surface);border:1px solid var(--color-border);color:inherit;transition:transform var(--duration-standard) var(--ease-enter), box-shadow var(--duration-standard) var(--ease-enter);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.InsightCard-module___vkd4a__secondary:before{content:"";background:var(--card-accent);z-index:1;width:1px;position:absolute;top:0;bottom:0;left:0}.InsightCard-module___vkd4a__secondary:hover{transform:translateY(-8px);box-shadow:16px 16px #555258}.InsightCard-module___vkd4a__secondary:active{transform:translateY(2px);box-shadow:4px 4px #555258}.InsightCard-module___vkd4a__secondaryImageWrap{aspect-ratio:16/9;background:var(--color-surface-alt);flex-shrink:0;width:100%;position:relative;overflow:hidden}.InsightCard-module___vkd4a__secondaryImg{object-fit:cover;filter:grayscale(.3);width:100%;height:100%;transition:filter var(--duration-emphasis) var(--ease-enter), transform var(--duration-emphasis) var(--ease-enter);display:block}.InsightCard-module___vkd4a__secondary:hover .InsightCard-module___vkd4a__secondaryImg{filter:grayscale(0);transform:scale(1.05)}.InsightCard-module___vkd4a__articleNumber{bottom:var(--space-2);right:var(--space-3);color:#fff;opacity:.22;letter-spacing:-.05em;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1;position:absolute}.InsightCard-module___vkd4a__secondaryBody{gap:var(--space-3);padding:var(--space-6);flex-direction:column;flex:1;display:flex}.InsightCard-module___vkd4a__secondaryEyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--card-accent);font-weight:700}.InsightCard-module___vkd4a__secondaryTitle{font-size:var(--text-base);color:var(--color-on-surface);letter-spacing:-.01em;margin:0;font-weight:700;line-height:1.35}.InsightCard-module___vkd4a__secondaryExcerpt{font-size:var(--text-sm);color:var(--color-on-surface-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;line-height:1.7;display:-webkit-box;overflow:hidden}.InsightCard-module___vkd4a__secondaryFooter{font-size:var(--text-xs);color:var(--color-on-surface-muted);padding-top:var(--space-3);border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.InsightCard-module___vkd4a__tertiary{background:var(--color-surface);border:1px solid var(--color-border);color:inherit;transition:transform var(--duration-standard) var(--ease-enter), box-shadow var(--duration-standard) var(--ease-enter);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.InsightCard-module___vkd4a__tertiary:hover{transform:translateY(-6px);box-shadow:16px 16px #555258}.InsightCard-module___vkd4a__tertiary:active{transform:translateY(2px);box-shadow:4px 4px #555258}.InsightCard-module___vkd4a__tertiaryImageWrap{aspect-ratio:3/2;background:var(--color-surface-alt);flex-shrink:0;width:100%;overflow:hidden}.InsightCard-module___vkd4a__tertiaryImg{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-emphasis) var(--ease-enter);display:block}.InsightCard-module___vkd4a__tertiary:hover .InsightCard-module___vkd4a__tertiaryImg{transform:scale(1.06)}.InsightCard-module___vkd4a__tertiaryBody{gap:var(--space-2);padding:var(--space-4);flex-direction:column;flex:1;display:flex}.InsightCard-module___vkd4a__tertiaryCategory{align-items:center;gap:var(--space-2);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-on-surface-muted);font-weight:700;display:flex}.InsightCard-module___vkd4a__tertiaryDot{border-radius:var(--radius-full);background:var(--card-accent);flex-shrink:0;width:5px;height:5px}.InsightCard-module___vkd4a__tertiaryTitle{font-size:var(--text-sm);color:var(--color-on-surface);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.InsightCard-module___vkd4a__tertiaryDate{font-size:var(--text-xs);color:var(--color-on-surface-muted);margin-top:auto}.InsightCard-module___vkd4a__archive{align-items:center;gap:var(--space-4);padding-block:var(--space-3);border-bottom:1px solid var(--color-border);color:inherit;transition:background var(--duration-micro) var(--ease-enter), transform var(--duration-micro) var(--ease-enter), box-shadow var(--duration-micro) var(--ease-enter);background:0 0;text-decoration:none;display:flex}.InsightCard-module___vkd4a__archive:hover{background:var(--color-surface-alt);transform:translateY(-4px);box-shadow:8px 8px #555258}.InsightCard-module___vkd4a__archive:active{transform:translateY(1px);box-shadow:2px 2px #555258}.InsightCard-module___vkd4a__archive:hover .InsightCard-module___vkd4a__archiveTitle{color:var(--color-brand-primary)}.InsightCard-module___vkd4a__archiveBar{background:var(--card-accent);flex-shrink:0;align-self:stretch;width:3px}.InsightCard-module___vkd4a__archiveCat{font-size:var(--text-xs);color:var(--card-accent);text-transform:uppercase;letter-spacing:.1em;flex-shrink:0;width:110px;font-weight:700}.InsightCard-module___vkd4a__archiveTitle{font-size:var(--text-sm);color:var(--color-on-surface);white-space:nowrap;text-overflow:ellipsis;min-width:0;margin-inline:var(--space-6);transition:color var(--duration-micro) var(--ease-enter);flex:1;font-weight:600;overflow:hidden}.InsightCard-module___vkd4a__archiveMeta{align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--color-on-surface-muted);white-space:nowrap;flex-shrink:0;display:flex}.InsightCard-module___vkd4a__archiveArrow{font-size:var(--text-xs);color:var(--card-accent);opacity:0;transition:opacity var(--duration-micro) var(--ease-enter), transform var(--duration-micro) var(--ease-enter);flex-shrink:0;transform:translate(-4px)}.InsightCard-module___vkd4a__archive:hover .InsightCard-module___vkd4a__archiveArrow{opacity:1;transform:translate(0)}@media (max-width:768px){.InsightCard-module___vkd4a__featured{min-height:unset;grid-template-rows:clamp(10rem,42vw,18rem) auto;grid-template-columns:1fr}.InsightCard-module___vkd4a__featuredImage{grid-row:1}.InsightCard-module___vkd4a__featuredPanel{padding:var(--space-10) var(--space-8) var(--space-10);grid-row:2}.InsightCard-module___vkd4a__featuredPanel:before{font-size:4rem}.InsightCard-module___vkd4a__featuredTitle{font-size:var(--text-xl)}}@media (max-width:480px){.InsightCard-module___vkd4a__featuredPanel{padding:var(--space-8) var(--space-6) var(--space-8)}.InsightCard-module___vkd4a__featuredTop{gap:var(--space-4)}.InsightCard-module___vkd4a__featuredBottom{margin-top:var(--space-8)}}@media (max-width:640px){.InsightCard-module___vkd4a__archiveCat,.InsightCard-module___vkd4a__archiveMeta{display:none}.InsightCard-module___vkd4a__archiveTitle{margin-inline:var(--space-3)}}
.RelatedInsights-module__xJ9afW__section{margin-top:var(--space-16);padding-top:var(--space-12);border-top:1px solid var(--color-border)}.RelatedInsights-module__xJ9afW__header{gap:var(--space-2);margin-bottom:var(--space-8);flex-direction:column;display:flex}.RelatedInsights-module__xJ9afW__eyebrow{align-items:center;gap:var(--space-3);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-brand-primary);font-weight:700;display:inline-flex}.RelatedInsights-module__xJ9afW__eyebrow:before,.RelatedInsights-module__xJ9afW__eyebrow:after{content:"";background:color-mix(in srgb, var(--color-brand-primary) 50%, transparent);flex:0 0 2rem;height:1px}.RelatedInsights-module__xJ9afW__heading{font-size:var(--text-xl);color:var(--color-on-surface);letter-spacing:-.01em;font-weight:700}.RelatedInsights-module__xJ9afW__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:768px){.RelatedInsights-module__xJ9afW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.RelatedInsights-module__xJ9afW__grid{grid-template-columns:1fr}}
.article-module__aWRlQq__main{background:var(--color-surface);min-height:calc(100dvh - 4.5rem);padding-block:var(--space-12) var(--space-24)}.article-module__aWRlQq__inner{max-width:52rem}.article-module__aWRlQq__back{font-size:var(--text-sm);color:var(--color-brand-primary);margin-bottom:var(--space-8);transition:color var(--duration-micro) var(--ease-enter);font-weight:600;text-decoration:none;display:inline-block}.article-module__aWRlQq__back:hover{color:var(--color-brand-dark)}.article-module__aWRlQq__header{gap:var(--space-4);margin-bottom:var(--space-10);padding-bottom:var(--space-8);border-bottom:1px solid var(--color-border);flex-direction:column;display:flex}.article-module__aWRlQq__heading{font-size:var(--text-2xl);letter-spacing:-.03em;color:var(--color-on-surface);font-weight:800;line-height:1.2}.article-module__aWRlQq__meta{font-size:var(--text-sm);color:var(--color-on-surface-muted)}.article-module__aWRlQq__heroImage{aspect-ratio:16/7;width:100%;margin-bottom:var(--space-10);overflow:hidden}.article-module__aWRlQq__heroImage img{object-fit:cover;width:100%;height:100%;display:block}.article-module__aWRlQq__body{gap:var(--space-6);flex-direction:column;display:flex}.article-module__aWRlQq__body p:first-of-type{font-size:var(--text-lg);color:var(--color-on-surface);font-weight:400;line-height:1.75}.article-module__aWRlQq__body h2{font-size:var(--text-xl);color:var(--color-on-surface);letter-spacing:-.02em;margin-top:var(--space-8);padding-bottom:var(--space-3);border-bottom:2px solid var(--color-border);font-weight:800;position:relative}.article-module__aWRlQq__body h2:before{content:"";background:var(--color-brand-primary);width:3rem;height:2px;position:absolute;bottom:-2px;left:0}.article-module__aWRlQq__body h3{font-size:var(--text-lg);color:var(--color-on-surface);letter-spacing:-.01em;margin-top:var(--space-4);font-weight:700}.article-module__aWRlQq__body p{font-size:var(--text-base);color:var(--color-neutral-600);line-height:1.85}:is(.article-module__aWRlQq__body ul,.article-module__aWRlQq__body ol){gap:var(--space-2);flex-direction:column;padding-inline-start:var(--space-6);display:flex}.article-module__aWRlQq__body li{font-size:var(--text-base);color:var(--color-neutral-700);padding-inline-start:var(--space-2);line-height:1.7}.article-module__aWRlQq__body li::marker{color:var(--color-brand-primary)}.article-module__aWRlQq__body strong{color:var(--color-on-surface);font-weight:600}.article-module__aWRlQq__body a{color:var(--color-brand-primary);text-underline-offset:3px;transition:color var(--duration-micro) var(--ease-enter);text-decoration:underline}.article-module__aWRlQq__body a:hover{color:var(--color-brand-dark)}.article-module__aWRlQq__body table{border-collapse:collapse;width:100%;font-size:var(--text-sm);display:block;overflow-x:auto}.article-module__aWRlQq__body th{background:var(--color-on-surface);color:var(--color-surface);text-transform:uppercase;letter-spacing:.05em;padding:var(--space-2) var(--space-4);text-align:left;font-size:.7rem;font-weight:700}.article-module__aWRlQq__body td{padding:var(--space-2) var(--space-4);color:var(--color-neutral-700);border-bottom:1px solid var(--color-border)}.article-module__aWRlQq__body tr:nth-child(2n) td{background:var(--color-surface-alt)}.article-module__aWRlQq__body blockquote{padding:var(--space-4) var(--space-6);background:var(--color-surface-alt);border-left:3px solid var(--color-brand-primary);color:var(--color-neutral-700);margin:0;font-style:italic}.article-module__aWRlQq__body blockquote p{margin:0;font-style:italic}.article-module__aWRlQq__body code{background:var(--color-surface-alt);border:1px solid var(--color-border);color:var(--color-brand-primary);padding:.1em .4em;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:.875em}.article-module__aWRlQq__body .product-gallery{gap:var(--space-4);margin-block:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid}.article-module__aWRlQq__body figure{align-items:center;gap:var(--space-3);background:var(--color-surface-alt);border:1px solid var(--color-border);padding:var(--space-6);flex-direction:column;display:flex}.article-module__aWRlQq__body figure img{object-fit:contain;width:100%;height:10rem;display:block}.article-module__aWRlQq__body figcaption{font-size:var(--text-xs);color:var(--color-on-surface-muted);text-align:center;letter-spacing:.02em;font-weight:600}.article-module__aWRlQq__body .product-figure{padding:var(--space-8);background:0 0;border:none}.article-module__aWRlQq__body .product-figure img{object-fit:contain;width:100%;height:16rem}.article-module__aWRlQq__body .product-figure figcaption{text-align:center}.article-module__aWRlQq__body .wide-figure{background:0 0;border:none;align-items:stretch;padding:0}.article-module__aWRlQq__body .wide-figure img{object-fit:cover;width:100%;height:22rem}.article-module__aWRlQq__body .wide-figure figcaption{text-align:left;padding:var(--space-3) var(--space-4);background:var(--color-surface-alt);border:1px solid var(--color-border);border-top:none}.article-module__aWRlQq__body img{max-width:100%;height:auto;display:block}@media (max-width:640px){.article-module__aWRlQq__body .product-gallery{grid-template-columns:1fr}.article-module__aWRlQq__body figure img{height:8rem}}.article-module__aWRlQq__footer{margin-top:var(--space-16);padding-top:var(--space-8);border-top:1px solid var(--color-border)}@media (max-width:640px){.article-module__aWRlQq__heading{font-size:var(--text-xl)}}
.insights-module__1mqRxG__main{z-index:1;position:relative}.insights-module__1mqRxG__hero{padding-top:calc(4.5rem + var(--space-3) + var(--space-12));padding-bottom:var(--space-16);background:0 0}.insights-module__1mqRxG__heroInner{max-width:56rem}.insights-module__1mqRxG__eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-brand-primary);margin-bottom:var(--space-5);align-items:center;gap:var(--space-3);font-weight:700;display:flex}.insights-module__1mqRxG__eyebrow:after{content:"";background:color-mix(in srgb, var(--color-brand-primary) 50%, transparent);flex:0 0 2rem;height:1px}.insights-module__1mqRxG__heading{font-size:var(--text-3xl);letter-spacing:-.03em;color:var(--color-on-surface);margin-bottom:var(--space-5);font-weight:800;line-height:1.1}.insights-module__1mqRxG__subheading{font-size:var(--text-lg);color:var(--color-on-surface-muted);max-width:44rem;line-height:1.7}.insights-module__1mqRxG__content{padding-block:var(--space-4) var(--space-24)}.insights-module__1mqRxG__contentInner{max-width:var(--container-max)}.insights-module__1mqRxG__filters{gap:var(--space-3);margin-bottom:var(--space-16);flex-wrap:wrap;display:flex}.insights-module__1mqRxG__filterBtn{font-family:inherit;font-size:var(--text-sm);padding:var(--space-3) var(--space-6);color:var(--color-brand-primary);border:1.5px solid var(--color-brand-primary);cursor:pointer;white-space:nowrap;transition:background-color var(--duration-micro) var(--ease-enter), color var(--duration-micro) var(--ease-enter), border-color var(--duration-micro) var(--ease-enter), transform var(--duration-micro) var(--ease-enter), box-shadow var(--duration-micro) var(--ease-enter);background:0 0;border-radius:0;justify-content:center;align-items:center;font-weight:600;line-height:1;display:inline-flex}.insights-module__1mqRxG__filterBtn:hover{background:var(--color-brand-light);transform:translateY(-4px);box-shadow:8px 8px #555258}.insights-module__1mqRxG__filterBtn:active{transform:translateY(4px);box-shadow:2px 2px #555258}.insights-module__1mqRxG__filterBtnActive{background:var(--color-brand-primary);color:var(--color-surface);border-color:var(--color-brand-primary)}.insights-module__1mqRxG__filterBtnActive:hover{background:var(--color-blue-600);border-color:var(--color-blue-600);box-shadow:8px 8px 0px 0px var(--color-surface-dark)}.insights-module__1mqRxG__filterBtnActive:active{box-shadow:2px 2px 0px 0px var(--color-surface-dark);transform:translateY(4px)}.insights-module__1mqRxG__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(min(100%,22rem),1fr));align-items:start;display:grid}.insights-module__1mqRxG__empty{font-size:var(--text-base);color:var(--color-on-surface-muted);padding-block:var(--space-16);text-align:center}.insights-module__1mqRxG__layout{gap:var(--space-16);animation:insights-module__1mqRxG__filterFadeIn .25s var(--ease-enter);flex-direction:column;display:flex}@keyframes insights-module__1mqRxG__filterFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.insights-module__1mqRxG__featuredWrap{width:100%}.insights-module__1mqRxG__secondaryGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.insights-module__1mqRxG__tertiaryGrid{gap:var(--space-4);grid-template-columns:repeat(4,1fr);align-items:start;display:grid}.insights-module__1mqRxG__archiveSection{gap:var(--space-8);flex-direction:column;display:flex}.insights-module__1mqRxG__archiveEyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-brand-primary);align-items:center;gap:var(--space-3);margin:0;font-weight:700;display:flex}.insights-module__1mqRxG__archiveEyebrow:after{content:"";background:color-mix(in srgb, var(--color-brand-primary) 50%, transparent);flex:0 0 2rem;height:1px}.insights-module__1mqRxG__archiveList{flex-direction:column;display:flex}@media (max-width:1024px){.insights-module__1mqRxG__tertiaryGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.insights-module__1mqRxG__secondaryGrid,.insights-module__1mqRxG__tertiaryGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.insights-module__1mqRxG__hero{padding-top:calc(4.5rem + var(--space-3) + var(--space-8));padding-bottom:var(--space-12)}.insights-module__1mqRxG__heading{font-size:var(--text-2xl)}}@media (max-width:640px){.insights-module__1mqRxG__secondaryGrid{grid-template-columns:1fr}.insights-module__1mqRxG__tertiaryGrid{grid-template-columns:repeat(2,1fr)}}
.legal-module__8113wq__main{background:var(--color-surface);min-height:calc(100dvh - 4.5rem);padding-block:var(--space-16) var(--space-24)}.legal-module__8113wq__inner{max-width:52rem}.legal-module__8113wq__header{margin-bottom:var(--space-12);padding-bottom:var(--space-8);border-bottom:1px solid var(--color-border)}.legal-module__8113wq__eyebrow{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;color:var(--color-brand-primary);margin-bottom:var(--space-3);font-weight:700}.legal-module__8113wq__heading{font-size:var(--text-2xl);letter-spacing:-.02em;color:var(--color-neutral-900);margin-bottom:var(--space-3);font-weight:800}.legal-module__8113wq__meta{font-size:var(--text-sm);color:var(--color-on-surface-muted)}.legal-module__8113wq__body{gap:var(--space-12);flex-direction:column;display:flex}.legal-module__8113wq__body section{gap:var(--space-4);flex-direction:column;display:flex}.legal-module__8113wq__body h2{font-size:var(--text-lg);color:var(--color-neutral-900);padding-bottom:var(--space-2);border-bottom:2px solid var(--color-blue-100);font-weight:700}.legal-module__8113wq__body p{font-size:var(--text-base);color:var(--color-neutral-700);line-height:1.8}.legal-module__8113wq__body ul{gap:var(--space-2);flex-direction:column;padding-inline-start:var(--space-6);display:flex}.legal-module__8113wq__body li{font-size:var(--text-base);color:var(--color-neutral-700);padding-inline-start:var(--space-2);line-height:1.7}.legal-module__8113wq__body li::marker{color:var(--color-brand-primary)}.legal-module__8113wq__body strong{color:var(--color-neutral-900);font-weight:600}.legal-module__8113wq__body a{color:var(--color-brand-primary);text-underline-offset:3px;transition:color var(--duration-micro) var(--ease-enter);text-decoration:underline}.legal-module__8113wq__body a:hover{color:var(--color-brand-dark)}.legal-module__8113wq__body address{font-style:normal;font-size:var(--text-base);color:var(--color-neutral-700);padding:var(--space-6);background:var(--color-surface-alt);border-radius:var(--radius-lg);border-left:3px solid var(--color-brand-primary);line-height:2}
.not-found-module__HS70Aa__main{background:var(--color-surface);min-height:calc(100dvh - 4.5rem);padding:var(--space-16) var(--space-6);align-items:center;display:flex}.not-found-module__HS70Aa__inner{text-align:center;max-width:36rem}.not-found-module__HS70Aa__eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.18em;color:var(--color-brand-primary);margin-bottom:var(--space-8);font-weight:700}.not-found-module__HS70Aa__heading{font-size:var(--text-3xl);color:var(--color-on-surface);margin-bottom:var(--space-12);font-weight:800;line-height:1.1}.not-found-module__HS70Aa__body{font-size:var(--text-base);color:var(--color-on-surface-muted);margin-bottom:var(--space-16);line-height:1.75}
.ContactSection-module__jJh_sq__section{padding-block:var(--space-24);border-top:1px solid var(--color-border);background:0 0;min-height:calc(100svh - 4.5rem);position:relative}.ContactSection-module__jJh_sq__backdrop{display:none}.ContactSection-module__jJh_sq__header{text-align:center;max-width:42rem;margin-inline:auto;margin-bottom:var(--space-16)}.ContactSection-module__jJh_sq__eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-brand-primary);margin-bottom:var(--space-3);justify-content:center;align-items:center;gap:var(--space-3);font-weight:700;display:flex}.ContactSection-module__jJh_sq__eyebrow:before,.ContactSection-module__jJh_sq__eyebrow:after{content:"";background:color-mix(in srgb, var(--color-brand-primary) 50%, transparent);flex:0 0 2rem;height:1px}.ContactSection-module__jJh_sq__heading{font-size:var(--text-2xl);letter-spacing:-.02em;color:var(--color-on-surface);margin-bottom:var(--space-4);font-weight:800}.ContactSection-module__jJh_sq__subheading{font-size:var(--text-base);color:var(--color-on-surface-muted);line-height:1.7}.ContactSection-module__jJh_sq__grid{gap:var(--space-6);margin-top:var(--space-12);margin-bottom:var(--space-12);grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:1024px){.ContactSection-module__jJh_sq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.ContactSection-module__jJh_sq__grid{grid-template-columns:1fr}}.ContactSection-module__jJh_sq__card{padding:var(--space-8);background:var(--color-surface);border:1px solid var(--color-border);transition:transform var(--duration-standard) var(--ease-enter)}.ContactSection-module__jJh_sq__card:hover{transform:translateY(-2px)}.ContactSection-module__jJh_sq__card0{--card-accent:var(--color-brand-primary)}.ContactSection-module__jJh_sq__card1{--card-accent:var(--color-accent)}.ContactSection-module__jJh_sq__card2{--card-accent:var(--color-purple-500)}.ContactSection-module__jJh_sq__card3{--card-accent:var(--color-green-500)}.ContactSection-module__jJh_sq__cardIcon{margin-bottom:var(--space-5);justify-content:center;display:flex}.ContactSection-module__jJh_sq__cardTitle{font-size:var(--text-lg);color:var(--color-on-surface);margin-bottom:var(--space-2);font-weight:700}.ContactSection-module__jJh_sq__cardDesc{font-size:var(--text-sm);color:var(--color-on-surface-muted);margin-bottom:var(--space-6);line-height:1.6}.ContactSection-module__jJh_sq__contacts{gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--color-border);flex-direction:column;display:flex}.ContactSection-module__jJh_sq__contactLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-on-surface);transition:opacity var(--duration-micro) var(--ease-enter);text-decoration:none;display:flex}.ContactSection-module__jJh_sq__contactLink:hover{opacity:.75}.ContactSection-module__jJh_sq__contactInfo{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-on-surface-muted);display:flex}.ContactSection-module__jJh_sq__contactIcon{flex-shrink:0;align-items:center;display:flex}.ContactSection-module__jJh_sq__offices{align-items:flex-start;gap:var(--space-12);padding:var(--space-8);background:var(--color-surface);border:1px solid var(--color-border);flex-wrap:wrap;display:flex}.ContactSection-module__jJh_sq__office{flex:1;min-width:18rem}.ContactSection-module__jJh_sq__officeLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-brand-primary);margin-bottom:var(--space-2);font-weight:700}.ContactSection-module__jJh_sq__officeAddress{font-size:var(--text-sm);color:var(--color-on-surface-muted);line-height:1.6}.ContactSection-module__jJh_sq__officeDivider{background:var(--color-border);flex-shrink:0;align-self:stretch;width:1px}@media (max-width:640px){.ContactSection-module__jJh_sq__officeDivider{display:none}.ContactSection-module__jJh_sq__offices{gap:var(--space-6)}}
