@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&display=swap');.site-view--mobile{position: relative;isolation: isolate;color-scheme: dark;--bg: #0a0a0a;--bg-elevated: #131313;--bg-soft: #171717;--line: rgba(255,255,255,0.08);--line-soft: rgba(255,255,255,0.06);--text: #f5f5f5;--text-muted: rgba(245,245,245,0.55);--text-soft: rgba(245,245,245,0.72);--brand: #1d5198;--brand-strong: #2d88ff;--brand-soft: rgba(45,136,255,0.18);--shadow: 0 22px 40px rgba(0,0,0,0.42);--radius-sm: 6px;--radius-md: 5px;--radius-lg: 4px;--radius-xl: 14px;--max-width: 1180px;--font-body: 'PingFang SC','Microsoft YaHei','Segoe UI',system-ui,sans-serif;--font-display: 'Montserrat','Arial Narrow','Helvetica Neue',Arial,sans-serif;margin: 0;min-height: 100vh;font-family: var(--font-body);background: var(--bg);color: var(--text);overflow-x: hidden}.site-view--mobile .lang-switcher{position: relative;display: inline-flex;align-items: center;max-width: 100%;--lang-switcher-font: 'Yu Gothic UI','Yu Gothic',Meiryo,'Hiragino Sans','Microsoft YaHei','PingFang SC','Segoe UI',system-ui,-apple-system,Roboto,'Helvetica Neue',Arial,sans-serif;font-family: var(--lang-switcher-font);font-weight: 400}.site-view--mobile .lang-switcher__trigger{display: inline-flex;align-items: center;gap: 0.3rem;min-height: 2.1rem;max-width: 100%;padding: 0 0.55rem;border-radius: var(--radius-lg);border: 1px solid var(--line);background: rgba(255,255,255,0.03);color: #fff;font-family: var(--lang-switcher-font);font-size: 0.72rem;font-weight: 400;letter-spacing: normal;text-transform: none;cursor: pointer}.site-view--mobile .lang-switcher__globe{width: 14px;height: 14px;flex-shrink: 0;opacity: 0.85}.site-view--mobile .lang-switcher__chevron{width: 12px;height: 12px;flex-shrink: 0;opacity: 0.55;transition: transform 0.2s ease}.site-view--mobile .lang-switcher.is-open .lang-switcher__chevron{transform: rotate(180deg)}.site-view--mobile .lang-switcher__flag{display: inline-flex;align-items: center;justify-content: center;width: 18px;height: 18px;flex-shrink: 0;border-radius: 50%;overflow: hidden;box-shadow: 0 0 0 1px rgba(255,255,255,0.12)}.site-view--mobile .lang-switcher__flag svg{display: block;width: 100%;height: 100%}.site-view--mobile .lang-switcher__trigger-flag{width: 15px;height: 15px}.site-view--mobile .lang-switcher__label{max-width: 4.25rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: 400}.site-view--mobile .lang-switcher__panel[hidden]{display: none !important}.site-view--mobile .lang-switcher__panel{position: absolute;top: calc(100% + 4px);right: 0;z-index: 10001;width: max-content;min-width: 0;max-width: min(14rem,78vw);margin: 0;padding: 5px;border: 1px solid rgba(255,255,255,0.14);border-radius: var(--radius-md);background: rgba(18,18,18,0.96);font-family: var(--lang-switcher-font);font-weight: 400;-webkit-backdrop-filter: blur(14px) saturate(140%);backdrop-filter: blur(14px) saturate(140%);box-shadow: 0 16px 36px rgba(0,0,0,0.45);opacity: 0;visibility: hidden;transform: translateY(6px) scale(0.98);transform-origin: top right;transition: opacity 0.18s ease,transform 0.18s ease,visibility 0.18s ease}.site-view--mobile .lang-switcher.is-open .lang-switcher__panel{opacity: 1;visibility: visible;transform: translateY(0) scale(1)}.site-view--mobile .lang-switcher__list{list-style: none;margin: 0;padding: 0}.site-view--mobile .lang-switcher__item + .lang-switcher__item{margin-top: 2px}.site-view--mobile .lang-switcher__link{display: flex;align-items: center;justify-content: space-between;gap: 10px;min-height: 34px;padding: 0 10px;border-radius: var(--radius-md);color: var(--text-soft);font-family: var(--lang-switcher-font);font-size: 12.5px;font-weight: 400;line-height: 1.25;text-decoration: none;white-space: nowrap}.site-view--mobile .lang-switcher__link:hover{background: rgba(255,255,255,0.08);color: #fff}.site-view--mobile .lang-switcher__link.is-active{background: rgba(45,136,255,0.16);color: #fff}.site-view--mobile .lang-switcher__link-main{display: inline-flex;align-items: center;gap: 8px;min-width: 0;flex: 1}.site-view--mobile .lang-switcher__check{width: 14px;height: 14px;flex-shrink: 0;color: var(--brand-strong)}.site-view--mobile .lang-switcher__trigger:hover,.site-view--mobile .lang-switcher.is-open .lang-switcher__trigger{color: #fff;background: rgba(255,255,255,0.08);border-color: rgba(255,255,255,0.18)}.site-view--mobile .pp-mobile-header__actions{flex-shrink: 0;max-width: min(54vw,11.5rem)}@media (max-width: 420px){.site-view--mobile .pp-mobile-header__actions .lang-switcher__globe{display: none}.site-view--mobile .pp-mobile-header__actions .lang-switcher__label{max-width: 3rem}}.pp-mobile-inner{width: min(100%,var(--max-width));margin: 0 auto;padding: 4.2rem 0.9rem 2rem;position: relative;z-index: 1}html{box-sizing: border-box;scroll-behavior: smooth}*,*::before,*::after{box-sizing: inherit}body.drawer-open{overflow: hidden}.site-view--mobile::before{content: '';position: fixed;inset: 0;pointer-events: none;background: radial-gradient(circle at 20% 10%,rgba(45,136,255,0.28),transparent 24%),radial-gradient(circle at 80% 5%,rgba(29,81,152,0.24),transparent 20%),linear-gradient(180deg,rgba(255,255,255,0.02),transparent 22%,rgba(0,0,0,0.16));opacity: 0.95}.site-view--mobile::after{content: '';position: fixed;inset: 0;pointer-events: none;background-image: linear-gradient(rgba(255,255,255,0.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.018) 1px,transparent 1px);background-size: 26px 26px;mask-image: linear-gradient(180deg,rgba(0,0,0,0.35),transparent 72%);opacity: 0.3}img{display: block;max-width: 100%}a{color: inherit;text-decoration: none}button,input,textarea,select{font: inherit}h1,h2,h3,p{margin: 0}button{cursor: pointer}.site-view--mobile{background: var(--bg)}.pp-mobile-home{position: relative}.pp-mobile-home__backdrop{position: fixed;inset: 0;background: radial-gradient(circle at 50% 0%,rgba(45,136,255,0.16),transparent 32%),linear-gradient(180deg,rgba(255,255,255,0.02),transparent 28%);pointer-events: none}.pp-mobile-header{position: fixed;top: 0;left: 0;right: 0;z-index: 40;display: flex;align-items: center;justify-content: space-between;gap: 0.75rem;padding: 0.9rem 1rem;padding-right: max(1.45rem,calc(1rem + env(safe-area-inset-right,0px)));background: linear-gradient(180deg,rgba(10,10,10,0.72),rgba(10,10,10,0.12));backdrop-filter: blur(22px);border-bottom: 1px solid transparent;transition: background 180ms ease,border-color 180ms ease,box-shadow 180ms ease}.pp-mobile-header.is-scrolled{background: rgba(10,10,10,0.96);border-bottom-color: var(--line);box-shadow: 0 12px 30px rgba(0,0,0,0.36)}.pp-mobile-header__brand{display: inline-flex;align-items: center;min-height: 2rem}.pp-mobile-header__logo{display: block;height: 1.65rem;width: auto;max-width: min(42vw,8.5rem);object-fit: contain;object-position: left center}.pp-mobile-header__actions{display: flex;align-items: center;gap: 0.45rem}.pp-mobile-header__lang{min-height: 2.1rem;display: inline-flex;align-items: center;justify-content: center;border-radius: var(--radius-lg);padding: 0 0.7rem;border: 1px solid var(--line);background: rgba(255,255,255,0.03);color: var(--text-soft);font-size: 0.72rem;letter-spacing: 0.14em;text-transform: uppercase}.pp-mobile-header__menu{width: 2.1rem;height: 2.1rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.02);display: inline-flex;align-items: center;justify-content: center;gap: 0.16rem;flex-direction: column;padding: 0}.pp-mobile-header__menu span{display: block;width: 0.95rem;height: 1px;background: #fff}.pp-mobile-home__content,.pp-inner{width: min(100%,var(--max-width));margin: 0 auto;padding: 0 0.9rem 6rem;position: relative;z-index: 1}.pp-mobile-shell__main{position: relative;z-index: 1}.pp-inner{padding: 4.2rem 0.9rem 2rem}.pp-mobile-shell:has(.pp-sticky-cta) .pp-inner{padding-bottom: 1rem}.pp-hero{position: relative;min-height: 100vh;min-height: 100svh;margin-inline: -0.9rem;width: calc(100% + 1.8rem);overflow: clip;border-bottom: 1px solid var(--line)}.pp-hero__media{position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;object-position: center 42%;filter: saturate(1.02) contrast(1.04) brightness(1)}.pp-hero__shade{position: absolute;inset: 0;background: linear-gradient(180deg,rgba(10,10,10,0.12) 0%,rgba(10,10,10,0.55) 58%,rgba(10,10,10,0.92) 100%),linear-gradient(135deg,rgba(29,81,152,0.12),transparent 44%),radial-gradient(circle at 72% 18%,rgba(255,196,120,0.08),transparent 32%)}.pp-hero__content{position: relative;z-index: 1;min-height: 100vh;min-height: 100svh;display: flex;flex-direction: column;justify-content: flex-end;padding: 6rem 1.05rem 1.35rem}.pp-hero__brand,.pp-section__eyebrow,.pp-drawer__eyebrow{font-size: 0.72rem;letter-spacing: 0.18em;text-transform: uppercase;color: var(--brand-strong);font-weight: 800}.pp-hero__badge{display: inline-flex;align-items: center;width: fit-content;margin-top: 0.85rem;padding: 0.35rem 0.55rem;border: 1px solid rgba(45,136,255,0.38);border-radius: var(--radius-md);background: rgba(29,81,152,0.2);color: #fff;font-size: 0.72rem;letter-spacing: 0.18em;text-transform: uppercase}.pp-hero h1,.pp-section h2,.pp-section h1,.pp-cta h2{font-family: var(--font-display);font-weight: 800;letter-spacing: -0.04em}.pp-markdown-card h3,.pp-category-card h3,.pp-rail__card h3{font-family: var(--font-display);font-weight: 400;letter-spacing: -0.04em}.pp-hero h1{margin-top: 0.75rem;max-width: none;font-size: clamp(2rem,9vw,3.4rem);line-height: 1.08;color: #fff}.pp-hero h1 span{display: block;margin-top: 0.15rem;max-width: none;color: var(--brand-strong)}.pp-category-card p,.pp-rail__card p,.pp-cta p,.pp-footer p{color: var(--text-muted);line-height: 1.65;font-size: 0.95rem}.pp-hero__summary{margin-top: 1rem;max-width: none;color: rgba(245,245,245,0.84);line-height: 1.55;font-size: 0.92rem}.pp-section__heading p,.pp-trust__item p{color: var(--text-muted);line-height: 1.65;font-size: 0.92rem}.pp-hero__specs{display: flex;flex-wrap: wrap;gap: 0.5rem;margin-top: 1rem}.pp-hero__specs span{display: inline-flex;align-items: center;min-height: 1.75rem;padding: 0 0.62rem;border-radius: var(--radius-md);border: 1px solid rgba(45,136,255,0.22);background: rgba(29,81,152,0.18);color: #fff;font-size: 0.7rem;letter-spacing: 0.12em;text-transform: uppercase}.pp-hero__note{margin-top: 1rem;padding: 0.85rem;border-radius: var(--radius-lg);border: 1px solid rgba(255,255,255,0.1);background: rgba(255,255,255,0.03);max-width: 24rem}.pp-hero__note strong{display: block;margin-bottom: 0.35rem;font-family: var(--font-display);letter-spacing: 0.06em;text-transform: uppercase;font-size: 0.8rem}.pp-hero__note span{color: var(--text-soft);line-height: 1.55;font-size: 0.9rem}.pp-hero__cta,.pp-cta__actions{display: flex;flex-wrap: wrap;gap: 0.7rem;margin-top: 1.3rem}.pp-btn{display: inline-flex;align-items: center;justify-content: center;min-height: 2.8rem;padding: 0 1rem;border-radius: var(--radius-md);border: 1px solid transparent;font-size: 0.78rem;font-weight: 800;letter-spacing: 0.12em;text-transform: uppercase}.pp-btn--primary{background: linear-gradient(180deg,#2d88ff,#1d5198);color: #fff;box-shadow: 0 0 0 1px rgba(45,136,255,0.08),0 12px 24px rgba(45,136,255,0.2)}.pp-btn--ghost{background: rgba(255,255,255,0.02);border-color: rgba(255,255,255,0.18);color: #fff}.pp-trust{margin-top: 0.75rem;display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 0.7rem}.pp-trust__item,.pp-category-card,.pp-rail__card,.pp-markdown-card,.pp-cta{background: linear-gradient(180deg,rgba(255,255,255,0.028),rgba(255,255,255,0.01));border: 1px solid rgba(255,255,255,0.08);box-shadow: 0 18px 34px rgba(0,0,0,0.32)}.pp-trust__item{padding: 0.9rem;border-radius: var(--radius-lg)}.pp-trust__icon{display: inline-flex;align-items: center;justify-content: center;width: 1.65rem;height: 1.65rem;margin-bottom: 0.65rem;border-radius: 0.35rem;background: linear-gradient(180deg,rgba(45,136,255,0.26),rgba(29,81,152,0.18));border: 1px solid rgba(45,136,255,0.34);color: var(--brand-strong);font-size: 1rem;line-height: 1;box-shadow: 0 0 12px rgba(45,136,255,0.18)}.pp-trust__icon i,.pp-trust__icon .inline-icon{font-size: 1rem;width: 1rem;height: 1rem}.pp-trust__item strong{display: block;margin-bottom: 0.35rem;font-size: 0.96rem}.pp-section{padding: 1.65rem 0 0}.pp-section__heading h1,.pp-section__heading h2,.pp-cta h2{margin-top: 0.35rem;max-width: none;font-size: clamp(1.55rem,7vw,2.45rem);line-height: 1.18;color: #fff}.pp-section__heading h2 span{color: var(--brand-strong)}.pp-section__heading h2 .pp-capabilities-title__line{display: block;color: #fff}.pp-section__heading p{margin-top: 0.75rem}.pp-grid-2x2{margin-top: 1rem;display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 0.72rem}.pp-category-card{padding: 0.85rem;border-radius: var(--radius-lg)}.pp-category-card img{width: 100%;aspect-ratio: 1 / 0.82;object-fit: cover;border-radius: calc(var(--radius-lg) - 1px);margin-bottom: 0.7rem;background: #111;box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04)}.pp-category-card h3,.pp-rail__card h3,.pp-markdown-card h3{font-size: 1.05rem;line-height: 1.08;color: #fff}.pp-category-card p,.pp-rail__card p,.pp-markdown-card__summary{margin-top: 0.45rem}.pp-section__button{margin-top: 0.95rem;width: 100%}.pp-section--rail .pp-section__heading p{max-width: none;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden}.pp-rail__card p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;overflow-wrap: break-word;word-break: normal}.pp-rail{display: grid;grid-auto-flow: column;grid-auto-columns: min(100%,20.5rem);gap: 0.7rem;overflow-x: auto;padding: 1rem 0 0.25rem;scroll-snap-type: x mandatory;overscroll-behavior-x: contain}.pp-rail::-webkit-scrollbar{display: none}.pp-rail__card{scroll-snap-align: start;border-radius: var(--radius-lg);overflow: hidden}.pp-rail__card img{width: 100%;aspect-ratio: 1 / 0.7;object-fit: cover;background: #111;box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04)}.pp-rail__card div,.pp-markdown-card{padding: 0.85rem}.pp-rail--factory{grid-auto-columns: min(100%,17.5rem)}.pp-rail__card--wide{scroll-snap-align: start}.pp-markdown-list{margin-top: 1rem;display: grid;gap: 0.75rem}.pp-markdown-card{border-radius: var(--radius-lg)}.pp-markdown-card__tag{display: inline-flex;align-items: center;padding: 0.25rem 0.45rem;border-radius: var(--radius-sm);border: 1px solid rgba(45,136,255,0.28);color: var(--brand-strong);font-size: 0.7rem;letter-spacing: 0.16em;text-transform: uppercase}.pp-markdown-card__body{margin-top: 0.8rem}.pp-markdown-card__body p{margin: 0}.pp-cta{margin-top: 1.8rem;padding: 1rem;border-radius: var(--radius-lg);background: linear-gradient(135deg,rgba(29,81,152,0.28),rgba(10,10,10,0.94)),linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.012))}.pp-footer{padding: 1.1rem 0.9rem 1.8rem;text-align: center;border-top: 1px solid var(--line);margin-top: 1rem;max-width: var(--max-width);margin-inline: auto;width: 100%}.pp-mobile-shell:has(.pp-sticky-cta) .pp-footer{padding-bottom: calc(4.8rem + env(safe-area-inset-bottom,0px))}.pp-footer p + p{margin-top: 0.35rem}.pp-drawer{position: fixed;inset: 0;z-index: 60;display: grid;grid-template-columns: 1fr;pointer-events: none;opacity: 0;transition: opacity 180ms ease}.pp-drawer.is-open{pointer-events: auto;opacity: 1}.pp-drawer__overlay{position: absolute;inset: 0;border: 0;background: rgba(0,0,0,0.62)}.pp-drawer__panel{position: relative;z-index: 1;width: min(86vw,22rem);height: 100%;margin-left: auto;padding: 1rem 1rem 1.2rem;background: linear-gradient(180deg,#111,#0b0b0b);border-left: 1px solid var(--line);box-shadow: -16px 0 30px rgba(0,0,0,0.35)}.pp-drawer__head{display: flex;align-items: center;justify-content: space-between;gap: 1rem}.pp-drawer__close{border: 1px solid var(--line);background: transparent;color: #fff;min-height: 2rem;padding: 0 0.7rem;border-radius: var(--radius-md);letter-spacing: 0.12em;text-transform: uppercase;font-size: 0.7rem}.pp-drawer__nav{margin-top: 1.1rem;display: grid}.pp-drawer__nav a{padding: 0.95rem 0;border-bottom: 1px solid var(--line-soft);font-family: var(--font-display);font-size: 1.1rem;color: #fff}.pp-drawer__meta{margin-top: 1.1rem;padding-top: 1rem;border-top: 1px solid var(--line)}.pp-drawer__meta p{color: var(--text-muted);line-height: 1.6}.pp-category-card--visual{position: relative;display: block;min-height: 9.5rem;padding: 0;overflow: hidden;text-decoration: none}.pp-category-card--visual img{position: absolute;inset: 0;width: 100%;height: 100%;margin: 0;aspect-ratio: auto;object-fit: cover;object-position: center;border-radius: 0;background: #111}.pp-category-card__scrim{position: absolute;inset: 0;background: linear-gradient(180deg,rgba(0,0,0,0.08) 0%,rgba(0,0,0,0.55) 55%,rgba(10,10,10,0.92) 100%)}.pp-category-card__label{position: relative;z-index: 1;display: flex;flex-direction: column;align-items: center;justify-content: flex-end;gap: 0.45rem;min-height: 9.5rem;padding: 0.75rem 0.5rem;font-family: var(--font-display);font-size: 0.76rem;font-weight: 700;line-height: 1.3;color: #fff;text-align: center}.pp-category-card__label i{font-size: 1.2rem;color: var(--brand-strong)}.pp-section__subheading{margin-top: 1.5rem;font-family: var(--font-display);font-size: 1rem;font-weight: 800;color: #fff}.pp-honor-rail{display: grid;grid-auto-flow: column;grid-auto-columns: 5.5rem;gap: 0.65rem;overflow-x: auto;margin-top: 0.85rem;padding-bottom: 0.25rem;scroll-snap-type: x mandatory}.pp-honor-card{margin: 0;scroll-snap-align: start}.pp-honor-card img{width: 100%;height: auto;border-radius: 4px;border: 1px solid var(--line);background: #fff}.pp-footer__phone{display: inline-flex;align-items: center;gap: 0.45rem;margin-bottom: 0.75rem;color: var(--brand-strong);font-weight: 700;font-size: 1rem}.pp-inner-hero{padding: 1rem;border-radius: var(--radius-lg);border: 1px solid var(--line);background: linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.01));box-shadow: var(--shadow)}.pp-inner-hero img{width: 100%;max-height: 14rem;object-fit: contain;margin-bottom: 0.85rem;border-radius: calc(var(--radius-lg) - 2px);background: #111}.pp-inner-hero--product{padding: 0;overflow: hidden}.pp-inner-hero--product .pp-inner-hero__media{width: calc(100% + 1.8rem);margin-inline: -0.9rem;aspect-ratio: 5 / 4;min-height: 15.5rem;max-height: 22rem;background: #f4f6f8;overflow: hidden}.pp-inner-hero--product .pp-inner-hero__img{display: block;width: 100%;height: 100%;max-height: none;margin: 0;object-fit: cover;object-position: center 42%;border-radius: 0;background: #f4f6f8}.pp-inner-hero--product .pp-inner-hero__copy{padding: 1rem}.pp-inner-hero--compact{margin-bottom: 0.5rem}.pp-inner-hero__eyebrow{font-size: 0.72rem;letter-spacing: 0.18em;text-transform: uppercase;color: var(--brand-strong);font-weight: 800}.pp-inner-hero h1{margin-top: 0.45rem;font-family: var(--font-display);font-size: clamp(1.75rem,7vw,2.5rem);line-height: 1.05;color: #fff}.pp-inner-hero__summary{margin-top: 0.65rem;color: var(--text-muted);line-height: 1.6}.pp-inner-block{margin-top: 1rem;padding: 1rem;border-radius: var(--radius-lg);border: 1px solid var(--line);background: linear-gradient(180deg,rgba(255,255,255,0.028),rgba(255,255,255,0.01))}.pp-inner-block h2{font-family: var(--font-display);font-size: 1.05rem;color: #fff}.pp-inner-block p{margin-top: 0.55rem;color: var(--text-muted);line-height: 1.65}.pp-bullet-list{margin: 0.75rem 0 0;padding: 0 0 0 1.1rem;color: var(--text-soft);line-height: 1.65}.pp-bullet-list li + li{margin-top: 0.35rem}.pp-spec-grid{margin: 0.75rem 0 0}.pp-spec-grid__row{display: grid;grid-template-columns: 1fr 1.2fr;gap: 0.5rem;padding: 0.45rem 0;border-bottom: 1px solid var(--line-soft);font-size: 0.9rem}.pp-spec-grid__row:last-child{border-bottom: none}.pp-spec-grid dt{color: var(--text-muted)}.pp-spec-grid dd{margin: 0;color: var(--text-soft)}.pp-chip-row{display: flex;flex-wrap: wrap;gap: 0.45rem;margin-top: 0.75rem}.pp-chip-row span{display: inline-flex;min-height: 1.75rem;align-items: center;padding: 0 0.62rem;border-radius: var(--radius-md);border: 1px solid rgba(45,136,255,0.22);background: rgba(29,81,152,0.14);color: #fff;font-size: 0.68rem;letter-spacing: 0.1em;text-transform: uppercase}.pp-inner-cta{margin-top: 1rem;padding: 1rem;border-radius: var(--radius-lg);border: 1px solid var(--line);background: linear-gradient(135deg,rgba(29,81,152,0.28),rgba(10,10,10,0.94))}.pp-inner-cta h2{font-family: var(--font-display);font-size: 1.2rem;color: #fff}.pp-inner-cta p{margin-top: 0.55rem;color: var(--text-muted);line-height: 1.6}.pp-contact-cards{display: grid;gap: 0.65rem;margin-top: 0.5rem}.pp-contact-card{display: grid;grid-template-columns: auto 1fr;gap: 0.15rem 0.75rem;align-items: center;padding: 0.95rem 1rem;border-radius: var(--radius-lg);border: 1px solid var(--line);background: linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.01));text-decoration: none}.pp-contact-card i{grid-row: span 2;font-size: 1.35rem;color: var(--brand-strong)}.pp-contact-card strong{font-family: var(--font-display);font-size: 0.78rem;letter-spacing: 0.12em;text-transform: uppercase;color: #fff}.pp-contact-card span{color: var(--text-muted);font-size: 0.92rem}.pp-inner-block__lead{margin-top: 0.55rem;color: var(--text-muted);line-height: 1.6;font-size: 0.92rem}.pp-contact-form{margin-top: 1rem}.pp-contact-form__title{font-family: var(--font-display);font-size: 1.05rem;color: #fff}.pp-contact-form__desc{margin-top: 0.45rem;color: var(--text-muted);line-height: 1.6;font-size: 0.92rem}.pp-contact-form__field{display: grid;gap: 0.35rem;margin-top: 0.75rem}.pp-contact-form__field:first-child{margin-top: 0}.pp-contact-form label{font-size: 0.72rem;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;color: var(--text-soft)}.pp-contact-form input,.pp-contact-form select,.pp-contact-form textarea{width: 100%;min-height: 2.75rem;padding: 0.65rem 0.75rem;border-radius: var(--radius-md);border: 1px solid rgba(255,255,255,0.12);background: rgba(0,0,0,0.35);color: #fff;font: inherit}.pp-contact-form input::placeholder,.pp-contact-form textarea::placeholder{color: rgba(245,245,245,0.38)}.pp-contact-form select{appearance: none;background-image: linear-gradient(45deg,transparent 50%,rgba(255,255,255,0.55) 50%),linear-gradient(135deg,rgba(255,255,255,0.55) 50%,transparent 50%);background-position: calc(100% - 1rem) calc(50% + 0.1rem),calc(100% - 0.65rem) calc(50% + 0.1rem);background-size: 0.35rem 0.35rem;background-repeat: no-repeat;padding-right: 2rem}.pp-contact-form select option{color: #111}.pp-contact-form textarea{min-height: 7rem;resize: vertical}.pp-contact-form input:focus-visible,.pp-contact-form select:focus-visible,.pp-contact-form textarea:focus-visible{outline: 2px solid rgba(45,136,255,0.45);outline-offset: 1px;border-color: rgba(45,136,255,0.45)}.pp-contact-form__submit{width: 100%;margin-top: 1rem}.pp-cta .pp-contact-form,.pp-inner-block .pp-contact-form{margin-top: 1.25rem;padding: 1rem;border-radius: var(--radius-lg);border: 1px solid var(--line);background: rgba(255,255,255,0.02)}.pp-cta .pp-contact-form__field:first-child{margin-top: 0}.pp-products-hero,.pp-products-section{margin-top: 1rem}.pp-products-hero{display: grid;gap: 1rem}.pp-products-hero--compact{margin-top: 0}.pp-products-hero--compact .pp-products-hero__copy{border: 0;box-shadow: none;background: transparent;padding: 0 0 0.25rem}.pp-products-hero__copy,.pp-products-hero__visual,.pp-product-card,.pp-series-card{border-radius: var(--radius-lg);border: 1px solid rgba(255,255,255,0.08);background: linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.01));box-shadow: var(--shadow)}.pp-products-hero__copy{padding: 1rem}.pp-products-hero__eyebrow{font-size: 0.72rem;letter-spacing: 0.18em;text-transform: uppercase;color: var(--brand-strong);font-weight: 800}.pp-products-hero h1{margin-top: 0.5rem;font-family: var(--font-display);font-size: clamp(1.9rem,8vw,2.8rem);line-height: 1.02;color: #fff}.pp-products-hero__summary{margin-top: 0.75rem;color: var(--text-muted);line-height: 1.65}.pp-products-hero__chips{display: flex;flex-wrap: wrap;gap: 0.5rem;margin-top: 1rem}.pp-products-hero__chips span,.pp-app-list span{display: inline-flex;align-items: center;min-height: 1.75rem;padding: 0 0.62rem;border-radius: var(--radius-md);border: 1px solid rgba(45,136,255,0.22);background: rgba(29,81,152,0.14);color: #fff;font-size: 0.7rem;letter-spacing: 0.12em;text-transform: uppercase}.pp-products-hero__visual{overflow: hidden}.pp-products-hero__visual img{width: 100%;height: 100%;min-height: 12rem;object-fit: cover}.pp-products-section__heading{display: grid;gap: 0.75rem}.pp-products-section__count{display: inline-flex;align-items: center;min-height: 2rem;padding: 0 0.7rem;border-radius: var(--radius-md);background: rgba(255,255,255,0.04);border: 1px solid rgba(255,255,255,0.08);color: var(--text-soft);font-size: 0.78rem;letter-spacing: 0.08em;text-transform: uppercase}.pp-products-section__count strong{margin-right: 0.35rem;color: #fff}.pp-product-filters{display: flex;flex-wrap: wrap;gap: 0.55rem;margin-top: 1rem}.pp-product-filter{display: inline-flex;align-items: center;justify-content: center;min-height: 2.3rem;padding: 0 0.85rem;border-radius: var(--radius-md);border: 1px solid rgba(255,255,255,0.12);background: rgba(255,255,255,0.03);color: var(--text-soft);font-size: 0.75rem;font-weight: 800;letter-spacing: 0.08em;text-transform: uppercase}.pp-product-filter.is-active{background: linear-gradient(180deg,#2d88ff,#1d5198);color: #fff;border-color: rgba(45,136,255,0.4)}.pp-products-grid{margin-top: 1rem;display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 0.72rem}.pp-products-grid--single{grid-template-columns: 1fr}.pp-inner--advantages-hub .pp-inner-hero--compact{margin-bottom: 0}.pp-products-section--advantages{margin-top: 0.75rem}.pp-products-section--advantages .pp-products-grid{margin-top: 0}.pp-product-card{text-decoration: none;color: inherit;overflow: hidden;border-radius: var(--radius-lg);background: rgba(255,255,255,0.04);border: 1px solid var(--line)}.pp-product-card[hidden]{display: none}.pp-product-card img{display: block;width: 100%;aspect-ratio: 1 / 0.82;object-fit: cover;object-position: center}.pp-product-card--zsolu{display: flex;flex-direction: column;padding: 0}.pp-product-card--zsolu .pp-product-card__media{position: relative;display: block;width: 100%;aspect-ratio: 3 / 2;overflow: hidden;line-height: 0;flex-shrink: 0}.pp-product-card--zsolu .pp-product-card__media img{position: absolute;inset: 0;width: 100%;height: 100%;margin: 0;padding: 0;aspect-ratio: auto;object-fit: cover;object-position: top center;border-radius: 0;background: #0a0a0a;transform: scale(1.06);transform-origin: top center}.pp-product-card--zsolu .pp-product-card__body{flex: 1}.pp-product-card__body{padding: 0.85rem}.pp-product-card__eyebrow{color: var(--brand-strong);font-size: 0.68rem;letter-spacing: 0.16em;text-transform: uppercase;font-weight: 800}.pp-product-card__body h3,.pp-series-card h3{margin: 0.3rem 0 0;font-family: var(--font-display);color: #fff;font-size: 1rem}.pp-product-card__body p,.pp-series-card p,.pp-products-empty{margin-top: 0.45rem;color: var(--text-muted);line-height: 1.6;font-size: 0.9rem}.pp-product-card__link{display: inline-flex;margin-top: 0.75rem;color: var(--brand-strong);font-size: 0.75rem;letter-spacing: 0.12em;text-transform: uppercase;font-weight: 800}.pp-products-empty{margin-top: 0.9rem;padding: 0.9rem;border-radius: var(--radius-lg);border: 1px dashed rgba(255,255,255,0.12)}.pp-series-list{display: grid;gap: 0.7rem;margin-top: 1rem}.pp-series-card{padding: 0.95rem}.pp-series-card ul{margin: 0.75rem 0 0;padding: 0 0 0 1rem;color: var(--text-muted)}.pp-app-list{display: flex;flex-wrap: wrap;gap: 0.5rem;margin-top: 1rem}@media (min-width: 720px){.pp-products-hero{grid-template-columns: 1fr 0.95fr;align-items: stretch}}.pp-sticky-cta{position: fixed;left: 0;right: 0;bottom: 0;z-index: 45;display: flex;gap: 0.45rem;padding: 0.5rem 0.65rem calc(0.5rem + env(safe-area-inset-bottom));background: linear-gradient(180deg,rgba(10,10,10,0.85),rgba(10,10,10,0.95));backdrop-filter: blur(18px);border-top: 1px solid var(--line);box-shadow: 0 -10px 26px rgba(0,0,0,0.36)}.pp-sticky-cta__btn{flex: 1;display: inline-flex;align-items: center;justify-content: center;gap: 0.35rem;min-height: 2.7rem;padding: 0 0.5rem;border-radius: var(--radius-md);border: 1px solid transparent;font-size: 0.7rem;font-weight: 800;letter-spacing: 0.04em;text-transform: uppercase;white-space: nowrap;text-decoration: none;color: #fff}.pp-sticky-cta__btn i,.pp-sticky-cta__btn .inline-icon{font-size: 1.1rem;width: 1.1rem;height: 1.1rem}.pp-sticky-cta__btn--call{flex: 0.9;background: rgba(255,255,255,0.04);border-color: rgba(255,255,255,0.15)}.pp-sticky-cta__btn--wa{flex: 1;background: rgba(37,211,102,0.15);border-color: rgba(37,211,102,0.5)}.pp-sticky-cta__btn--wechat{flex: 1;background: rgba(7,193,96,0.15);border-color: rgba(7,193,96,0.5)}.pp-sticky-cta__btn--quote{flex: 1.4;background: linear-gradient(180deg,#2d88ff,#1d5198);box-shadow: 0 0 0 1px rgba(45,136,255,0.08),0 12px 24px rgba(45,136,255,0.2)}.pp-wechat-toast{position: fixed;left: 50%;bottom: calc(5.5rem + env(safe-area-inset-bottom,0px));z-index: 80;max-width: min(92vw,22rem);padding: 0.75rem 1rem;border-radius: var(--radius-md);background: rgba(20,20,20,0.94);border: 1px solid rgba(255,255,255,0.12);color: #fff;font-size: 0.8125rem;line-height: 1.45;text-align: center;box-shadow: 0 16px 36px rgba(0,0,0,0.42);opacity: 0;transform: translate(-50%,0.5rem);transition: opacity 180ms ease,transform 180ms ease;pointer-events: none}.pp-wechat-toast.is-visible{opacity: 1;transform: translate(-50%,0)}body.wechat-modal-open{overflow: hidden}.pp-wechat-modal{position: fixed;inset: 0;z-index: 90;display: grid;place-items: end center;padding: 0.75rem 0.75rem calc(0.75rem + env(safe-area-inset-bottom));pointer-events: none;opacity: 0;transition: opacity 180ms ease}.pp-wechat-modal.is-open{pointer-events: auto;opacity: 1}.pp-wechat-modal__backdrop{position: absolute;inset: 0;border: 0;background: rgba(0,0,0,0.72);backdrop-filter: blur(6px)}.pp-wechat-modal__panel{position: relative;z-index: 1;width: min(100%,24rem);max-height: calc(100dvh - 1.5rem);overflow: auto;border-radius: var(--radius-xl);background: linear-gradient(180deg,#171717,#101010);border: 1px solid var(--line);box-shadow: var(--shadow)}.pp-wechat-qr{padding: 1rem}.pp-wechat-qr--modal{padding: 1rem 1rem 1.1rem}.pp-wechat-qr__head{display: flex;align-items: center;justify-content: space-between;gap: 0.75rem;margin-bottom: 0.35rem}.pp-wechat-qr__head h2{margin: 0;font-family: var(--font-display);font-size: 1rem;letter-spacing: 0.08em;text-transform: uppercase}.pp-wechat-qr__close{border: 1px solid var(--line);background: rgba(255,255,255,0.04);color: var(--text-soft);border-radius: var(--radius-md);min-height: 2rem;padding: 0 0.65rem;font-size: 0.72rem}.pp-wechat-qr__lead{margin: 0 0 0.85rem;color: var(--text-muted);font-size: 0.8125rem;line-height: 1.55}.pp-wechat-qr__frame{padding: 0.75rem;border-radius: var(--radius-lg);background: #fff;border: 1px solid rgba(255,255,255,0.08)}.pp-wechat-qr__frame img{display: block;width: 100%;height: auto;border-radius: calc(var(--radius-lg) - 4px)}.pp-wechat-qr__id{margin: 0.85rem 0 0.75rem;text-align: center;color: var(--text-soft);font-size: 0.875rem}.pp-wechat-qr__id strong{color: #fff;font-weight: 700}.pp-wechat-qr__actions{display: grid;grid-template-columns: 1fr 1fr;gap: 0.5rem}.pp-wechat-qr__actions .pp-btn{min-height: 2.65rem;font-size: 0.8125rem}.pp-wechat-qr__hint{margin: 0.75rem 0 0;text-align: center;color: var(--text-muted);font-size: 0.72rem;line-height: 1.45}.pp-wechat-qr-section .pp-wechat-qr{padding: 0}.pp-wechat-qr-section .pp-wechat-qr__frame{max-width: 16rem;margin-inline: auto}@media (min-width: 1024px){.pp-sticky-cta{display: none}.pp-mobile-home__content{padding-bottom: 2rem}}.pp-faq-list{display: grid;gap: 0.5rem;margin-top: 0.75rem}.pp-faq-item{border: 1px solid var(--line);border-radius: var(--radius-lg);background: rgba(255,255,255,0.02);overflow: hidden}.pp-faq-item summary{padding: 0.85rem 1rem;font-weight: 700;color: #fff;cursor: pointer;list-style: none}.pp-faq-item summary::-webkit-details-marker{display: none}.pp-faq-item__body{padding: 0 1rem 0.85rem;color: var(--text-muted);line-height: 1.65;font-size: 0.92rem}.pp-faq-item__body p{margin: 0 0 0.5rem}.pp-legacy-mobile p,.pp-legacy-mobile li{color: var(--text-soft);line-height: 1.65}.pp-legacy-mobile a{color: var(--brand-strong)}.pp-legacy-mobile h2,.pp-legacy-mobile h3{color: #fff;font-family: var(--font-display);margin: 1rem 0 0.5rem}.pp-inner-block .pp-bullet-list a{color: var(--brand-strong)}.pp-dl-search{display: flex;align-items: center;gap: 0.5rem;margin-top: 0.75rem;padding: 0.55rem 0.75rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03)}.pp-dl-search i{color: var(--brand-strong)}.pp-dl-search input{flex: 1;min-width: 0;border: 0;background: transparent;color: var(--text);font-size: 0.9rem}.pp-dl-search input:focus{outline: none}.pp-dl-list{display: grid;gap: 0.55rem;margin-top: 0.75rem}.pp-dl-row{display: grid;grid-template-columns: auto 1fr auto;gap: 0.65rem;align-items: center;padding: 0.85rem;border-radius: var(--radius-lg);border: 1px solid var(--line);background: linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.01));text-decoration: none;color: inherit}.pp-dl-row--action{width: 100%;margin: 0;font: inherit;text-align: left;cursor: pointer;appearance: none;-webkit-appearance: none}.pp-dl-row--inline{display: inline;width: auto;padding: 0;border: 0;background: none;border-radius: 0;color: inherit;text-align: left}.pp-dl-category .pp-dl-row--inline{display: inline}.pp-dl-row[hidden],.pp-dl-category [data-dl-item][hidden]{display: none}.pp-dl-row__icon{width: 2rem;height: 2rem;display: flex;align-items: center;justify-content: center;border-radius: var(--radius-md);background: rgba(29,81,152,0.2);color: var(--brand-strong)}.pp-dl-row__body strong{display: block;color: #fff;font-size: 0.9rem}.pp-dl-row__body span{display: block;margin-top: 0.2rem;color: var(--text-muted);font-size: 0.82rem;line-height: 1.45}.pp-dl-row__action,.pp-dl-row__action-inline{font-size: 0.68rem;font-weight: 800;letter-spacing: 0.08em;text-transform: uppercase;color: var(--brand-strong)}.pp-ticket-steps{list-style: decimal;padding-left: 1.25rem}.pp-topo-row__thumb{flex-shrink: 0;width: 4.5rem;border-radius: var(--radius-sm);overflow: hidden;border: 1px solid var(--line);background: rgba(255,255,255,0.04)}.pp-topo-row__thumb img{display: block;width: 100%;height: auto;aspect-ratio: 3 / 2;object-fit: cover}.pp-topo-row{align-items: flex-start}.pp-topo-row__badge{display: block;font-size: 0.65rem;font-weight: 800;letter-spacing: 0.08em;text-transform: uppercase;color: var(--brand-strong);margin-bottom: 0.15rem}.pp-topo-item[hidden],.pp-video-card[hidden]{display: none !important}.pp-solution-legacy-wrap .container{max-width: 100%;padding-left: 0;padding-right: 0}.pp-solution-legacy-wrap .sol-hotel-page{background: transparent}.pp-solution-legacy-wrap .sol-hotel-compare-wrap{overflow-x: auto;-webkit-overflow-scrolling: touch}.pp-solution-legacy-wrap table{font-size: 0.82rem}.pp-video-list{list-style: none;margin: 0;padding: 0;display: grid;gap: 0.65rem}.pp-video-card__play{display: flex;gap: 0.75rem;width: 100%;padding: 0.65rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03);color: inherit;text-align: left;cursor: pointer}.pp-video-thumb{position: relative;flex-shrink: 0;width: 5.5rem;aspect-ratio: 16 / 10;border-radius: var(--radius-sm);display: flex;align-items: center;justify-content: center;background: linear-gradient(145deg,#1a2744,#0d1528)}.pp-video-thumb--rcu{background: linear-gradient(145deg,#1d3a5c,#0f1f33)}.pp-video-thumb--switch{background: linear-gradient(145deg,#2a3d5c,#152238)}.pp-video-thumb--panel{background: linear-gradient(145deg,#3d2a5c,#1f1528)}.pp-video-thumb--hotel{background: linear-gradient(145deg,#1d5198,#0d2848)}.pp-video-thumb--system{background: linear-gradient(145deg,#2c4a3a,#152820)}.pp-video-thumb i{font-size: 1.75rem;color: rgba(255,255,255,0.85)}.pp-video-thumb__duration{position: absolute;right: 0.35rem;bottom: 0.35rem;font-size: 0.65rem;font-weight: 700;padding: 0.1rem 0.35rem;border-radius: 4px;background: rgba(0,0,0,0.65);color: #fff}.pp-video-card__body{display: flex;flex-direction: column;gap: 0.2rem;min-width: 0}.pp-video-card__body strong{color: #fff;font-size: 0.92rem}.pp-video-card__body span:not(.pp-video-card__tag){color: var(--text-muted);font-size: 0.82rem;line-height: 1.45}.pp-video-card__tag{font-size: 0.65rem;font-weight: 800;letter-spacing: 0.08em;text-transform: uppercase;color: var(--brand-strong)}.pp-video-modal{position: fixed;inset: 0;z-index: 200;display: flex;align-items: center;justify-content: center;padding: 1rem}.pp-video-modal[hidden]{display: none !important}.pp-video-modal__backdrop{position: absolute;inset: 0;background: rgba(0,0,0,0.75)}.pp-video-modal__dialog{position: relative;width: min(100%,24rem);padding: 1.25rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: var(--surface-elevated,#121a2e)}.pp-video-modal__close{position: absolute;top: 0.5rem;right: 0.65rem;border: none;background: transparent;color: var(--text-muted);font-size: 1.5rem;line-height: 1;cursor: pointer}.pp-video-modal__title{margin: 0 1.5rem 0.5rem 0;color: #fff;font-size: 1rem}.pp-video-modal__desc{margin: 0;color: var(--text-soft);font-size: 0.88rem;line-height: 1.55}.pp-trn-grid{list-style: none;margin: 0.75rem 0 0;padding: 0;display: grid;gap: 0.65rem}.pp-trn-grid--compact{grid-template-columns: repeat(2,minmax(0,1fr))}.pp-trn-card{padding: 0.85rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03)}.pp-trn-card i{font-size: 1.35rem;color: var(--brand-strong)}.pp-trn-card strong{display: block;margin-top: 0.35rem;color: #fff;font-size: 0.9rem}.pp-trn-card p{margin: 0.35rem 0 0;color: var(--text-muted);font-size: 0.82rem;line-height: 1.5}.pp-trn-card .pp-bullet-list{margin-top: 0.5rem;font-size: 0.8rem}.pp-trn-card--compact strong{font-size: 0.82rem}.pp-trn-course{cursor: default}.pp-trn-course__meta{display: block;margin-top: 0.35rem;font-size: 0.78rem;color: var(--text-muted)}.pp-trn-course__meta strong{color: var(--text-soft)}.pp-code-block{margin: 0;padding: 0.75rem;border-radius: var(--radius-sm);border: 1px solid var(--line);background: rgba(0,0,0,0.35);color: #c8e6ff;font-size: 0.72rem;line-height: 1.5;overflow-x: auto;white-space: pre-wrap;word-break: break-word}.pp-api-endpoints{list-style: none;margin: 0.75rem 0 0;padding: 0;display: grid;gap: 0.65rem}.pp-api-endpoint{padding: 0.75rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03)}.pp-api-method{display: inline-block;font-size: 0.65rem;font-weight: 800;letter-spacing: 0.06em;text-transform: uppercase;margin-bottom: 0.35rem}.pp-api-method--get{color: #6ee7a8}.pp-api-method--post{color: #7cb8ff}.pp-api-method--put,.pp-api-method--patch{color: #fbbf77}.pp-api-method--delete{color: #f87171}.pp-api-path{display: block;font-size: 0.78rem;color: #fff;margin-bottom: 0.35rem}.pp-api-endpoint p{margin: 0;font-size: 0.82rem;color: var(--text-muted);line-height: 1.45}.pp-cloud-notice{padding: 0.65rem 0.75rem;border-radius: var(--radius-sm);border: 1px solid rgba(29,81,152,0.45);background: rgba(29,81,152,0.12);font-size: 0.84rem;line-height: 1.5}.pp-cloud-preview__stats{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 0.5rem;margin-top: 0.75rem}.pp-cloud-stat{padding: 0.65rem;border-radius: var(--radius-sm);border: 1px solid var(--line);background: rgba(255,255,255,0.03)}.pp-cloud-stat span{display: block;font-size: 0.72rem;color: var(--text-muted)}.pp-cloud-stat strong{display: block;margin-top: 0.2rem;color: #fff;font-size: 1.1rem}.pp-cloud-stat--warn{color: #fbbf77}.pp-cloud-preview__panels{display: grid;gap: 0.65rem;margin-top: 0.75rem}.pp-cloud-bars{display: flex;align-items: flex-end;gap: 0.25rem;height: 3rem;margin-top: 0.5rem}.pp-cloud-bars span{flex: 1;border-radius: 2px;background: linear-gradient(180deg,var(--brand-strong),rgba(29,81,152,0.35))}.pp-cloud-bars span:nth-child(1){height: 45%}.pp-cloud-bars span:nth-child(2){height: 70%}.pp-cloud-bars span:nth-child(3){height: 55%}.pp-cloud-bars span:nth-child(4){height: 85%}.pp-cloud-bars span:nth-child(5){height: 60%}.pp-cloud-bars span:nth-child(6){height: 40%}.pp-as-warranty-list{list-style: none;margin: 0.75rem 0 0;padding: 0;display: grid;gap: 0.65rem}.pp-media-categories{display: grid;gap: 0.85rem}.pp-media-category{display: block;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03);color: inherit;overflow: hidden}.pp-media-category__visual{position: relative;aspect-ratio: 16 / 9;display: flex;align-items: center;justify-content: center;background: linear-gradient(145deg,#1a2744,#0d1528)}.pp-media-category__visual--photo img{width: 100%;height: 100%;object-fit: cover}.pp-media-category__visual i{font-size: 2.5rem;color: rgba(255,255,255,0.5)}.pp-media-category__overlay{position: absolute;left: 0.65rem;bottom: 0.65rem;font-size: 0.68rem;font-weight: 800;letter-spacing: 0.08em;text-transform: uppercase;color: #fff}.pp-media-category__body{padding: 0.85rem}.pp-media-category__body h2{margin: 0;font-size: 1rem;color: #fff}.pp-media-category__body p{margin: 0.35rem 0 0;font-size: 0.84rem;color: var(--text-muted);line-height: 1.5}.pp-media-category__meta{list-style: none;margin: 0.5rem 0 0;padding: 0;display: flex;flex-wrap: wrap;gap: 0.5rem;font-size: 0.75rem;color: var(--text-soft)}.pp-media-category__meta li{display: flex;align-items: center;gap: 0.25rem}.pp-media-category--featured .pp-media-category__body h2{margin-top: 0.15rem}.pp-media-article-list{list-style: none;margin: 0;padding: 0;display: grid;gap: 0.85rem}.pp-media-article-card{display: block;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03);color: inherit;text-decoration: none;overflow: hidden}.pp-media-article-card__visual{position: relative;aspect-ratio: 16 / 9;overflow: hidden;background: linear-gradient(145deg,#1a2744,#0d1528)}.pp-media-article-card__visual img{width: 100%;height: 100%;object-fit: cover}.pp-media-article-card__body{padding: 0.85rem}.pp-media-article-card__body h3{margin: 0;font-size: 1rem;color: #fff;line-height: 1.35}.pp-media-article-card__body p{margin: 0.35rem 0 0;font-size: 0.84rem;color: var(--text-muted);line-height: 1.5}.pp-media-article-card__body .pp-media-latest__date{margin-top: 0.45rem}.pp-media-article-detail__cover{margin-top: 0.85rem;border-radius: var(--radius-md);border: 1px solid var(--line);overflow: hidden;aspect-ratio: 16 / 9;background: linear-gradient(145deg,#1a2744,#0d1528)}.pp-media-article-detail__cover img{width: 100%;height: 100%;object-fit: cover}.pp-media-article-detail__meta{display: flex;flex-wrap: wrap;gap: 0.45rem 0.85rem;margin-top: 0.65rem;font-size: 0.78rem;color: var(--text-muted)}.pp-media-article-detail__meta span{display: inline-flex;align-items: center;gap: 0.3rem}.pp-media-article-detail__meta .bx{color: var(--brand-strong)}.pp-media-article-detail__related-lead{margin: -0.35rem 0 0.85rem;font-size: 0.84rem;color: var(--text-muted);line-height: 1.5}.pp-media-mobile .pp-article-body{margin-top: 0.85rem;line-height: 1.75;color: var(--text-soft);font-size: 0.92rem}.pp-media-mobile .pp-article-body h2{margin: 1.5rem 0 0.65rem;font-family: var(--font-display);font-size: 1.05rem;color: #fff}.pp-media-mobile .pp-article-body h3{margin: 1.15rem 0 0.5rem;font-size: 0.95rem;color: var(--brand-strong)}.pp-media-mobile .pp-article-body p{margin: 0 0 0.85rem}.pp-media-mobile .pp-article-body ul,.pp-media-mobile .pp-article-body ol{margin: 0 0 0.85rem;padding-left: 1.15rem}.pp-media-mobile .pp-article-body li{margin-bottom: 0.35rem}.pp-media-mobile .pp-article-body blockquote{margin: 1rem 0;padding: 0.75rem 0.85rem;border-left: 3px solid var(--brand-strong);background: rgba(45,136,255,0.08);border-radius: 0 var(--radius-sm) var(--radius-sm) 0;color: var(--text-muted);font-size: 0.88rem;line-height: 1.55}.pp-media-article-tags__label{margin: 0 0 0.5rem;font-size: 0.75rem;font-weight: 800;letter-spacing: 0.06em;text-transform: uppercase;color: var(--text-muted)}.pp-media-article-tags{display: flex;flex-wrap: wrap;gap: 0.4rem}.pp-media-article-tag{font-size: 0.68rem;font-weight: 700;letter-spacing: 0.05em;text-transform: uppercase;padding: 0.25rem 0.55rem;border-radius: 999px;border: 1px solid rgba(45,136,255,0.35);color: var(--brand-strong)}.pp-media-faq-mobile__list{display: grid;gap: 0.65rem}.pp-media-faq-mobile__item{border: 1px solid var(--line);border-radius: var(--radius-md);background: rgba(255,255,255,0.03);padding: 0.65rem 0.85rem}.pp-media-faq-mobile__item summary{cursor: pointer;color: #fff;font-weight: 600;font-size: 0.9rem;line-height: 1.45;list-style: none}.pp-media-faq-mobile__item summary::-webkit-details-marker{display: none}.pp-media-faq-mobile__item p{margin: 0.65rem 0 0;color: var(--text-muted);font-size: 0.84rem;line-height: 1.55}.pp-media-latest{list-style: none;margin: 0;padding: 0;display: grid;gap: 0.65rem}.pp-media-latest__item{display: flex;gap: 0.75rem;padding: 0.65rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03);color: inherit;text-decoration: none}.pp-media-latest__item--static{cursor: default}.pp-media-latest__icon,.pp-media-latest__thumb{flex-shrink: 0;width: 3.25rem;height: 3.25rem;border-radius: var(--radius-sm);display: flex;align-items: center;justify-content: center;background: rgba(255,255,255,0.06);overflow: hidden}.pp-media-latest__thumb--photo img{width: 100%;height: 100%;object-fit: cover}.pp-media-latest__body{display: flex;flex-direction: column;gap: 0.2rem;min-width: 0}.pp-media-latest__body strong{color: #fff;font-size: 0.9rem}.pp-media-latest__body span:not(.pp-video-card__tag){color: var(--text-muted);font-size: 0.82rem;line-height: 1.45}.pp-media-latest__date{font-size: 0.75rem;color: var(--text-muted)}.pp-media-cta{background-image: var(--pp-media-cta-bg);background-size: cover;background-position: center}.pp-script-list{list-style: none;margin: 0;padding: 0;display: grid;gap: 0.75rem}.pp-script-card{padding: 0.75rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03)}.pp-script-card[hidden]{display: none !important}.pp-script-card__tags{list-style: none;margin: 0 0 0.35rem;padding: 0;display: flex;flex-wrap: wrap;gap: 0.35rem}.pp-script-card__tags li{font-size: 0.65rem;font-weight: 800;letter-spacing: 0.06em;text-transform: uppercase;color: var(--brand-strong)}.pp-script-card__preview{margin-top: 0.5rem;max-height: 5.5rem;overflow: hidden}.pp-script-card__btn{margin-top: 0.5rem;width: 100%;justify-content: center}.pp-script-modal{position: fixed;inset: 0;z-index: 200;display: flex;align-items: center;justify-content: center;padding: 1rem}.pp-script-modal[hidden]{display: none !important}.pp-script-modal__backdrop{position: absolute;inset: 0;background: rgba(0,0,0,0.75)}.pp-script-modal__dialog{position: relative;width: min(100%,28rem);max-height: 85vh;padding: 1rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: var(--surface-elevated,#121a2e);overflow: auto}.pp-script-modal__close{position: absolute;top: 0.35rem;right: 0.5rem;border: none;background: transparent;color: var(--text-muted);font-size: 1.5rem;cursor: pointer}.pp-script-modal__title{margin: 0 1.5rem 0.5rem 0;color: #fff;font-size: 0.95rem}.pp-script-modal__code{max-height: 50vh}.pp-sol-intro h2{margin: 0.35rem 0 0;color: #fff;font-size: 1.05rem}.pp-sol-hero{margin: 0;border-radius: var(--radius-md);overflow: hidden;border: 1px solid var(--line)}.pp-sol-hero img{display: block;width: 100%;height: auto}.pp-sol-cards{display: grid;gap: 0.65rem;margin-top: 0.75rem}.pp-sol-card{display: block;color: inherit;text-decoration: none}.pp-sol-card__img{display: block;width: 100%;height: auto;border-radius: var(--radius-sm);margin-bottom: 0.5rem}.pp-sol-table-wrap{margin-top: 0.75rem;overflow-x: auto;-webkit-overflow-scrolling: touch}.pp-sol-table{width: 100%;border-collapse: collapse;font-size: 0.78rem}.pp-sol-table th,.pp-sol-table td{border: 1px solid var(--line);padding: 0.45rem 0.5rem;text-align: left;vertical-align: top}.pp-sol-table th{color: #fff;background: rgba(255,255,255,0.04)}.pp-sol-product-row[hidden]{display: none !important}.pp-sol-cta a{color: var(--brand-strong)}.pp-oem-mobile__body .oem-page,.pp-oem-mobile__body .prt-page,.pp-oem-mobile__body .coop-page,.pp-oem-mobile__body .coop-partners-page{padding: 0;background: transparent}.pp-oem-mobile__body .container{width: 100%;max-width: none;padding: 0}.pp-oem-mobile__body .oem-intro__lead,.pp-oem-mobile__body .prt-intro__lead,.pp-oem-mobile__body .coop-intro__lead,.pp-oem-mobile__body .coop-partners-head__lead{font-size: 0.875rem;line-height: 1.65;color: var(--text-soft)}.pp-oem-mobile__body .oem-cap-grid,.pp-oem-mobile__body .oem-scope-grid,.pp-oem-mobile__body .oem-highlights__grid,.pp-oem-mobile__body .prt-highlights__grid,.pp-oem-mobile__body .prt-types,.pp-oem-mobile__body .prt-benefits__grid,.pp-oem-mobile__body .prt-hub__grid,.pp-oem-mobile__body .coop-policy-grid,.pp-oem-mobile__body .coop-partners-grid{display: grid;grid-template-columns: 1fr;gap: 0.75rem}.pp-oem-mobile__body .coop-table-wrap{overflow-x: auto;-webkit-overflow-scrolling: touch}.pp-oem-mobile__body .coop-partner-logo img{max-width: 100%;height: auto}.pp-oem-mobile__body .product-cta,.pp-oem-mobile__body .prt-cta,.pp-oem-mobile__body .coop-cta{padding: 1.25rem 0.875rem;border-radius: 5px}.pp-oem-mobile__body .cta-buttons,.pp-oem-mobile__body .prt-cta__actions,.pp-oem-mobile__body .coop-cta__actions,.pp-oem-mobile__body .prt-contact-bar__actions,.pp-oem-mobile__body .coop-contact-bar__actions{display: flex;flex-direction: column;gap: 0.5rem}.pp-oem-mobile__body .cta-btn,.pp-oem-mobile__body .prt-btn,.pp-oem-mobile__body .coop-btn{display: block;text-align: center}.pp-oem-mobile__body .oem-cap-card,.pp-oem-mobile__body .oem-scope,.pp-oem-mobile__body .oem-highlights__grid li,.pp-oem-mobile__body .prt-card,.pp-oem-mobile__body .prt-type,.pp-oem-mobile__body .prt-benefit,.pp-oem-mobile__body .prt-require__box,.pp-oem-mobile__body .coop-policy-item,.pp-oem-mobile__body .coop-partner-item{background: rgba(255,255,255,0.04);border-color: var(--line)}.pp-oem-mobile__body .oem-section-title,.pp-oem-mobile__body .prt-section-title,.pp-oem-mobile__body .coop-section-title{color: #fff;border-left-color: var(--brand-strong)}.pp-oem-mobile__body .oem-cap-card h3,.pp-oem-mobile__body .oem-scope h3,.pp-oem-mobile__body .oem-timeline__item h3,.pp-oem-mobile__body .oem-highlights__grid strong,.pp-oem-mobile__body .prt-card h3,.pp-oem-mobile__body .prt-type h3,.pp-oem-mobile__body .prt-benefit h3,.pp-oem-mobile__body .prt-hub__card h3,.pp-oem-mobile__body .coop-policy-item h3,.pp-oem-mobile__body .coop-partner-name-en{color: #fff}.pp-oem-mobile__body .oem-cap-card p,.pp-oem-mobile__body .oem-scope li,.pp-oem-mobile__body .oem-timeline__item p,.pp-oem-mobile__body .oem-highlights__grid span,.pp-oem-mobile__body .prt-card p,.pp-oem-mobile__body .prt-type p,.pp-oem-mobile__body .prt-benefit p,.pp-oem-mobile__body .coop-policy-item p,.pp-oem-mobile__body .coop-section-desc,.pp-oem-mobile__body .prt-section-desc{color: var(--text-muted)}.pp-oem-mobile__body .oem-intro__links,.pp-oem-mobile__body .prt-intro__links,.pp-oem-mobile__body .coop-intro__links{font-size: 0.85rem}.pp-oem-mobile__body .coop-table th,.pp-oem-mobile__body .coop-table td{border-color: var(--line);color: var(--text-soft)}.pp-oem-mobile__body .coop-table th{color: #fff;background: rgba(255,255,255,0.06)}.pp-oem-mobile__body .prt-contact-bar,.pp-oem-mobile__body .coop-contact-bar{background: rgba(255,255,255,0.04);border: 1px solid var(--line);border-radius: var(--radius-md);padding: 0.875rem}.pp-seo-links{padding: 1.25rem var(--shell-pad-x,1.25rem) 0.5rem}.pp-seo-links__title{margin: 0 0 0.75rem;font-size: 0.8125rem;font-weight: 600;letter-spacing: 0.04em;text-transform: uppercase;color: var(--text-muted,#94a3b8)}.pp-seo-links__list{display: flex;flex-wrap: wrap;gap: 0.5rem;margin: 0;padding: 0;list-style: none}.pp-seo-links__list a{display: inline-flex;padding: 0.45rem 0.75rem;border-radius: 999px;border: 1px solid var(--line,rgba(255,255,255,0.12));background: rgba(255,255,255,0.04);color: var(--accent,#2dd4bf);font-size: 0.75rem;font-weight: 500;line-height: 1.35;text-decoration: none}.pp-seo-links__list a:active{background: rgba(45,212,191,0.12)}.pp-svc-mobile{padding-bottom: 1.5rem}.pp-svc-subnav{display: flex;gap: 0.4rem;overflow-x: auto;padding: 0.25rem 0.9rem 0.85rem;margin-inline: -0.9rem;scroll-padding-inline: 0.9rem;scroll-snap-type: x proximity;-webkit-overflow-scrolling: touch;overscroll-behavior-x: contain;scrollbar-width: none}.pp-svc-subnav::-webkit-scrollbar{display: none}.pp-svc-subnav__link{flex-shrink: 0;display: inline-flex;align-items: center;min-height: 2rem;padding: 0 0.62rem;border-radius: var(--radius-md);border: 1px solid rgba(255,255,255,0.12);background: rgba(255,255,255,0.03);color: var(--text-soft);font-size: 0.68rem;font-weight: 700;letter-spacing: 0.02em;text-transform: none;text-decoration: none;scroll-snap-align: start;white-space: nowrap}.pp-svc-subnav__link.is-active{background: linear-gradient(180deg,#2d88ff,#1d5198);color: #fff;border-color: rgba(45,136,255,0.4)}.pp-svc-stats{display: flex;flex-wrap: wrap;gap: 0.55rem;margin: 0 0 0.85rem;padding: 0;list-style: none}.pp-svc-stats li{flex: 1 1 5.5rem;min-width: 0;padding: 0.65rem 0.75rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03);text-align: center}.pp-svc-stats strong{display: block;color: #fff;font-size: 1.15rem;line-height: 1.2}.pp-svc-stats span{display: block;margin-top: 0.2rem;color: var(--text-muted);font-size: 0.68rem;line-height: 1.35}.pp-svc-filters{margin-top: 0.85rem}.pp-svc-note{margin-top: 0.65rem;color: var(--text-muted);font-size: 0.84rem;line-height: 1.5}.pp-svc-card-actions{display: flex;flex-wrap: wrap;gap: 0.45rem;margin-top: 0.75rem}.pp-svc-mobile .pp-btn--sm{min-height: 2rem;padding: 0 0.65rem;font-size: 0.72rem}.pp-svc-card-link{display: inline-block;margin-top: 0.55rem;color: var(--brand-strong);font-size: 0.82rem;font-weight: 700}.pp-svc-diagram-card .pp-media-article-card__visual img{object-fit: contain;background: #0d1528}.pp-svc-bom-card,.pp-svc-packing-card{border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03);overflow: hidden}.pp-svc-bom-card__visual{display: block;aspect-ratio: 16 / 9;background: linear-gradient(145deg,#1a2744,#0d1528)}.pp-svc-bom-card__visual img{width: 100%;height: 100%;object-fit: contain}.pp-svc-bom-card__body,.pp-svc-packing-card{padding: 0.85rem}.pp-svc-bom-card__body h3,.pp-svc-packing-card__head h3{margin: 0.15rem 0 0;color: #fff;font-size: 0.98rem;line-height: 1.35}.pp-svc-packing-card__head p{margin: 0.25rem 0 0;color: var(--text-muted);font-size: 0.84rem}.pp-svc-bom-card__parts{margin: 0.65rem 0 0;padding: 0;list-style: none;display: grid;gap: 0.45rem}.pp-svc-bom-card__parts li{display: flex;gap: 0.45rem;align-items: flex-start;color: var(--text-soft);font-size: 0.8rem;line-height: 1.45}.pp-svc-bom-card__parts i{flex-shrink: 0;margin-top: 0.1rem;color: var(--brand-strong);font-size: 1rem}.pp-svc-bom-card__parts strong{color: #fff;font-weight: 700}.pp-svc-bom-card__more{margin: 0.45rem 0 0;color: var(--text-muted);font-size: 0.78rem}.pp-svc-packing-guide{margin-top: 0.75rem}.pp-svc-packing-card__rows{margin: 0.65rem 0;padding: 0;list-style: none;display: grid;gap: 0.45rem}.pp-svc-packing-card__rows li{display: grid;grid-template-columns: minmax(0,42%) minmax(0,1fr);gap: 0.45rem;align-items: baseline;font-size: 0.8rem;line-height: 1.45}.pp-svc-packing-card__rows span{color: var(--text-muted)}.pp-svc-packing-card__rows strong{color: #fff;font-weight: 600}.pp-svc-video-badge{display: inline-block;margin-top: 0.35rem;padding: 0.12rem 0.45rem;border-radius: 999px;background: rgba(255,193,7,0.15);color: #ffc107;font-size: 0.68rem;font-weight: 800;letter-spacing: 0.06em;text-transform: uppercase}.pp-video-thumb--poster i{text-shadow: 0 1px 8px rgba(0,0,0,0.65)}.pp-svc-video-modal__frame{margin: 0.75rem 0;border-radius: var(--radius-sm);overflow: hidden;aspect-ratio: 16 / 9;background: #000}.pp-svc-video-modal__frame iframe,.pp-svc-video-modal__frame video{display: block;width: 100%;height: 100%;border: 0}.pp-svc-mobile [data-svc-item][hidden]{display: none !important}.pp-oem-odm-mobile{padding-bottom: 1.5rem}.pp-oem-odm-compare{display: grid;gap: 0.65rem;margin-top: 0.75rem}.pp-oem-odm-compare__card{position: relative;padding: 0.85rem 0.95rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03);overflow: hidden}.pp-oem-odm-compare__card::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 3px}.pp-oem-odm-compare__card--oem::before{background: linear-gradient(90deg,#2d88ff,#1d5198)}.pp-oem-odm-compare__card--odm::before{background: linear-gradient(90deg,#ffc107,#e6a800)}.pp-oem-odm-compare__tag{display: inline-flex;min-height: 1.55rem;align-items: center;padding: 0 0.55rem;border-radius: 999px;font-size: 0.68rem;font-weight: 800;letter-spacing: 0.08em;text-transform: uppercase}.pp-oem-odm-compare__card--oem .pp-oem-odm-compare__tag{background: rgba(45,136,255,0.18);color: #7eb8ff}.pp-oem-odm-compare__card--odm .pp-oem-odm-compare__tag{background: rgba(255,193,7,0.15);color: #ffc107}.pp-oem-odm-compare__card p{margin: 0.55rem 0 0;color: var(--text-soft);font-size: 0.84rem;line-height: 1.55}.pp-oem-odm-tabs .pp-product-filter{gap: 0.35rem}.pp-oem-odm-tabs .pp-product-filter .bx{font-size: 1rem}.pp-oem-odm-panel[hidden]{display: none !important}.pp-oem-odm-intro__headline{display: flex;gap: 0.45rem;align-items: flex-start;margin: 0;color: #fff;font-size: 0.95rem;font-weight: 700;line-height: 1.45}.pp-oem-odm-intro__headline .bx{flex-shrink: 0;margin-top: 0.1rem;color: var(--brand-strong)}.pp-oem-odm-meta{display: grid;gap: 0.65rem;margin: 0.85rem 0 0}.pp-oem-odm-meta dt{display: flex;gap: 0.35rem;align-items: center;margin: 0;color: var(--text-muted);font-size: 0.72rem;font-weight: 800;letter-spacing: 0.08em;text-transform: uppercase}.pp-oem-odm-meta dt .bx{color: var(--brand-strong)}.pp-oem-odm-meta dd{margin: 0.25rem 0 0;color: var(--text-soft);font-size: 0.84rem;line-height: 1.5}.pp-oem-odm-panel__lead{margin: 0.35rem 0 0.85rem;color: var(--text-muted);font-size: 0.84rem;line-height: 1.55}.pp-oem-odm-pipeline{margin: 0;padding: 0;list-style: none;display: grid;gap: 0.85rem}.pp-oem-odm-step-card{border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03);overflow: hidden}.pp-oem-odm-step-card__visual{position: relative;aspect-ratio: 16 / 9;background: linear-gradient(145deg,#1a2744,#0d1528)}.pp-oem-odm-step-card__visual img{width: 100%;height: 100%;object-fit: cover}.pp-oem-odm-step-card__badge{position: absolute;top: 0.55rem;left: 0.55rem;min-width: 2rem;padding: 0.2rem 0.45rem;border-radius: var(--radius-sm);background: rgba(0,0,0,0.72);color: #fff;font-size: 0.78rem;font-weight: 800;letter-spacing: 0.06em;text-align: center}.pp-oem-odm-step-card__body{padding: 0.85rem}.pp-oem-odm-step-card__body h3{display: flex;gap: 0.4rem;align-items: flex-start;margin: 0;color: #fff;font-size: 0.98rem;line-height: 1.35}.pp-oem-odm-step-card__body h3 .bx{flex-shrink: 0;margin-top: 0.08rem;color: var(--brand-strong)}.pp-oem-odm-step-card__body>p{margin: 0.45rem 0 0;color: var(--text-muted);font-size: 0.84rem;line-height: 1.55}.pp-oem-odm-step-card__deliverables{margin: 0.65rem 0 0;padding: 0;list-style: none;display: grid;gap: 0.35rem}.pp-oem-odm-step-card__deliverables li{display: flex;gap: 0.35rem;align-items: flex-start;color: var(--text-soft);font-size: 0.8rem;line-height: 1.45}.pp-oem-odm-step-card__deliverables .bx-check{flex-shrink: 0;margin-top: 0.12rem;color: #4ade80}.pp-oem-odm-step-card__link{display: inline-flex;gap: 0.25rem;align-items: center;margin-top: 0.65rem;color: var(--brand-strong);font-size: 0.82rem;font-weight: 700;text-decoration: none}.pp-oem-odm-step-card__link .bx{font-size: 1.1rem}.pp-adv-mobile{padding-bottom: 1.5rem}.pp-adv-mobile__lead{margin: 0.35rem 0 0.85rem;color: var(--text-muted);font-size: 0.84rem;line-height: 1.55}.pp-adv-mobile-card-list{margin: 0;padding: 0;list-style: none;display: grid;gap: 0.65rem}.pp-adv-mobile-card{display: flex;gap: 0.65rem;padding: 0.85rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03)}.pp-adv-mobile-card__icon{flex-shrink: 0;display: flex;align-items: center;justify-content: center;width: 2.35rem;height: 2.35rem;border-radius: var(--radius-sm);background: rgba(45,136,255,0.14);color: var(--brand-strong);font-size: 1.15rem}.pp-adv-mobile-card__body{min-width: 0}.pp-adv-mobile-card__body h3{margin: 0;color: #fff;font-size: 0.95rem;line-height: 1.35}.pp-adv-mobile-card__body>p{margin: 0.35rem 0 0;color: var(--text-muted);font-size: 0.82rem;line-height: 1.5}.pp-adv-mobile-card__more{margin-top: 0.55rem}.pp-adv-mobile-card__more summary{cursor: pointer;color: var(--brand-strong);font-size: 0.78rem;font-weight: 700}.pp-adv-mobile-card__more p{margin: 0.35rem 0 0;color: var(--text-soft);font-size: 0.8rem;line-height: 1.5}.pp-adv-mobile-tabs{margin-top: 0.75rem}.pp-adv-mobile-route-panel[hidden]{display: none !important}.pp-adv-mobile-route-panel{margin-top: 0.85rem;padding: 0.85rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03)}.pp-adv-mobile-route-panel h3{margin: 0.35rem 0 0;color: #fff;font-size: 0.98rem}.pp-adv-mobile-route-panel p{margin: 0.35rem 0 0;color: var(--text-muted);font-size: 0.84rem;line-height: 1.5}.pp-adv-mobile-route-panel__link{margin-top: 0.55rem;font-size: 0.82rem}.pp-adv-mobile-route-panel__link a{color: var(--brand-strong);font-weight: 700;text-decoration: none}.pp-adv-mobile-bullets{margin: 0.55rem 0 0;padding-left: 1.1rem;color: var(--text-soft);font-size: 0.8rem;line-height: 1.5}.pp-adv-mobile-bullets--check{list-style: none;padding-left: 0}.pp-adv-mobile-bullets--check li{position: relative;padding-left: 1.25rem}.pp-adv-mobile-bullets--check li::before{content: '✓';position: absolute;left: 0;color: #4ade80;font-weight: 700}.pp-adv-mobile-rail__card div{padding: 0.55rem 0.65rem 0.7rem}.pp-adv-mobile-rail__card strong{color: #fff;font-size: 0.78rem}.pp-adv-mobile-process{margin: 0;padding: 0;list-style: none;display: grid;gap: 0.55rem}.pp-adv-mobile-process__head{display: flex;gap: 0.65rem;width: 100%;padding: 0.75rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03);color: inherit;text-align: left;cursor: pointer}.pp-adv-mobile-process__head>span:last-child{display: flex;flex-direction: column;gap: 0.2rem;min-width: 0}.pp-adv-mobile-process__head strong{color: #fff;font-size: 0.92rem}.pp-adv-mobile-process__head>span:last-child>span{color: var(--text-muted);font-size: 0.8rem;line-height: 1.45}.pp-adv-mobile-process__num{flex-shrink: 0;display: flex;align-items: center;justify-content: center;width: 1.85rem;height: 1.85rem;border-radius: 999px;background: linear-gradient(180deg,#2d88ff,#1d5198);color: #fff;font-size: 0.78rem;font-weight: 800}.pp-adv-mobile-process__detail{margin: 0.35rem 0 0 2.5rem;color: var(--text-soft);font-size: 0.82rem;line-height: 1.55}.pp-adv-mobile-process__detail[hidden]{display: none !important}.pp-adv-mobile-sla{margin: 0;padding: 0;list-style: none;display: grid;gap: 0.55rem}.pp-adv-mobile-sla li{padding: 0.75rem;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03)}.pp-adv-mobile-sla strong{display: block;color: #fff;font-size: 0.9rem}.pp-adv-mobile-sla>li>span{display: block;margin-top: 0.25rem;color: var(--brand-strong);font-size: 0.88rem;font-weight: 700}.pp-adv-mobile-sla__note{margin: 0.35rem 0 0;color: var(--text-muted);font-size: 0.78rem;line-height: 1.45}.pp-adv-mobile-sla__note a{color: var(--brand-strong)}.pp-adv-mobile-links{display: flex;flex-direction: column;gap: 0.45rem;margin-top: 0.85rem}.pp-adv-mobile-links a{color: var(--brand-strong);font-size: 0.84rem;font-weight: 600;text-decoration: none}.pp-adv-mobile-cert-grid{margin: 0.75rem 0 0;padding: 0;list-style: none;display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 0.55rem}.pp-adv-mobile-cert{display: block;border-radius: var(--radius-md);border: 1px solid var(--line);background: rgba(255,255,255,0.03);overflow: hidden;color: inherit;text-decoration: none}.pp-adv-mobile-cert img{width: 100%;aspect-ratio: 272 / 333;object-fit: cover;background: #fff}.pp-adv-mobile-cert span{display: block;padding: 0.45rem 0.55rem;color: var(--text-soft);font-size: 0.72rem;line-height: 1.35;text-align: center}.pp-about-mobile{padding-bottom: 1.5rem}.pp-about-mobile__lead{margin: 0.55rem 0 0;color: var(--text-muted);font-size: 0.84rem;line-height: 1.55}.pp-about-mobile__visit{margin: 0.75rem 0 0;color: var(--brand-strong);font-size: 0.84rem;font-weight: 600}.pp-about-mobile__more{margin: 0.75rem 0 0;color: var(--text-muted);font-size: 0.84rem}.pp-about-mobile__more a{color: var(--brand-strong);font-weight: 700;text-decoration: none}.pp-about-mobile__disclaimer{margin: 0.75rem 0 0;color: var(--text-muted);font-size: 0.78rem;line-height: 1.45}.pp-about-mobile-video{position: relative;display: block;width: 100%;padding: 0;border: 1px solid var(--line);border-radius: var(--radius-md);overflow: hidden;background: #000;cursor: pointer}.pp-about-mobile-video img{width: 100%;aspect-ratio: 16 / 10;object-fit: cover;display: block}.pp-about-mobile-video__play{position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;background: rgba(0,0,0,0.28)}.pp-about-mobile-video__play i{font-size: 3rem;color: #fff}.pp-about-mobile-video__caption{display: block;padding: 0.65rem 0.85rem;color: var(--text-soft);font-size: 0.82rem;text-align: left;background: rgba(255,255,255,0.03)}.pp-about-mobile-sections article + article{margin-top: 1rem;padding-top: 1rem;border-top: 1px solid var(--line)}.pp-about-mobile-sections h2{margin: 0 0 0.45rem;color: #fff;font-size: 1rem}.pp-about-mobile-sections p,.pp-about-mobile-sections div{margin: 0;color: var(--text-muted);font-size: 0.84rem;line-height: 1.55}.pp-about-mobile-history{margin: 0.75rem 0 0;padding: 0;list-style: none;display: grid;gap: 0.55rem}.pp-about-mobile-history li{display: grid;grid-template-columns: 3.5rem minmax(0,1fr);gap: 0.65rem;align-items: start}.pp-about-mobile-history__year{color: var(--brand-strong);font-size: 0.88rem;font-weight: 800}.pp-about-mobile-history__text{color: var(--text-soft);font-size: 0.84rem;line-height: 1.5}.pp-about-mobile-motto{margin: 0.85rem 0;padding: 1rem;border-radius: var(--radius-md);border: 1px solid rgba(45,136,255,0.22);background: rgba(29,81,152,0.14);text-align: center}.pp-about-mobile-motto__line{margin: 0;color: #fff;font-size: 1rem;font-weight: 700}.pp-about-mobile-motto__sub{margin: 0.35rem 0 0;color: var(--text-muted);font-size: 0.82rem}.pp-about-mobile-timeline{margin: 0;padding: 0;list-style: none;display: grid;gap: 0.85rem}.pp-about-mobile-timeline li{display: grid;grid-template-columns: 3.75rem minmax(0,1fr);gap: 0.75rem;padding-bottom: 0.85rem;border-bottom: 1px solid var(--line)}.pp-about-mobile-timeline__year{color: var(--brand-strong);font-size: 0.92rem;font-weight: 800;line-height: 1.3}.pp-about-mobile-timeline__body h3{margin: 0;color: #fff;font-size: 0.95rem}.pp-about-mobile-timeline__body p{margin: 0.35rem 0 0;color: var(--text-muted);font-size: 0.84rem;line-height: 1.5}.pp-about-mobile-region__markets{color: var(--brand-strong) !important;font-size: 0.82rem !important;font-weight: 600}.pp-adv-mobile-cert--button{width: 100%;padding: 0;border: 0;cursor: pointer;font: inherit;text-align: inherit}.pp-about-mobile-cert-desc{margin: 0.35rem 0 0;color: var(--text-muted);font-size: 0.76rem;line-height: 1.45;text-align: center}.pp-about-cert-modal__frame{margin: 0.75rem 0;border-radius: var(--radius-sm);overflow: auto;max-height: 70vh;background: #fff}.pp-about-cert-modal__frame img{display: block;width: 100%;height: auto}.pp-about-cert-modal__actions{margin: 0;text-align: center}.pp-about-cert-modal__actions a{color: var(--brand-strong);font-weight: 700;text-decoration: none}.site-view--desktop{display: block}.site-view--mobile{display: none}@media (max-width: 1023px){.site-view--desktop{display: none !important}.site-view--mobile{display: block}}.site-view--mobile:has(.mobile-shell){--site-brand-orange: #e05a00;--home-blue: #1d5198;--home-orange: var(--site-brand-orange);--home-muted: #5c6470;--home-bg: #f4f7fb;--m-accent: var(--home-blue);--m-accent-bright: #2d88ff;--m-orange: var(--home-orange);--m-text: #333333;--m-muted: var(--home-muted);--m-border: #ddd;--m-surface: #ffffff;--m-bg: var(--home-bg);--m-header: 3rem;--m-nav: 3.25rem;--m-radius: 5px;font-family: 'PingFang SC','Microsoft YaHei',Blinker,system-ui,sans-serif;color: var(--m-text)}.site-view--mobile .mobile-shell a{color: inherit}.mobile-shell{min-height: 100dvh;background: var(--m-bg)}.mobile-shell__header{position: sticky;top: 0;z-index: 40;display: flex;align-items: center;justify-content: space-between;gap: 0.5rem;height: var(--m-header);padding: 0 0.875rem;padding-top: env(safe-area-inset-top,0);background: #fff;border-bottom: 3px solid var(--m-accent);box-shadow: 0 2px 12px rgba(29,81,152,0.08)}.mobile-shell__logo img{display: block;height: 1.625rem;width: auto}.mobile-shell__header-actions .lang-switcher__trigger{min-height: 32px;padding: 0 8px;font-family: var(--lang-switcher-font);font-size: 12px;font-weight: 400}.mobile-shell__header-actions .lang-switcher__panel,.mobile-shell__header-actions .lang-switcher__link{font-family: var(--lang-switcher-font);font-weight: 400}.mobile-shell__main{padding-bottom: calc(var(--m-nav) + env(safe-area-inset-bottom,0))}.mobile-shell__bottom-nav{position: fixed;bottom: 0;left: 0;right: 0;z-index: 50;display: grid;grid-template-columns: repeat(4,1fr);height: calc(var(--m-nav) + env(safe-area-inset-bottom,0));padding-bottom: env(safe-area-inset-bottom,0);background: #fff;border-top: 1px solid var(--m-border);box-shadow: 0 -4px 20px rgba(15,23,42,0.08)}.mobile-shell__nav-link{display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 0.125rem;padding: 0.25rem;font-size: 0.625rem;line-height: 1.15;color: var(--m-muted);text-decoration: none}.mobile-shell__nav-link i,.mobile-shell__nav-link .inline-icon{font-size: 1.25rem;line-height: 1;width: 1.25rem;height: 1.25rem;color: #94a3b8}.mobile-shell__nav-link.is-active{color: var(--m-accent);font-weight: 700}.mobile-shell__nav-link.is-active i,.mobile-shell__nav-link.is-active .inline-icon{color: var(--m-accent-bright)}.m-page{display: flex;flex-direction: column;gap: 0}.m-page__section{padding: 1.125rem 0.875rem 1.25rem}.m-page__section--flush{padding-inline: 0}.m-eyebrow{margin: 0;font-size: 0.8125rem;font-weight: 700;color: var(--m-orange);line-height: 1.4}.m-eyebrow--decor{padding-bottom: 0.35rem;border-bottom: 2px solid rgba(224,90,0,0.25)}.m-eyebrow--center{text-align: center}.m-eyebrow--light{color: #ffb366;border-bottom-color: rgba(255,255,255,0.25)}.m-heading{margin: 0.5rem 0 0.875rem;font-family: Blinker,'Microsoft YaHei',sans-serif;font-size: 1.25rem;font-weight: 700;line-height: 1.35;color: #333;text-transform: uppercase;letter-spacing: 0.02em}.m-heading__accent{color: var(--m-orange)}.m-subhead{margin: 0.375rem 0 0.875rem;font-size: 0.875rem;line-height: 1.65;color: var(--m-muted)}.m-subhead--center{text-align: center}.m-subhead--light{color: rgba(255,255,255,0.88)}.m-hero-cover{position: relative;overflow: hidden;background: linear-gradient(125deg,#0f3a72 0%,var(--home-blue) 45%,#174278 100%)}.m-hero-cover__media{display: block;width: 100%;aspect-ratio: 4 / 3;max-height: 56vh}.m-hero-cover__media img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center 40%}.m-hero-cover__overlay{position: absolute;inset: 0;background: linear-gradient( 180deg,rgba(15,52,96,0.2) 0%,rgba(15,52,96,0.5) 40%,rgba(8,30,62,0.94) 100% );pointer-events: none}.m-products-intro .m-eyebrow{color: var(--m-accent);border-bottom-color: rgba(29,81,152,0.22)}.m-products-intro .m-heading__accent{color: var(--m-accent-bright)}.m-hero-cover__body{position: absolute;left: 0;right: 0;bottom: 0;padding: 1rem 0.875rem 1.125rem;color: #fff}.m-hero-cover__eyebrow{display: inline-block;margin: 0 0 0.5rem;padding: 0.25rem 0.625rem;border: 1px solid rgba(147,197,253,0.55);border-radius: var(--m-radius);font-size: 0.6875rem;font-weight: 600;letter-spacing: 0.06em;text-transform: uppercase;color: rgba(219,234,254,0.95);background: rgba(29,81,152,0.35)}.m-hero-cover__title{margin: 0;font-family: Blinker,'Microsoft YaHei',sans-serif;font-size: 1.375rem;line-height: 1.28;font-weight: 700}.m-hero-cover__desc{margin: 0.5rem 0 0.75rem;font-size: 0.8125rem;line-height: 1.6;color: rgba(255,255,255,0.9)}.m-band{padding: 1.25rem 0.875rem}.m-band--light{background: #fff}.m-band--blue{background: linear-gradient(135deg,#0f3460 0%,var(--home-blue) 55%,#174278 100%);color: #fff}.m-band--cta{background: var(--m-bg);padding-bottom: 1.5rem}.m-band__title{margin: 0;font-family: Blinker,'Microsoft YaHei',sans-serif;font-size: 1.125rem;font-weight: 700;line-height: 1.35}.m-band__title--dark{color: #333}.m-band__lead{margin: 0.5rem 0 0.875rem;font-size: 0.875rem;line-height: 1.65;color: rgba(255,255,255,0.88)}.m-band__lead--dark{color: var(--m-muted)}.m-products-intro{background: #fff}.m-category-grid{display: grid;grid-template-columns: repeat(2,1fr);gap: 0.625rem;margin-bottom: 0.75rem}.m-category-tile{display: flex;flex-direction: column;align-items: center;gap: 0.5rem;padding: 0.875rem 0.5rem;border-radius: var(--m-radius);background: var(--m-bg);border: 1px solid var(--m-border);text-decoration: none;color: var(--m-text);transition: border-color 0.15s ease,box-shadow 0.15s ease}.m-category-tile:active{border-color: var(--m-accent);box-shadow: 0 6px 16px rgba(29,81,152,0.12)}.m-category-tile__icon{width: 2.75rem;height: 2.75rem;display: flex;align-items: center;justify-content: center;border-radius: 999px;background: linear-gradient(145deg,#fff 0%,#eef2f7 100%);border: 1px solid rgba(29,81,152,0.12)}.m-category-tile__icon i{font-size: 1.375rem;line-height: 1;color: var(--m-accent)}.m-category-tile__label{font-size: 0.8125rem;font-weight: 600;line-height: 1.3;text-align: center}.m-scroll-row,.m-factory-row{display: flex;gap: 0.625rem;overflow-x: auto;scroll-snap-type: x mandatory;-webkit-overflow-scrolling: touch;padding-bottom: 0.25rem;margin: 0 -0.875rem;padding-inline: 0.875rem;scrollbar-width: thin}.m-scroll-row::-webkit-scrollbar,.m-factory-row::-webkit-scrollbar{height: 4px}.m-scroll-row::-webkit-scrollbar-thumb,.m-factory-row::-webkit-scrollbar-thumb{background: rgba(29,81,152,0.25);border-radius: 4px}.m-feature-card{flex: 0 0 78%;max-width: 280px;scroll-snap-align: start;border-radius: var(--m-radius);background: #fff;border: 1px solid var(--m-border);overflow: hidden;text-decoration: none;color: inherit;box-shadow: 0 4px 14px rgba(29,81,152,0.08)}.m-feature-card__media{display: block;width: 100%;aspect-ratio: 345 / 223;object-fit: cover}.m-feature-card__body{padding: 0.75rem}.m-feature-card__title{margin: 0;font-size: 0.9375rem;font-weight: 700;color: var(--m-accent);line-height: 1.35}.m-feature-card__desc{margin: 0.375rem 0 0;font-size: 0.8125rem;line-height: 1.5;color: var(--m-muted)}.m-factory-card{flex: 0 0 42%;max-width: 160px;scroll-snap-align: start;margin: 0}.m-factory-card img{display: block;width: 100%;aspect-ratio: 254 / 182;object-fit: cover;border: 1px solid rgba(255,255,255,0.35);border-radius: var(--m-radius)}.m-factory-card figcaption{margin-top: 0.375rem;font-size: 0.6875rem;line-height: 1.35;color: rgba(255,255,255,0.82)}.m-panel{margin: 0.875rem;padding: 1rem;border-radius: var(--m-radius);background: var(--m-surface);border: 1px solid var(--m-border);box-shadow: 0 2px 8px rgba(29,81,152,0.06)}.m-panel--hero{margin: 0;padding: 1.25rem 0.875rem;background: linear-gradient(135deg,#0f3460 0%,var(--home-blue) 55%,#174278 100%);border: none;color: #fff;box-shadow: none}.m-panel__title{margin: 0;font-family: Blinker,'Microsoft YaHei',sans-serif;font-size: 1.125rem;font-weight: 700;line-height: 1.35}.m-panel--hero .m-panel__title{color: #fff}.m-panel__desc{margin: 0.5rem 0 0;font-size: 0.875rem;line-height: 1.6;color: var(--m-muted)}.m-panel--hero .m-panel__desc{color: rgba(255,255,255,0.88)}.m-product-list{display: flex;flex-direction: column;gap: 0.5rem;padding: 0 0.875rem 0.875rem}.m-product-row{display: grid;grid-template-columns: 4.75rem 1fr auto;gap: 0.75rem;align-items: center;padding: 0.625rem;border-radius: var(--m-radius);background: #fff;border: 1px solid var(--m-border);text-decoration: none;color: inherit}.m-product-row:active{border-color: rgba(29,81,152,0.35)}.m-product-row__thumb{border-radius: var(--m-radius);overflow: hidden;background: var(--m-bg);aspect-ratio: 1}.m-product-row__thumb img{display: block;width: 100%;height: 100%;object-fit: contain}.m-product-row__title{margin: 0;font-size: 0.875rem;font-weight: 600;line-height: 1.35;color: var(--m-text)}.m-product-row__meta{margin: 0.2rem 0 0;font-size: 0.75rem;color: var(--m-orange);font-weight: 600}.m-product-row__chevron{color: var(--m-muted);font-size: 1.125rem;opacity: 0.6}.m-product-hero{background: linear-gradient(180deg,#fff 0%,var(--m-bg) 100%);padding: 1rem 0.875rem;border-bottom: 3px solid var(--m-accent)}.m-product-hero img{display: block;width: 100%;max-height: 280px;margin: 0 auto;object-fit: contain}.m-highlights{margin: 0;padding: 0;list-style: none}.m-highlights li{position: relative;padding: 0.5rem 0 0.5rem 1rem;font-size: 0.875rem;line-height: 1.5;border-bottom: 1px solid #f1f5f9}.m-highlights li::before{content: '';position: absolute;left: 0;top: 0.85rem;width: 5px;height: 5px;border-radius: 999px;background: var(--m-orange)}.m-highlights li:last-child{border-bottom: none}.m-details{margin: 0 0.875rem;border: 1px solid var(--m-border);border-radius: var(--m-radius);background: #fff;overflow: hidden}.m-details summary{padding: 0.75rem 1rem;font-size: 0.875rem;font-weight: 700;color: var(--m-accent);cursor: pointer;list-style: none}.m-details summary::-webkit-details-marker{display: none}.m-details__body{padding: 0 1rem 0.75rem}.m-spec-row{display: grid;grid-template-columns: 1fr 1fr;gap: 0.5rem;padding: 0.375rem 0;font-size: 0.8125rem;border-bottom: 1px solid #f1f5f9}.m-spec-row:last-child{border-bottom: none}.m-spec-row dt{color: var(--m-muted)}.m-spec-row dd{margin: 0;color: var(--m-text)}.m-actions{display: flex;flex-wrap: wrap;gap: 0.5rem;padding: 0 0.875rem}.m-actions--stack{padding: 0;flex-direction: column}.m-btn{display: inline-flex;align-items: center;justify-content: center;gap: 0.375rem;min-height: 2.75rem;padding: 0.5rem 1.125rem;border-radius: var(--m-radius);font-size: 0.875rem;font-weight: 600;text-decoration: none;border: 1px solid transparent;flex: 1;min-width: 0;transition: transform 0.15s ease,box-shadow 0.15s ease}.m-btn:active{transform: translateY(1px)}.m-btn--block{width: 100%;flex: unset}.m-btn--accent{background: var(--m-orange);color: #fff;box-shadow: 0 6px 20px rgba(224,90,0,0.35)}.m-btn--blue{background: var(--m-accent);color: #fff;box-shadow: 0 6px 20px rgba(29,81,152,0.25)}.m-btn--blue-outline{background: #fff;color: var(--m-accent);border-color: rgba(29,81,152,0.45)}.m-btn--ghost-light{display: inline-flex;margin-top: 0.5rem;padding: 0.5rem 1rem;border: 1px solid rgba(255,255,255,0.65);border-radius: var(--m-radius);color: #fff;font-size: 0.875rem;font-weight: 600;text-decoration: none}.m-btn--outline{background: #fff;color: var(--m-accent);border-color: rgba(29,81,152,0.45)}.m-sticky-cta{position: fixed;left: 0;right: 0;bottom: calc(var(--m-nav) + env(safe-area-inset-bottom,0));z-index: 45;display: grid;grid-template-columns: 1fr 1fr;gap: 0.5rem;padding: 0.5rem 0.875rem;background: rgba(255,255,255,0.97);border-top: 2px solid var(--m-accent);backdrop-filter: blur(8px)}.m-sticky-cta .m-btn{flex: unset;min-height: 2.5rem;font-size: 0.8125rem}.m-page--with-sticky-cta{padding-bottom: 3.5rem}.m-contact-list{margin: 0;padding: 0;list-style: none}.m-contact-list li{padding: 0.75rem 0;border-bottom: 1px solid #f1f5f9}.m-contact-list li:last-child{border-bottom: none}.m-contact-list__label{font-size: 0.75rem;font-weight: 600;color: var(--m-orange);text-transform: uppercase;letter-spacing: 0.04em}.m-contact-list__value{margin: 0.2rem 0 0;font-size: 0.9375rem;line-height: 1.45}.m-contact-list a{color: var(--m-accent);text-decoration: none;font-weight: 600}.m-section-head{margin: 0 0.875rem 0.5rem;font-size: 0.75rem;font-weight: 700;color: var(--m-orange);text-transform: uppercase;letter-spacing: 0.06em}