*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}html[data-theme="light"]{color-scheme:light}html[data-theme="dark"]{color-scheme:dark}:root{--bg:#fff;--surface:#fff;--surface-soft:#f5f5f5;--surface-strong:#ededed;--text:#111;--muted:#666;--subtle:#8a8a8a;--line:#e5e5e5;--line-strong:#d0d0d0;--inverse:#111;--inverse-text:#fff;--header:rgba(255,255,255,.86);--ring:0 0 0 1px rgba(0,0,0,.09);--card-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 2px rgba(0,0,0,.03),0 12px 34px rgba(0,0,0,.045);--focus:0 0 0 3px rgba(17,17,17,.18);--max:1200px;--radius:16px;--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}[data-theme="dark"]{--bg:#090909;--surface:#0f0f0f;--surface-soft:#171717;--surface-strong:#222;--text:#f4f4f4;--muted:#a1a1a1;--subtle:#777;--line:#262626;--line-strong:#3b3b3b;--inverse:#f4f4f4;--inverse-text:#111;--header:rgba(9,9,9,.84);--ring:0 0 0 1px rgba(255,255,255,.11);--card-shadow:0 0 0 1px rgba(255,255,255,.1),0 2px 2px rgba(0,0,0,.22),0 16px 40px rgba(0,0,0,.18);--focus:0 0 0 3px rgba(255,255,255,.22)}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;padding:10px 14px;background:var(--inverse);color:var(--inverse-text);border-radius:8px}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:100;background:var(--header);border-bottom:1px solid var(--line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.header-inner{max-width:var(--max);height:72px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px}.brand{display:inline-flex;align-items:center;width:142px;height:48px;overflow:visible}.brand-logo{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.brand-logo-dark{display:none}[data-theme="dark"] .brand-logo-light{display:none}[data-theme="dark"] .brand-logo-dark{display:block}.desktop-nav{display:flex;align-items:center;gap:4px}.desktop-nav a{padding:9px 14px;border-radius:9px;color:var(--muted);font-size:14px;font-weight:500;transition:background .16s ease,color .16s ease}.desktop-nav a:hover{background:var(--surface-soft);color:var(--text)}.header-actions{justify-self:end;display:flex;align-items:center;gap:10px}.icon-button{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:10px;background:transparent;box-shadow:var(--ring);cursor:pointer;transition:background .16s ease,transform .16s ease}.icon-button:hover{background:var(--surface-soft)}.icon-button:active{transform:scale(.96)}.icon-button:focus-visible,.button:focus-visible,a:focus-visible{outline:0;box-shadow:var(--focus)}.icon-button svg,.card-icon svg,.service-icon svg,.support-mark svg,.solution-icon svg,.hero-note svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.theme-toggle .theme-icon-sun{display:none}.theme-toggle .theme-icon-moon{display:block}[data-theme="dark"] .theme-toggle .theme-icon-sun{display:block}[data-theme="dark"] .theme-toggle .theme-icon-moon{display:none}.button{min-height:40px;padding:9px 15px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:10px;background:var(--surface);color:var(--text);box-shadow:var(--ring);font-size:14px;font-weight:550;line-height:1;transition:background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.button:hover{background:var(--surface-soft)}.button:active{transform:translateY(1px)}.button-primary{background:var(--inverse);color:var(--inverse-text);box-shadow:none}.button-primary:hover{background:var(--text);opacity:.88}.button-compact{min-height:38px;padding:8px 13px}.mobile-menu-toggle,.mobile-nav{display:none}.section-shell{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.hero{min-height:calc(100vh - 72px);padding:92px 0 88px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:72px}.eyebrow,.section-kicker{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:25px;color:var(--muted)}.eyebrow-dot,.contact-meta i{width:7px;height:7px;display:inline-block;border-radius:50%;background:var(--text)}h1,h2,h3,p{margin-top:0}h1{max-width:650px;margin-bottom:26px;font-size:clamp(50px,5.4vw,78px);font-weight:590;line-height:.98;letter-spacing:-.065em}.muted-heading{color:var(--subtle)}.hero-lead{max-width:585px;margin-bottom:32px;color:var(--muted);font-size:19px;line-height:1.65;letter-spacing:-.015em}.hero-actions{display:flex;align-items:center;gap:11px}.hero-note{margin-top:34px;display:flex;align-items:center;gap:10px;color:var(--subtle);font-size:13px}.hero-note svg{width:17px;height:17px}.product-console{background:var(--surface);border-radius:18px;box-shadow:var(--card-shadow);overflow:hidden}.console-topbar{height:48px;padding:0 17px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);color:var(--subtle);font-size:11px;font-weight:550}.window-controls{display:flex;gap:6px}.window-controls span{width:8px;height:8px;border-radius:50%;background:var(--line-strong)}.console-status{justify-self:end;display:flex;align-items:center;gap:7px}.console-status i{width:6px;height:6px;border-radius:50%;background:var(--text)}.console-body{min-height:470px;display:grid;grid-template-columns:165px 1fr}.console-sidebar{padding:18px 10px;border-right:1px solid var(--line)}.console-label{display:block;color:var(--subtle);font-size:10px;font-weight:650;letter-spacing:.09em;text-transform:uppercase}.console-sidebar>.console-label{padding:0 10px 10px}.console-menu-item{display:flex;align-items:center;gap:9px;padding:10px;border-radius:9px;color:var(--muted);font-size:12px;font-weight:500}.console-menu-item.active{background:var(--surface-soft);color:var(--text)}.console-menu-item svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.console-main{padding:26px}.console-heading{margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between}.console-heading h2{margin:7px 0 0;font-size:23px;font-weight:580;letter-spacing:-.04em}.icon-button.small{width:32px;height:32px;border-radius:8px;cursor:default}.icon-button.small svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.solution-card{padding:19px;display:grid;grid-template-columns:auto 1fr;gap:15px;background:var(--surface-soft);border-radius:13px}.solution-icon,.card-icon,.service-icon,.support-mark{display:flex;align-items:center;justify-content:center;background:var(--surface);box-shadow:var(--ring)}.solution-icon{width:42px;height:42px;border-radius:11px}.solution-icon svg{width:20px;height:20px}.status-pill{display:inline-flex;padding:4px 8px;border-radius:999px;background:var(--surface-strong);color:var(--muted);font-size:10px;font-weight:650}.solution-card h3{margin:12px 0 7px;font-size:16px;line-height:1.35}.solution-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.console-rows{margin-top:11px;border-top:1px solid var(--line)}.console-rows>div{min-height:55px;display:grid;grid-template-columns:1fr auto 18px;align-items:center;gap:10px;border-bottom:1px solid var(--line);font-size:12px}.console-rows span{color:var(--muted)}.console-rows strong{font-size:12px;font-weight:550}.console-rows svg{width:15px;height:15px;fill:none;stroke:var(--subtle);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.section{padding-top:112px;padding-bottom:112px;border-top:1px solid var(--line)}.section-heading{margin-bottom:52px}.section-heading h2{margin:9px 0 0;font-size:clamp(36px,4vw,54px);line-height:1.05;letter-spacing:-.055em;font-weight:580}.section-kicker{color:var(--subtle)}.split-heading{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end}.split-heading>p{max-width:480px;margin:0 0 3px;color:var(--muted);font-size:17px;line-height:1.65}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-card{position:relative;min-height:344px;padding:25px;display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius);box-shadow:var(--ring);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--card-shadow)}.card-icon{width:46px;height:46px;border-radius:12px}.card-icon svg{width:21px;height:21px}.card-number{position:absolute;right:25px;top:27px;color:var(--subtle);font:500 11px ui-monospace,SFMono-Regular,Consolas,monospace}.product-card h3{margin:68px 0 10px;font-size:25px;font-weight:580;letter-spacing:-.035em}.product-card p{max-width:310px;margin-bottom:24px;color:var(--muted);font-size:15px;line-height:1.65}.product-card a{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:18px;border-top:1px solid var(--line);font-size:13px;font-weight:600}.centered-heading{max-width:760px;margin-right:auto;margin-left:auto;text-align:center}.centered-heading>p{max-width:600px;margin:18px auto 0;color:var(--muted);font-size:17px;line-height:1.6}.service-list{border-top:1px solid var(--line)}.service-list article{min-height:150px;padding:28px 4px;display:grid;grid-template-columns:54px 54px 1fr;gap:24px;align-items:center;border-bottom:1px solid var(--line)}.service-index{color:var(--subtle);font:500 11px ui-monospace,SFMono-Regular,Consolas,monospace}.service-icon{width:52px;height:52px;border-radius:13px}.service-list h3{margin:0 0 7px;font-size:20px;font-weight:580;letter-spacing:-.025em}.service-list p{max-width:590px;margin:0;color:var(--muted);font-size:15px;line-height:1.6}.support-section{padding-top:72px;padding-bottom:72px}.support-panel{padding:34px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;background:var(--surface-soft);border-radius:var(--radius)}.support-mark{width:58px;height:58px;border-radius:15px}.support-mark svg{width:25px;height:25px}.support-panel h2{margin:7px 0 7px;font-size:30px;font-weight:580;letter-spacing:-.04em}.support-panel p{max-width:650px;margin:0;color:var(--muted)}.contact-panel{max-width:920px;margin:0 auto;text-align:center}.contact-panel h2{margin:14px auto 20px;font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.065em;font-weight:580}.contact-panel>p{max-width:650px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.65}.contact-meta{margin-top:42px;padding:19px 0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:13px}.contact-meta span{display:flex;align-items:center;gap:9px;color:var(--muted)}.contact-meta a{font-weight:600}.site-footer{padding:62px 0 28px;border-top:1px solid var(--line)}.footer-inner{width:min(calc(100% - 48px),var(--max));margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:48px}.footer-brand p{margin:14px 0 0;color:var(--muted);font-size:13px}.footer-nav{display:flex;gap:28px;align-items:start}.footer-nav a{color:var(--muted);font-size:13px}.footer-nav a:hover{color:var(--text)}.footer-bottom{grid-column:1/-1;padding-top:24px;display:flex;justify-content:space-between;border-top:1px solid var(--line);color:var(--subtle);font-size:12px}@media (max-width:1020px){.hero{min-height:auto;grid-template-columns:1fr;padding-top:76px;gap:58px}.hero-copy{max-width:760px}.product-console{width:min(100%,760px)}.split-heading{grid-template-columns:1fr;gap:24px}.split-heading>p{max-width:640px}.card-grid{grid-template-columns:repeat(2,1fr)}.product-card:last-child{grid-column:1/-1}.support-panel{grid-template-columns:auto 1fr}.support-panel>.button{grid-column:2;justify-self:start}}@media (max-width:760px){html{scroll-padding-top:69px}.header-inner{height:64px;padding:0 14px;grid-template-columns:1fr auto;gap:8px}.brand{width:112px;height:42px}.header-actions{gap:6px}.icon-button{width:36px;height:36px}.desktop-nav,.desktop-portal{display:none}.mobile-menu-toggle{display:inline-flex}.mobile-menu-toggle .menu-close{display:none}.mobile-menu-toggle[aria-expanded="true"] .menu-open{display:none}.mobile-menu-toggle[aria-expanded="true"] .menu-close{display:block}.mobile-nav{display:grid;padding:10px 18px 18px;background:var(--bg);border-top:1px solid var(--line)}.mobile-nav[hidden]{display:none}.mobile-nav>a:not(.button){padding:14px 4px;border-bottom:1px solid var(--line);font-size:15px;font-weight:550}.mobile-nav>.button{margin-top:14px}.section-shell{width:min(calc(100% - 36px),var(--max))}.hero{padding:64px 0 70px;gap:45px}.eyebrow{margin-bottom:20px}.hero h1{font-size:clamp(43px,13vw,64px);letter-spacing:-.06em}.hero-lead{font-size:17px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%;min-height:47px}.hero-note{align-items:flex-start}.console-topbar{grid-template-columns:1fr auto}.console-topbar>span:nth-child(2){display:none}.console-body{min-height:0;grid-template-columns:1fr}.console-sidebar{display:none}.console-main{padding:20px}.solution-card{grid-template-columns:1fr}.solution-icon{margin-bottom:3px}.section{padding-top:76px;padding-bottom:76px}.section-heading{margin-bottom:36px}.section-heading h2{font-size:38px}.card-grid{grid-template-columns:1fr}.product-card,.product-card:last-child{grid-column:auto;min-height:310px}.service-list article{grid-template-columns:42px 1fr;gap:18px;padding:24px 0}.service-icon{width:42px;height:42px}.service-list article>div:last-child{grid-column:2}.support-section{padding-top:48px;padding-bottom:48px}.support-panel{padding:25px;grid-template-columns:1fr}.support-panel>.button{grid-column:auto;justify-self:stretch}.support-panel h2{font-size:28px}.contact-panel h2{font-size:43px}.contact-meta{align-items:flex-start;flex-direction:column;gap:18px}.footer-inner{width:min(calc(100% - 36px),var(--max));grid-template-columns:1fr}.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}}

/* Multipage corporate architecture */
.desktop-nav a.active{background:var(--surface-soft);color:var(--text)}
.support-link{padding:8px 10px;color:var(--muted);font-size:12px;font-weight:600;border-radius:9px}.support-link:hover{background:var(--surface-soft);color:var(--text)}
.header-login{min-height:38px;padding:0 14px;white-space:nowrap;font-size:12px}.header-login:hover{background:#111;color:#fff;box-shadow:none}.mobile-login{justify-content:center}.faq-list{max-width:900px;margin:0 auto;border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{padding:24px 4px;display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;list-style:none;font-size:19px;font-weight:580}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{font-size:24px;font-weight:400;transition:transform .2s ease}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item p{max-width:760px;margin:0;padding:0 4px 25px;color:var(--muted);line-height:1.7}
@media (max-width:900px){.header-actions>.header-login{display:none}}
.page-hero{min-height:540px;padding-top:104px;padding-bottom:92px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:96px;align-items:center}.page-hero-copy{max-width:780px}.page-hero h1{margin:16px 0 24px;font-size:clamp(48px,5.4vw,76px);font-weight:590;line-height:1;letter-spacing:-.06em}.page-hero p{max-width:700px;margin-bottom:32px;color:var(--muted);font-size:19px;line-height:1.65}.page-hero-mark{justify-self:end;width:270px;height:270px;padding:35px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;border-radius:50%;background:var(--surface-soft);box-shadow:var(--ring);color:var(--subtle)}.page-hero-mark svg{width:72px;height:72px;fill:none;stroke:currentColor;stroke-width:1.15}.page-hero-mark span{font-size:10px;font-weight:700;letter-spacing:.22em}
.corporate-hero h1{font-size:clamp(48px,5vw,72px);line-height:1.02}.solution-map{padding:18px;background:var(--surface);border-radius:18px;box-shadow:var(--card-shadow)}.solution-map-row{padding:16px 4px;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;border-bottom:1px solid var(--line)}.solution-map-row:last-child{border-bottom:0}.solution-map-icon,.route-icon{display:flex;align-items:center;justify-content:center;background:var(--surface-soft);border-radius:11px}.solution-map-icon{width:42px;height:42px}.solution-map-icon svg,.route-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6}.solution-map-row strong{display:block;margin-bottom:4px;font-size:13px}.solution-map-row small{display:block;color:var(--muted);font-size:11px;line-height:1.45}
.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.route-card{min-height:310px;padding:25px;display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius);box-shadow:var(--ring);transition:transform .2s ease,box-shadow .2s ease}.route-card:hover,.directory-card:hover,.compact-card.linked:hover{transform:translateY(-3px);box-shadow:var(--card-shadow)}.route-icon{width:48px;height:48px}.route-card h2{margin:64px 0 10px;font-size:25px;font-weight:580;letter-spacing:-.035em}.route-card p{color:var(--muted);font-size:15px;line-height:1.65}.route-card>span:last-child{margin-top:auto;padding-top:18px;border-top:1px solid var(--line);font-size:13px;font-weight:650}
.directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.directory-card{min-height:330px;padding:25px;display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius);box-shadow:var(--ring);transition:transform .2s ease,box-shadow .2s ease}.directory-card h2{margin:56px 0 10px;font-size:24px;font-weight:580;line-height:1.15;letter-spacing:-.035em}.directory-card p{margin-bottom:24px;color:var(--muted);font-size:15px;line-height:1.65}.directory-card>a{margin-top:auto;padding-top:17px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);font-size:13px;font-weight:650}.directory-card>a svg,.section-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}.static-card:hover{transform:none;box-shadow:var(--ring)}.availability-note{margin-top:auto;padding-top:17px;border-top:1px solid var(--line);color:var(--subtle);font-size:11px;line-height:1.5}
.compact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.compact-grid.four-columns{grid-template-columns:repeat(4,1fr)}.compact-card{min-height:260px;padding:23px;display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius);box-shadow:var(--ring);transition:transform .2s ease,box-shadow .2s ease}.compact-card h3{margin:42px 0 9px;font-size:19px;font-weight:580;line-height:1.2;letter-spacing:-.025em}.compact-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.section-link{margin-top:25px;margin-left:auto;width:max-content;padding:11px 15px;display:flex;align-items:center;gap:12px;border-radius:10px;box-shadow:var(--ring);font-size:13px;font-weight:650}.section-link:hover{background:var(--surface-soft)}
.ecosystem-strip{padding:22px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface-soft);border-radius:var(--radius)}.ecosystem-step{min-width:130px;display:flex;align-items:center;gap:11px;font-size:12px;font-weight:650}.ecosystem-step svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6}.ecosystem-arrow{color:var(--subtle)}
.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.audience-grid article{padding:28px 24px;border-right:1px solid var(--line)}.audience-grid article:last-child{border-right:0}.audience-grid h3{margin-bottom:10px;font-size:17px;font-weight:580}.audience-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.principle-card{min-height:280px;padding:25px;background:var(--surface);border-radius:var(--radius);box-shadow:var(--ring)}.principle-card h2{margin:50px 0 10px;font-size:21px;font-weight:580;letter-spacing:-.03em}.principle-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.benefit-card{min-height:150px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;background:var(--surface);border-radius:var(--radius);box-shadow:var(--ring)}.benefit-card svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.benefit-card p{margin:35px 0 0;font-size:16px;line-height:1.55}.overview-benefit{min-height:190px;justify-content:flex-start;gap:24px}.overview-benefit h3{margin:0 0 10px;font-size:20px;font-weight:580;letter-spacing:-.025em}.overview-benefit p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
.integrated-panel{padding:42px;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end;background:var(--surface-soft);border-radius:var(--radius)}.integrated-panel h2{max-width:760px;margin:12px 0 15px;font-size:clamp(30px,3vw,46px);font-weight:580;line-height:1.08;letter-spacing:-.045em}.integrated-panel p{max-width:700px;margin:0;color:var(--muted);font-size:16px;line-height:1.65}.integrated-actions{display:flex;flex-direction:column;gap:10px;min-width:190px}.integrated-actions .button{min-height:44px}.final-cta{background:var(--inverse);color:var(--inverse-text)}.final-cta .section-kicker,.final-cta p{color:color-mix(in srgb,var(--inverse-text) 65%,transparent)}.final-cta .button-primary{background:var(--inverse-text);color:var(--inverse)}.final-cta .button{box-shadow:0 0 0 1px color-mix(in srgb,var(--inverse-text) 30%,transparent)}
.support-guidance{max-width:900px;margin:0 auto;padding:35px;display:grid;grid-template-columns:auto 1fr;gap:26px;background:var(--surface-soft);border-radius:var(--radius)}.support-guidance h2{margin:10px 0 12px;font-size:32px;font-weight:580;letter-spacing:-.04em}.support-guidance p{margin:0;color:var(--muted);line-height:1.7}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.contact-context{position:sticky;top:110px}.contact-context h2{margin:13px 0 18px;font-size:38px;font-weight:580;line-height:1.08;letter-spacing:-.045em}.contact-context>p{color:var(--muted);line-height:1.7}.check-list{margin:32px 0;padding:0;display:grid;gap:14px;list-style:none}.check-list li{display:flex;align-items:flex-start;gap:11px;font-size:14px}.check-list svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8}.security-note{padding:14px;background:var(--surface-soft);border-radius:10px;font-size:12px}.contact-form-panel{padding:30px;background:var(--surface);border-radius:var(--radius);box-shadow:var(--card-shadow)}.contact-form{display:grid;gap:19px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-field{display:grid;gap:7px}.form-field label{font-size:12px;font-weight:650}.form-field input,.form-field select,.form-field textarea{width:100%;padding:12px 13px;border:1px solid var(--line-strong);border-radius:10px;background:var(--bg);color:var(--text);outline:0}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--text);box-shadow:var(--focus)}.form-field textarea{resize:vertical}.form-field small,.consent-error{color:var(--text);font-size:11px}.field-help{color:var(--subtle);font-size:11px}.consent-field{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:12px}.consent-field input{margin-top:2px}.form-submit{width:100%;min-height:48px}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-success,.form-error{margin-bottom:22px;padding:16px;display:flex;gap:12px;border-radius:11px;background:var(--surface-soft);box-shadow:var(--ring)}.form-success svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.form-success strong{display:block;margin-bottom:4px}.form-success p{margin:0;color:var(--muted);font-size:13px}.form-error{font-size:13px}
.footer-multipage{display:block}.footer-multipage>.footer-brand{max-width:340px;margin-bottom:52px}.footer-columns{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;padding:35px 0;border-top:1px solid var(--line)}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-column strong{margin-bottom:4px;font-size:12px}.footer-column a{color:var(--muted);font-size:12px;line-height:1.45}.footer-column a:hover{color:var(--text)}.footer-multipage .footer-bottom{padding-top:23px}.footer-legal{display:flex;align-items:center;gap:10px}
.flat-header{max-width:1320px;grid-template-columns:145px minmax(0,1fr) auto;gap:18px}.flat-header .desktop-nav{justify-content:center}.flat-header .desktop-nav>a{padding:9px 10px}.help-menu{position:relative}.help-toggle{height:38px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:13px;font-weight:550;cursor:pointer}.help-toggle:hover,.help-toggle.active,.help-toggle[aria-expanded="true"]{background:var(--surface-soft);color:var(--text)}.help-dropdown{position:absolute;right:0;top:46px;z-index:120;width:290px;padding:8px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--card-shadow)}.help-dropdown[hidden]{display:none}.help-dropdown>a,.help-disabled{min-height:68px;padding:12px;display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;border-radius:10px}.help-dropdown>a:hover{background:var(--surface-soft)}.help-disabled{color:var(--subtle);cursor:not-allowed}.help-dropdown svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.help-dropdown strong{display:block;font-size:13px}.help-dropdown small{display:block;margin-top:3px;color:var(--subtle);font-size:11px}.mobile-help{padding:18px 4px 4px;display:grid;gap:13px;border-bottom:1px solid var(--line)}.mobile-help>strong{font-size:12px}.mobile-help>span,.mobile-help>a{font-size:14px}.mobile-help>span{color:var(--subtle)}.mobile-help small{margin-left:6px}.product-map .solution-map-row{color:inherit}.product-map .solution-map-row:hover{background:var(--surface-soft)}.product-directory{grid-template-columns:repeat(4,1fr)}.product-directory .directory-card{min-height:310px}.product-benefit{min-height:210px;justify-content:flex-start;gap:24px}.product-benefit h3{margin:0 0 9px;font-size:20px}.product-benefit p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.flat-footer-links{max-width:560px;grid-template-columns:repeat(2,1fr)}.footer-disabled{color:var(--subtle);font-size:12px}.flat-hero{grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr)}
.menu-dropdown{position:relative}.menu-toggle{height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:999px;background:var(--surface-soft);color:var(--text);font-size:13px;font-weight:550;line-height:1;cursor:pointer}.menu-toggle:hover,.menu-toggle.active,.menu-toggle[aria-expanded="true"]{background:var(--surface-strong);color:var(--text)}.menu-chevron{width:12px;height:12px;flex:0 0 12px;display:block;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transform-box:fill-box;transform-origin:center;transition:transform .18s ease}.menu-toggle[aria-expanded="true"] .menu-chevron{transform:rotate(180deg)}.menu-dropdown-panel{position:absolute;right:0;top:46px;z-index:120;padding:8px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--card-shadow)}.menu-dropdown-panel[hidden]{display:none}.solutions-dropdown{left:0;right:auto;width:220px}.solutions-dropdown>a{min-height:48px;padding:0 12px;display:flex;align-items:center;border-radius:10px}.solutions-dropdown>a:hover,.solutions-dropdown>a[aria-current="page"]{background:var(--surface-soft)}.solutions-dropdown strong{font-size:13px}.custom-development-cta{grid-template-columns:1fr}.flat-footer>.footer-brand{margin-bottom:28px}.mobile-solutions{padding:8px 4px 4px;display:grid;border-bottom:1px solid var(--line)}.mobile-solutions>strong{padding:8px 0;font-size:12px}.mobile-solutions>a{padding:12px 0;font-size:14px;font-weight:550}
@media (max-width:1180px){.header-inner{gap:18px}.desktop-nav a{padding:8px 9px;font-size:13px}.support-link{display:none}.compact-grid.four-columns{grid-template-columns:repeat(2,1fr)}.audience-grid{grid-template-columns:repeat(2,1fr)}.audience-grid article:nth-child(2){border-right:0}.audience-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.footer-columns{grid-template-columns:repeat(3,1fr)}.product-directory{grid-template-columns:repeat(2,1fr)}}
@media (max-width:900px){html{scroll-padding-top:70px}.flat-hero{grid-template-columns:1fr}.header-inner{height:64px;padding:0 18px;grid-template-columns:1fr auto;gap:12px}.brand{width:122px;height:44px}.desktop-nav{display:none}.mobile-menu-toggle{display:inline-flex}.mobile-menu-toggle .menu-close{display:none}.mobile-menu-toggle[aria-expanded="true"] .menu-open{display:none}.mobile-menu-toggle[aria-expanded="true"] .menu-close{display:block}.mobile-nav{display:grid;padding:10px 18px 18px;background:var(--bg);border-top:1px solid var(--line)}.mobile-nav[hidden]{display:none}.mobile-nav>a:not(.button){padding:14px 4px;border-bottom:1px solid var(--line);font-size:15px;font-weight:550}.mobile-nav>a[aria-current="page"]{color:var(--text)}.mobile-nav>.button{margin-top:14px}.page-hero{min-height:auto;padding-top:76px;padding-bottom:76px;grid-template-columns:1fr;gap:45px}.page-hero-mark{display:none}.route-grid,.directory-grid,.principles-grid{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr;gap:48px}.contact-context{position:static}.integrated-panel{grid-template-columns:1fr;align-items:start}.integrated-actions{width:100%;min-width:0;flex-direction:row}.ecosystem-strip{flex-wrap:wrap}.ecosystem-arrow{display:none}}
@media (max-width:760px){.page-hero h1{font-size:43px}.page-hero p{font-size:17px}.route-grid,.directory-grid,.compact-grid,.compact-grid.four-columns,.principles-grid,.benefit-grid{grid-template-columns:1fr}.route-card,.directory-card,.compact-card{min-height:270px}.audience-grid{grid-template-columns:1fr}.audience-grid article,.audience-grid article:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.audience-grid article:last-child{border-bottom:0}.integrated-panel{padding:27px}.integrated-actions{flex-direction:column}.ecosystem-strip{display:grid;grid-template-columns:1fr 1fr}.ecosystem-step{min-width:0}.contact-form-panel{padding:21px}.form-row{grid-template-columns:1fr}.contact-context h2{font-size:32px}.footer-columns{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-multipage>.footer-brand{margin-bottom:35px}}
@media (max-width:420px){.footer-columns{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
