@charset "UTF-8";
.pv-portal-site {
  --pv-bg: #f8fafc;
  --pv-surface: #ffffff;
  --pv-surface-2: #f1f5f9;
  --pv-border: rgba(15, 23, 42, 0.045);
  --pv-border-strong: rgba(15, 23, 42, 0.07);
  --pv-border-hairline: rgba(15, 23, 42, 0.03);
  --pv-text: #0f172a;
  --pv-text-secondary: #475569;
  --pv-text-muted: #64748b;
  --pv-accent: #2563eb;
  --pv-accent-hover: #1d4ed8;
  --pv-accent-soft: #eff6ff;
  --pv-accent-muted: #dbeafe;
  --pv-shadow: none;
  --pv-shadow-hover: none;
  --pv-radius: 4px;
  --pv-radius-lg: 6px;
  --pv-transition: 0.22s ease;
  --primary: var(--pv-accent);
  --primary-dark: var(--pv-accent-hover);
  --radius: var(--pv-radius);
  --radius-lg: var(--pv-radius-lg);
  --transition: var(--pv-transition);
  --bs-primary: #2563eb;
  --bs-primary-rgb: 37, 99, 235;
  --bs-link-color: #2563eb;
  --bs-link-hover-color: #1d4ed8;
  --bs-body-color: #0f172a;
  --bs-body-bg: #f8fafc;
  --bs-border-color: rgba(15, 23, 42, 0.06);
  --bs-card-bg: #ffffff;
}

.pv-portal-site .btn-primary {
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.22);
  border: none;
}
.pv-portal-site .btn-primary:hover, .pv-portal-site .btn-primary:focus {
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28);
  transform: translateY(-1px);
}

body.pv-portal-site {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 1rem;
  color: var(--pv-text);
  background: var(--pv-bg);
  -webkit-font-smoothing: antialiased;
}

.pv-portal-site,
.pv-portal-site.pv-home-cinema {
  --pv-container-max: min(1400px, 100% - 2rem);
  --pv-home-block-y: clamp(2.5rem, 5vw, 3.5rem);
  --pv-home-block-inner-gap: clamp(1.5rem, 3vw, 2rem);
  --pv-section-y: clamp(2.5rem, 5vw, 4rem);
  --pv-section-y-tight: 1rem;
  --pv-block-gap: 1.5rem;
  --pv-block-gap-lg: 1.75rem;
  --pv-section-inner-gap: 1.25rem;
  --pv-header-h: 72px;
}

.pv-portal-site {
  --pv-portal-section-y: var(--pv-section-y, clamp(2.5rem, 5vw, 4rem));
  --pv-container-gutter-x: clamp(0.875rem, 2.2vw, 1.25rem);
}
.pv-portal-site .pv-portal-container,
.pv-portal-site .container {
  width: 100%;
  max-width: var(--pv-container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--pv-container-gutter-x);
  padding-right: var(--pv-container-gutter-x);
}
.pv-portal-site .pv-portal-hero--center {
  text-align: center;
}
.pv-portal-site .pv-portal-hero--center .pv-channel-hero-title,
.pv-portal-site .pv-portal-hero--center .pv-channel-banner-title {
  padding-left: 0;
  border-left: none;
}
.pv-portal-site .pv-portal-hero--center .pv-channel-hero-desc,
.pv-portal-site .pv-portal-hero--center .pv-channel-banner-desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}
.pv-portal-site:not(.pv-home-cinema) .pv-channel-main,
.pv-portal-site:not(.pv-home-cinema) .pv-portal-main {
  padding: var(--pv-section-y-tight) 0 var(--pv-section-y);
}
.pv-portal-site:not(.pv-home-cinema) .pv-channel-main > .container,
.pv-portal-site:not(.pv-home-cinema) .pv-portal-main > .container {
  display: flex;
  flex-direction: column;
  gap: var(--pv-section-inner-gap);
}
.pv-portal-site:not(.pv-home-cinema) .breadcrumb-nav {
  width: 100%;
  margin: 0;
  padding: 0.55rem 0;
  background: var(--pv-surface);
  border-bottom: 1px solid var(--pv-border-hairline);
  box-sizing: border-box;
}
.pv-portal-site:not(.pv-home-cinema) .breadcrumb-nav > .breadcrumb {
  width: 100%;
  max-width: var(--pv-container-max);
  margin: 0 auto;
  padding: 0 var(--pv-container-gutter-x);
  font-size: 0.875rem;
  line-height: 1.4;
  gap: 0.25rem 0.5rem;
  background: transparent;
}
.pv-portal-site:not(.pv-home-cinema) .breadcrumb-nav .breadcrumb-item a {
  font-weight: 500;
  color: var(--pv-text-muted);
  text-decoration: none;
}
.pv-portal-site:not(.pv-home-cinema) .breadcrumb-nav .breadcrumb-item.active {
  font-weight: 600;
  color: var(--pv-text-secondary);
}
.pv-portal-site:not(.pv-home-cinema) .breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
  padding: 0 0.15rem;
  opacity: 0.45;
}
.pv-portal-site:not(.pv-home-cinema) .pv-channel-hero,
.pv-portal-site:not(.pv-home-cinema) .pv-portal-page-hero {
  padding: clamp(2.25rem, 5vw, 3.5rem) 0 clamp(1.5rem, 3vw, 2.25rem);
}

.pv-portal-header {
  z-index: 1030;
}

.pv-portal-header .pv-portal-navbar,
.pv-portal-header .container {
  overflow: visible;
}

/* lg+：Logo 左 · 导航中 · 工具栏右，单行顶栏 */
@media (min-width: 992px) {
  .pv-portal-navbar > .container {
    flex-wrap: nowrap;
    align-items: center;
  }
  .pv-portal-navbar .navbar-brand {
    flex: 0 0 auto;
    align-self: center;
    margin-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv-portal-navbar .navbar-collapse {
    flex: 1 1 auto;
    min-width: 0;
  }
  .pv-portal-navbar .navbar-nav {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .pv-portal-toolbar {
    flex: 0 0 auto;
    margin-left: auto;
  }
}
.pv-portal-navbar {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--pv-border-hairline);
  padding: 0.85rem 0;
  min-height: var(--pv-header-h, 72px);
}
.pv-portal-navbar.scrolled {
  box-shadow: var(--pv-shadow);
}
.pv-portal-navbar .navbar-nav {
  align-items: center;
  gap: 0.2rem 0.5rem;
}
.pv-portal-navbar .nav-link {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: var(--pv-text-secondary);
  padding: 0.55rem 1rem !important;
  border-radius: 10px;
  transition: color var(--pv-transition), background var(--pv-transition), box-shadow var(--pv-transition);
}
.pv-portal-navbar .nav-link:hover, .pv-portal-navbar .nav-link:focus-visible {
  color: var(--pv-accent-hover);
  background: var(--pv-accent-soft);
}
.pv-portal-navbar .nav-item.active > .nav-link,
.pv-portal-navbar .nav-link.active {
  color: var(--pv-accent-hover);
  background: var(--pv-accent-soft);
  box-shadow: inset 0 -2px 0 var(--pv-accent);
}
.pv-portal-navbar .dropdown-toggle::after {
  margin-left: 0.4em;
  vertical-align: 0.15em;
  opacity: 0.75;
  transition: transform var(--pv-transition);
}
.pv-portal-navbar .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.pv-portal-navbar .dropdown-toggle.active {
  color: var(--pv-accent-hover);
  background: var(--pv-accent-soft);
}
.pv-portal-navbar .dropdown.show > .dropdown-toggle::after {
  transform: rotate(180deg);
}
.pv-portal-navbar .nav-item.dropdown > .dropdown-menu {
  min-width: 13rem;
  padding: 0.5rem;
  margin-top: 0.55rem !important;
  border: 1px solid var(--pv-border-hairline);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  z-index: 1050;
}
.pv-portal-navbar .pv-portal-user-dropdown .dropdown-menu {
  border: 1px solid var(--pv-border-hairline);
  border-radius: 12px;
  padding: 0.5rem;
  margin-top: 0.5rem;
}
.pv-portal-navbar .dropdown-item {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.35;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  color: var(--pv-text-secondary);
  transition: background var(--pv-transition), color var(--pv-transition);
}
.pv-portal-navbar .dropdown-item:hover, .pv-portal-navbar .dropdown-item:focus, .pv-portal-navbar .dropdown-item:focus-visible {
  background: var(--pv-accent-soft);
  color: var(--pv-accent-hover);
}
.pv-portal-navbar .dropdown-item.active {
  background: var(--pv-accent);
  color: #fff;
}

.pv-portal-toggler-close {
  display: none;
}

.navbar-toggler[aria-expanded=true] .pv-portal-toggler-open {
  display: none;
}
.navbar-toggler[aria-expanded=true] .pv-portal-toggler-close {
  display: inline-block;
}

.pv-portal-nav-sheet__head,
.pv-portal-nav-sheet__foot,
.pv-portal-nav-sheet__panel-head {
  display: none;
}

.pv-portal-nav-sheet__stack {
  display: contents;
}

@media (max-width: 991.98px) {
  body.pv-nav-open {
    overflow: hidden;
    touch-action: none;
  }
  .pv-portal-navbar > .container {
    position: static;
  }
  .pv-portal-toolbar .navbar-toggler {
    position: relative;
    z-index: 2;
  }
  /* 盖住 Bootstrap Collapse 内联 height，强制真全屏 */
  .pv-portal-navbar .navbar-collapse,
  .pv-portal-navbar .navbar-collapse.collapsing,
  .pv-portal-navbar .navbar-collapse.show,
  .pv-portal-navbar .navbar-collapse.collapse.show {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1080;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    height: 100dvh !important;
    max-height: none !important;
    min-height: 100% !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: none !important;
  }
  .pv-portal-navbar .navbar-collapse:not(.show):not(.collapsing) {
    display: none !important;
  }
  .pv-portal-navbar .navbar-collapse.show,
  .pv-portal-navbar .navbar-collapse.collapsing {
    display: block !important;
  }
  .pv-portal-nav-sheet {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
  }
  .pv-portal-nav-sheet__stack {
    display: flex;
    flex: 1 1 auto;
    width: 200%;
    height: 100%;
    transform: translateX(0);
    transition: transform 0.28s ease;
    will-change: transform;
  }
  .pv-portal-nav-sheet.is-drill .pv-portal-nav-sheet__stack {
    transform: translateX(-50%);
  }
  .pv-portal-nav-sheet__head, .pv-portal-nav-sheet__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: max(0.85rem, env(safe-area-inset-top, 0px)) 1.1rem 0.85rem;
    border-bottom: 1px solid #eee;
    flex: 0 0 auto;
  }
  .pv-portal-nav-sheet__panel-head {
    justify-content: flex-start;
  }
  .pv-portal-nav-sheet__back {
    flex: 0 0 auto;
    width: 2.35rem;
    height: 2.35rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
  }
  .pv-portal-nav-sheet__back:hover, .pv-portal-nav-sheet__back:focus-visible {
    background: #f3f4f6;
  }
  .pv-portal-nav-sheet__panel-title {
    flex: 1 1 auto;
    margin: 0;
    padding: 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #111;
    text-align: center;
  }
  .pv-portal-nav-sheet__brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    text-decoration: none;
  }
  .pv-portal-nav-sheet__brand .pv-portal-logo-img {
    max-height: 2.1rem;
    width: auto;
  }
  .pv-portal-nav-sheet__brand .pv-site-logo-hero {
    display: none !important;
  }
  .pv-portal-nav-sheet__brand .pv-site-logo {
    display: block !important;
  }
  .pv-portal-nav-sheet__close {
    flex: 0 0 auto;
    width: 2.35rem;
    height: 2.35rem;
    border: 0;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    line-height: 1;
  }
  .pv-portal-nav-sheet__close:hover, .pv-portal-nav-sheet__close:focus-visible {
    background: #e5e7eb;
  }
  .pv-portal-nav-sheet .navbar-nav, .pv-portal-nav-sheet__sublist {
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0;
    width: 100%;
    list-style: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .pv-portal-nav-sheet .nav-item, .pv-portal-nav-sheet__sublist > li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  .pv-portal-nav-sheet .nav-link, .pv-portal-nav-sheet__sublist a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin: 0;
    padding: 1.1rem 1.25rem !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #111 !important;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
  }
  .pv-portal-nav-sheet .nav-link:hover, .pv-portal-nav-sheet .nav-link:focus-visible, .pv-portal-nav-sheet__sublist a:hover, .pv-portal-nav-sheet__sublist a:focus-visible {
    background: #f8fafc !important;
    color: #111 !important;
  }
  .pv-portal-nav-sheet .nav-item.active > .nav-link,
  .pv-portal-nav-sheet .nav-link.active, .pv-portal-nav-sheet__sublist a.active {
    color: #111 !important;
    background: #f3f4f6 !important;
    box-shadow: none !important;
    font-weight: 600;
  }
  .pv-portal-nav-sheet {
    /* 仅有下级栏目才显示右侧箭头；无子级不显示 */
  }
  .pv-portal-nav-sheet .nav-item:not(.dropdown) > .nav-link::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
  }
  .pv-portal-nav-sheet .nav-item.dropdown > .nav-link::after,
  .pv-portal-nav-sheet .dropdown-toggle::after {
    content: "" !important;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: auto;
    border: 0 !important;
    border-right: 2px solid #9ca3af !important;
    border-bottom: 2px solid #9ca3af !important;
    vertical-align: 0;
    transform: rotate(-45deg) !important;
    flex-shrink: 0;
    opacity: 0.9;
  }
  .pv-portal-nav-sheet {
    /* 手机：子菜单改钻取面板，根列表不再内嵌展开 */
  }
  .pv-portal-nav-sheet .nav-item.dropdown > .dropdown-menu {
    display: none !important;
  }
  .pv-portal-nav-sheet__foot {
    display: block;
    flex: 0 0 auto;
    padding: 0.9rem 1.1rem max(1.15rem, env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #eee;
    background: #fff;
  }
  .pv-portal-nav-sheet__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3rem;
    padding: 0.85rem 1.25rem;
    border: 0;
    border-radius: 12px;
    background: #111;
    color: #fff !important;
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
  }
  .pv-portal-nav-sheet__cta:hover, .pv-portal-nav-sheet__cta:focus-visible {
    background: #000;
    color: #fff !important;
  }
  .pv-portal-nav-sheet__cta:active {
    transform: scale(0.99);
  }
  .pv-portal-nav-panel {
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    min-width: 0;
  }
  /* 压过首页 cinema 白字 !important */
  body.pv-home-cinema .pv-portal-navbar .pv-portal-nav-sheet .nav-link,
  body.pv-home-cinema .pv-portal-navbar .pv-portal-nav-sheet .dropdown-toggle,
  body.pv-home-cinema .pv-portal-navbar .pv-portal-nav-sheet .nav-item.active > .nav-link,
  body.pv-home-cinema .pv-portal-navbar .pv-portal-nav-sheet .nav-link.active {
    color: #111 !important;
    background: transparent !important;
  }
  body.pv-home-cinema .pv-portal-navbar .pv-portal-nav-sheet .nav-item.active > .nav-link,
  body.pv-home-cinema .pv-portal-navbar .pv-portal-nav-sheet .nav-link.active {
    background: #f3f4f6 !important;
  }
  body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .pv-portal-nav-sheet .nav-link,
  body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .pv-portal-nav-sheet .dropdown-toggle,
  body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .pv-portal-nav-sheet .nav-item.active > .nav-link,
  body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .pv-portal-nav-sheet .nav-link.active {
    color: #111 !important;
    background: transparent !important;
  }
}
@media (min-width: 992px) {
  .pv-portal-nav-sheet,
  .pv-portal-nav-sheet__stack,
  .pv-portal-nav-panel {
    display: contents;
  }
  .pv-portal-toggler-close {
    display: none !important;
  }
}
.pv-portal-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  line-height: 0;
  text-decoration: none;
  color: var(--pv-text);
  /* 深色 + 浅色双 Logo 叠同一格，避免 display 切换时占位错位 */
}
.pv-portal-brand:has(.pv-site-logo):has(.pv-site-logo-hero) {
  display: inline-grid;
  align-items: center;
  vertical-align: middle;
}
.pv-portal-brand:has(.pv-site-logo):has(.pv-site-logo-hero) .pv-site-logo,
.pv-portal-brand:has(.pv-site-logo):has(.pv-site-logo-hero) .pv-site-logo-hero {
  grid-area: 1/1;
}

.pv-portal-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--pv-accent) 0%, var(--pv-accent-hover) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28);
}

.pv-portal-logo-img {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.pv-portal-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 11px;
  border: 1px solid var(--pv-border-strong);
  background: var(--pv-surface);
  color: var(--pv-text-secondary);
  text-decoration: none;
  transition: var(--pv-transition);
}

.pv-portal-icon-btn:focus {
  background: var(--pv-surface-2);
  color: var(--pv-accent);
  border-color: var(--pv-accent-muted);
}

.pv-portal-icon-btn--user {
  background: var(--pv-accent-soft);
  border-color: var(--pv-accent-muted);
  color: var(--pv-accent-hover);
}

.pv-portal-icon-btn:hover {
  background: var(--pv-surface-2);
  color: var(--pv-accent);
  border-color: var(--pv-accent-muted);
}

/* 顶栏搜索：点击图标在下方弹出面板（避免宽屏右侧被挤出视口） */
.pv-portal-header-search {
  position: relative;
  display: flex;
  align-items: center;
}

.pv-portal-header-search__form {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  z-index: 1060;
  display: none;
  align-items: center;
  gap: 0.35rem;
  width: min(18rem, 100vw - 1.5rem);
  margin: 0;
  padding: 0.4rem;
  background: var(--pv-surface);
  border: 1px solid var(--pv-border-strong);
  border-radius: 12px;
  box-shadow: var(--pv-shadow-hover, 0 12px 32px rgba(15, 23, 42, 0.14));
}

.pv-portal-header-search.is-open .pv-portal-header-search__form {
  display: flex !important;
}

.pv-portal-header-search__input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 2.4rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 10px;
}

.pv-portal-header-search__submit {
  flex-shrink: 0;
}

.pv-portal-header-search.is-open .pv-portal-header-search__trigger {
  color: var(--pv-accent);
  border-color: var(--pv-accent-muted);
  background: var(--pv-accent-soft);
}

/* 门户登录弹窗 */
.pv-portal-login-modal .modal-dialog {
  max-width: 420px;
}

.pv-portal-login-modal__content {
  border-radius: var(--pv-radius-lg, 16px) !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.pv-portal-login-modal__hero {
  position: relative;
  padding: 1.5rem 1.5rem 1.15rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #1e3c72 0%, #2563eb 55%, #3b82f6 100%);
}

.pv-portal-login-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  filter: invert(1);
  opacity: 0.85;
}

.pv-portal-login-modal__hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.65rem;
  font-size: 1.45rem;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
}

.pv-portal-login-modal__title {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.pv-portal-login-modal__desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.pv-portal-login-modal__body {
  padding: 1.25rem 1.5rem 1.35rem !important;
}

.pv-portal-login-form .input-group-text {
  color: var(--pv-text-muted);
  background: var(--pv-surface-2);
  border-color: var(--pv-border);
}

.pv-portal-login-form__submit {
  min-height: 2.75rem;
  margin-top: 0.15rem;
  font-weight: 600;
  border-radius: 10px;
}

.pv-portal-login-modal__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 0.875rem;
}

.pv-portal-login-modal__links a {
  color: var(--pv-text-muted);
  text-decoration: none;
}

.pv-portal-login-modal__links a:hover {
  color: var(--pv-accent);
}

.pv-portal-login-modal__links-primary {
  font-weight: 600;
  color: var(--pv-accent) !important;
}

.pv-portal-login-modal__links-muted {
  color: var(--pv-text-muted);
}

.pv-portal-login-social {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--pv-border-hairline);
}

.pv-portal-login-social:not(:has(.pv-social-logins a)) {
  display: none;
}

.pv-portal-login-social .pv-social-logins-divider {
  margin-bottom: 0.85rem;
}

.pv-portal-login-social .pv-social-logins--icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(4.5rem, 1fr));
  gap: 0.65rem 0.5rem;
  justify-items: center;
}

.pv-portal-login-social .pv-social-icon {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: center;
  width: 100%;
  max-width: 5.5rem;
  padding: 0;
  color: inherit;
  text-decoration: none;
  transition: transform 0.15s ease;
}

.pv-portal-login-social .pv-social-icon:hover {
  transform: translateY(-2px);
}

.pv-portal-login-social .pv-social-icon__glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.pv-portal-login-social .pv-social-icon__letter {
  font-size: 0.95rem;
  font-weight: 700;
}

.pv-portal-login-social .pv-social-icon__label {
  max-width: 100%;
  overflow: hidden;
  font-size: 0.68rem;
  line-height: 1.25;
  color: var(--pv-text-muted);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pv-portal-login-social .pv-social-icon--wechat .pv-social-icon__glyph {
  background: linear-gradient(145deg, #2dc84d, #07a846);
}

.pv-portal-login-social .pv-social-icon--mp_wechat .pv-social-icon__glyph {
  background: linear-gradient(145deg, #2dc84d, #059669);
}

.pv-portal-login-social .pv-social-icon--qq .pv-social-icon__glyph {
  background: linear-gradient(145deg, #4dabf7, #228be6);
}

.pv-portal-login-social .pv-social-icon--github .pv-social-icon__glyph {
  background: #24292f;
}

.pv-portal-login-social .pv-social-icon--gitee .pv-social-icon__glyph {
  background: linear-gradient(145deg, #ff6b6b, #c92a2a);
}

.pv-portal-login-social .pv-social-icon--weibo .pv-social-icon__glyph {
  background: linear-gradient(145deg, #ff922b, #e03131);
}

.pv-portal-login-social .pv-social-icon--alipay .pv-social-icon__glyph {
  background: linear-gradient(145deg, #4dabf7, #1971c2);
}

.pv-portal-login-social .pv-social-icon--demo .pv-social-icon__glyph {
  background: linear-gradient(145deg, #868e96, #495057);
}

.pv-portal-login-modal__fullpage {
  margin-top: 0.85rem;
  font-size: 0.8125rem;
  text-align: center;
}

.pv-portal-login-modal__fullpage a {
  color: var(--pv-text-muted);
  text-decoration: none;
}

.pv-portal-login-modal__fullpage a:hover {
  color: var(--pv-accent);
}

.pv-portal-login-modal .pv-portal-login-captcha-btn {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}

.pv-portal-login-modal .pv-captcha-img {
  display: block;
  width: 120px;
  height: 38px;
  object-fit: cover;
}

.pv-portal-dropdown {
  border: 1px solid var(--pv-border);
  box-shadow: var(--pv-shadow-hover);
  border-radius: var(--pv-radius);
}

.pv-portal-user-dropdown .dropdown-toggle::after {
  display: none;
}

.pv-portal-user-toggle-avatar {
  display: block;
  width: 1.65rem;
  height: 1.65rem;
  object-fit: cover;
  border-radius: 50%;
}

.pv-portal-user-toggle-avatar--letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--pv-accent-hover);
  background: #fff;
  border-radius: 50%;
}

.pv-portal-user-menu {
  width: min(18.5rem, 100vw - 1.5rem);
  padding: 0;
  overflow: hidden;
  border-radius: 14px !important;
}

.pv-portal-user-menu__head {
  padding: 0.95rem 1rem 0.85rem;
  background: linear-gradient(180deg, var(--pv-accent-soft) 0%, #fff 100%);
}

.pv-portal-user-menu__profile {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.pv-portal-user-menu__avatar {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.18);
}

.pv-portal-user-menu__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-portal-user-menu__avatar-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(145deg, var(--pv-accent), var(--pv-accent-hover));
}

.pv-portal-user-menu__meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.pv-portal-user-menu__name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pv-text);
}

.pv-portal-user-menu__user {
  font-size: 0.75rem;
  color: var(--pv-text-muted);
}

.pv-portal-user-menu__level {
  display: inline-block;
  width: fit-content;
  margin-top: 0.15rem;
  padding: 0.1rem 0.45rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--pv-accent-hover);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--pv-accent-muted);
  border-radius: 999px;
}

.pv-portal-user-menu__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.pv-portal-user-menu__stats:has(.pv-portal-user-menu__stat:only-child) {
  grid-template-columns: 1fr;
}

.pv-portal-user-menu__stat {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.5rem 0.55rem;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--pv-border-hairline);
  border-radius: 10px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pv-portal-user-menu__stat:hover {
  border-color: var(--pv-accent-muted);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}

.pv-portal-user-menu__stat-value {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pv-text);
}

.pv-portal-user-menu__stat-label {
  font-size: 0.68rem;
  color: var(--pv-text-muted);
}

.pv-portal-user-menu__quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0.65rem 0.75rem;
  list-style: none;
}

.pv-portal-user-menu__quick-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.45rem 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pv-text-secondary);
  text-align: center;
  text-decoration: none;
  background: var(--pv-surface-2);
  border: 1px solid transparent;
  border-radius: 10px;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.pv-portal-user-menu__quick-item i {
  font-size: 1.1rem;
  color: var(--pv-accent);
}

.pv-portal-user-menu__quick-item:hover {
  color: var(--pv-accent-hover);
  background: var(--pv-accent-soft);
  border-color: var(--pv-accent-muted);
}

.pv-portal-user-menu .dropdown-item {
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
}

.pv-portal-user-menu .dropdown-item i {
  width: 1.15rem;
  margin-right: 0.35rem;
  opacity: 0.85;
}

.pv-portal-user-menu .dropdown-item.text-danger i {
  opacity: 1;
}

.pv-portal-footer-brand .pv-portal-logo-mark {
  width: 2rem;
  height: 2rem;
  font-size: 0.95rem;
}

.pv-portal-footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 2.75rem 0 1.25rem;
  margin-top: 1rem;
}

.pv-portal-footer h4 {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.85rem;
}

.pv-portal-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pv-portal-footer a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.875rem;
}

.pv-portal-footer a:hover {
  color: #fff;
}

.pv-portal-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #f8fafc;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.pv-portal-footer-desc {
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.6;
  max-width: 26rem;
  margin-bottom: 1rem;
}

.pv-portal-footer-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.pv-portal-footer-action {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #e2e8f0;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}
.pv-portal-footer-action i {
  color: #38bdf8;
  font-size: 1rem;
}
.pv-portal-footer-action:hover {
  color: #fff;
}

.pv-portal-footer-cta {
  margin-top: 0.35rem;
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.4rem 1.1rem;
}
.pv-portal-footer-cta:hover {
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  color: #fff;
}

.pv-portal-footer-contact li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.35rem 0.5rem;
  margin-bottom: 0.65rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #cbd5e1;
}
.pv-portal-footer-contact li > i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #64748b;
  width: 1rem;
  text-align: center;
}
.pv-portal-footer-contact li a {
  color: #e2e8f0;
  font-weight: 500;
}

.pv-portal-footer-contact__note {
  flex: 1 0 100%;
  padding-left: 1.5rem;
  font-size: 0.75rem;
  color: #64748b;
}

.pv-portal-footer-service {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  color: #64748b;
}
.pv-portal-footer-service a {
  color: #94a3b8;
  text-decoration: none;
}
.pv-portal-footer-service a:hover {
  color: #fff;
}

.pv-portal-footer-partners {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
}

.pv-portal-footer-partners__label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  flex-shrink: 0;
}

.pv-portal-footer-partners__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
}
.pv-portal-footer-partners__links a {
  font-size: 0.8125rem;
  color: #94a3b8;
  text-decoration: none;
}
.pv-portal-footer-partners__links a:hover {
  color: #fff;
}

.pv-portal-footer-bottom {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  color: #64748b;
}

.pv-portal-footer-meta a {
  color: #64748b;
  text-decoration: none;
}
.pv-portal-footer-meta a:hover {
  color: #cbd5e1;
}

.pv-portal-site:not(.pv-home-cinema) .pv-portal-footer {
  padding-top: clamp(3rem, 5vw, 4rem);
  margin-top: 0;
}

.pv-thumb-96 {
  width: 96px;
}

.sidebar {
  position: sticky;
  top: calc(var(--pv-header-h, 72px) + 1rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.sidebar > .card {
  margin-bottom: 0;
  background: var(--pv-surface);
  --bs-card-bg: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: calc(var(--pv-radius-lg) + 2px);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}
.sidebar > .card > .card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.sidebar .card-title.sidebar-title,
.sidebar h3.sidebar-title,
.sidebar > .card > .card-body > .card-title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--pv-text);
  line-height: 1.35;
}
.sidebar .card-title.sidebar-title i,
.sidebar h3.sidebar-title i,
.sidebar > .card > .card-body > .card-title i {
  color: var(--pv-accent);
  font-size: 0.95em;
}
.sidebar > .card > .card-body > .card-title.text-uppercase,
.sidebar > .card > .card-body > .card-title.text-muted {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--pv-text-muted);
}
.sidebar .pv-download-contact-desc,
.sidebar .pv-download-contact-list,
.sidebar .pv-doc-plugin-nav-desc,
.sidebar .pv-doc-plugin-nav-links,
.sidebar .pv-doc-shop-sidebar {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar .channel-nav:not(.list-group) {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.sidebar > .card > .card-body > a[href^="tel:"] {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--pv-accent-hover);
}
.sidebar > .card > .card-body > .small.text-muted {
  font-size: 0.8125rem;
  line-height: 1.5;
}

.channel-nav.list-group {
  gap: 0.25rem;
}

.sidebar .list-group,
.sidebar .list-group-flush {
  --bs-list-group-bg: transparent;
  --bs-list-group-border-color: transparent;
  --bs-list-group-border-width: 0;
  background: transparent;
}

.sidebar .list-group-item.channel-link,
.channel-nav .list-group-item.channel-link,
.channel-nav .channel-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.55rem;
  border-radius: var(--pv-radius);
  color: var(--pv-text-secondary);
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.35;
  transition: var(--pv-transition);
  border: none;
  background: transparent;
  box-shadow: none !important;
  --bs-btn-padding-x: 0.55rem;
  --bs-btn-padding-y: 0.4rem;
}
.sidebar .list-group-item.channel-link:hover, .sidebar .list-group-item.channel-link:focus,
.channel-nav .list-group-item.channel-link:hover,
.channel-nav .list-group-item.channel-link:focus,
.channel-nav .channel-link:hover,
.channel-nav .channel-link:focus {
  background: var(--pv-surface-2);
  color: var(--pv-accent);
}
.sidebar .list-group-item.channel-link.active, .sidebar .list-group-item.channel-link.btn-primary,
.channel-nav .list-group-item.channel-link.active,
.channel-nav .list-group-item.channel-link.btn-primary,
.channel-nav .channel-link.active,
.channel-nav .channel-link.btn-primary {
  background: var(--pv-accent);
  color: #fff;
  border-color: transparent;
}
.sidebar .list-group-item.channel-link.btn-outline-secondary:not(.active),
.channel-nav .list-group-item.channel-link.btn-outline-secondary:not(.active),
.channel-nav .channel-link.btn-outline-secondary:not(.active) {
  background: transparent;
  color: var(--pv-text-secondary);
}
.sidebar .list-group-item.channel-link i,
.channel-nav .list-group-item.channel-link i,
.channel-nav .channel-link i {
  width: 1.1rem;
  text-align: center;
  flex-shrink: 0;
}

.pv-side-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.pv-side-list > .list-group-item,
.pv-side-list > li {
  padding: 0;
  border: none;
  background: transparent;
}
.pv-side-list a {
  text-decoration: none;
  color: inherit;
  transition: var(--pv-transition);
}
.pv-side-list.pv-tagnav-tree .pv-tagnav-branch {
  border: none;
  margin: 0;
}
.pv-side-list.pv-tagnav-tree .pv-tagnav-summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  cursor: pointer;
}
.pv-side-list.pv-tagnav-tree .pv-tagnav-summary::-webkit-details-marker {
  display: none;
}
.pv-side-list.pv-tagnav-tree .pv-tagnav-summary > .channel-link {
  flex: 1 1 auto;
  min-width: 0;
}
.pv-side-list.pv-tagnav-tree .pv-tagnav-chevron {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pv-text-muted);
  border-radius: var(--pv-radius);
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.pv-side-list.pv-tagnav-tree .pv-tagnav-chevron .bi {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.pv-side-list.pv-tagnav-tree .pv-tagnav-summary:hover .pv-tagnav-chevron {
  color: var(--pv-accent);
  background: var(--pv-surface-2);
}
.pv-side-list.pv-tagnav-tree .pv-tagnav-branch[open] > .pv-tagnav-summary .pv-tagnav-chevron .bi {
  transform: rotate(180deg);
}
.pv-side-list.pv-tagnav-tree .pv-tagnav-children {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.15rem 0 0.25rem 0.85rem;
  margin: 0 0 0.15rem 0.55rem;
  border-left: 1px solid var(--pv-border-hairline, var(--pv-border));
}
.pv-side-list--text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.pv-side-list--text a,
.pv-side-list--text .pv-side-list__link {
  display: block;
  padding: 0.4rem 0;
  font-size: 0.875rem;
  line-height: 1.35;
  color: var(--pv-text-secondary);
  border-bottom: 1px solid var(--pv-border);
}
.pv-side-list--text a:hover,
.pv-side-list--text .pv-side-list__link:hover {
  color: var(--pv-accent);
}
.pv-side-list--text > li:last-child a,
.pv-side-list--text > li:last-child .pv-side-list__link {
  border-bottom: none;
}
.pv-side-list--text strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
}
.pv-side-list--text time,
.pv-side-list--text small,
.pv-side-list--text .pv-side-list__meta {
  display: block;
  font-size: 0.75rem;
  color: var(--pv-text-muted);
}
.pv-side-list--media {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.pv-side-list--media a {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.4rem 0;
  color: var(--pv-text-secondary);
  font-size: 0.8125rem;
  line-height: 1.35;
}
.pv-side-list--media a:hover {
  color: var(--pv-accent);
}
.pv-side-list--media .bi {
  flex-shrink: 0;
  color: var(--pv-accent);
}
.pv-side-list--thumb {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.pv-side-list--thumb a {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.35rem 0;
  color: var(--pv-text-secondary);
  font-size: 0.875rem;
  line-height: 1.35;
}
.pv-side-list--thumb a:hover {
  color: var(--pv-accent);
}
.pv-side-list--thumb .pv-side-list__media,
.pv-side-list--thumb img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: var(--pv-radius);
  flex-shrink: 0;
  background: var(--pv-surface-2);
}
.pv-side-list--thumb i.bi.pv-side-list__media,
.pv-side-list--thumb i.bi:first-child {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pv-surface-2);
  border-radius: var(--pv-radius);
  color: var(--pv-text-muted);
  flex-shrink: 0;
}
.pv-side-list--thumb .pv-side-list__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
.pv-side-list--thumb strong,
.pv-side-list--thumb .pv-side-list__title {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pv-side-list--thumb small,
.pv-side-list--thumb .pv-side-list__meta {
  display: block;
  font-size: 0.75rem;
  color: var(--pv-text-muted);
}
.pv-side-list--cover {
  display: grid;
  gap: 0.65rem;
}
.pv-side-list--cover a {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: var(--pv-text-secondary);
}
.pv-side-list--cover a:hover {
  color: var(--pv-accent);
}
.pv-side-list--cover .pv-side-list__media,
.pv-side-list--cover img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: var(--pv-radius);
  background: var(--pv-surface-2);
}
.pv-side-list--cover strong {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
}
.pv-side-list--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.pv-side-list--tags a,
.pv-side-list--tags .pv-side-list__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--pv-border);
  background: var(--pv-surface-2);
  color: var(--pv-text-secondary);
  font-size: 0.75rem;
  line-height: 1.3;
}
.pv-side-list--tags a:hover, .pv-side-list--tags a.active,
.pv-side-list--tags .pv-side-list__chip:hover,
.pv-side-list--tags .pv-side-list__chip.active {
  border-color: var(--pv-accent-muted);
  color: var(--pv-accent);
  background: var(--pv-accent-soft);
}

.pv-rank-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pv-rank-list > li:nth-child(-n+3) .pv-rank-list__num {
  color: var(--pv-accent);
}
.pv-rank-list > li:last-child .pv-rank-list__link {
  border-bottom: none;
}
.pv-rank-list--stretch {
  flex: 1;
  display: flex;
  flex-direction: column;
  counter-reset: pv-rank;
}
@media (min-width: 992px) {
  .pv-rank-list--stretch {
    min-height: 0;
  }
  .pv-rank-list--stretch > li {
    flex: 1;
    display: flex;
    align-items: stretch;
  }
}
.pv-rank-list--stretch > li {
  counter-increment: pv-rank;
}
.pv-rank-list--stretch > li:nth-child(-n+3) .pv-rank-list__num {
  font-size: 1.15rem;
}
.pv-rank-list--stretch .pv-rank-list__num:empty::before {
  content: counter(pv-rank, decimal-leading-zero);
}
.pv-rank-list__link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 2.85rem;
  padding: 0.5rem 0.35rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid var(--pv-border);
  border-radius: var(--pv-radius);
  transition: var(--pv-transition);
}
.pv-rank-list__link:hover {
  color: inherit;
  background: rgba(255, 255, 255, 0.65);
}
.pv-rank-list__link:hover .pv-rank-list__body strong {
  color: var(--pv-accent);
}
.pv-rank-list__link:hover .pv-rank-list__go {
  opacity: 1;
  color: var(--pv-accent);
}
.pv-rank-list__num {
  flex-shrink: 0;
  width: 1.85rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: var(--pv-text-muted);
  text-align: center;
}
.pv-rank-list__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.15rem;
}
.pv-rank-list__body strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  transition: color 0.15s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pv-rank-list__body small {
  color: var(--pv-text-muted);
  font-size: 0.76rem;
}
.pv-rank-list__meta {
  font-size: 0.76rem;
  color: var(--pv-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  line-height: 1.2;
}
.pv-rank-list__meta .bi {
  font-size: 0.85rem;
  color: var(--pv-accent);
}
.pv-rank-list__meta em {
  font-style: normal;
  font-weight: 600;
  color: var(--pv-accent);
  font-variant-numeric: tabular-nums;
}
.pv-rank-list__go {
  flex-shrink: 0;
  width: 1.25rem;
  text-align: center;
  color: var(--pv-text-muted);
  font-size: 0.85rem;
  opacity: 0.55;
  transition: opacity 0.15s ease;
}

.pv-portal-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pv-accent);
  margin-bottom: 0.65rem;
}
.pv-portal-kicker--light {
  color: rgba(255, 255, 255, 0.82);
}

.pv-portal-site:not(.pv-home-cinema) .pv-portal-page-hero {
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem);
  background: linear-gradient(180deg, var(--pv-surface) 0%, var(--pv-bg) 100%);
  border-bottom: 1px solid var(--pv-border-hairline);
}
.pv-portal-site:not(.pv-home-cinema) .pv-channel-hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  padding-left: 0;
  border-left: none;
  margin-bottom: 0.65rem;
}
.pv-portal-site:not(.pv-home-cinema) .pv-channel-hero-desc {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  max-width: 42rem;
  line-height: 1.7;
}
.pv-portal-site:not(.pv-home-cinema) .pv-channel-banner {
  min-height: clamp(180px, 28vw, 260px);
}
.pv-portal-site:not(.pv-home-cinema) .pv-channel-banner-title {
  font-size: clamp(2.1rem, 4.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.pv-portal-site:not(.pv-home-cinema) .pagination .page-link {
  border-radius: var(--pv-radius);
  margin: 0 0.15rem;
  min-width: 2.5rem;
  text-align: center;
}

.pv-portal-sidebar {
  position: sticky;
  top: calc(var(--pv-header-h, 72px) + 1rem);
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.pv-item-meta {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  background: var(--pv-surface-2);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius);
}
.pv-item-meta__row {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.5rem 1rem;
  padding: 0.35rem 0;
  border-bottom: 1px dashed var(--pv-border);
}
.pv-item-meta__row:last-child {
  border-bottom: 0;
}
.pv-item-meta dt {
  margin: 0;
  font-size: 0.875rem;
  color: var(--pv-text-muted);
}
.pv-item-meta dd {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--pv-text);
}

.pv-item-consult {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, var(--pv-accent-soft) 0%, #fff 100%);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: var(--pv-radius-lg);
}
.pv-item-consult__label {
  font-weight: 600;
  color: var(--pv-text);
}
.pv-item-consult__phone {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pv-accent);
  text-decoration: none;
}

.pv-item-gallery {
  overflow: hidden;
}
.pv-item-gallery:not(:has(.pv-gallery)) {
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-lg);
  background: #f8fafc;
}
.pv-item-gallery:has(.pv-gallery) {
  border: none;
  background: transparent;
  border-radius: 0;
}
.pv-item-gallery__cover img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.pv-product-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius);
  overflow: hidden;
}
.pv-product-specs li {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--pv-border);
  font-size: 0.9375rem;
}
.pv-product-specs li:nth-child(odd) {
  background: var(--pv-surface-2);
}
.pv-product-specs li:last-child {
  border-bottom: 0;
}
.pv-product-specs__k {
  color: var(--pv-text-muted);
}
.pv-product-specs__v {
  color: var(--pv-text);
  font-weight: 500;
}

.pv-item-detail-body {
  line-height: 1.8;
  color: var(--pv-text-secondary);
}
.pv-item-detail-body .lead {
  font-size: 1.05rem;
  color: var(--pv-text);
}
.pv-item-detail-body h3 {
  font-size: 1.05rem;
  margin-top: 1.25rem;
}

.pv-item-tags {
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
}
.pv-item-tags__label {
  font-weight: 600;
  margin-right: 0.35rem;
}

.pv-home-product-meta {
  margin-top: 0.35rem;
  line-height: 1.35;
}

.pv-hero-slide {
  min-height: min(68vh, 580px);
  background-size: cover;
  background-position: center;
  position: relative;
}
.pv-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.45) 55%, rgba(15, 23, 42, 0.12) 100%);
}

.pv-hero-caption {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0 3.5rem;
  max-width: 34rem;
  color: #fff;
}
.pv-hero-caption h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.65rem;
  letter-spacing: -0.02em;
}
.pv-hero-caption p {
  opacity: 0.9;
  font-size: 1.05rem;
}

.pv-hero-tag {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.78rem;
  margin-bottom: 1rem;
}

.pv-hero-indicators [data-bs-target] {
  width: 1.5rem;
  height: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.35);
}
.pv-hero-indicators .active {
  background-color: #fff;
}

.pv-footer-icp a {
  color: #64748b;
}
.pv-footer-icp a:hover {
  color: #cbd5e1;
}

.pv-home-block {
  padding-block: var(--pv-home-block-y);
}
.pv-home-block + .section.pv-home-spotlight, .pv-home-block + .section.pv-home-spotlight--alt {
  padding-top: 0;
}
.pv-home-block--alt {
  background: linear-gradient(180deg, var(--pv-surface) 0%, var(--pv-bg) 100%);
  border-top: 1px solid var(--pv-border);
  border-bottom: 1px solid var(--pv-border);
}

.pv-portal-site.pv-home-cinema .section.pv-home-spotlight {
  padding-block: clamp(3rem, 5.5vw, 4.25rem);
}
.pv-portal-site.pv-home-cinema .pv-home-spotlight + .pv-home-spotlight,
.pv-portal-site.pv-home-cinema .pv-home-spotlight--alt + .pv-home-spotlight,
.pv-portal-site.pv-home-cinema .pv-home-spotlight + .pv-home-spotlight--alt {
  padding-top: 0;
}
.pv-portal-site.pv-home-cinema .pv-home-stats-band + .pv-home-block,
.pv-portal-site.pv-home-cinema .section.pv-home-spotlight + .pv-home-block,
.pv-portal-site.pv-home-cinema .section.pv-home-spotlight--alt + .pv-home-block {
  padding-top: var(--pv-home-block-y);
}
.pv-portal-site.pv-home-cinema .pv-home-block + .pv-home-block,
.pv-portal-site.pv-home-cinema .pv-home-block--alt + .pv-home-block:not(.pv-home-block--alt) {
  padding-top: 0;
}
.pv-portal-site.pv-home-cinema .pv-home-cta-band-wrap {
  padding-block: 0 clamp(2rem, 4vw, 2.75rem);
}

.pv-home-product-story-block {
  background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(37, 99, 235, 0.06) 0%, transparent 55%), linear-gradient(180deg, var(--pv-bg) 0%, var(--pv-surface) 100%);
  border-top: 1px solid var(--pv-border);
  border-bottom: 1px solid var(--pv-border);
}

.pv-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: var(--pv-reveal-delay, 0s);
}
.pv-reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .pv-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.pv-home-more {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pv-accent);
  text-decoration: none;
  white-space: nowrap;
}
.pv-home-more:hover {
  color: var(--pv-accent-hover);
}

.pv-home-product-card.card {
  transition: transform var(--pv-transition), box-shadow var(--pv-transition), border-color var(--pv-transition);
}
.pv-home-product-card.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--pv-shadow-hover) !important;
  border-color: var(--pv-accent-muted) !important;
}
.pv-home-product-card.card:hover .pv-home-product-img img {
  transform: scale(1.04);
}

.pv-home-product {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.card:hover .pv-home-product {
  color: inherit;
}
.pv-home-product-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--pv-radius);
  background: var(--pv-surface-2);
  border: 1px solid var(--pv-border-hairline);
}
.pv-home-product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.pv-home-product-img .pv-home-ph {
  position: absolute;
  inset: 0;
}
.card:hover .pv-home-product-img img {
  transform: scale(1.04);
}
.pv-home-product h3,
.pv-home-product .card-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--pv-text);
}

.pv-home-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: var(--pv-accent-muted);
}

/* 合作伙伴 · Logo 无缝滚动 */
.pv-home-partner-marquee {
  overflow: hidden;
  width: 100%;
  padding: 0.35rem 0 0.75rem;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}
@media (prefers-reduced-motion: reduce) {
  .pv-home-partner-marquee {
    -webkit-mask-image: none;
    mask-image: none;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .pv-home-partner-marquee .pv-home-partner-marquee__track {
    animation: none;
  }
}
.pv-home-partner-marquee__track {
  display: flex;
  width: max-content;
  animation: pv-partner-marquee 42s linear infinite;
}
.pv-home-partner-marquee__track:hover {
  animation-play-state: paused;
}
.pv-home-partner-marquee__set {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  gap: 1.15rem;
  padding-right: 1.15rem;
}
@media (min-width: 992px) {
  .pv-home-partner-marquee__set {
    gap: 1.5rem;
    padding-right: 1.5rem;
  }
}

@keyframes pv-partner-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.pv-home-partner-card {
  display: block;
  flex-shrink: 0;
  width: 12rem;
  text-decoration: none;
  overflow: hidden;
  transition: var(--pv-transition);
}
@media (min-width: 768px) {
  .pv-home-partner-card {
    width: 13.5rem;
  }
}
.pv-home-partner-card:hover {
  border-color: var(--pv-accent-muted);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}
.pv-home-partner-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.75rem;
  padding: 0.65rem 0.75rem;
  background: var(--pv-surface);
}
.pv-home-partner-card__logo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 3.85rem;
  object-fit: contain;
}
.pv-home-partner-card__logo[src=""] {
  display: none;
}
.pv-home-partner-card__logo[src=""] + .pv-home-partner-card__ph {
  display: inline-flex;
}
.pv-home-partner-card__ph {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  min-height: 3.25rem;
  padding: 0.35rem 0.5rem;
  border-radius: var(--pv-radius);
  background: var(--pv-accent-soft);
  color: var(--pv-accent);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pv-home-friends {
  padding-bottom: 3rem;
}
.pv-home-friends-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed var(--pv-border);
}
.pv-home-friends-logos:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
}
.pv-home-friends-text {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  align-items: center;
}

.pv-home-friend-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  height: 3.25rem;
  padding: 0.45rem 0.85rem;
  background: var(--pv-bg);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius);
  transition: var(--pv-transition);
}
.pv-home-friend-logo:hover {
  border-color: var(--pv-accent-muted);
  box-shadow: 0 4px 14px rgba(60, 42, 32, 0.08);
}
.pv-home-friend-logo img {
  max-width: 7rem;
  max-height: 2.25rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.pv-home-friend-text {
  display: inline-block;
  font-size: 0.9rem;
  color: var(--pv-text-secondary);
  text-decoration: none;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--pv-border);
  border-radius: 999px;
  background: var(--pv-surface);
  transition: var(--pv-transition);
}
.pv-home-friend-text:hover {
  color: var(--pv-accent);
  border-color: var(--pv-accent-muted);
  background: var(--pv-bg);
}

.article-figure img {
  object-fit: cover;
}

.pv-home-portal {
  --pv-home-y: clamp(4.5rem, 9vw, 7rem);
}
.pv-home-portal .container {
  max-width: var(--pv-container-max);
}
.pv-home-portal .pv-hero-slide {
  min-height: min(88vh, 820px);
}
.pv-home-portal .pv-hero-caption {
  max-width: 46rem;
  padding: clamp(5rem, 12vh, 8rem) 0 clamp(4rem, 10vh, 6.5rem);
}
.pv-home-portal .pv-hero-caption h2 {
  font-size: clamp(2.35rem, 5.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 1.15rem;
  letter-spacing: -0.03em;
}
.pv-home-portal .pv-hero-caption p {
  font-size: clamp(1.08rem, 2vw, 1.4rem);
  line-height: 1.65;
  margin-bottom: 1.75rem;
  max-width: 38rem;
}
.pv-home-portal .pv-hero-caption .btn-lg {
  padding: 0.85rem 2rem;
  font-size: 1.05rem;
  font-weight: 600;
}
.pv-home-portal .pv-home-product-story-block {
  padding: var(--pv-home-y) 0;
}
.pv-home-portal .pv-home-more {
  font-size: 0.95rem;
  padding: 0.5rem 0;
}
.pv-home-portal .pv-home-product-story .h3 {
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
}
.pv-home-portal .pv-home-product-story p {
  font-size: 1.05rem;
}
.pv-home-portal .pv-home-product {
  padding: 1rem 1rem 1.15rem;
}
.pv-home-portal .pv-home-product-img {
  aspect-ratio: 4/3;
  margin-bottom: 0.85rem;
}
.pv-home-portal .pv-home-product h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}
.pv-home-portal .pv-home-product-meta {
  font-size: 0.88rem !important;
}
.pv-home-portal .pv-home-friends-logos {
  gap: 1.25rem;
  padding: 1.5rem 0;
}
.pv-home-portal .pv-home-friend-logo {
  padding: 1rem 1.35rem;
  min-height: 72px;
}

.pv-legal-body h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.65rem;
}
.pv-legal-body h3:first-child {
  margin-top: 0;
}
.pv-legal-body p {
  line-height: 1.8;
  color: var(--pv-text-secondary);
}

.container-narrow {
  max-width: 860px;
}

.pv-download-contact-desc {
  font-size: 0.88rem;
  color: var(--pv-text-muted);
  margin: 0;
}

.pv-download-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.88rem;
}
.pv-download-contact-list li {
  margin-bottom: 0.35rem;
}

.section {
  padding: 6rem 0;
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 4rem;
}

.pv-site-logo-hero {
  display: none;
}

.pv-portal-brand:not(:has(.pv-site-logo)) .pv-site-logo-hero {
  display: block;
}

.pv-home-cinema {
  --pv-home-y: clamp(5rem, 11vw, 8.5rem);
}
.pv-home-cinema .container,
.pv-home-cinema .container-fluid.px-lg-4 {
  max-width: var(--pv-container-max);
}
.pv-home-cinema .pv-portal-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}
.pv-home-cinema .pv-portal-header .pv-portal-navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pv-home-cinema .pv-home-hero {
  position: relative;
}
.pv-home-cinema .pv-home-hero__carousel, .pv-home-cinema .pv-home-hero__carousel .carousel-inner, .pv-home-cinema .pv-home-hero__carousel .carousel-item {
  min-height: 100svh;
}
.pv-home-cinema .pv-hero-slide {
  min-height: 100svh;
  display: flex;
  align-items: center;
}
.pv-home-cinema .pv-hero-slide::before {
  background: linear-gradient(105deg, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.52) 48%, rgba(15, 23, 42, 0.18) 100%);
}
.pv-home-cinema .pv-hero-caption {
  max-width: 52rem;
  padding: 6.5rem 0 5rem;
}
.pv-home-cinema .pv-hero-caption .btn-primary {
  padding: 1rem 2.25rem;
  font-size: 1.08rem;
  border-radius: 999px;
}
.pv-home-cinema .pv-hero-tag {
  font-size: 0.85rem;
  padding: 0.45rem 1rem;
  margin-bottom: 1.25rem;
}
.pv-home-cinema .pv-hero-title {
  font-size: clamp(2.75rem, 6.5vw, 4.5rem) !important;
  line-height: 1.08;
  margin-bottom: 1.35rem;
}
.pv-home-cinema .pv-hero-lead {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem) !important;
  max-width: 42rem;
  margin-bottom: 2rem;
}
.pv-home-cinema .pv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
}
.pv-home-cinema .pv-hero-btn-ghost {
  padding: 1rem 2rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: var(--pv-transition);
}
.pv-home-cinema .pv-hero-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-color: #fff;
}
.pv-home-cinema .pv-hero-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  margin-left: 0.25rem;
}
.pv-home-cinema .pv-hero-phone:hover {
  color: #fff;
}
.pv-home-cinema .pv-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.75rem;
  animation: pv-hero-bob 2s ease-in-out infinite;
}
.pv-home-cinema {
  /* 手机/平板：收束首屏高度 + 字号/间距；居中（须写在桌面 clamp 之后） */
}
@media (max-width: 991.98px) {
  .pv-home-cinema .pv-home-hero__carousel,
  .pv-home-cinema .pv-home-hero__carousel .carousel-inner,
  .pv-home-cinema .pv-home-hero__carousel .carousel-item,
  .pv-home-cinema .pv-hero-slide {
    min-height: min(72svh, 36rem);
  }
  .pv-home-cinema .pv-hero-caption {
    max-width: 100%;
    padding: 5rem 0 2.5rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .pv-home-cinema .pv-hero-caption .btn-primary,
  .pv-home-cinema .pv-hero-caption .btn-lg {
    padding: 0.65rem 1.25rem;
    font-size: 0.92rem;
  }
  .pv-home-cinema .pv-hero-tag {
    font-size: 0.75rem;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0.7rem;
  }
  .pv-home-cinema .pv-hero-title {
    font-size: clamp(1.7rem, 4vw, 2.35rem) !important;
    line-height: 1.2;
    margin-bottom: 0.7rem;
    letter-spacing: -0.02em;
  }
  .pv-home-cinema .pv-hero-lead {
    font-size: clamp(0.95rem, 2vw, 1.12rem) !important;
    line-height: 1.5;
    margin-bottom: 1.15rem;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }
  .pv-home-cinema .pv-hero-actions {
    gap: 0.6rem 0.7rem;
    justify-content: center;
  }
  .pv-home-cinema .pv-hero-btn-ghost {
    padding: 0.65rem 1.25rem;
    font-size: 0.92rem;
  }
  .pv-home-cinema .pv-hero-phone {
    font-size: 0.92rem;
    margin-left: 0;
    flex: 1 0 100%;
    justify-content: center;
  }
  .pv-home-cinema .pv-home-hero__carousel .carousel-control-prev,
  .pv-home-cinema .pv-home-hero__carousel .carousel-control-next {
    display: none;
  }
  .pv-home-cinema .pv-hero-scroll {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .pv-home-cinema .pv-home-hero__carousel,
  .pv-home-cinema .pv-home-hero__carousel .carousel-inner,
  .pv-home-cinema .pv-home-hero__carousel .carousel-item,
  .pv-home-cinema .pv-hero-slide {
    min-height: min(64svh, 30rem);
  }
  .pv-home-cinema .pv-hero-caption {
    padding: 4.1rem 0 1.65rem;
  }
  .pv-home-cinema .pv-hero-caption .btn-primary,
  .pv-home-cinema .pv-hero-caption .btn-lg {
    padding: 0.52rem 1rem;
    font-size: 0.84rem;
  }
  .pv-home-cinema .pv-hero-tag {
    font-size: 0.7rem;
    padding: 0.25rem 0.65rem;
    margin-bottom: 0.5rem;
  }
  .pv-home-cinema .pv-hero-title {
    font-size: clamp(1.35rem, 6vw, 1.7rem) !important;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
  .pv-home-cinema .pv-hero-lead {
    font-size: 0.84rem !important;
    line-height: 1.45;
    margin-bottom: 0.9rem;
  }
  .pv-home-cinema .pv-hero-actions {
    gap: 0.45rem 0.5rem;
  }
  .pv-home-cinema .pv-hero-btn-ghost {
    padding: 0.52rem 1rem;
    font-size: 0.84rem;
  }
  .pv-home-cinema .pv-hero-phone {
    font-size: 0.84rem;
    gap: 0.35rem;
  }
  .pv-home-cinema .pv-hero-indicators {
    margin-bottom: 0.35rem;
  }
}

body.pv-home-cinema:not(.pv-nav-scrolled) .pv-site-logo {
  display: none;
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-site-logo-hero {
  display: block;
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-brand:not(:has(.pv-site-logo-hero)) .pv-site-logo {
  display: block;
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.08) 72%, transparent 100%);
  border-bottom: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .nav-link,
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .nav-item.active > .nav-link,
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .dropdown-toggle,
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .dropdown-toggle.active,
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .navbar-toggler {
  color: rgba(255, 255, 255, 0.94) !important;
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .nav-link.active,
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .nav-item.active > .nav-link {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .dropdown-toggle::after {
  border-top-color: rgba(255, 255, 255, 0.9);
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .nav-link:hover,
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .nav-link:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .dropdown-menu {
  background: #fff;
}
@media (max-width: 991.98px) {
  body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar {
    /* 手机菜单已改为全屏白底 sheet，不再套深色半透明条 */
  }
  body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .navbar-collapse.show,
  body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-navbar .navbar-collapse.collapsing {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    background: #fff;
    border: 0;
  }
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-brand {
  color: rgba(255, 255, 255, 0.94) !important;
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-icon-btn {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.32);
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-icon-btn:hover, body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-icon-btn:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.45);
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-icon-btn--user {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff !important;
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-user-toggle-avatar--letter {
  color: var(--pv-accent-hover);
  background: #fff;
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-header-search.is-open .pv-portal-header-search__form {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}
body.pv-home-cinema:not(.pv-nav-scrolled) .pv-portal-header-search.is-open .pv-portal-header-search__trigger {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}
body.pv-home-cinema.pv-nav-scrolled .pv-portal-navbar,
body.pv-home-cinema.pv-nav-scrolled .pv-portal-header .pv-portal-navbar.scrolled {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--pv-border);
}

.pv-home-banner.pv-home-hero:has(+ .pv-home-quick-nav--bar) .pv-hero-scroll {
  display: none;
}

@keyframes pv-hero-bob {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.75;
  }
  50% {
    transform: translateX(-50%) translateY(8px);
    opacity: 1;
  }
}
.pv-home-quick-nav.pv-home-quick-nav--bar {
  margin-top: 0;
  padding: 0;
  position: relative;
  z-index: 6;
  background: var(--pv-surface);
  border-bottom: 1px solid var(--pv-border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.pv-home-quick-nav.pv-home-quick-nav--bar .pv-home-quick-nav__item {
  min-height: 7.25rem;
  transition: background var(--pv-transition), color var(--pv-transition), box-shadow var(--pv-transition);
}
.pv-home-quick-nav.pv-home-quick-nav--bar .pv-home-quick-nav__item:hover, .pv-home-quick-nav.pv-home-quick-nav--bar .pv-home-quick-nav__item:focus-visible {
  color: var(--pv-accent-hover) !important;
  background: var(--pv-accent-soft);
  box-shadow: inset 0 -3px 0 var(--pv-accent);
}
@media (max-width: 767.98px) {
  .pv-home-quick-nav.pv-home-quick-nav--bar .col:nth-child(2n) .pv-home-quick-nav__item {
    border-right: none !important;
  }
}
@media (min-width: 768px) {
  .pv-home-quick-nav.pv-home-quick-nav--bar .col:last-child .pv-home-quick-nav__item {
    border-right: none !important;
  }
}
.pv-home-quick-nav.pv-home-quick-nav--bar .pv-home-quick-nav__icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.75rem;
  font-size: 1.65rem;
  background: linear-gradient(135deg, var(--pv-accent-soft) 0%, var(--pv-accent-muted) 100%);
  color: var(--pv-accent-hover);
}
.pv-home-quick-nav.pv-home-quick-nav--bar .pv-home-quick-nav__label {
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 600;
}

.pv-home-stats-band {
  background: linear-gradient(180deg, var(--pv-accent-soft) 0%, var(--pv-surface) 72%);
  color: var(--pv-text);
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-block: 1px solid var(--pv-border);
}
.pv-home-stats-band .pv-stat-counter {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 0.35rem;
  color: var(--pv-accent);
  font-variant-numeric: tabular-nums;
}

.pv-home-about .row > .col-lg-6 {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
}

.pv-home-about-visual {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: min(360px, 42vw);
  border-radius: calc(var(--pv-radius-lg) + 6px);
  overflow: hidden;
  background: var(--pv-surface-2);
  border: 1px solid var(--pv-border);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}
.pv-home-about-visual__img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.pv-home-about-visual__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.06) 55%, rgba(15, 23, 42, 0.28) 100%);
}
.pv-home-about-visual__inner {
  width: 100%;
  padding: 1.15rem 1.35rem 1.25rem;
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.pv-home-about-visual__quote {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 0.35rem;
  color: var(--pv-text);
}
.pv-home-about-visual__sub {
  margin: 0;
  color: var(--pv-text-muted);
  font-size: 0.95rem;
}

@media (min-width: 992px) {
  .pv-home-about .pv-home-about-actions,
  .pv-home-cinema .pv-home-about .pv-home-about-actions {
    margin-top: auto;
    padding-top: 0.25rem;
  }
}
.pv-home-cinema .pv-home-about-kicker {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.pv-home-cinema .pv-home-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}
.pv-home-cinema .pv-home-story-shell {
  position: relative;
  overflow: hidden;
}
.pv-home-cinema .pv-home-story-shell__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 70% at 0% 0%, rgba(37, 99, 235, 0.09) 0%, transparent 55%), linear-gradient(180deg, var(--pv-bg) 0%, var(--pv-surface) 100%);
  pointer-events: none;
}
.pv-home-cinema .pv-home-product-story .pv-product-hero__stats--inline {
  display: none;
}
.pv-home-cinema .pv-home-more--pill:hover {
  background: var(--pv-accent-muted);
}
.pv-home-cinema .pv-home-product {
  padding: 1.15rem;
}
.pv-home-cinema .pv-home-product-img {
  aspect-ratio: 4/3;
}
.pv-home-cinema .pv-home-product h3 {
  font-size: 1.12rem;
}
.pv-home-cinema .pv-product-app-card {
  padding: 1.35rem 1rem;
  min-height: 100%;
}
.pv-home-cinema .pv-product-app-card i {
  font-size: 2rem;
  margin-bottom: 0.65rem;
}
.pv-home-cinema .pv-product-strengths--rich .col-lg-2 {
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 768px) {
  .pv-home-cinema .pv-product-strengths--rich .col-lg-2 {
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .pv-home-cinema .pv-product-strengths--rich .col-lg-2 {
    width: 16.666667%;
  }
}
.pv-home-cinema .pv-product-cta-band {
  padding: 2rem 2.25rem;
  border-radius: calc(var(--pv-radius-lg) + 4px);
  background: linear-gradient(135deg, var(--pv-accent-soft) 0%, var(--pv-surface) 100%);
  border: 1px solid var(--pv-accent-muted);
}
.pv-home-cinema .pv-home-news-dl-panel {
  padding-left: 0;
  padding-right: 0;
}
.pv-home-cinema .pv-home-duo-panel {
  border-radius: calc(var(--pv-radius-lg) + 8px);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.1);
}
.pv-home-cinema .pv-home-news-lead {
  align-items: start;
  grid-template-columns: minmax(200px, 38%) 1fr;
}
@media (max-width: 991.98px) {
  .pv-home-cinema .pv-hero-phone {
    width: 100%;
    margin-left: 0;
    margin-top: 0.25rem;
  }
  .pv-home-cinema .pv-home-quick-nav--bar .pv-home-quick-nav__item {
    border-right: none;
    border-bottom: 1px solid var(--pv-border);
  }
}

.pv-home-more--pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  background: var(--pv-accent-soft);
  border: 1px solid var(--pv-accent-muted);
  color: var(--pv-accent);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: var(--pv-transition);
}
.pv-home-more--pill:hover {
  background: var(--pv-accent-muted);
  color: var(--pv-accent-hover);
  border-color: var(--pv-accent);
}

.pv-home-spotlight {
  padding: clamp(3rem, 5.5vw, 4.25rem) 0;
}
.pv-home-spotlight .pv-home-section-head--spotlight {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}
.pv-home-spotlight--alt {
  background: radial-gradient(ellipse 80% 55% at 50% 0%, rgba(37, 99, 235, 0.06) 0%, transparent 58%), var(--pv-bg);
}

@media (max-width: 991.98px) {
  .pv-home-about-visual {
    min-height: 260px;
  }
}
.pv-portal-site .pv-home-spotlight .pv-product-strength .card-body {
  min-height: 148px;
}

.pv-portal-site .pv-product-flow__steps--home .card {
  min-height: 168px;
}

.pv-home-story-section .pv-product-flow__steps .card {
  text-align: center;
}

.pv-product-app-card {
  transition: var(--pv-transition);
}

.pv-product-app-card:hover {
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: var(--pv-shadow-hover);
}

.pv-product-flow__steps {
  counter-reset: flow;
}

.pv-product-flow__num {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--pv-accent);
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
}

.pv-product-cta-band {
  background: linear-gradient(135deg, var(--pv-accent-soft) 0%, var(--pv-surface-2) 100%);
  color: var(--pv-text);
}
.pv-product-cta-band .h5 {
  color: var(--pv-text);
}
.pv-product-cta-band p {
  color: var(--pv-text-secondary);
}
.pv-product-cta-band.cta-section {
  text-align: left;
}

.pv-product-strengths--rich {
  padding: 1.5rem 0;
  border-top: 1px solid var(--pv-border);
}

.pv-product-strengths {
  padding: 1.25rem 0 0.5rem;
}

.pv-product-strength__icon {
  margin-bottom: 0;
}

.pv-home-about {
  position: relative;
  overflow: hidden;
}

.pv-home-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 50%, rgba(37, 99, 235, 0.05) 0%, transparent 45%);
  pointer-events: none;
}

.pv-home-about > .container {
  position: relative;
  z-index: 1;
}

.pv-home-banner {
  background: var(--pv-text);
}

.pv-home-banner .carousel-item {
  border-radius: 0;
}

.pv-home-banner--empty {
  background: var(--pv-surface-2);
  border-bottom: 1px solid var(--pv-border);
}

.pv-home-section-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pv-accent);
  margin-bottom: 0.35rem;
}

.pv-home-section-head__main {
  min-width: 0;
}

.pv-home-section-desc {
  font-size: 0.9rem;
  color: var(--pv-text-muted);
  margin: 0.4rem 0 0;
  max-width: 36rem;
  line-height: 1.6;
}

.pv-home-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.pv-home-section-head--left {
  flex-direction: column;
  align-items: flex-start;
}
.pv-home-section-head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
}
.pv-home-section-head--center .pv-home-section-head__main {
  max-width: 42rem;
}
.pv-home-section-head--center .pv-home-section-desc {
  margin-left: auto;
  margin-right: auto;
}
.pv-home-section-head--center .pv-home-more {
  margin-top: 0.85rem;
}
.pv-home-section-head--spotlight {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}
.pv-home-section-head h2,
.pv-home-section-head .pv-home-spotlight-title {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--pv-text);
}
.pv-home-section-head .pv-home-friends-hint {
  font-size: 0.82rem;
  font-weight: 400;
}

.pv-home-spotlight-title {
  margin-bottom: 0.5rem;
}

.pv-home-about-text {
  color: var(--pv-text-secondary);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.pv-home-about-aside {
  padding: 1.5rem 1.65rem;
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-lg);
  border-left: 4px solid var(--pv-accent);
  box-shadow: var(--pv-shadow);
}

.pv-home-about-aside-text {
  color: var(--pv-text-secondary);
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

.pv-home-about-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pv-home-about-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 8px;
  background: var(--pv-accent-soft);
  color: var(--pv-accent-hover);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: var(--pv-transition);
}

.pv-home-about-link:hover {
  background: var(--pv-accent-muted);
  color: var(--pv-accent-hover);
}

.pv-home-product-card {
  height: 100%;
  border-radius: var(--pv-radius);
  overflow: hidden;
}

.pv-home-duo-panel {
  box-shadow: 0 8px 28px rgba(60, 42, 32, 0.06);
}

.pv-home-duo-panel > .row {
  align-items: stretch;
}

.pv-home-duo-col {
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.5rem 1.5rem;
  min-height: 100%;
}

.pv-home-duo-col--download {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.07) 0%, var(--pv-bg) 55%);
  border-left: 1px solid var(--pv-border);
}

@media (max-width: 991.98px) {
  .pv-home-duo-col--download {
    border-left: none;
    border-top: 1px solid var(--pv-border);
  }
}
.pv-home-duo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-shrink: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--pv-border);
}

.pv-home-duo-head h2 {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  font-weight: 700;
  margin: 0;
  color: var(--pv-text);
  padding-left: 0;
  border-left: none;
}

.pv-home-duo-head .pv-home-section-label {
  margin-bottom: 0.2rem;
}

.pv-home-news-date {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  color: var(--pv-text-muted);
  line-height: 1.2;
}

.pv-home-news-date time {
  display: inline-block;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  background: var(--pv-surface-2);
  font-variant-numeric: tabular-nums;
}

.pv-home-news-excerpt {
  margin: 0;
  font-size: 0.86rem;
  color: var(--pv-text-muted);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pv-home-duo-read {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.75rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--pv-accent);
  text-decoration: none;
}

.pv-home-duo-read:hover {
  color: var(--pv-accent-hover, var(--pv-accent));
}

.pv-home-news-lead {
  margin-bottom: 0;
  border-bottom: 1px solid var(--pv-border);
  border-radius: var(--pv-radius);
}

.pv-home-news-lead-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-home-news-lead .card-title a:hover {
  color: var(--pv-accent);
}

.pv-home-news-lead .pv-home-news-excerpt {
  -webkit-line-clamp: 3;
}

.pv-home-news-media {
  flex: 1;
}

.pv-home-news-media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-home-news-media-body {
  min-width: 0;
}

.pv-home-news-media-body h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pv-home-news-media-body h4 a:hover {
  color: var(--pv-accent);
}

.pv-home-news-media-body .pv-home-news-excerpt {
  -webkit-line-clamp: 1;
  font-size: 0.8rem;
}

.pv-home-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pv-home-news-list li {
  display: flex;
  gap: 0.65rem;
  padding: 0.55rem 0;
  border-bottom: 1px dashed var(--pv-border);
  font-size: 0.9rem;
}

.pv-home-news-list time {
  flex-shrink: 0;
  width: 4.8rem;
  color: var(--pv-text-muted);
  font-size: 0.78rem;
}

.pv-home-news-list a {
  color: var(--pv-text-secondary);
  text-decoration: none;
}

.pv-home-news-list a:hover {
  color: var(--pv-accent);
}

.pv-home-video-card {
  height: 100%;
  transition: transform var(--pv-transition), box-shadow var(--pv-transition);
}

.pv-home-video-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--pv-shadow-hover) !important;
}

.pv-home-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-home-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: #fff;
  background: rgba(28, 25, 23, 0.25);
}

.pv-home-portal .pv-home-quick-nav.pv-home-quick-nav--bar {
  margin-top: 0;
  padding: 0;
}

.pv-home-portal .pv-home-section-head {
  margin-bottom: var(--pv-home-block-inner-gap);
}

.pv-home-portal .pv-home-section-head--center {
  margin-bottom: var(--pv-home-block-inner-gap);
}

.pv-home-portal .pv-home-section-label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  margin-bottom: 0.5rem;
}

.pv-home-portal .pv-home-section-head h2,
.pv-home-portal .pv-home-spotlight-title {
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.pv-home-portal .pv-home-section-desc {
  font-size: 1.05rem;
  margin-top: 0.65rem;
  max-width: 42rem;
  line-height: 1.7;
  color: var(--pv-text-muted);
}

.pv-home-portal .pv-home-section-head--center .pv-home-section-label::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  margin: 0.55rem auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--pv-accent) 0%, var(--pv-accent-muted) 100%);
}

.pv-home-portal .pv-home-about-aside {
  padding: 2.25rem 2.5rem;
}

.pv-home-portal .pv-home-about-aside-text {
  font-size: 1.08rem;
  line-height: 1.85;
}

.pv-home-portal .pv-product-strength .card-body {
  padding: 1.35rem 1rem !important;
}

.pv-home-portal .pv-product-strength__icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.pv-home-portal .pv-product-strength strong {
  font-size: 1rem;
}

.pv-home-portal .pv-home-duo-panel {
  border-radius: calc(var(--pv-radius-lg) + 6px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
}

.pv-home-portal .pv-home-duo-col {
  padding: 2rem 2.25rem 2.5rem;
}

.pv-home-portal .pv-home-news-lead {
  margin-bottom: 2rem;
}

.pv-home-portal .pv-home-news-lead .card-title {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.pv-home-portal .pv-home-news-excerpt {
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .pv-home-portal .pv-hero-slide {
    min-height: min(72vh, 560px);
  }
}
.pv-channel-banner {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--pv-border);
}
@media (min-width: 768px) {
  .pv-channel-banner {
    min-height: 200px;
  }
}
.pv-channel-banner-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02);
}
.pv-channel-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(42, 32, 28, 0.35) 0%, rgba(42, 32, 28, 0.55) 100%);
}
.pv-channel-banner-caption {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0 1.35rem;
  text-align: center;
  color: #fff;
}
.pv-channel-banner-title {
  margin: 0;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.pv-channel-banner-accent {
  display: block;
  width: 3rem;
  height: 4px;
  margin: 0.85rem auto 0;
  border-radius: 2px;
  background: var(--pv-accent);
}
.pv-channel-banner-desc {
  margin: 1rem auto 0;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.pv-channel-hero {
  padding: 2.5rem 0 1.75rem;
  background: var(--pv-surface);
  border-bottom: 1px solid var(--pv-border);
}
.pv-channel-hero--about {
  background: linear-gradient(180deg, var(--pv-surface) 0%, var(--pv-bg) 100%);
  border-bottom: none;
  padding-bottom: 2.25rem;
}
.pv-channel-hero--contact {
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 55%, #fff 100%);
}
.pv-channel-hero--product {
  background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
}
.pv-channel-hero-title {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.45rem;
  color: var(--pv-text);
  padding-left: 0.85rem;
  border-left: 4px solid var(--pv-accent);
}
.pv-channel-hero-desc {
  color: var(--pv-text-muted);
  max-width: 40rem;
  margin: 0;
  line-height: 1.65;
}

.pv-about-hero .pv-channel-hero-desc {
  max-width: 36rem;
}

.pv-channel-main .pagination-nav {
  margin-top: 2.25rem;
  padding-top: 1.35rem;
  border-top: 1px dashed var(--pv-border);
}

.pv-portal-site .pagination-nav .pagination {
  gap: 0.35rem;
  margin: 0;
}
.pv-portal-site .pagination-nav .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.65rem;
  font-size: 0.9375rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  color: var(--pv-text-secondary);
  border: 1px solid var(--pv-border);
  border-radius: 10px;
  background: var(--pv-surface);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.pv-portal-site .pagination-nav .page-link:hover {
  color: var(--pv-accent);
  border-color: var(--pv-accent-muted);
  background: var(--pv-bg);
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.12);
}
.pv-portal-site .pagination-nav .page-item.active .page-link {
  color: #fff;
  background: linear-gradient(145deg, var(--pv-accent) 0%, #1d4ed8 100%);
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.28);
}
.pv-portal-site .pagination-nav .page-item.disabled .page-link {
  opacity: 0.42;
  background: var(--pv-surface-2);
  box-shadow: none;
  pointer-events: none;
}

.pv-list-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.pv-list-news-item.card {
  background: var(--pv-surface);
  --bs-card-bg: var(--pv-surface);
  transition: border-color 0.2s ease;
}
.pv-list-news-item.card:hover {
  border-color: var(--pv-accent-muted) !important;
}
.pv-list-news-item.card:hover .pv-list-news-thumb img {
  transform: scale(1.03);
}
.pv-list-news-item.card .pv-list-news-thumb {
  display: block;
  overflow: hidden;
  background: var(--pv-surface-2);
  min-height: 100%;
}
.pv-list-news-item.card .pv-list-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.pv-list-news-item.card .pv-list-news-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 8rem;
  font-size: 2rem;
  color: var(--pv-accent-muted);
}
.pv-list-news-item.card .pv-list-news-body time {
  font-size: 0.78rem;
  color: var(--pv-text-muted);
  font-weight: 500;
}
.pv-list-news-item.card .pv-list-news-body h2,
.pv-list-news-item.card .pv-list-news-body .card-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0.3rem 0 0.45rem;
}
.pv-list-news-item.card .pv-list-news-body h2 a,
.pv-list-news-item.card .pv-list-news-body .card-title a {
  color: var(--pv-text);
  text-decoration: none;
}
.pv-list-news-item.card .pv-list-news-body h2 a:hover,
.pv-list-news-item.card .pv-list-news-body .card-title a:hover {
  color: var(--pv-accent);
}

.pv-media-card.card {
  background: var(--pv-surface);
  --bs-card-bg: var(--pv-surface);
  transition: var(--pv-transition);
}
.pv-media-card.card:hover {
  border-color: var(--pv-accent-muted) !important;
  box-shadow: var(--pv-shadow-hover) !important;
}
.pv-media-card.card .pv-media-card-thumb {
  position: relative;
  overflow: hidden;
  background: var(--pv-surface-2);
}
.pv-media-card.card .pv-media-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.pv-media-card.card:hover .pv-media-card-thumb img {
  transform: scale(1.04);
}

.pv-channel-video .pv-media-card.card .pv-media-card-thumb::after {
  content: "\f4f4";
  font-family: bootstrap-icons;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #fff;
  background: rgba(28, 25, 23, 0.28);
  transition: background 0.25s;
}
.pv-channel-video .pv-media-card.card:hover .pv-media-card-thumb::after {
  background: rgba(28, 25, 23, 0.38);
}

.pv-list-download-item.card {
  background: var(--pv-surface);
  --bs-card-bg: var(--pv-surface);
  border: 1px solid var(--pv-border, rgba(0, 0, 0, 0.08));
}
.pv-list-download-item.card:hover {
  border-color: var(--pv-accent-muted) !important;
  box-shadow: var(--pv-shadow-hover);
}
.pv-list-download-item.card:hover .pv-list-download-go {
  color: var(--pv-accent);
}
.pv-list-download-item.card .pv-list-download-item__link {
  min-height: 4.25rem;
}
.pv-list-download-item.card .pv-list-download-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 11px;
  background: var(--pv-accent-soft);
  color: var(--pv-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.pv-list-download-item.card .pv-list-download-text h2 {
  font-weight: 600;
  color: var(--pv-text);
}
.pv-list-download-item.card .pv-list-download-text p {
  color: var(--pv-text-muted);
}
.pv-list-download-item.card .pv-list-download-go {
  color: var(--pv-text-muted);
}
.pv-list-download-item.card .pv-list-download-thumb {
  width: 4.5rem;
  height: 3.25rem;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--pv-surface-2);
}
.pv-list-download-item.card .pv-list-download-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-portal-site:not(.pv-home-cinema) .pv-list-news-item.card .pv-list-news-body h2,
.pv-portal-site:not(.pv-home-cinema) .pv-list-news-item.card .pv-list-news-body .card-title {
  font-size: 1.25rem;
}

.pv-product-subnav--home.nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.15rem;
  margin: 1.15rem 0 0;
  padding: 0.2rem;
  max-width: 100%;
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-lg);
}

.pv-product-subnav--home .nav-link {
  padding: 0.55rem 1.1rem;
  border-radius: calc(var(--pv-radius-lg) - 2px);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--pv-text-secondary);
}
.pv-product-subnav--home .nav-link:hover {
  color: var(--pv-accent-hover);
  background: var(--pv-accent-soft);
}
.pv-product-subnav--home .nav-link.active {
  background: var(--pv-accent);
  color: #fff;
}

.pv-home-section-head--products {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  margin-bottom: var(--pv-home-block-inner-gap);
}

.pv-home-section-head--products .pv-home-section-head__main {
  padding-bottom: 0;
}

.pv-home-products-section .pv-home-section-head--products::after {
  content: none;
}

.pv-product-subnav-link--catalog {
  margin-left: auto;
  border: 1px dashed var(--pv-border);
}

.pv-product-search__input {
  max-width: 420px;
}

.pv-product-sidebar:not(.sidebar) {
  position: sticky;
  top: calc(var(--pv-header-h, 72px) + 1rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0;
  background: transparent;
  border: none;
}

.pv-product-sidebar-title {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pv-text-muted);
  margin-bottom: 0;
}

.pv-product-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.pv-product-sidebar-link {
  display: block;
  padding: 0.45rem 0.65rem;
  border-radius: var(--pv-radius);
  color: var(--pv-text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
}

.pv-product-sidebar-link.is-active {
  background: var(--pv-accent-soft);
  color: var(--pv-accent-hover);
}

.pv-product-sidebar--item:not(.sidebar) {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0;
  background: transparent;
  border: none;
  position: sticky;
  top: calc(var(--pv-header-h, 72px) + 1rem);
  align-self: flex-start;
}

.sidebar.pv-product-sidebar--item {
  align-self: flex-start;
}

.pv-product-sidebar--item .pv-product-sidebar-nav {
  padding: 0;
  background: transparent;
  border: none;
  margin-bottom: 0;
}

.pv-product-sidebar-block {
  padding: 0;
  background: transparent;
  border: none;
  margin-bottom: 0;
}

.pv-product-sidebar-block__title {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pv-text-muted);
  margin-bottom: 0.65rem;
}

.pv-product-sidebar-block__lead {
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--pv-text-secondary);
  margin-bottom: 0.65rem;
}

.pv-product-sidebar-consult__phone {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pv-accent-hover);
  text-decoration: none;
  margin-bottom: 0.75rem;
}

.pv-product-sidebar-consult__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pv-product-sidebar-pager {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pv-product-sidebar-pager__link {
  display: block;
  padding: 0.55rem 0.65rem;
  border-radius: var(--pv-radius);
  border: 1px solid var(--pv-border);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, background 0.15s;
}

.pv-product-sidebar-pager__link:hover {
  border-color: var(--pv-accent);
  background: var(--pv-accent-soft);
}

.pv-product-sidebar-pager__dir {
  display: block;
  font-size: 0.72rem;
  color: var(--pv-text-muted);
  margin-bottom: 0.15rem;
}

.pv-product-sidebar-pager__name {
  display: block;
  font-size: 0.88rem;
  line-height: 1.4;
}

.pv-product-sidebar-related {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pv-product-sidebar-related__link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem;
  border-radius: var(--pv-radius);
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  transition: border-color 0.15s, background 0.15s;
}

.pv-product-sidebar-related__link:hover {
  border-color: var(--pv-border);
  background: var(--pv-surface-2);
}

.pv-product-sidebar-related__thumb {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: var(--pv-radius);
  border: 1px solid var(--pv-border);
  background: #fff;
}

.pv-product-sidebar-related__thumb--ph {
  display: block;
  background: var(--pv-surface-2);
}

.pv-product-sidebar-related__meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.pv-product-sidebar-related__name {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pv-product-sidebar-related__code {
  font-size: 0.75rem;
  color: var(--pv-text-muted);
}

.pv-product-sidebar-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--pv-text-secondary);
}

.pv-product-sidebar-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
}

.pv-product-sidebar-contact li:last-child {
  margin-bottom: 0;
}

.pv-product-sidebar-contact--compact {
  margin-bottom: 0.75rem;
}

.pv-product-sidebar-contact--compact li {
  margin-bottom: 0.35rem;
}

.pv-product-sidebar-contact i {
  color: var(--pv-accent);
  margin-top: 0.15rem;
}

.card.pv-product-card--catalog {
  text-align: center;
  transition: background var(--pv-transition);
}
.card.pv-product-card--catalog:hover {
  background: var(--pv-surface-2);
}

.pv-product-card__name {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 0.35rem;
  color: var(--pv-text);
}

.pv-product-card__model {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--pv-text-muted);
}

.pv-product-page-head {
  padding: 1.75rem 0 1.25rem;
  background: var(--pv-surface);
  border-bottom: 1px solid var(--pv-border);
}

.pv-product-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: min(42vh, 360px);
  display: flex;
  align-items: flex-end;
}

.pv-product-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.pv-product-hero__bg--default {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 45%, #2563eb 100%);
}

.pv-product-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.82) 100%);
}

.pv-product-hero__inner {
  position: relative;
  z-index: 1;
  padding: 3rem 0 2.5rem;
}

.pv-product-hero__eyebrow {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 0.5rem;
}

.pv-product-hero__title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 0.75rem;
  max-width: 20ch;
}

.pv-product-hero__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  opacity: 0.92;
  max-width: 42rem;
  margin-bottom: 1.25rem;
}

.pv-product-hero__lead p:last-child {
  margin-bottom: 0;
}

.pv-product-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pv-product-hero__stats li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.pv-product-hero__stats strong {
  font-size: 1.25rem;
  font-weight: 700;
}

.pv-product-hero__stats span {
  font-size: 0.8125rem;
  opacity: 0.8;
}

.pv-product-hero__stats--inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: var(--pv-radius-lg);
  background: var(--pv-surface-2);
  border: 1px solid var(--pv-border);
}

@media (min-width: 768px) {
  .pv-product-hero__stats--inline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.pv-product-hero__stats--inline li {
  text-align: center;
}

.pv-product-hero__stats--inline strong {
  font-size: 1.35rem;
  color: var(--pv-accent);
}

.pv-product-hero__stats--inline span {
  opacity: 1;
  color: var(--pv-text-muted);
}

.pv-product-section-title {
  font-weight: 700;
  color: var(--pv-text);
  position: relative;
  padding-bottom: 0.5rem;
}

.pv-product-section-title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  background: var(--pv-accent);
  border-radius: 2px;
  margin-top: 0.35rem;
}

.pv-home-story-section .pv-product-section-title::after {
  margin-left: auto;
  margin-right: auto;
}

.pv-product-narrative p {
  line-height: 1.75;
  color: var(--pv-text-secondary);
}

.pv-product-checklist {
  list-style: none;
  padding: 1rem 1.1rem;
  margin: 0;
  background: var(--pv-surface-2);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-lg);
}

.pv-product-checklist li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--pv-text-secondary);
}

.pv-product-checklist li:last-child {
  margin-bottom: 0;
}

.pv-product-checklist li::before {
  content: "\f26b";
  font-family: bootstrap-icons;
  position: absolute;
  left: 0;
  color: var(--pv-accent);
  font-size: 0.85rem;
}

.pv-product-highlight-box {
  padding: 1.25rem;
  background: var(--pv-accent-soft);
  border-radius: var(--pv-radius-lg);
  border: 1px solid rgba(37, 99, 235, 0.15);
}

.pv-product-highlight-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  color: var(--pv-accent-hover);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
}

.pv-product-highlight-link:last-child {
  border-bottom: 0;
}

.pv-product-card__excerpt {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--pv-text-muted);
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pv-product-card--catalog .pv-product-card__body {
  text-align: center;
}

.pv-product-card--catalog .pv-product-card__excerpt {
  text-align: left;
}

.pv-product-page-head__title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  font-weight: 700;
  margin: 0;
}

.pv-product-page-head__desc {
  margin: 0.5rem 0 0;
  color: var(--pv-text-secondary);
  max-width: 48rem;
}

.pv-product-filter-panel {
  border: none;
  border-radius: var(--pv-radius-lg);
  padding: 0.65rem 0.85rem;
  background: var(--pv-surface-2);
}

.pv-product-filter-panel__summary {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--pv-text-secondary);
}

.pv-product-search__input--sidebar {
  max-width: none;
}

.pv-product-filter-board.card {
  overflow: visible;
}

.pv-product-filter-board:not(.card) {
  background: var(--pv-surface);
  border: none;
  border-radius: var(--pv-radius-lg);
  overflow: visible;
}

.pv-product-filters,
.pv-product-filter-board__rows {
  overflow: visible;
}

.pv-product-filter-board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--pv-border-hairline);
}

.pv-product-filter-board__title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pv-text-muted);
}

.pv-product-filter-board__head-start {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  flex: 1;
  min-width: 0;
}

.pv-product-filter-board__hint {
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--pv-text-muted);
  line-height: 1.5;
}
.pv-product-filter-board__hint p {
  margin: 0;
}
.pv-product-filter-board__hint .btn,
.pv-product-filter-board__hint .pv-portal-kicker,
.pv-product-filter-board__hint .section-label {
  display: none;
}
.pv-product-filter-board__hint h1,
.pv-product-filter-board__hint .page-title,
.pv-product-filter-board__hint .pv-channel-hero-title {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.pv-product-filter-row--many .pv-product-filter-row__opts {
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
}

.pv-product-filter-search {
  max-width: 12rem;
  flex: 0 1 12rem;
}

.pv-product-filter-row__scroll {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  flex: 1 1 100%;
  width: 100%;
  min-width: 0;
  max-height: none;
  overflow: visible;
}

.pv-product-filter-count {
  opacity: 0.65;
  font-size: 0.875em;
}

.pv-product-filter-row {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr);
  align-items: start;
  column-gap: 1rem;
  row-gap: 0.35rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--pv-border-hairline);
}

.pv-product-filter-row:last-child {
  border-bottom: none;
}

.pv-product-filter-row__label {
  margin: 0;
  padding-top: 0.1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--pv-text);
  line-height: 1.6;
  white-space: nowrap;
}

.pv-product-filter-row__opts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1rem;
  min-width: 0;
}

@media (max-width: 575.98px) {
  .pv-product-filter-row {
    grid-template-columns: 1fr;
  }
}
.pv-product-filter-link {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 0.9375rem;
  color: var(--pv-text-secondary);
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.15s ease;
}

.pv-product-filter-link.is-active {
  color: var(--pv-accent);
}

.pv-product-filter-link.is-active {
  font-weight: 600;
}

.pv-product-filters--sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.pv-product-filter-group {
  border: none;
  border-radius: var(--pv-radius-lg);
  background: var(--pv-surface-2);
  overflow: hidden;
}

.pv-product-filter-group[open] {
  background: var(--pv-surface);
}

.pv-product-filter-group__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pv-text);
  cursor: pointer;
  list-style: none;
}

.pv-product-filter-group__summary::-webkit-details-marker {
  display: none;
}

.pv-product-filter-group__summary::after {
  content: "\f282";
  font-family: bootstrap-icons;
  font-size: 0.75rem;
  color: var(--pv-text-muted);
  transition: transform 0.2s ease;
}

.pv-product-filter-group[open] .pv-product-filter-group__summary::after {
  transform: rotate(180deg);
}

.pv-product-filter-group__current {
  margin-left: auto;
  margin-right: 0.35rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--pv-accent);
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pv-product-card__media {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--pv-surface-2);
}

.pv-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.card.pv-product-card--catalog:hover .pv-product-card__media img {
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .pv-product-card__media img {
    transition: none;
  }
  .card.pv-product-card--catalog:hover .pv-product-card__media img {
    transform: none;
  }
}
.pv-product-card__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--pv-text-muted);
  font-size: 2rem;
}

.pv-product-card__body {
  padding: 1rem;
}

.pv-product-card__cta {
  color: var(--pv-accent);
  text-decoration: none;
}

.pv-home-product-story-block .pv-product-hero__stats--inline {
  padding: 1.15rem 1.25rem;
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-lg);
  box-shadow: var(--pv-shadow);
}

.pv-home-portal .pv-home-product-story-block .pv-product-hero__stats--inline {
  padding: 1.75rem 2rem;
  margin-top: 0.5rem;
}

.pv-home-portal .pv-product-hero__stats--inline strong {
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
}

.pv-home-portal .pv-product-hero__stats--inline span {
  font-size: 0.92rem;
}

.pv-portal-site.pv-channel-product:not(.pv-home-cinema) main.pv-channel-main.pv-product-hub {
  padding-top: 1rem;
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.pv-portal-site:not(.pv-home-cinema) .card.pv-product-card--catalog {
  border-radius: var(--pv-radius);
  transition: border-color 0.2s ease;
}

.pv-portal-site:not(.pv-home-cinema) .card.pv-product-card--catalog:hover {
  transform: none;
  border-color: var(--pv-accent-muted);
}

.pv-portal-site:not(.pv-home-cinema) .pv-product-hero {
  min-height: clamp(340px, 44vw, 520px);
}

.pv-portal-site:not(.pv-home-cinema) .pv-product-hero__title {
  font-size: clamp(2.1rem, 4.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pv-contact-page {
  --pv-contact-gap: clamp(2.5rem, 5vw, 3.75rem);
  --pv-contact-block-gap: clamp(1.1rem, 2.2vw, 1.5rem);
  --pv-contact-line: var(--pv-border-hairline);
  --pv-contact-card-shadow: 0 8px 32px rgba(15, 23, 42, 0.05);
  --pv-contact-radius: 8px;
}
.pv-contact-page .pv-channel-hero--contact {
  padding: clamp(3.25rem, 6.5vw, 4.75rem) 0 clamp(2.25rem, 4.5vw, 3.25rem);
  border-bottom: none;
  background: linear-gradient(145deg, #dbeafe 0%, #eff6ff 28%, #f8fafc 62%, #fff 100%);
}
.pv-contact-page .pv-portal-hero--center {
  text-align: center;
}
.pv-contact-page .pv-portal-hero--center .container {
  max-width: 52rem;
}
.pv-contact-page .pv-portal-hero--center .pv-channel-hero-title {
  padding-left: 0;
  border-left: none;
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}
.pv-contact-page .pv-portal-hero--center .pv-channel-hero-desc {
  margin-inline: auto;
  max-width: 38rem;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.75;
  color: var(--pv-text-secondary);
}
.pv-contact-page .pv-contact-channel,
.pv-contact-page .pv-contact-form-panel,
.pv-contact-page .pv-contact-aside-card,
.pv-contact-page .pv-contact-office-tile,
.pv-contact-page .pv-contact-block--map {
  border: 1px solid var(--pv-contact-line);
  border-radius: var(--pv-contact-radius);
  box-shadow: var(--pv-contact-card-shadow);
}
.pv-contact-page .pv-channel-main {
  padding-top: clamp(2rem, 4vw, 2.75rem);
  padding-bottom: clamp(2.75rem, 5vw, 4rem);
}
.pv-contact-page .pv-channel-main > .container {
  display: flex;
  flex-direction: column;
  gap: var(--pv-contact-gap);
  max-width: var(--pv-container-max);
}

.pv-contact-container {
  display: flex;
  flex-direction: column;
  gap: var(--pv-contact-gap);
  max-width: var(--pv-container-max);
}

.pv-contact-block {
  margin: 0;
}
.pv-contact-block__head {
  margin-bottom: var(--pv-contact-block-gap);
  max-width: 44rem;
}
.pv-contact-block__kicker {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pv-accent);
}
.pv-contact-block__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--pv-text);
}
.pv-contact-block__desc {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(0.98rem, 1.4vw, 1.0625rem);
  line-height: 1.7;
  color: var(--pv-text-muted);
}
.pv-contact-block__head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  max-width: none;
}
.pv-contact-block--map.pv-site-map-section {
  margin: 0;
}

.pv-contact-intro .lead {
  margin: 0;
  padding: 1.35rem 1.65rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--pv-text-secondary);
  border-radius: var(--pv-contact-radius, var(--pv-radius-lg));
  border: 1px solid var(--pv-contact-line, var(--pv-border-hairline));
  border-left: 4px solid var(--pv-accent);
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.05) 0%, var(--pv-surface) 58%);
}
.pv-contact-intro .lead a {
  color: var(--pv-accent);
  font-weight: 600;
  text-decoration: none;
}
.pv-contact-intro .lead a:hover {
  text-decoration: underline;
}

.pv-contact-office-tile {
  transition: border-color var(--pv-transition), box-shadow var(--pv-transition), transform var(--pv-transition);
}
.pv-contact-office-tile:hover {
  border-color: var(--pv-accent-muted);
  box-shadow: 0 12px 36px rgba(37, 99, 235, 0.1);
  transform: translateY(-3px);
}
.pv-contact-office-tile .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 7.5rem;
  padding: 1.35rem 1.4rem;
}
.pv-contact-office-tile__region {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 2.5rem;
  padding: 0.2rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--pv-accent);
  background: var(--pv-accent-soft);
  border-radius: 999px;
}
.pv-contact-office-tile__name {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--pv-text);
}
.pv-contact-office-tile__cities {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--pv-text-muted);
}

.pv-contact-office-note {
  margin: 1.1rem 0 0;
  max-width: 42rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--pv-text-muted);
}

.pv-contact-channel {
  transition: border-color var(--pv-transition), box-shadow var(--pv-transition), transform var(--pv-transition);
}
.pv-contact-channel .card-body {
  min-height: 6.5rem;
  padding: 1.5rem 1.65rem;
}
.pv-contact-channel:hover {
  border-color: var(--pv-accent-muted);
  box-shadow: 0 14px 40px rgba(37, 99, 235, 0.12);
  transform: translateY(-4px);
  color: inherit;
}
.pv-contact-channel:hover .pv-contact-channel__value {
  color: var(--pv-accent);
}
.pv-contact-channel--static {
  cursor: default;
}
.pv-contact-channel--static:hover {
  border-color: var(--pv-contact-line, var(--pv-border-hairline));
  box-shadow: var(--pv-contact-card-shadow, 0 8px 32px rgba(15, 23, 42, 0.05));
  transform: none;
}
.pv-contact-channel__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.35rem;
  color: var(--pv-accent);
  background: var(--pv-accent-soft);
  border-radius: var(--pv-contact-radius, var(--pv-radius-lg));
}
.pv-contact-channel__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.pv-contact-channel__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pv-text-muted);
}
.pv-contact-channel__value {
  display: block;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--pv-text);
  overflow-wrap: anywhere;
}

.pv-contact-block--main > .row {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 1.25rem;
}

.pv-contact-layout__form,
.pv-contact-layout__aside {
  display: flex;
  flex-direction: column;
}

.pv-contact-aside-stack {
  gap: 1.25rem !important;
}

@media (min-width: 992px) {
  .pv-contact-layout__aside {
    position: sticky;
    top: 5.5rem;
  }
}

.pv-contact-form__grid .pv-form-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem 1.35rem;
  margin: 0;
}
@media (min-width: 768px) {
  .pv-contact-form__grid .pv-form-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.pv-contact-form__grid .pv-form-inner .pv-form-field[data-field-type=textarea] {
  grid-column: 1/-1;
  margin-top: 0.25rem;
}
.pv-contact-form__grid .pv-form-inner .pv-form-actions {
  grid-column: 1/-1;
  margin-top: 0.5rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--pv-contact-line, var(--pv-border-hairline));
}

.pv-contact-form-panel {
  height: 100%;
}
.pv-contact-form-panel .card-body {
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.1rem);
}
.pv-contact-form-panel .pv-form-field {
  margin-bottom: 0 !important;
  min-width: 0;
}
.pv-contact-form-panel .form-label {
  margin-bottom: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pv-text-secondary);
}
.pv-contact-form-panel .form-control,
.pv-contact-form-panel .form-select {
  min-height: 2.85rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 1rem;
  border-color: var(--pv-contact-line, var(--pv-border-hairline));
  background-color: var(--pv-surface);
  border-radius: var(--pv-contact-radius, var(--pv-radius));
  box-shadow: none;
}
.pv-contact-form-panel .form-control:focus,
.pv-contact-form-panel .form-select:focus {
  border-color: var(--pv-accent-muted);
  background-color: var(--pv-surface);
  box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), 0.1);
}
.pv-contact-form-panel textarea.form-control {
  min-height: 7.5rem;
  resize: vertical;
}
.pv-contact-form-panel .pv-form-actions {
  margin: 0;
  padding-top: 0;
  justify-content: flex-start;
}
.pv-contact-form-panel .pv-form-actions .btn-primary {
  min-width: 10rem;
  padding: 0.7rem 2.25rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: var(--pv-contact-radius, var(--pv-radius));
}
.pv-contact-form-panel .pv-form-msg {
  margin: 0.85rem 0 0;
}

.pv-contact-aside-card__section {
  padding: 1.35rem 1.5rem;
}
.pv-contact-aside-card__section + .pv-contact-aside-card__section {
  border-top: 1px solid var(--pv-contact-line, var(--pv-border-hairline));
}
.pv-contact-aside-card__section--dark {
  color: #fff;
  background: linear-gradient(155deg, #0f172a 0%, #1e3a5f 55%, #1e293b 100%);
  border-top-color: rgba(255, 255, 255, 0.08);
}
.pv-contact-aside-card__section--dark .pv-contact-aside-card__title {
  color: rgba(255, 255, 255, 0.55);
}
.pv-contact-aside-card__section:not(.pv-contact-aside-card__section--dark) .pv-contact-info-list li + li {
  border-top-color: var(--pv-contact-line, var(--pv-border-hairline));
}
.pv-contact-aside-card__section:not(.pv-contact-aside-card__section--dark) .pv-contact-info-list i {
  color: var(--pv-accent);
  background: #eff6ff;
}
.pv-contact-aside-card__section:not(.pv-contact-aside-card__section--dark) .pv-contact-info-list strong {
  color: var(--pv-text-muted);
}
.pv-contact-aside-card__section:not(.pv-contact-aside-card__section--dark) .pv-contact-info-list p {
  color: var(--pv-text-secondary);
}
.pv-contact-aside-card__section:not(.pv-contact-aside-card__section--dark) .pv-contact-info-list a {
  color: var(--pv-accent);
}
.pv-contact-aside-card__title {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pv-text-muted);
}

.pv-contact-services__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pv-contact-service {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.85rem 0;
}
.pv-contact-service:first-child {
  padding-top: 0;
}
.pv-contact-service:last-child {
  padding-bottom: 0;
}
.pv-contact-service + .pv-contact-service {
  border-top: 1px solid var(--pv-contact-line, var(--pv-border-hairline));
}
.pv-contact-service__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  font-size: 1.1rem;
  color: var(--pv-accent);
  background: var(--pv-surface-2);
  border: 1px solid var(--pv-contact-line, var(--pv-border-hairline));
  border-radius: var(--pv-contact-radius, var(--pv-radius));
}
.pv-contact-service strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
  font-weight: 700;
}
.pv-contact-service p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--pv-text-muted);
}

.pv-contact-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pv-contact-info-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.75rem 0;
}
.pv-contact-info-list li:first-child {
  padding-top: 0;
}
.pv-contact-info-list li:last-child {
  padding-bottom: 0;
}
.pv-contact-info-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pv-contact-info-list i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  font-size: 1rem;
  color: #93c5fd;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.pv-contact-info-list strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.pv-contact-info-list p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #fff;
}
.pv-contact-info-list a {
  font-weight: 600;
  color: #bfdbfe;
  text-decoration: none;
}
.pv-contact-info-list a:hover {
  text-decoration: underline;
}

.pv-contact-map {
  overflow: hidden;
  background: #e2e8f0;
  border: 1px solid var(--pv-contact-line, var(--pv-border-hairline));
  border-radius: var(--pv-contact-radius, var(--pv-radius-lg));
}
.pv-contact-map iframe {
  display: block;
  width: 100%;
  min-height: 380px;
  border: 0;
}

.pv-contact-map-note {
  margin: 0.85rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--pv-text-muted);
}

.pv-contact-form-card .pv-form-field {
  margin-bottom: 0;
}

.pv-about-list {
  list-style: none;
  padding: 0;
}

.pv-about-list li {
  padding: 0.35rem 0;
  color: var(--pv-text-secondary);
}

.pv-about-list i {
  color: var(--pv-accent);
  margin-right: 0.35rem;
}

.pv-about-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.pv-about-stat .pv-stat-counter {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pv-accent);
}

.pv-about-hero-img {
  width: 100%;
  height: auto;
  border-radius: var(--pv-radius-lg);
  box-shadow: var(--pv-shadow-hover);
  object-fit: cover;
  transform: translateY(var(--pv-hero-parallax, 0));
  transition: transform 0.12s linear;
  will-change: transform;
}

.pv-about-visual img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: var(--pv-radius);
  border: 1px solid var(--pv-border);
}

.pv-about-cta {
  margin-top: var(--pv-about-y-gap);
  padding: var(--pv-about-y-gap) 0 clamp(1.5rem, 3vw, 2rem);
  border-top: none;
}

.pv-about-info-card {
  padding: 1.35rem 1.5rem;
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-lg);
  border-top: 3px solid var(--pv-accent);
  box-shadow: var(--pv-shadow);
}

.pv-channel-main:has(.pv-about-body),
.pv-about-body {
  --pv-about-y-gap: clamp(2rem, 4vw, 2.75rem);
}

.pv-about-body {
  --pv-about-block-gap: var(--pv-about-y-gap);
}

.pv-about-section {
  padding: 0;
}

.pv-about-body .pv-about-section + .pv-about-section {
  border-top: none;
}

.pv-about-section--intro {
  padding: 0;
}

.pv-about-section--intro + .pv-about-section--cap {
  border-top: none;
  padding-top: 0;
}

.pv-about-section--cap {
  background: transparent;
  padding: 0;
}

.pv-about-section--cap + .pv-about-section--history {
  margin-top: var(--pv-about-y-gap);
}

.pv-about-section--cap > .pv-about-section__title--center {
  margin-top: 0;
  margin-bottom: var(--pv-about-block-gap);
}

.pv-about-section--history {
  padding: var(--pv-about-y-gap) clamp(1.25rem, 3vw, 2rem);
  margin-bottom: 0;
  border-radius: var(--pv-radius-lg);
  background: radial-gradient(ellipse 120% 80% at 50% 100%, rgba(148, 163, 184, 0.18) 0%, transparent 55%), radial-gradient(ellipse 90% 60% at 20% 40%, rgba(203, 213, 225, 0.35) 0%, transparent 50%), radial-gradient(ellipse 70% 50% at 80% 30%, rgba(226, 232, 240, 0.5) 0%, transparent 45%), linear-gradient(180deg, #f1f5f9 0%, #eef2f7 45%, #f8fafc 100%);
  border: 1px solid var(--pv-surface-2);
  overflow: visible;
}

.pv-about-section--history > .pv-about-section__title {
  margin-bottom: 0.5rem;
}

.pv-about-section__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.35rem;
  padding: 0 0 0 0.1rem;
  border: none;
  font-size: clamp(1.38rem, 2.3vw, 1.82rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: var(--pv-text);
}

.pv-about-section__title::before {
  content: "";
  width: 3px;
  height: 1.1em;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pv-accent) 0%, rgba(var(--bs-primary-rgb), 0.5) 100%);
  flex-shrink: 0;
}

.pv-about-section__title--center {
  justify-content: center;
  padding-left: 0;
  padding-bottom: 0.85rem;
  margin-bottom: 1rem;
  text-align: center;
}

.pv-about-section__title--center::before {
  display: none;
}

.pv-about-section__title--center::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.6rem;
  transform: translateX(-50%);
  width: 2.75rem;
  height: 3px;
  border-radius: 999px;
  background: var(--pv-accent);
  opacity: 0.88;
}

.pv-about-body h2:not(.pv-about-section__title):not(.pv-about-cert-inline__title):not(.pv-about-timeline__title) {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 1.35rem;
  padding: 0 0 0.85rem;
  border: none;
  font-size: clamp(1.38rem, 2.3vw, 1.82rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-align: center;
  color: var(--pv-text);
}

.pv-about-body h2:not(.pv-about-section__title):not(.pv-about-cert-inline__title):not(.pv-about-timeline__title)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2.75rem;
  height: 3px;
  border-radius: 999px;
  background: var(--pv-accent);
  opacity: 0.88;
}

.pv-about-section--cert .pv-about-section__title--center {
  margin-bottom: 1.25rem;
}

.pv-about-culture .pv-about-section__title--center {
  margin-bottom: 1rem;
}

.pv-about-float-nav {
  display: none;
  position: fixed;
  right: clamp(0.55rem, 1.2vw, 1rem);
  top: 50%;
  z-index: 40;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.45rem 0.35rem;
  border: 1px solid var(--pv-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 1200px) {
  .pv-about-float-nav {
    display: flex;
  }
}
.pv-about-float-nav a {
  display: block;
  min-width: 2rem;
  padding: 0.35rem 0.45rem;
  border-radius: 999px;
  color: var(--pv-text-secondary);
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  transition: color var(--pv-transition), background var(--pv-transition);
}

.pv-about-float-nav a:hover,
.pv-about-float-nav a.is-active {
  color: var(--pv-accent);
  background: rgba(var(--bs-primary-rgb), 0.08);
}

.pv-about-float-nav a.is-active {
  box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.22);
}

.pv-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
  gap: 1.5rem 2.25rem;
  align-items: stretch;
  margin-bottom: 0;
}

.pv-about-intro__media {
  display: flex;
  margin: 0;
  min-height: 100%;
  height: 100%;
  border-radius: var(--pv-radius-lg);
  overflow: hidden;
  border: 1px solid var(--pv-border);
  box-shadow: var(--pv-shadow);
}

.pv-about-intro__media img {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767.98px) {
  .pv-about-intro {
    grid-template-columns: 1fr;
  }
  .pv-about-intro__media {
    min-height: 12rem;
    height: auto;
  }
  .pv-about-intro__media img {
    min-height: 12rem;
    max-height: 14rem;
  }
}
.pv-about-intro__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  min-height: 100%;
  height: 100%;
  border-radius: var(--pv-radius-lg);
  border: 1px solid var(--pv-border);
  overflow: hidden;
  background: var(--pv-surface);
  box-shadow: var(--pv-shadow);
}

.pv-about-lead {
  flex: 0 0 auto;
  padding: 1.5rem 1.55rem 1.25rem;
  margin: 0;
  border: none;
  border-radius: 0;
  border-left: 4px solid var(--pv-accent);
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.06) 0%, rgba(255, 255, 255, 0.98) 55%);
}

.pv-about-cert-inline {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.35rem 1.25rem 1.25rem;
  margin: 0;
  border: none;
  border-radius: 0;
  background: var(--pv-surface-2);
}

.pv-about-cert-inline .pv-about-cert-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.6rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .pv-about-cert-inline .pv-about-cert-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.pv-about-cert-inline .pv-about-cert-badges li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.5rem 0.65rem;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.35;
}

.pv-about-lead .lead {
  margin-bottom: 0.85rem;
}

.pv-about-body .lead {
  font-size: 1.12rem;
  line-height: 1.8;
  color: var(--pv-text);
}

.pv-about-section--intro .pv-about-vision-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  width: 100vw;
  max-width: 100vw;
  margin: var(--pv-about-y-gap) calc(50% - 50vw) var(--pv-about-y-gap);
  padding: var(--pv-about-y-gap) clamp(1.25rem, 4vw, 3rem);
  background: linear-gradient(180deg, var(--pv-surface-2) 0%, var(--pv-bg) 100%);
}

@media (min-width: 768px) {
  .pv-about-section--intro .pv-about-vision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem 1.5rem;
  }
}
.pv-about-vision-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 9.5rem;
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: var(--pv-radius-lg);
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.pv-about-vision-card:hover {
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.1);
  transform: translateY(-2px);
}

.pv-about-vision-card__label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--pv-accent);
}

.pv-about-vision-card p {
  margin: 0 auto;
  max-width: 18rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--pv-text-secondary);
}

.pv-about-body h3.h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.pv-about-cap-card {
  height: 100%;
  padding: 1.25rem 1.2rem 1.15rem;
  border-radius: var(--pv-radius-lg);
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  transition: border-color var(--pv-transition), box-shadow var(--pv-transition), transform var(--pv-transition);
}

.pv-about-cap-card:hover {
  border-color: rgba(var(--bs-primary-rgb), 0.35);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transform: translateY(-2px);
}

.pv-about-cap-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--pv-accent);
  font-size: 1.15rem;
}

.pv-about-cap-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--pv-text-secondary);
}

.pv-about-timeline {
  margin: 0.5rem 0 0;
}

.pv-about-timeline__subtitle {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 0.88rem;
  color: var(--pv-text-muted);
}

.pv-about-timeline__stage {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.pv-about-timeline__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid var(--pv-border);
  border-radius: 999px;
  background: var(--pv-surface);
  color: var(--pv-text-secondary);
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color var(--pv-transition), color var(--pv-transition), background var(--pv-transition), opacity var(--pv-transition);
}

.pv-about-timeline__btn--float {
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.pv-about-timeline__btn:hover:not(:disabled) {
  border-color: var(--pv-accent);
  color: var(--pv-accent);
  background: rgba(var(--bs-primary-rgb), 0.06);
}

.pv-about-timeline__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.pv-about-timeline__viewport {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.35rem 0 0.75rem;
}

.pv-about-timeline__viewport::-webkit-scrollbar {
  display: none;
}

.pv-about-timeline__viewport:focus-visible {
  outline: 2px solid rgba(var(--bs-primary-rgb), 0.45);
  outline-offset: 4px;
  border-radius: var(--pv-radius);
}

.pv-about-timeline__track {
  display: flex;
  align-items: stretch;
  position: relative;
  width: max-content;
  min-width: 100%;
  min-height: 15.5rem;
  padding: 0 0.35rem;
}

.pv-about-timeline__wave {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4.25rem;
  color: #94a3b8;
  pointer-events: none;
  z-index: 0;
}

.pv-about-timeline__node {
  position: relative;
  z-index: 1;
  flex: 0 0 min(72vw, 12.75rem);
  display: grid;
  grid-template-rows: minmax(5.25rem, 1fr) auto minmax(5.25rem, 1fr);
  align-items: stretch;
  scroll-snap-align: center;
  padding: 0 0.35rem;
}

.pv-about-timeline__slot--above {
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0.15rem 0.35rem;
}

.pv-about-timeline__slot--below {
  grid-row: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0.35rem 0.15rem 0;
}

.pv-about-timeline__node--top .pv-about-timeline__slot--below,
.pv-about-timeline__node--bottom .pv-about-timeline__slot--above {
  visibility: hidden;
  padding: 0;
  min-height: 0;
}

.pv-about-timeline__slot--above:not([aria-hidden=true])::after,
.pv-about-timeline__slot--below:not([aria-hidden=true])::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.75rem;
  margin: 0 auto;
  background: linear-gradient(180deg, #cbd5e1, #94a3b8);
  flex-shrink: 0;
}

.pv-about-timeline__slot--above:not([aria-hidden=true])::after {
  margin-top: 0.35rem;
}

.pv-about-timeline__slot--below:not([aria-hidden=true])::before {
  margin-bottom: 0.35rem;
}

.pv-about-timeline__axis {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  z-index: 2;
}

.pv-about-timeline__node--top .pv-about-timeline__axis {
  flex-direction: column-reverse;
}

.pv-about-timeline__content {
  max-width: 12.5rem;
  text-align: center;
}

.pv-about-timeline__title {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--pv-text);
}

.pv-about-body .pv-about-timeline .pv-about-timeline__title {
  margin: 0 0 0.35rem;
}

.pv-about-timeline__desc {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--pv-text-secondary);
}

.pv-about-timeline-year {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--pv-accent);
  line-height: 1.2;
}

.pv-about-timeline__dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--pv-accent);
  box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), 0.18);
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .pv-about-timeline__node {
    flex-basis: 12.5rem;
  }
  .pv-about-timeline__track {
    min-height: 16.5rem;
  }
}
@media (max-width: 575.98px) {
  .pv-about-timeline__btn--float {
    width: 2rem;
    height: 2rem;
    font-size: 0.85rem;
  }
}
.pv-about-section--cert {
  text-align: center;
  padding-bottom: 0;
}

.pv-about-cert-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.65rem;
  list-style: none;
  padding: 0;
  margin: 0 auto 1.75rem;
  max-width: 52rem;
}

.pv-about-cert-badges--center {
  justify-content: center;
}

.pv-about-cert-badges li {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--pv-text-secondary);
  background: var(--pv-bg);
  border: 1px solid var(--pv-border);
}

.pv-about-culture {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: var(--pv-about-y-gap);
  padding: var(--pv-about-y-gap) clamp(1.25rem, 4vw, 3rem);
  border-radius: 0;
  border: none;
  background: linear-gradient(180deg, var(--pv-surface) 0%, var(--pv-surface-2) 55%, var(--pv-bg) 100%);
  box-shadow: none;
}

.pv-about-culture__row {
  display: grid;
  grid-template-columns: minmax(280px, 44%) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.75rem);
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}

.pv-about-culture__media {
  margin: 0;
  min-width: 0;
}

.pv-about-culture__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 14rem;
  max-height: 22rem;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center 35%;
  border-radius: var(--pv-radius-lg);
  border: 1px solid var(--pv-border);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.pv-about-culture__media figcaption {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--pv-text-muted);
  text-align: left;
}

.pv-about-culture__text {
  text-align: left;
  color: var(--pv-text-secondary);
  font-size: 1rem;
  line-height: 1.9;
  min-width: 0;
}

.pv-about-culture .pv-about-section__title--center {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.35rem;
}

@media (max-width: 767.98px) {
  .pv-about-culture__row {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .pv-about-culture__media img {
    min-height: 10rem;
    max-height: 14rem;
  }
}
.pv-about-culture__text p {
  margin-bottom: 1rem;
}

.pv-about-culture__text p:last-child {
  margin-bottom: 0;
}

.pv-about-culture__contact {
  font-size: 0.92rem;
  color: var(--pv-text-muted);
}

.pv-about-culture__text a {
  font-weight: 600;
  text-decoration: none;
}

.pv-about-culture__text a:hover {
  text-decoration: underline;
}

.pv-about-cert-list {
  columns: 2;
  gap: 1.5rem;
  padding-left: 1.1rem;
  color: var(--pv-text-secondary);
}

@media (max-width: 767.98px) {
  .pv-about-cert-list {
    columns: 1;
  }
}
.pv-about-section > .pv-about-section__title + .pv-about-section__title {
  margin-top: 2.5rem;
}

.pv-about-body .pv-about-section + .pv-about-section > .pv-about-section__title {
  margin-top: 0;
}

.pv-about-figure {
  margin: 2.5rem 0 0;
}

.pv-about-figure img {
  width: 100%;
  height: auto;
  border-radius: calc(var(--pv-radius-lg) + 4px);
  box-shadow: var(--pv-shadow-hover);
  aspect-ratio: 16/9;
  object-fit: cover;
}

.pv-about-culture__media img,
.pv-about-intro__media img {
  box-sizing: border-box;
}

.pv-about-figure figcaption {
  margin-top: 0.65rem;
  font-size: 0.88rem;
  color: var(--pv-text-muted);
  text-align: center;
}

.pv-about-cta-band .cta-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.pv-about-cap-grid .col-md-6 {
  padding-bottom: 0.5rem;
}

.pv-about-timeline.pv-about-timeline--wave {
  border-left: none;
  margin: 0.5rem 0 0;
  padding-left: 0;
}

.pv-about-timeline__wave path {
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.pv-about-timeline.is-inview .pv-about-timeline__wave path {
  stroke-dashoffset: 0;
}

.pv-about-timeline__node {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--pv-reveal-delay, 0s);
}

.pv-about-timeline__node.is-visible {
  opacity: 1;
  transform: none;
}

.pv-about-timeline__dot {
  transform: scale(0.6);
  transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
  transition-delay: calc(var(--pv-reveal-delay, 0s) + 0.08s);
}

.pv-about-timeline__node.is-visible .pv-about-timeline__dot {
  transform: scale(1);
}

.pv-about-page .pv-about-motion {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--pv-reveal-delay, 0s);
}

.pv-about-page .pv-about-motion--left {
  transform: translateX(-22px);
}

.pv-about-page .pv-about-motion--right {
  transform: translateX(22px);
}

.pv-about-page .pv-about-motion--float {
  transform: translateY(22px) scale(0.98);
}

.pv-about-page .pv-about-motion.is-visible {
  opacity: 1;
  transform: none;
}

.pv-about-page .pv-about-hero__media.pv-about-motion--float.is-visible {
  animation: pv-about-hero-float 5s ease-in-out 0.6s infinite alternate;
}

.pv-about-page .pv-about-stat.is-visible {
  animation: pv-about-stat-pop 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--pv-reveal-delay, 0s);
}

.pv-about-page .pv-about-cta.is-visible .btn {
  animation: pv-about-cta-pulse 2.4s ease-in-out 0.8s infinite;
}

@keyframes pv-about-hero-float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-8px);
  }
}
@keyframes pv-about-stat-pop {
  0% {
    transform: scale(0.92);
  }
  70% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pv-about-cta-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.28);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(var(--bs-primary-rgb), 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pv-about-page .pv-about-motion,
  .pv-about-timeline__node {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
  .pv-about-page .pv-about-hero__media.pv-about-motion--float.is-visible,
  .pv-about-page .pv-about-stat.is-visible,
  .pv-about-page .pv-about-cta.is-visible .btn {
    animation: none;
  }
  .pv-about-timeline__wave path {
    stroke-dashoffset: 0;
    transition: none;
  }
  .pv-about-timeline__dot {
    transform: none;
    transition: none;
  }
  .pv-about-hero-img {
    transform: none;
    transition: none;
  }
}
.pv-item-page__top {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0.75rem;
}
.pv-item-page__eyebrow {
  font-size: 0.8125rem;
  color: var(--pv-text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
.pv-item-page__summary {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--pv-text-secondary);
  margin-bottom: 1.25rem;
}
.pv-item-page__ph {
  border-radius: var(--pv-radius-lg);
  border: 1px solid var(--pv-border);
}
.pv-item-page__title {
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.pv-item-page__model {
  font-size: 1rem;
}
.pv-item-page__shop:has(.pv-doc-shop__offers:empty) {
  display: none;
}
.pv-item-page__shop .pv-doc-shop__offers:not(:empty) {
  margin-top: 0.35rem;
}
.pv-item-page .pv-gallery--carousel {
  overflow: hidden;
  padding: 0;
  border-radius: var(--pv-radius-lg);
  border: 1px solid var(--pv-border);
  background: var(--pv-surface-2);
}
.pv-item-page .pv-gallery--carousel .pv-gallery-item {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.pv-item-page .pv-gallery--carousel .pv-gallery-item img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  background: #fff;
}

.pv-item-gallery__cover {
  margin: 0;
  border-radius: var(--pv-radius-lg);
  overflow: hidden;
  background: var(--pv-surface-2);
  border: 1px solid var(--pv-border-hairline);
}
.pv-item-gallery__cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.pv-item-detail .pv-item-page__title {
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.pv-item-block.card .pv-item-block__title {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}

.pv-item-block.card {
  margin-bottom: 1rem;
}

.pv-item-block:not(.card) {
  margin-bottom: 1.25rem;
}

.pv-item-block:not(.card) .pv-item-block__title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid var(--pv-accent);
  display: inline-block;
}

.pv-item-block:not(.card) .pv-item-block__text {
  line-height: 1.75;
  color: var(--pv-text-secondary);
  margin-bottom: 0;
}

.pv-item-pager {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: stretch;
  padding: 1rem 0;
  margin: 1.25rem 0;
  border-top: 1px solid var(--pv-border-hairline);
  border-bottom: 1px solid var(--pv-border-hairline);
}
@media (max-width: 767.98px) {
  .pv-item-pager {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.pv-item-pager__link.card {
  padding: 0;
  transition: var(--pv-transition);
  min-width: 0;
}
.pv-item-pager__link.card .card-body {
  padding: 0.65rem 0.85rem;
}
.pv-item-pager__link.card:hover {
  border-color: var(--pv-accent-muted);
  background: var(--pv-surface-2);
}

.pv-item-pager__link--prev {
  grid-column: 1;
}

.pv-item-pager__link--list.btn {
  grid-column: 2;
  align-self: center;
  justify-self: center;
  min-height: 2.75rem;
  padding: 0.55rem 1.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.pv-item-pager__link--next {
  grid-column: 3;
  text-align: right;
}
@media (max-width: 767.98px) {
  .pv-item-pager__link--next {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .pv-item-pager__link--prev,
  .pv-item-pager__link--list.btn,
  .pv-item-pager__link--next {
    grid-column: 1;
    width: 100%;
  }
}
.pv-portal-site:not(.pv-home-cinema) .pv-item-block {
  border-radius: var(--pv-radius);
  box-shadow: none;
  border: 1px solid var(--pv-border);
}
.pv-portal-site:not(.pv-home-cinema) .pv-view-document {
  font-size: 1.05rem;
  line-height: 1.85;
}
.pv-portal-site:not(.pv-home-cinema) .pv-view-document h3 {
  margin-top: 2rem;
  font-weight: 700;
}

.pv-doc-detail .section {
  background: var(--pv-bg);
}
.pv-doc-detail .article-main-title {
  color: var(--pv-text);
  letter-spacing: -0.02em;
}
.pv-doc-detail .article-info {
  color: var(--pv-text-muted);
}
.pv-doc-detail .btn-primary {
  background: var(--pv-accent);
  border-color: var(--pv-accent);
}
.pv-doc-detail .btn-primary:hover {
  background: var(--pv-accent-hover);
  border-color: var(--pv-accent-hover);
}
.pv-doc-detail .pv-doc-section-head {
  border-color: var(--pv-border);
}

.pv-portal-site.pv-doc-detail .pv-doc-article-panel {
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: calc(var(--pv-radius-lg) + 2px);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  margin-bottom: 0;
}
.pv-portal-site.pv-doc-detail .sidebar .card {
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: calc(var(--pv-radius-lg) + 2px);
  padding: 0;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}

.pv-portal-site.pv-item-detail .pv-item-article-panel {
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: calc(var(--pv-radius-lg) + 2px);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  margin-bottom: 0;
}
.pv-portal-site.pv-item-detail .pv-product-sidebar--item.sidebar > .card {
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: calc(var(--pv-radius-lg) + 2px);
  padding: 0;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  margin-bottom: 0;
}

.pv-doc-plugin-nav-desc {
  font-size: 0.875rem;
  color: var(--pv-text-secondary);
  line-height: 1.6;
  margin: 0;
}

.pv-doc-plugin-nav-links {
  margin: 0;
}

.pv-doc-shop-sidebar .pv-shop-offers {
  margin: 0;
}
.pv-doc-shop-sidebar .pv-shop-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem;
  border-radius: var(--pv-radius);
  background: var(--pv-accent-soft);
  border: 1px solid var(--pv-accent-muted);
}
.pv-doc-shop-sidebar .pv-shop-offer-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pv-text);
}
.pv-doc-shop-sidebar .pv-shop-offer-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--pv-accent);
}

.pv-doc-gallery {
  margin-top: 1.5rem;
}
.pv-doc-gallery .pv-doc-section-head {
  margin-bottom: 1rem;
}

.pv-gallery-group-block + .pv-gallery-group-block {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--pv-border);
}

.pv-portal-site .pv-doc-gallery .pv-gallery {
  margin: 0;
}
.pv-portal-site .pv-doc-gallery .pv-gallery-item {
  margin: 0;
  border-radius: var(--pv-radius-lg);
  overflow: hidden;
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  box-shadow: var(--pv-shadow);
}
.pv-portal-site .pv-doc-gallery .pv-gallery-item img {
  display: block;
  width: 100%;
  background: var(--pv-surface-2);
}
.pv-portal-site .pv-doc-gallery .pv-gallery-item a {
  display: block;
}
.pv-portal-site .pv-doc-gallery .pv-gallery-caption {
  padding: 0.55rem 0.75rem 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--pv-text-secondary);
}
.pv-portal-site .pv-doc-gallery .pv-gallery-title {
  display: block;
  font-weight: 600;
  color: var(--pv-text);
}
.pv-portal-site .pv-doc-gallery .pv-gallery-desc,
.pv-portal-site .pv-doc-gallery .pv-gallery-shot {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: var(--pv-text-muted);
}
.pv-portal-site .pv-doc-gallery .pv-gallery--grid .pv-gallery-item img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.pv-portal-site .pv-doc-gallery .pv-gallery--masonry .pv-gallery-item img {
  aspect-ratio: auto;
  height: auto;
  object-fit: cover;
}
.pv-portal-site .pv-doc-gallery .pv-gallery--filmstrip .pv-gallery-item {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.pv-portal-site .pv-doc-gallery .pv-gallery--filmstrip .pv-gallery-item img {
  width: 120px;
  height: 80px;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: var(--pv-radius);
  border: 1px solid var(--pv-border);
}
.pv-portal-site .pv-doc-gallery .pv-gallery--list .pv-gallery-item img {
  aspect-ratio: auto;
  max-height: 420px;
  object-fit: contain;
  background: var(--pv-surface-2);
}
.pv-portal-site .pv-doc-gallery .pv-gallery--justified .pv-gallery-item figcaption {
  display: none;
}
.pv-portal-site .pv-doc-gallery .pv-gallery--justified .pv-gallery-item img {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pv-portal-site .pv-doc-gallery .pv-gallery--hero .pv-gallery-item:first-child img {
  aspect-ratio: 21/9;
  max-height: 420px;
  object-fit: cover;
}
.pv-portal-site .pv-doc-gallery .pv-gallery--hero .pv-gallery-item:not(:first-child) img {
  aspect-ratio: 4/3;
  height: 120px;
  object-fit: cover;
}
.pv-portal-site .pv-doc-gallery .pv-gallery--carousel .pv-gallery-item img {
  aspect-ratio: 16/10;
  max-height: 420px;
  object-fit: cover;
}

.pv-media-card-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 2rem;
  color: var(--pv-text-muted);
  background: linear-gradient(145deg, var(--pv-surface-2) 0%, var(--pv-surface) 100%);
}

.pv-search-hero .pv-channel-hero-desc {
  margin-bottom: 1.35rem;
}
.pv-search-hero .pv-search-form {
  margin-left: auto;
  margin-right: auto;
}
.pv-search-hero .pv-search-session,
.pv-search-hero .pv-search-chips {
  margin-left: auto;
  margin-right: auto;
}

.pv-search-main {
  padding-top: 1.75rem;
  padding-bottom: 3.5rem;
}

.pv-search-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pv-search-sidebar .pv-side-block {
  margin-bottom: 0;
}
.pv-search-sidebar__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.pv-search-sidebar__links {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.pv-search-sidebar__links a {
  display: block;
  padding: 0.4rem 0;
  font-size: 0.9rem;
  color: var(--pv-text-secondary);
  text-decoration: none;
  border-bottom: 1px dashed var(--pv-border-hairline);
}
.pv-search-sidebar__links a:hover {
  color: var(--pv-accent);
}
.pv-search-sidebar__links li:last-child a {
  border-bottom: 0;
}

.pv-search-form {
  max-width: 40rem;
  text-align: left;
}
.pv-search-form__field {
  box-shadow: var(--pv-shadow);
  border-radius: 14px;
  overflow: visible;
}
.pv-search-form__leading {
  background: var(--pv-surface);
  border-color: var(--pv-border-strong);
  border-right: 0;
  border-radius: 14px 0 0 14px !important;
  color: var(--pv-text-muted);
  padding-left: 1.1rem;
  padding-right: 0.35rem;
}
.pv-search-form .form-control {
  border-color: var(--pv-border-strong);
  border-left: 0;
  border-radius: 0;
  min-height: 3.1rem;
  padding-left: 0.45rem;
  background: var(--pv-surface);
  box-shadow: none;
}
.pv-search-form .form-control:focus {
  border-color: var(--pv-accent);
  box-shadow: none;
  z-index: 3;
}
.pv-search-form__field:focus-within {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12), var(--pv-shadow);
}
.pv-search-form__field:focus-within .pv-search-form__leading,
.pv-search-form__field:focus-within .form-control,
.pv-search-form__field:focus-within .pv-search-form__submit {
  border-color: var(--pv-accent);
}
.pv-search-form__submit {
  border-radius: 0 14px 14px 0 !important;
  min-width: 5.75rem;
  font-weight: 600;
}
.pv-search-form__examples {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.9rem;
}
.pv-search-form__examples-label {
  font-size: 0.75rem;
  color: var(--pv-text-muted);
}

.pv-search-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--pv-text-secondary);
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: 999px;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.pv-search-chip:hover {
  color: var(--pv-accent);
  border-color: var(--pv-accent-muted);
  background: var(--pv-accent-soft);
}
.pv-search-chip--accent {
  color: var(--pv-accent);
  background: var(--pv-accent-soft);
  border-color: transparent;
}
.pv-search-chip--active {
  color: #fff;
  background: var(--pv-accent);
  border-color: var(--pv-accent);
}
.pv-search-chip--active:hover {
  color: #fff;
  filter: brightness(1.05);
}

.pv-search-session {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  max-width: 40rem;
  margin-top: 0.95rem;
  padding: 0.6rem 0.85rem;
  border-radius: var(--pv-radius-md);
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  text-align: left;
}
.pv-search-session__label {
  font-size: 0.8125rem;
  color: var(--pv-text-muted);
}
.pv-search-session__actions {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.pv-search-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  max-width: 40rem;
  margin-top: 0.75rem;
}

.pv-search-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
  max-height: 260px;
  overflow: auto;
  display: none;
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-md);
  background: var(--pv-surface);
  text-align: left;
}

.pv-search-browse__intro {
  margin-bottom: 1.15rem;
}
.pv-search-browse__title {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pv-text);
}
.pv-search-browse__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--pv-text-muted);
}

.pv-search-browse-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  height: 100%;
  padding: 1.05rem 1.15rem;
  text-decoration: none;
  color: inherit;
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-md);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.pv-search-browse-card:hover {
  border-color: var(--pv-accent-muted);
  box-shadow: var(--pv-shadow);
  color: inherit;
  transform: translateY(-1px);
}
.pv-search-browse-card:hover .pv-search-browse-card__name {
  color: var(--pv-accent);
}
.pv-search-browse-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--pv-accent-soft);
  color: var(--pv-accent);
  font-size: 1.15rem;
}
.pv-search-browse-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.pv-search-browse-card__name {
  font-size: 0.975rem;
  font-weight: 650;
  color: var(--pv-text);
  transition: color 0.15s ease;
}
.pv-search-browse-card__desc {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--pv-text-muted);
}

.pv-search-results__head {
  margin-bottom: 1.35rem;
  padding: 0;
  background: transparent;
  border: 0;
}
.pv-search-results__summary {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pv-search-results__note {
  font-size: 0.8125rem;
  color: var(--pv-text-muted);
  line-height: 1.55;
}

.pv-search-kw {
  padding: 0.1em 0.35em;
  font-style: normal;
  font-weight: 600;
  color: var(--pv-accent);
  background: var(--pv-accent-soft);
  border-radius: 4px;
}

.pv-channel-search .search-count {
  font-size: 0.95rem;
  color: var(--pv-text-secondary);
}
.pv-channel-search .search-count strong {
  color: var(--pv-text);
  font-weight: 700;
}

.pv-search-section-title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding-bottom: 0.55rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--pv-text);
  border-bottom: 1px solid var(--pv-border-hairline);
}
.pv-search-section-title i {
  color: var(--pv-accent);
}

.pv-search-products {
  margin-bottom: 2rem;
}

.pv-search-product-card {
  display: flex;
  gap: 0;
  height: 100%;
  min-height: 7.25rem;
  text-decoration: none;
  color: inherit;
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-md);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pv-search-product-card:hover {
  border-color: var(--pv-accent-muted);
  box-shadow: var(--pv-shadow);
  color: inherit;
}
.pv-search-product-card:hover .pv-search-product-card__cta {
  color: var(--pv-accent);
}
.pv-search-product-card__media {
  flex: 0 0 5.5rem;
  width: 5.5rem;
  background: var(--pv-surface-2);
}
.pv-search-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pv-search-product-card__body {
  flex: 1;
  padding: 0.95rem 1.05rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.pv-search-product-card__name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.4;
  color: var(--pv-text);
}
.pv-search-product-card__code, .pv-search-product-card__reason {
  font-size: 0.78rem;
  color: var(--pv-text-muted);
}
.pv-search-product-card__attrs {
  font-size: 0.8125rem;
  color: var(--pv-text-secondary);
}
.pv-search-product-card__cta {
  margin-top: auto;
  padding-top: 0.3rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pv-text-secondary);
}
.pv-search-product-card--skeleton {
  pointer-events: none;
}
.pv-search-product-card--skeleton .pv-skeleton-block--cover {
  flex: 0 0 5.5rem;
  width: 5.5rem;
  min-height: 7.25rem;
}

.pv-search-articles {
  margin-top: 0.15rem;
}

.pv-search-articles-empty {
  margin: 0;
  padding: 1.15rem;
  text-align: center;
  color: var(--pv-text-muted);
  background: var(--pv-surface);
  border: 1px dashed var(--pv-border);
  border-radius: var(--pv-radius-md);
}

.pv-search-hits {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background: transparent;
  border: 0;
  overflow: visible;
}

.pv-search-hit {
  display: grid;
  grid-template-columns: 5.25rem 1fr;
  gap: 1.05rem;
  padding: 1.05rem 1.15rem;
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-md);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.pv-search-hit:hover {
  border-color: var(--pv-accent-muted);
  box-shadow: var(--pv-shadow);
  background: var(--pv-surface);
}
.pv-search-hit__thumb {
  display: block;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 12px;
  overflow: hidden;
  background: var(--pv-surface-2);
}
.pv-search-hit__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pv-search-hit__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: var(--pv-accent-muted);
}
.pv-search-hit__body {
  min-width: 0;
}
.pv-search-hit__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.3rem;
}
.pv-search-hit__meta time {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--pv-text-muted);
}
.pv-search-hit__badge {
  display: inline-flex;
  padding: 0.1rem 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--pv-text-secondary);
  background: var(--pv-bg);
  border: 1px solid var(--pv-border);
  border-radius: 4px;
}
.pv-search-hit__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.4;
}
.pv-search-hit__title a {
  color: var(--pv-text);
  text-decoration: none;
}
.pv-search-hit__title a:hover {
  color: var(--pv-accent);
}
.pv-search-hit__excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--pv-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pv-search-hit--skeleton {
  pointer-events: none;
}
.pv-search-hit--skeleton .pv-skeleton-block--cover {
  width: 100%;
  height: 100%;
  min-height: 5.25rem;
  border-radius: 12px;
}

.pv-search-pending-smart {
  height: 96px;
  border-radius: var(--pv-radius-lg);
}

.pv-search-empty-panel {
  max-width: none;
  margin: 0;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.15rem, 3vw, 2rem);
  text-align: center;
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-lg);
  box-shadow: var(--pv-shadow);
}
.pv-search-empty-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: var(--pv-accent-soft);
  color: var(--pv-accent);
  font-size: 1.55rem;
}
.pv-search-empty-panel__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--pv-text);
}
.pv-search-empty-panel__message {
  margin: 0 auto 1.15rem;
  max-width: 32rem;
  font-size: 0.925rem;
  line-height: 1.65;
  color: var(--pv-text-muted);
}
.pv-search-empty-panel__suggest {
  margin-bottom: 1.25rem;
}
.pv-search-empty-panel__suggest-label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.8125rem;
  color: var(--pv-text-muted);
}
.pv-search-empty-panel__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}
.pv-search-empty-panel__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
}

.pv-channel-search .pv-smart-search {
  max-width: none;
  margin: 0 0 1.5rem;
  background: transparent;
  border: 0 !important;
  box-shadow: none;
}

.pv-smart-search__inner {
  overflow: hidden;
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius-lg);
  background: linear-gradient(135deg, var(--pv-accent-soft) 0%, var(--pv-surface) 48%);
}

.pv-smart-search__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1.15rem;
  border-bottom: 1px solid var(--pv-border-hairline);
  background: rgba(255, 255, 255, 0.65);
}

.pv-smart-search__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: var(--pv-accent-soft);
  color: var(--pv-accent);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.pv-smart-search__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.pv-smart-search__mode {
  font-size: 0.8125rem;
  color: var(--pv-text-muted);
}

.pv-portal-site .pv-smart-search-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pv-accent);
  background: var(--pv-accent-muted);
  border-radius: 999px;
}

.pv-smart-search__body {
  padding: 1.15rem 1.2rem 1.25rem;
}

.pv-channel-search .pv-smart-search-answer {
  white-space: normal;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--pv-text);
}

.pv-smart-search-paragraph {
  margin: 0 0 0.85rem;
  color: var(--pv-text-secondary);
}
.pv-smart-search-paragraph:last-child {
  margin-bottom: 0;
}
.pv-smart-search-paragraph strong {
  color: var(--pv-text);
}

.pv-smart-search-cites {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px dashed var(--pv-border);
}
.pv-smart-search-cites__label {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pv-text-muted);
}
.pv-smart-search-cites__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pv-smart-search-cites__list li {
  display: grid;
  gap: 0.15rem;
  padding: 0.5rem 0;
  font-size: 0.8125rem;
  color: var(--pv-text-muted);
}
.pv-smart-search-cites__list li + li {
  border-top: 1px solid var(--pv-border);
}
.pv-smart-search-cites__list li strong {
  color: var(--pv-text);
  font-size: 0.875rem;
}

@media (max-width: 991.98px) {
  .pv-search-sidebar {
    margin-top: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .pv-search-form .input-group-lg > .form-control,
  .pv-search-form .input-group-lg > .btn,
  .pv-search-form .input-group-lg > .input-group-text {
    min-height: 2.85rem;
  }
  .pv-search-form__submit {
    min-width: auto;
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
  .pv-search-form__leading {
    display: none;
  }
  .pv-search-form .form-control {
    border-left: 1px solid var(--pv-border-strong);
    border-radius: 14px 0 0 14px !important;
    padding-left: 0.9rem;
  }
  .pv-search-hit {
    grid-template-columns: 4rem 1fr;
    gap: 0.75rem;
    padding: 0.9rem;
  }
  .pv-search-hit__thumb {
    width: 4rem;
    height: 4rem;
    border-radius: 10px;
  }
  .pv-search-session__actions {
    margin-left: 0;
    width: 100%;
  }
}
.articles-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card.article-card {
  overflow: hidden;
  transition: var(--pv-transition);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--pv-border);
}
@media (min-width: 768px) {
  .card.article-card {
    flex-direction: row;
  }
}
.card.article-card:hover {
  border-color: var(--pv-border-strong);
  box-shadow: var(--pv-shadow-hover);
  transform: translateY(-4px);
}
.card.article-card .article-image {
  flex-shrink: 0;
}
.card.article-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .card.article-card .article-image {
    width: 280px;
  }
}
.card.article-card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card.article-card .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
  color: var(--pv-text-muted);
  margin-bottom: 0.75rem;
}
.card.article-card .article-meta span {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.card.article-card .article-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.card.article-card .article-title a {
  color: var(--pv-text);
  text-decoration: none;
  transition: var(--pv-transition);
}
.card.article-card .article-title a:hover {
  color: var(--pv-accent);
}
.card.article-card .article-excerpt {
  color: var(--pv-text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card.article-card .article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}
.card.article-card .article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.card.article-card .read-more:hover i {
  transform: translateX(2px);
}
.card.article-card .read-more i {
  transition: transform var(--pv-transition);
}

.badge.tag-badge {
  font-weight: 500;
  transition: var(--pv-transition);
}
.badge.tag-badge:hover {
  background: var(--pv-accent) !important;
  color: #fff !important;
}

.article-header {
  border-bottom: 1px solid var(--pv-border);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.article-header__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}
.article-header__main {
  flex: 1 1 auto;
  min-width: 0;
}
.article-header .article-main-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--pv-text);
  margin-bottom: 1rem;
  line-height: 1.3;
}
.article-header .article-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: var(--pv-text-muted);
}
.article-header .article-info .info-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.pv-page-qr {
  flex: 0 0 auto;
  margin: 0;
  text-align: center;
}
.pv-page-qr-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.pv-page-qr-link:hover .pv-page-qr-label {
  color: var(--pv-primary, #2563eb);
}
.pv-page-qr-img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: calc(var(--pv-radius) - 2px);
  border: 1px solid var(--pv-border);
  padding: 0.25rem;
  background: #fff;
}
.pv-page-qr-label {
  margin: 0.25rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: var(--pv-text-muted);
}

.pv-doc-article-meta {
  margin-top: 2rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--pv-border);
  border-radius: calc(var(--pv-radius) - 2px);
  background: #fff;
}
.pv-doc-article-meta__list {
  margin: 0;
}
.pv-doc-article-meta__row {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem 0.5rem;
  margin: 0;
}
.pv-doc-article-meta__row + .pv-doc-article-meta__row {
  margin-top: 0.45rem;
}
.pv-doc-article-meta__label {
  flex: 0 0 auto;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--pv-text);
  white-space: nowrap;
}
.pv-doc-article-meta__value {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--pv-text-secondary);
}
.pv-doc-article-meta__value a {
  color: var(--pv-text-secondary);
  text-decoration: none;
}
.pv-doc-article-meta__value a:hover {
  color: var(--pv-accent);
  text-decoration: underline;
}
.pv-doc-article-meta__link {
  word-break: break-word;
}

.pv-doc-favorite.article-actions {
  padding-top: 0.25rem;
}

.pv-favorite-bar {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.pv-favorite-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius);
  background: #fff;
  color: var(--pv-text-secondary);
  font-size: 0.875rem;
  line-height: 1.2;
  cursor: pointer;
  transition: var(--pv-transition);
}
.pv-favorite-bar__btn:hover {
  border-color: var(--pv-accent);
  color: var(--pv-accent);
}
.pv-favorite-bar__btn.is-active {
  border-color: var(--pv-accent);
  background: rgba(var(--bs-primary-rgb), 0.08);
  color: var(--pv-accent);
}
.pv-favorite-bar__btn--like.is-active i {
  color: #e11d48;
}
.pv-favorite-bar__btn--collect.is-active i {
  color: #d97706;
}
.pv-favorite-bar__count {
  font-weight: 600;
  min-width: 1.25rem;
  text-align: center;
}

.article-figure {
  border-radius: var(--pv-radius-lg);
  overflow: hidden;
}

.article-content {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--pv-text-secondary);
}
.article-content p {
  margin-bottom: 1.5rem;
}
.article-content h2,
.article-content h3,
.article-content h4 {
  color: var(--pv-text);
  margin: 2rem 0 1rem;
  font-weight: 700;
}
.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--pv-radius);
  margin: 1.5rem 0;
}

/* 文档详情 · 下载资源：样式在 weapp/download/assets/css/download.css（{pv:frontassets} 按需加载） */
.article-tags-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--pv-border);
  margin-top: 2rem;
}
.article-tags-footer .tags-label {
  font-weight: 600;
  color: var(--pv-text-secondary);
}
.article-tags-footer .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--pv-border-hairline);
}
@media (max-width: 575.98px) {
  .article-nav {
    grid-template-columns: 1fr;
  }
}
.article-nav .card.nav-article {
  transition: var(--pv-transition);
  min-width: 0;
}
.article-nav .card.nav-article .card-body {
  padding: 0.65rem 0.85rem;
}
.article-nav .card.nav-article:hover {
  border-color: var(--pv-accent);
  background: rgba(37, 99, 235, 0.02);
}
.article-nav .card.nav-article.next {
  text-align: right;
}
.article-nav .card.nav-article.next .nav-label {
  justify-content: flex-end;
}
.article-nav .nav-label {
  font-size: 0.75rem;
  color: var(--pv-text-muted);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.article-nav .nav-title {
  font-size: 0.875rem;
  line-height: 1.4;
}

main.pv-error-page {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
main.pv-error-page .error-content {
  text-align: center;
  width: 100%;
}
main.pv-error-page .error-icon {
  font-size: 6rem;
  color: var(--pv-border);
  margin-bottom: 1rem;
}
main.pv-error-page .error-code {
  font-size: 8rem;
  font-weight: 800;
  color: var(--pv-border);
  line-height: 1;
  margin-bottom: 1rem;
}
main.pv-error-page .error-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pv-text-secondary);
  margin-bottom: 0.5rem;
}
main.pv-error-page .error-desc {
  color: var(--pv-text-muted);
  margin-bottom: 2rem;
}
main.pv-error-page .error-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* 文档页 · 图集 / 视频 / 评论 */
.pv-doc-section-head {
  margin-bottom: 1rem;
}
.pv-doc-section-head .pv-doc-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}

.pv-doc-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
}
.pv-doc-gallery__grid:empty {
  display: none;
}
.pv-doc-gallery__grid:not(:empty) {
  margin-bottom: 0.5rem;
}

.pv-doc-video__list {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  min-width: 0;
}
.pv-doc-video__list:empty {
  display: none;
}
.pv-doc-video__list:not(:empty) {
  margin-bottom: 0.5rem;
}
.pv-doc-video__list .pv-vod-layout,
.pv-doc-video__list .pv-vod-list {
  width: 100%;
}
@media (max-width: 576px) {
  .pv-doc-video__list {
    gap: 1rem;
  }
  .pv-doc-video__list .pv-video-title {
    font-size: 0.875rem;
  }
}

.pv-video-item {
  min-width: 0;
  max-width: 100%;
}

.pv-video-embed {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.pv-video-embed .pv-vod-embed-ratio {
  border-radius: 0.75rem;
}
.pv-video-embed .pv-vod-embed-ratio iframe,
.pv-video-embed .pv-vod-embed-ratio video {
  border-radius: 0.75rem;
}
.pv-video-embed .pv-video-iframe,
.pv-video-embed iframe:not(.pv-vod-embed-ratio iframe) {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  border-radius: 0.75rem;
  background: #000;
}
.pv-video-embed video.pv-video-native {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: min(70vh, 420px);
  border-radius: 0.75rem;
  background: #000;
}

.pv-video-title {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  color: #334155;
}
.pv-video-title:empty {
  display: none;
}

/* 文档页 · 问答 / 人才 / 产品 / 商城 */
/* 问答 FAQ：样式在 weapp/doc_ask/assets/css/ask.css（{pv:frontassets} 按需加载） */
.pv-doc-product__cards {
  display: grid;
  gap: 1rem;
}
.pv-doc-product__cards:empty {
  display: none;
}
.pv-doc-product__cards:not(:empty) {
  margin-bottom: 0.5rem;
}

.pv-doc-talent__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.pv-doc-talent__grid:empty {
  display: none;
}

.pv-talent-card__avatar {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.pv-product-card.card {
  padding: 0;
  background: var(--bs-card-bg);
}

.pv-product-card--skeleton {
  pointer-events: none;
  overflow: hidden;
}
.pv-product-card--skeleton .pv-product-card__media {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.pv-product-name {
  margin: 0 0 0.35rem;
  font-size: 1.0625rem;
}

.pv-product-code {
  font-size: 0.8125rem;
  color: #64748b;
}

.pv-product-attrs {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
}

.pv-product-attr {
  font-size: 0.8125rem;
  color: #475569;
}

.pv-doc-shop__offers:empty {
  display: none;
}
.pv-doc-shop__offers:not(:empty) {
  margin-bottom: 0.5rem;
}
.pv-doc-shop__offers .pv-shop-offers {
  display: grid;
  gap: 0.75rem;
}

.pv-shop-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid #dbeafe;
  border-radius: 0.75rem;
  background: #eff6ff;
}
.pv-shop-offer-title {
  font-weight: 600;
  color: #1e3a8a;
}
.pv-shop-offer-price {
  font-weight: 700;
  color: #2563eb;
}

/* 产品目录 AJAX 列表骨架屏 */
@keyframes pv-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.pv-skeleton-block {
  border-radius: 0.375rem;
  background: linear-gradient(90deg, #e8edf3 0%, #f4f7fa 45%, #e8edf3 90%);
  background-size: 200% 100%;
  animation: pv-skeleton-shimmer 1.35s ease-in-out infinite;
}
.pv-skeleton-block--cover {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.pv-skeleton-block--title {
  height: 1.1rem;
  width: 72%;
  margin-bottom: 0.55rem;
}
.pv-skeleton-block--line {
  height: 0.85rem;
  width: 48%;
}

.pv-product-card-wrap--reveal {
  animation: pv-product-card-in 0.34s ease-out both;
}

@keyframes pv-product-card-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pv-product-card-wrap--reveal {
    animation: none;
  }
  .pv-skeleton-block {
    animation: none;
  }
}
.pv-portal-site hr,
.pv-portal-site .dropdown-divider {
  border-color: var(--pv-border-hairline);
  opacity: 1;
}

.pv-portal-site:not(.pv-home-cinema) .pv-channel-hero,
.pv-portal-site:not(.pv-home-cinema) .pv-portal-page-hero {
  border-bottom: 1px solid var(--pv-border-hairline);
}
.pv-portal-site:not(.pv-home-cinema) .pv-channel-banner {
  border-bottom: 1px solid var(--pv-border-hairline);
}

.pv-portal-site .pv-portal-sidebar,
.pv-portal-site .pv-product-sidebar:not(.pv-product-sidebar--catalog):not(.sidebar) {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.pv-portal-site .pv-product-sidebar--item.sidebar {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.pv-portal-site .pv-product-filter-board__head,
.pv-portal-site .pv-product-filter-row {
  border-bottom-color: var(--pv-border-hairline);
}

.pv-portal-site .pv-product-filter-group {
  background: var(--pv-surface-2);
  border: none;
  box-shadow: none;
}

.pv-portal-site .pv-product-card--catalog:hover {
  background: var(--pv-surface-2);
}

.pv-portal-site .pv-item-meta,
.pv-portal-site .pv-product-specs,
.pv-portal-site .pv-item-consult {
  border: none;
  box-shadow: none;
}

.pv-portal-site .pv-item-meta__row,
.pv-portal-site .pv-product-specs li {
  border-bottom-color: var(--pv-border-hairline);
}

.pv-portal-site .pv-item-meta__row {
  border-bottom-style: solid;
}

.pv-portal-site .pv-item-page__resource-links {
  border: none;
  background: var(--pv-surface-2);
}

.pv-portal-site .pv-product-sidebar-pager__link {
  border: none;
  background: var(--pv-surface-2);
}

.pv-portal-site .pv-product-sidebar-related__thumb {
  border: none;
}

.pv-portal-site .pv-product-subnav--home {
  border: none;
}

.pv-portal-site .pv-portal-icon-btn {
  border-color: var(--pv-border-hairline);
}

.pv-portal-site .form-control,
.pv-portal-site .form-select {
  border-color: var(--pv-border);
  box-shadow: none;
}

.pv-portal-site .form-control:focus,
.pv-portal-site .form-select:focus {
  border-color: var(--pv-accent-muted);
  box-shadow: none;
}

.pv-portal-site .pagination .page-link {
  border-color: var(--pv-border-hairline);
}

.pv-product-catalog-toolbar.card {
  box-shadow: var(--bs-box-shadow-sm);
}

.pv-product-catalog-toolbar__search {
  flex: 1 1 auto;
  width: 100%;
  max-width: none;
  margin: 0;
}

.pv-product-catalog-toolbar__search .pv-product-search__input {
  max-width: none;
}

.pv-product-catalog-toolbar__search .form-control {
  padding: 0.55rem 0.9rem;
  font-size: 0.9375rem;
  border-radius: 10px 0 0 10px;
  background: var(--pv-surface-2);
  border-color: var(--pv-border-hairline);
}

.pv-product-catalog-toolbar__search .btn {
  padding: 0.55rem 1.1rem;
  font-weight: 600;
  border-radius: 0 10px 10px 0;
}

.pv-portal-site.pv-channel-product:not(.pv-home-cinema) main.pv-channel-main.pv-product-hub {
  padding-top: var(--pv-section-y-tight);
  padding-bottom: var(--pv-section-y);
}

/*# sourceMappingURL=demo.css.map */
