:root{--c-bg:#0a0a0a;--c-bg-rgb:10 , 10 , 10;--c-fg:#fcfcfc;--c-fg-hover:#c7c7c7;--c-fg-muted:#d4d4d4;--c-fg-soft:rgba(252,252,252,.7);--c-nav:#fcfcfc;--c-nav-hover:#c7c7c7;--c-panel:#fff;--c-panel-fg:#0a0a0a;--c-panel-fg-muted:#6b6b6b;--c-panel-icon-bg:#f3f3f3;--c-panel-hover:#f7f7f7;--c-panel-divider:#ececec;--c-cta-bg:#f7f7f7;--c-cta-fg:#0a0a0a;--c-cta-bg-hover:#fff;--c-cta-fg-hover:#0a0a0a;--c-explore-bg:#0a0a0a;--c-explore-fg:#fff;--c-explore-bg-hover:#1f1f1f;--c-explore-fg-hover:#fff;--ph-header-h:88px;--ph-radius-card:24px;--ph-radius-pill:999px;--ph-radius-sm:12px;--ph-ease:cubic-bezier(.22,.61,.36,1);--ph-t-fast:180ms;--ph-t-med:260ms;--ph-t-slow:380ms}.ph-header,.ph-header *,.ph-header *::before,.ph-header *::after,.ph-mobile-panel,.ph-mobile-panel *,.ph-mobile-panel *::before,.ph-mobile-panel *::after{box-sizing:border-box;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.ph-header,.ph-mobile-panel{font-size:16px;line-height:1.4;font-family: var(--ph-font, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif);font-weight:400;text-align:left;text-transform:none;letter-spacing:normal}.ph-header a,.ph-mobile-panel a{color:inherit;text-decoration:none;box-shadow:none;border-bottom:0}.ph-header button,.ph-mobile-panel button{font:inherit;color:inherit;background:none;border:0;padding:0;margin:0;cursor:pointer;letter-spacing:inherit;text-transform:inherit}.ph-header ul,.ph-mobile-panel ul{list-style:none;margin:0;padding:0}.ph-header li,.ph-mobile-panel li{margin:0;padding:0}.ph-header p,.ph-mobile-panel p{margin:0}.ph-header svg,.ph-mobile-panel svg{display:block;max-width:100%;overflow:visible}.ph-header img,.ph-mobile-panel img{max-width:100%;height:auto;border:0}.ph-header{position:relative;z-index:9999;background: linear-gradient(
        rgba(var(--c-bg-rgb, 10, 10, 10), 0.55) 0%,
        rgba(var(--c-bg-rgb, 10, 10, 10), 0) 100%
    );transition:background-color var(--ph-t-med) var(--ph-ease) , backdrop-filter var(--ph-t-med) var(--ph-ease);color:var(--c-fg);width:100%}.ph-header.ph-is-sticky{position:fixed;top:0;left:0;right:0}.ph-header.is-scrolled,.ph-header.is-menu-open{background:rgba(var(--c-bg-rgb,10,10,10),.78);backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%)}.ph-bar{max-width:var(--ph-max-width,1440px);margin:0 auto;height:var(--ph-header-h);padding:0 var(--ph-padding-x,32px);display:flex;align-items:center;justify-content:space-between;gap:32px}body.ph-has-sticky{padding-top:var(--ph-header-h)}.ph-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit;flex-shrink:0}.ph-brand-mark{width:32px;height:32px;flex-shrink:0;display:inline-flex}.ph-brand-mark svg{width:100%;height:100%;display:block}.ph-brand-img{display:block;max-height:var(--ph-logo-h,48px);width:auto}.ph-brand-text{font-size:22px;font-weight:700;letter-spacing:-.045em;line-height:1;display:inline-flex;gap:.25ch;color:var(--c-fg);white-space:nowrap}.ph-brand-text .ph-brand-accent{font-weight:300;color:var(--c-fg-muted)}.ph-nav{flex:1 1 auto;display:flex;justify-content:center}.ph-menu{display:flex;align-items:center;gap:var(--ph-nav-gap,8px);list-style:none;margin:0;padding:0}.ph-menu>li{margin:0;padding:0;list-style:none}.ph-nav-trigger{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:12px;font-size:16px;font-weight:500;letter-spacing:-.015em;color:var(--c-nav);background:transparent;border:0;cursor:pointer;white-space:nowrap;line-height:1.2;transition:background-color var(--ph-t-fast) var(--ph-ease) , color var(--ph-t-fast) var(--ph-ease)}.ph-nav-trigger:hover,.ph-nav-trigger:focus-visible,.ph-nav-trigger.is-active{background:rgba(255,255,255,.08);color:var(--c-nav-hover);outline:none}.ph-nav-trigger .ph-chev{width:14px;height:14px;color:currentColor;opacity:.7;display:inline-flex;transition:transform var(--ph-t-med) var(--ph-ease)}.ph-nav-trigger .ph-chev svg{width:100%;height:100%;display:block}.ph-nav-trigger.is-active .ph-chev{transform:rotate(180deg)}.ph-actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.ph-header .ph-brand{transition:color var(--ph-t-fast) var(--ph-ease)}.ph-header .ph-brand:hover,.ph-header .ph-brand:hover .ph-brand-text{color:var(--c-fg-hover)}.ph-header .ph-phone{color:var(--c-fg);text-decoration:none;font-size:16px;font-weight:500;letter-spacing:-.015em;white-space:nowrap;transition:color var(--ph-t-fast) var(--ph-ease)}.ph-header .ph-phone:hover{color:var(--c-fg-hover)}.ph-header .ph-cta{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:var(--c-cta-bg);color:var(--c-cta-fg);text-decoration:none;border-radius:var(--ph-radius-pill);font-size:16px;font-weight:500;letter-spacing:-.015em;line-height:1.2;white-space:nowrap;transition:background-color var(--ph-t-med) var(--ph-ease) , color var(--ph-t-med) var(--ph-ease) , transform var(--ph-t-med) var(--ph-ease) , box-shadow var(--ph-t-med) var(--ph-ease)}.ph-header .ph-cta .ph-arrow{width:14px;height:14px;display:inline-flex;transition:transform var(--ph-t-med) var(--ph-ease)}.ph-header .ph-cta .ph-arrow svg{width:100%;height:100%;display:block}.ph-header .ph-cta:hover{background:var(--c-cta-bg-hover);color:var(--c-cta-fg-hover);transform:translateY(-1px);box-shadow:0 12px 28px rgba(255,255,255,.12)}.ph-header .ph-cta:hover .ph-arrow{transform:translate(2px,-2px)}.ph-burger{display:none;width:44px;height:44px;color:var(--c-fg);position:relative;background:transparent;border:0;cursor:pointer;flex-shrink:0}.ph-burger span{position:absolute;left:10px;right:10px;height:2px;background:currentColor;border-radius:2px;transition:transform var(--ph-t-med) var(--ph-ease) , top var(--ph-t-med) var(--ph-ease) , opacity var(--ph-t-fast) var(--ph-ease)}.ph-burger span:nth-child(1) {top:14px}.ph-burger span:nth-child(2) {top:21px}.ph-burger span:nth-child(3) {top:28px}.ph-burger.is-open span:nth-child(1) {top:21px;transform:rotate(45deg)}.ph-burger.is-open span:nth-child(2) {opacity:0}.ph-burger.is-open span:nth-child(3) {top:21px;transform:rotate(-45deg)}.ph-megamenu-stage{position:absolute;top:var(--ph-header-h);left:0;right:0;display:flex;justify-content:center;pointer-events:none;padding:0 24px}.ph-megamenu{width:100%;max-width:1200px;background:var(--c-panel);color:var(--c-panel-fg);border-radius:var(--ph-radius-card);padding:40px 48px;box-shadow:0 32px 80px -12px rgba(0,0,0,.55) , 0 8px 24px -4px rgba(0,0,0,.25);display:none;grid-template-columns:minmax(260px,360px) 1fr;gap:56px;opacity:0;transform:translateY(-12px);transition:opacity var(--ph-t-med) var(--ph-ease) , transform var(--ph-t-med) var(--ph-ease)}.ph-megamenu.is-open{display:grid;pointer-events:auto}.ph-megamenu.is-revealed{opacity:1;transform:translateY(0)}.ph-mm-left{display:flex;flex-direction:column;gap:18px}.ph-mm-title{display:inline-flex;align-items:center;gap:12px;font-size:24px;font-weight:600;letter-spacing:-.035em;color:var(--c-panel-fg);line-height:1.2}.ph-mm-title .icon{width:22px;height:22px;display:inline-flex;color:var(--c-panel-fg);flex-shrink:0}.ph-mm-title .icon svg{width:100%;height:100%;display:block}.ph-mm-desc{font-size:15px;line-height:1.55;color:var(--c-panel-fg-muted);letter-spacing:-.005em;max-width:36ch;margin:0}.ph-header .ph-mm-explore{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;align-self:stretch;padding:16px 24px;background:var(--c-explore-bg);color:var(--c-explore-fg);text-decoration:none;border-radius:var(--ph-radius-pill);font-size:16px;font-weight:500;letter-spacing:-.01em;line-height:1.2;transition:transform var(--ph-t-med) var(--ph-ease) , background-color var(--ph-t-fast) var(--ph-ease) , color var(--ph-t-fast) var(--ph-ease)}.ph-header .ph-mm-explore .ph-arrow{width:14px;height:14px;display:inline-flex;transition:transform var(--ph-t-med) var(--ph-ease)}.ph-header .ph-mm-explore .ph-arrow svg{width:100%;height:100%;display:block}.ph-header .ph-mm-explore:hover{background:var(--c-explore-bg-hover);color:var(--c-explore-fg-hover);transform:translateY(-2px)}.ph-header .ph-mm-explore:hover .ph-arrow{transform:translate(2px,-2px)}.ph-mm-right{display:grid;grid-template-columns:1fr;gap:4px 32px;align-content:start}.ph-mm-right.cols-2{grid-template-columns:1fr 1fr}.ph-mm-item{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;padding:14px 14px;margin:0 -14px;border-radius:var(--ph-radius-sm);text-decoration:none;color:inherit;transition:background-color var(--ph-t-fast) var(--ph-ease) , transform var(--ph-t-med) var(--ph-ease)}.ph-mm-item:hover,.ph-mm-item:focus-visible{background:var(--c-panel-hover);outline:none;transform:translateX(4px)}@media (prefers-reduced-motion:reduce){.ph-mm-item:hover,.ph-mm-item:focus-visible{transform:none}}.ph-mm-item-icon{width:22px;height:22px;display:inline-flex;margin-top:2px;color:var(--c-panel-fg);flex-shrink:0}.ph-mm-item-icon svg{width:100%;height:100%;display:block}.ph-mm-item-text{display:flex;flex-direction:column;gap:4px;min-width:0}.ph-mm-item-title{font-size:16px;font-weight:600;letter-spacing:-.02em;color:var(--c-panel-fg);line-height:1.3}.ph-mm-item-desc{font-size:14px;line-height:1.45;color:var(--c-panel-fg-muted);letter-spacing:-.005em}.ph-mobile-panel{position:fixed;top:var(--ph-header-h);right:0;bottom:0;left:0;background:#fff;color:#0a0a0a;z-index:10000;opacity:0;transform:translateY(-8px);transition:opacity var(--ph-t-med) var(--ph-ease) , transform var(--ph-t-med) var(--ph-ease) , visibility 0s linear var(--ph-t-med);overflow-y:auto;display:flex;flex-direction:column;visibility:hidden;border-top:1px solid rgba(0,0,0,.06)}.ph-mobile-panel.is-open{opacity:1;transform:translateY(0);visibility:visible;transition:opacity var(--ph-t-med) var(--ph-ease) , transform var(--ph-t-med) var(--ph-ease) , visibility 0s linear 0s}.ph-mobile-head{display:none}.ph-mobile-body{flex:1;padding:24px;display:flex;flex-direction:column;gap:4px}.ph-mobile-panel .ph-m-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-size:17px;font-weight:500;letter-spacing:-.02em;color:#0a0a0a;background:transparent;border:0;text-align:left;width:100%;border-radius:12px;cursor:pointer;line-height:1.3;text-decoration:none;transition:background-color var(--ph-t-fast) var(--ph-ease)}.ph-mobile-panel .ph-m-item:hover{background:#f7f7f7}.ph-mobile-panel .ph-m-item-left{display:inline-flex;align-items:center;gap:12px;min-width:0;font-weight:inherit}.ph-mobile-panel .ph-m-item-left .icon{width:20px;height:20px;display:inline-flex;color:#0a0a0a;flex-shrink:0}.ph-mobile-panel .ph-m-item-left .icon svg{width:100%;height:100%}.ph-mobile-panel .ph-m-item .ph-chev{width:14px;height:14px;color:#6b6b6b;transition:transform var(--ph-t-med) var(--ph-ease);flex-shrink:0}.ph-mobile-panel .ph-m-item .ph-chev svg{width:100%;height:100%;display:block}.ph-mobile-panel .ph-m-item.is-open .ph-chev{transform:rotate(180deg)}.ph-m-sub{display:none;padding:4px 0 12px 0;flex-direction:column;gap:0}.ph-m-item.is-open+.ph-m-sub{display:flex}.ph-m-sub-link{display:flex;align-items:center;gap:12px;padding:14px 16px 14px 32px;font-size:17px;font-weight:500;line-height:1.3;letter-spacing:-.02em;color:#0a0a0a;text-decoration:none;border-radius:12px;transition:background-color var(--ph-t-fast) var(--ph-ease)}.ph-m-sub-link:hover{background:#f7f7f7}.ph-m-sub-link .icon{width:20px;height:20px;display:inline-flex;color:#0a0a0a;flex-shrink:0}.ph-m-sub-link .icon svg{width:100%;height:100%;display:block}.ph-m-sub-label{display:inline-flex;flex-direction:column;gap:2px;min-width:0}.ph-m-sub-label small{display:block;color:#6b6b6b;font-size:13px;font-weight:400;letter-spacing:-.01em}.ph-mobile-panel .ph-m-sub-explore{display:inline-flex;align-items:center;justify-content:space-between;align-self:flex-start;gap:10px;margin:10px 16px 0 32px;padding:10px 16px;background:#f3f4f6;color:#0a0a0a;font-size:14px;font-weight:600;letter-spacing:-.005em;line-height:1.3;border-radius:10px;border:0;text-decoration:none;transition:background-color var(--ph-t-fast) var(--ph-ease)}.ph-mobile-panel .ph-m-sub-explore:hover,.ph-mobile-panel .ph-m-sub-explore:focus-visible{background:#e8eaed;text-decoration:none;color:#0a0a0a}.ph-mobile-panel .ph-m-sub-explore .ph-arrow{width:12px;height:12px;display:inline-flex;flex-shrink:0;transition:transform var(--ph-t-med) var(--ph-ease)}.ph-mobile-panel .ph-m-sub-explore .ph-arrow svg{width:100%;height:100%;display:block}.ph-mobile-panel .ph-m-sub-explore:hover .ph-arrow{transform:translate(2px,-2px)}.ph-mobile-panel .ph-m-item.is-open+.ph-m-sub{margin-bottom:16px}.ph-mobile-actions{padding:24px;display:flex;flex-direction:column;gap:12px;border-top:1px solid #ececec;flex-shrink:0}.ph-mobile-panel .ph-m-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:18px 24px;text-decoration:none;border-radius:var(--ph-radius-pill);font-size:17px;font-weight:500;letter-spacing:-.015em;line-height:1.2;transition:background-color var(--ph-t-fast) var(--ph-ease) , color var(--ph-t-fast) var(--ph-ease)}.ph-mobile-panel .ph-m-cta .ph-arrow{width:14px;height:14px;display:inline-flex;flex-shrink:0;transition:transform var(--ph-t-med) var(--ph-ease)}.ph-mobile-panel .ph-m-cta .ph-arrow svg{width:100%;height:100%;display:block}.ph-mobile-panel .ph-m-cta:hover .ph-arrow,.ph-mobile-panel .ph-m-cta:focus-visible .ph-arrow{transform:translate(2px,-2px)}.ph-mobile-panel .ph-m-cta--light{background:var(--c-mcta1-bg,#f3f4f6);color:var(--c-mcta1-fg,#0a0a0a)}.ph-mobile-panel .ph-m-cta--light:hover,.ph-mobile-panel .ph-m-cta--light:focus-visible{background:var(--c-mcta1-bg-hover,#e8eaed);color:var(--c-mcta1-fg-hover,#0a0a0a);text-decoration:none}.ph-mobile-panel .ph-m-cta--dark{background:var(--c-mcta2-bg,#0a0a0a);color:var(--c-mcta2-fg,#fff)}.ph-mobile-panel .ph-m-cta--dark:hover,.ph-mobile-panel .ph-m-cta--dark:focus-visible{background:var(--c-mcta2-bg-hover,#1f1f1f);color:var(--c-mcta2-fg-hover,#fff);text-decoration:none}.ph-backdrop{position:fixed;inset:var(--ph-header-h) 0 0 0;background:transparent;z-index:9998;pointer-events:none}.ph-header.is-menu-open ~ .ph-backdrop {pointer-events:auto}@media (max-width:1290px){.ph-phone{display:none}}@media (max-width:1180px){.ph-megamenu{padding:32px;gap:36px}}@media (max-width:1024px){:root{--ph-header-h:76px}.ph-bar{padding:0 20px;gap:16px}.ph-nav{display:none}.ph-burger{display:inline-flex}.ph-megamenu-stage{display:none}}@media (max-width:530px){.ph-header .ph-cta{display:none}}@media (prefers-reduced-motion:reduce){.ph-header *,.ph-mobile-panel *{animation:none!important;transition:none!important}}.ph-header .ph-nav-trigger.ph-top-link{text-decoration:none;color:var(--c-nav)}.ph-header .ph-nav-trigger.ph-top-link:hover,.ph-header .ph-nav-trigger.ph-top-link:focus-visible{color:var(--c-nav-hover);text-decoration:none}.ph-top-link-icon{display:inline-flex;width:18px;height:18px;flex:0 0 18px;color:currentColor}.ph-top-link-icon svg{width:100%;height:100%;display:block}.ph-mobile-panel .ph-m-item.ph-m-top-link{text-decoration:none;font-weight:inherit}.ph-mobile-panel .ph-m-item.ph-m-top-link:hover,.ph-mobile-panel .ph-m-item.ph-m-top-link:focus,.ph-mobile-panel .ph-m-item.ph-m-top-link:visited{text-decoration:none;color:#0a0a0a}.ph-mm-image-wrap{margin-top:4px;border-radius:16px;overflow:hidden;line-height:0;box-shadow:0 4px 20px rgba(0,0,0,.08)}.ph-mm-image-wrap .ph-mm-image{display:block;width:100%;height:auto;aspect-ratio: 4 / 3;object-fit:cover}