.page-products {
  --pp-green: #39ff14;
  --pp-blue: #00d4ff;
  --pp-panel: #1b1b36;
  --pp-border: #2c2c54;
  --pp-text: #e8e8f0;
  --pp-muted: #9aa0c3;
  --pp-red: #ff4d5a;
  --pp-away: #00a7ff;
  --pp-draw: #6c6c8a;
  --pp-bg: #0f0f23;
  --pp-clip: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  font-family: var(--sk-font-body);
  color: var(--pp-text);
  background: var(--pp-bg);
  overflow-x: hidden;
}
.page-products *,
.page-products *::before,
.page-products *::after {
  box-sizing: border-box;
}
.page-products img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-products .sk-container {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: max(16px, calc((100% - 1120px) / 2));
}
.page-products .sk-breadcrumb {
  padding-top: 24px;
  margin-bottom: 8px;
}
.page-products .sk-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.83rem;
  letter-spacing: 0.02em;
}
.page-products .sk-breadcrumb__item + .sk-breadcrumb__item::before {
  content: "/";
  margin-right: 8px;
  color: var(--pp-muted);
}
.page-products .sk-breadcrumb__item a {
  color: var(--pp-muted);
  text-decoration: none;
  transition: color 180ms ease;
}
.page-products .sk-breadcrumb__item a:hover,
.page-products .sk-breadcrumb__item a:focus-visible {
  color: var(--pp-blue);
  outline: none;
}
.page-products .sk-breadcrumb__item[aria-current="page"] {
  color: var(--pp-green);
}

/* hero */
.page-products .pp-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 56px 0 40px;
}
.page-products .pp-hero__rail {
  display: none;
}
.page-products .pp-hero__tag {
  font-size: 0.83rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pp-blue);
  margin: 0 0 18px;
}
.page-products .pp-hero__title {
  font-family: var(--sk-font-display);
  font-weight: 900;
  font-size: clamp(2.2rem, 6vw + 0.5rem, 4.6rem);
  line-height: 1.05;
  margin: 0 0 22px;
  letter-spacing: 0.01em;
  color: var(--pp-text);
}
.page-products .pp-hero__lead {
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--pp-muted);
  max-width: 38em;
  margin: 0 0 28px;
}
.page-products .pp-hero__meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.page-products .pp-hero__stat {
  border-left: 2px solid var(--pp-border);
  padding-left: 12px;
}
.page-products .pp-hero__stat-num {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pp-green);
  line-height: 1.2;
}
.page-products .pp-hero__stat-label {
  font-size: 0.78rem;
  color: var(--pp-muted);
  display: block;
  margin-top: 4px;
}
.page-products .pp-hero__timeline {
  border: 1px solid var(--pp-border);
  background: rgba(27, 27, 54, 0.6);
  border-radius: 4px;
  padding: 18px 16px;
  position: relative;
  clip-path: polygon(0 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
}
.page-products .pp-hero__track {
  position: relative;
}
.page-products .pp-hero__track svg {
  display: block;
  width: 100%;
  height: 80px;
}
.page-products .pp-hero__dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: calc(80px - 55%);
}
.page-products .pp-hero__dot--a {
  left: 3%;
  background: var(--pp-green);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.6);
}
.page-products .pp-hero__dot--b {
  left: 34%;
  background: var(--pp-blue);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.6);
}
.page-products .pp-hero__dot--c {
  left: 63%;
  background: var(--pp-green);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.6);
}
.page-products .pp-hero__dot--d {
  right: 4%;
  background: var(--pp-blue);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.6);
}
.page-products .pp-hero__note {
  font-size: 0.75rem;
  color: var(--pp-muted);
  letter-spacing: 0.12em;
  margin: 12px 0 0;
  text-align: right;
}

/* index sketch */
.page-products .pp-index-sketch {
  margin: 8px 0 48px;
}
.page-products .pp-index-sketch__card {
  padding: 28px 24px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}
.page-products .pp-index-sketch__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.page-products .pp-index-sketch__item {
  border-right: 1px solid var(--pp-border);
  padding-right: 12px;
}
.page-products .pp-index-sketch__item:last-child {
  border-right: none;
}
.page-products .pp-index-sketch__num {
  display: block;
  font-size: 0.75rem;
  color: var(--pp-green);
  margin-bottom: 8px;
}
.page-products .pp-index-sketch__item p {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--pp-text);
  margin: 0;
  line-height: 1.4;
}

/* section heading */
.page-products .pp-section {
  padding-top: 64px;
  scroll-margin-top: 24px;
}
.page-products .sk-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
  position: relative;
}
.page-products .sk-section-heading__index {
  font-size: 1rem;
  color: var(--pp-green);
  line-height: 2.2;
  min-width: 24px;
}
.page-products .sk-section-heading__title {
  font-family: var(--sk-font-display);
  font-size: clamp(1.6rem, 3vw + 0.4rem, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--pp-text);
}
.page-products .sk-section-heading__desc {
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--pp-muted);
  margin: 0;
  max-width: 42em;
}
.page-products .sk-section-heading__rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--pp-border), transparent 85%);
  margin-top: 18px;
  display: none;
}

/* cards base */
.page-products .sk-card {
  background: var(--pp-panel);
  border: 1px solid var(--pp-border);
  border-radius: 4px;
  padding: 22px 20px;
  position: relative;
  transition: border-color 200ms ease, transform 200ms ease;
}
.page-products .sk-card--cut {
  clip-path: var(--pp-clip);
}
.page-products .sk-card--top-green {
  border-top: 2px solid var(--pp-green);
}
.page-products .sk-card--top-blue {
  border-top: 2px solid var(--pp-blue);
}
.page-products .sk-card__title {
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
  color: var(--pp-text);
}
.page-products .sk-card__meta {
  font-size: 0.82rem;
  color: var(--pp-muted);
  margin: 0;
  line-height: 1.5;
}

/* grid */
.page-products .sk-grid {
  display: grid;
  gap: 20px;
}
.page-products .sk-grid--12 {
  grid-template-columns: repeat(1, 1fr);
}
.page-products .sk-grid--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.page-products [class*="sk-col-"] {
  min-width: 0;
}

/* schedule section */
.page-products .pp-schedule-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(160deg, #131331 0%, #1b1b36 100%);
}
.page-products .pp-schedule-card__phone-frame {
  position: relative;
  width: 180px;
  margin: 24px auto 16px;
  padding: 10px;
  background: #0a0a1c;
  border: 1px solid var(--pp-border);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
}
.page-products .pp-schedule-card__phone-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.page-products .pp-schedule-card__legend {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.page-products .pp-legend-text {
  font-size: 0.78rem;
  color: var(--pp-muted);
  margin-right: 6px;
}
.page-products .sk-badge {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.page-products .sk-badge--red {
  background: var(--pp-red);
}
.page-products .sk-badge--blue {
  background: var(--pp-away);
}
.page-products .sk-badge--grey {
  background: var(--pp-draw);
}
.page-products .pp-schedule-card .sk-card__title {
  text-align: center;
}

.page-products .pp-function-card {
  margin-bottom: 20px;
}
.page-products .pp-function-card__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.page-products .pp-tab-list {
  display: flex;
  gap: 4px;
  border: 1px solid var(--pp-border);
  border-radius: 4px;
  padding: 4px;
  width: fit-content;
  background: rgba(10, 10, 28, 0.5);
}
.page-products .pp-tab {
  font-family: var(--sk-font-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--pp-muted);
  background: transparent;
  border: none;
  padding: 8px 18px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}
.page-products .pp-tab:hover,
.page-products .pp-tab:focus-visible {
  color: var(--pp-green);
  outline: none;
}
.page-products .pp-tab.is-active {
  background: rgba(57, 255, 20, 0.1);
  color: var(--pp-green);
}
.page-products .pp-tab-panel {
  display: none;
}
.page-products .pp-tab-panel.is-active {
  display: block;
}
.page-products .pp-function-card__text {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--pp-muted);
  margin: 0 0 16px;
}
.page-products .pp-mini-table {
  margin-bottom: 16px;
}
.page-products .sk-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--pp-border);
  border-radius: 4px;
}
.page-products .sk-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--sk-font-mono);
  font-size: 0.82rem;
  line-height: 1.5;
}
.page-products .sk-table th,
.page-products .sk-table td {
  padding: 10px 14px;
  text-align: left;
  border-bottom: 1px solid var(--pp-border);
  white-space: nowrap;
}
.page-products .sk-table th {
  color: var(--pp-muted);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(10, 10, 28, 0.5);
}
.page-products .sk-table tr:last-child td {
  border-bottom: none;
}
.page-products .pp-function-card__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid var(--pp-border);
  padding-top: 14px;
  margin-top: 4px;
}
.page-products .pp-function-card__meta p {
  margin: 0;
  font-size: 0.84rem;
  color: var(--pp-muted);
  line-height: 1.6;
}

.page-products .pp-week-mock {
  border: 1px solid var(--pp-border);
  border-radius: 4px;
  padding: 16px;
  background: rgba(10, 10, 28, 0.3);
  margin-bottom: 16px;
}
.page-products .pp-week-mock__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(44, 44, 84, 0.6);
}
.page-products .pp-week-mock__row:last-child {
  border-bottom: none;
}
.page-products .pp-week-mock__label {
  min-width: 42px;
  font-size: 0.75rem;
  color: var(--pp-muted);
}
.page-products .pp-week-mock__bar {
  display: block;
  height: 8px;
  border-radius: 2px;
}
.page-products .pp-week-mock__bar--green {
  width: 70%;
  background: var(--pp-green);
  opacity: 0.8;
}
.page-products .pp-week-mock__bar--blue {
  width: 55%;
  background: var(--pp-away);
  opacity: 0.8;
}
.page-products .pp-week-mock__bar--red {
  width: 65%;
  background: var(--pp-red);
  opacity: 0.8;
}
.page-products .pp-week-mock__bar--dim {
  width: 30%;
  background: var(--pp-border);
}

.page-products .pp-refresh-card {
  background: linear-gradient(140deg, #1b1b36 0%, #14142e 100%);
}
.page-products .pp-refresh-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.page-products .pp-refresh-card__info {
  flex: 1;
}
.page-products .pp-refresh-card__text {
  font-size: 0.9rem;
  color: var(--pp-muted);
  line-height: 1.7;
  margin: 8px 0 0;
}
.page-products .pp-refresh-card__svg {
  width: 100%;
  max-width: 240px;
  height: 60px;
  filter: drop-shadow(0 0 6px rgba(57, 255, 20, 0.25));
}

/* weekend section */
.page-products .pp-weekend-img-card {
  padding: 0;
  overflow: hidden;
}
.page-products .pp-weekend-img-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.page-products .pp-weekend-img-card .sk-media__caption {
  padding: 10px 14px;
  font-size: 0.8rem;
  color: var(--pp-muted);
  border-top: 1px solid var(--pp-border);
  margin: 0;
}
.page-products .pp-weekend-note {
  margin-top: 20px;
}
.page-products .pp-weekend-note__title {
  font-size: 0.78rem;
  color: var(--pp-green);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.page-products .pp-weekend-note__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-products .pp-weekend-note__list li {
  font-size: 0.9rem;
  color: var(--pp-muted);
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}
.page-products .pp-weekend-note__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  background: var(--pp-blue);
  transform: rotate(45deg);
}

.page-products .pp-compare-card {
  overflow: hidden;
}
.page-products .pp-compare-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.page-products .sk-tag {
  display: inline-block;
  background: rgba(57, 255, 20, 0.1);
  color: var(--pp-green);
  border: 1px solid rgba(57, 255, 20, 0.3);
  border-radius: 2px;
  font-family: var(--sk-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  padding: 4px 10px;
}
.page-products .pp-compare-scroll {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--pp-border) transparent;
  border: 1px solid var(--pp-border);
  border-radius: 4px;
  margin-bottom: 10px;
}
.page-products .pp-compare-table-wrap {
  border: none;
  min-width: 580px;
}
.page-products .pp-num-red {
  color: var(--pp-red);
  font-weight: 700;
}
.page-products .pp-num-blue {
  color: var(--pp-away);
  font-weight: 700;
}
.page-products .pp-compare-card__hint {
  font-size: 0.72rem;
  color: var(--pp-muted);
  margin: 4px 0 16px;
  text-align: right;
}
.page-products .pp-compare-card__foot {
  border-top: 1px solid var(--pp-border);
  padding-top: 16px;
}
.page-products .pp-small-stat {
  border-left: 2px solid var(--pp-border);
  padding-left: 12px;
}
.page-products .pp-small-stat__num {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--pp-green);
  display: block;
  line-height: 1.3;
}
.page-products .pp-small-stat__label {
  font-size: 0.76rem;
  color: var(--pp-muted);
  display: block;
  margin-top: 4px;
}

.page-products .pp-weekend-tip {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
  background: linear-gradient(130deg, #1b1b36, #171732);
}
.page-products .pp-weekend-tip__text {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--pp-muted);
  margin: 0;
}

/* ranking section */
.page-products .pp-ranking-entry-card {
  padding: 0;
  overflow: hidden;
}
.page-products .pp-ranking-entry-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-bottom: 1px solid var(--pp-border);
}
.page-products .pp-ranking-entry-card__body {
  padding: 20px;
}
.page-products .pp-ranking-entry-card__text {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--pp-muted);
  margin: 0 0 16px;
}
.page-products .sk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--pp-green);
  color: #0a0a1c;
  font-family: var(--sk-font-body);
  font-size: 0.84rem;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  padding: 12px 22px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.page-products .sk-btn:hover,
.page-products .sk-btn:focus-visible {
  background: #5cff3f;
  box-shadow: 0 0 24px rgba(57, 255, 20, 0.3);
  outline: none;
}
.page-products .sk-btn--ghost {
  background: transparent;
  color: var(--pp-blue);
  border: 1px solid rgba(0, 212, 255, 0.6);
}
.page-products .sk-btn--ghost:hover,
.page-products .sk-btn--ghost:focus-visible {
  background: rgba(0, 212, 255, 0.08);
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.2);
}
.page-products .pp-ranking-table-card {
  overflow: hidden;
}
.page-products .pp-ranking-table-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.page-products .pp-ranking-pill {
  background: rgba(0, 212, 255, 0.08);
  color: var(--pp-blue);
  border: 1px solid rgba(0, 212, 255, 0.3);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 2px;
}
.page-products .pp-rank-num {
  color: var(--pp-green);
  font-weight: 700;
}
.page-products .pp-ranking-table-card__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--pp-border);
  margin-top: 16px;
  padding-top: 14px;
}
.page-products .pp-ranking-table-card__foot p {
  font-size: 0.82rem;
  color: var(--pp-muted);
  margin: 0;
  line-height: 1.6;
}
.page-products .sk-card__link {
  font-size: 0.84rem;
  text-decoration: none;
  font-weight: 600;
}
.page-products .sk-card__link:hover,
.page-products .sk-card__link:focus-visible {
  text-decoration: underline;
  outline: none;
}

.page-products .pp-ranking-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.page-products .pp-flow-step {
  background: rgba(27, 27, 54, 0.7);
  border: 1px solid var(--pp-border);
  border-radius: 4px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-products .pp-flow-step__num {
  font-size: 0.78rem;
  color: var(--pp-blue);
}
.page-products .pp-flow-step p {
  font-size: 0.84rem;
  color: var(--pp-text);
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}

/* time axis section */
.page-products .pp-axis-card {
  overflow: hidden;
}
.page-products .pp-axis-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.page-products .pp-axis-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  color: var(--pp-red);
  letter-spacing: 0.08em;
}
.page-products .pp-axis-live__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pp-red);
  box-shadow: 0 0 8px rgba(255, 77, 90, 0.5);
  animation: pp-blink 1.8s infinite;
}
@keyframes pp-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.page-products .pp-axis-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid var(--pp-border);
  margin-left: 8px;
}
.page-products .pp-axis-item {
  position: relative;
  padding: 0 0 20px 22px;
}
.page-products .pp-axis-item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pp-green);
  box-shadow: 0 0 8px rgba(57, 255, 20, 0.5);
  border: 1px solid var(--pp-bg);
}
.page-products .pp-axis-item:last-child {
  padding-bottom: 4px;
}
.page-products .pp-axis-item__time {
  font-size: 0.74rem;
  color: var(--pp-blue);
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 6px;
}
.page-products .pp-axis-item__match {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--pp-text);
  font-family: var(--sk-font-mono);
  letter-spacing: 0.02em;
}
.page-products .pp-axis-item__desc {
  font-size: 0.86rem;
  line-height: 1.7;
  color: var(--pp-muted);
  margin: 0 0 8px;
}
.page-products .pp-axis-item__video {
  display: inline-block;
  font-size: 0.74rem;
  color: var(--pp-away);
  background: rgba(0, 167, 255, 0.08);
  border-radius: 2px;
  padding: 4px 10px;
  font-family: var(--sk-font-mono);
}
.page-products .pp-axis-card__btn {
  margin-top: 8px;
  width: 100%;
}
.page-products .pp-axis-img-card {
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.page-products .pp-axis-img-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}
.page-products .pp-axis-img-card .sk-media__caption {
  padding: 10px 14px;
  font-size: 0.8rem;
  color: var(--pp-muted);
  border-top: 1px solid var(--pp-border);
  margin: 0;
}
.page-products .pp-axis-feature__text {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--pp-muted);
  margin: 8px 0 14px;
}
.page-products .pp-axis-feature__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-products .pp-axis-feature__list li {
  font-size: 0.86rem;
  color: var(--pp-text);
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}
.page-products .pp-axis-feature__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--pp-green);
}

/* sync section */
.page-products .pp-sync-img-card {
  padding: 0;
  overflow: hidden;
}
.page-products .pp-sync-img-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}
.page-products .pp-sync-img-card .sk-media__caption {
  padding: 10px 14px;
  font-size: 0.8rem;
  color: var(--pp-muted);
  border-top: 1px solid var(--pp-border);
  margin: 0;
}
.page-products .pp-sync-panels {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-products .pp-sync-panel {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
}
.page-products .pp-sync-panel__icon {
  font-family: var(--sk-font-mono);
  font-size: 0.78rem;
  color: var(--pp-green);
  background: rgba(57, 255, 20, 0.08);
  border: 1px solid rgba(57, 255, 20, 0.25);
  border-radius: 2px;
  padding: 4px 6px;
  min-width: 26px;
  text-align: center;
}
.page-products .pp-sync-panel h3 {
  margin-bottom: 4px;
}
.page-products .pp-sync-panel p {
  font-size: 0.86rem;
  line-height: 1.65;
  color: var(--pp-muted);
  margin: 0;
}
.page-products .pp-sync-panel--status {
  align-items: center;
  background: rgba(57, 255, 20, 0.05);
}
.page-products .pp-sync-status {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-products .pp-sync-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pp-green);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.6);
}
.page-products .pp-sync-status p {
  font-size: 0.84rem;
  color: var(--pp-text);
  font-weight: 600;
  margin: 0;
}

/* outro */
.page-products .pp-outro {
  margin: 72px 0 64px;
}
.page-products .pp-outro__card {
  position: relative;
  padding: 40px 28px;
  background: linear-gradient(130deg, #1b1b36 0%, #12122a 60%, #0f0f23 100%);
  border-left: 2px solid var(--pp-green);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
}
.page-products .pp-outro__content {
  max-width: 720px;
}
.page-products .pp-outro__title {
  font-family: var(--sk-font-display);
  font-size: clamp(1.3rem, 2.4vw + 0.4rem, 2rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 14px;
  color: var(--pp-text);
}
.page-products .pp-outro__text {
  font-size: 0.94rem;
  line-height: 1.8;
  color: var(--pp-muted);
  margin: 0 0 24px;
}
.page-products .pp-outro__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* shared UI helpers */
.page-products .sk-text-mono {
  font-family: var(--sk-font-mono);
}
.page-products .sk-text-green {
  color: var(--pp-green);
}
.page-products .sk-text-blue {
  color: var(--pp-blue);
}
.page-products .sk-text-muted {
  color: var(--pp-muted);
}
.page-products .sk-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* re-spy / reveal */
.page-products [data-spy] {
  scroll-margin-top: 20px;
}

/* responsive */
@media (max-width: 860px) {
  .page-products .pp-index-sketch__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }
  .page-products .pp-index-sketch__item {
    border-right: none;
    border-bottom: 1px solid var(--pp-border);
    padding-bottom: 12px;
  }
  .page-products .pp-index-sketch__item:nth-child(even) {
    border-left: 1px solid var(--pp-border);
    padding-left: 12px;
  }
  .page-products .pp-hero__meta {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-products .pp-ranking-flow {
    grid-template-columns: 1fr;
  }
  .page-products .sk-grid--3 {
    grid-template-columns: 1fr;
  }
  .page-products .pp-schedule-card__phone-frame {
    width: 200px;
  }
  .page-products .pp-outro__card {
    padding: 32px 20px;
  }
}
@media (max-width: 540px) {
  .page-products .pp-hero {
    padding-top: 36px;
  }
  .page-products .pp-hero__title {
    font-size: 2rem;
  }
  .page-products .pp-hero__meta {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .page-products .pp-hero__stat-num {
    font-size: 1.2rem;
  }
  .page-products .pp-index-sketch__grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-products .pp-index-sketch__item p {
    font-size: 0.78rem;
  }
  .page-products .sk-section-heading {
    flex-direction: column;
    gap: 8px;
  }
  .page-products .sk-section-heading__index {
    line-height: 1.2;
  }
  .page-products .pp-sync-panel {
    flex-direction: column;
  }
  .page-products .pp-function-card__head {
    flex-direction: column;
  }
  .page-products .pp-compare-card__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-products .pp-axis-card {
    padding: 18px 14px;
  }
  .page-products .sk-breadcrumb {
    padding-top: 18px;
  }
  .page-products .pp-outro__links {
    flex-direction: column;
  }
  .page-products .pp-outro__links .sk-btn {
    width: 100%;
  }
}

@media (min-width: 861px) {
  .page-products .sk-grid--12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .page-products .sk-col-3 { grid-column: span 3; }
  .page-products .sk-col-4 { grid-column: span 4; }
  .page-products .sk-col-5 { grid-column: span 5; }
  .page-products .sk-col-6 { grid-column: span 6; }
  .page-products .sk-col-7 { grid-column: span 7; }
  .page-products .sk-col-8 { grid-column: span 8; }
  .page-products .sk-col-9 { grid-column: span 9; }
  .page-products .sk-col-12 { grid-column: span 12; }
  .page-products .pp-hero {
    grid-template-columns: 1fr;
    padding: 72px 0 48px;
  }
  .page-products .pp-hero__rail {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: absolute;
    right: 0;
    top: 24px;
    text-align: right;
    font-family: var(--sk-font-mono);
    font-size: 0.72rem;
    color: var(--pp-muted);
    letter-spacing: 0.12em;
  }
  .page-products .pp-hero__rail span {
    display: block;
  }
  .page-products .pp-hero__rail span:nth-child(odd) {
    color: var(--pp-green);
  }
  .page-products .pp-hero__inner {
    max-width: 78%;
  }
  .page-products .pp-hero__meta {
    grid-template-columns: repeat(4, auto);
    gap: 24px;
  }
  .page-products .sk-section-heading__rule {
    display: block;
  }
  .page-products .sk-section-heading__desc {
    max-width: 46em;
  }
  .page-products .pp-function-card__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page-products .pp-refresh-card__body {
    flex-direction: row;
    align-items: center;
  }
  .page-products .pp-refresh-card__svg {
    max-width: 240px;
  }
  .page-products .pp-weekend-tip {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .page-products .pp-ranking-flow {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-products .pp-sync-panel {
    flex-direction: row;
  }
}

@media (min-width: 1080px) {
  .page-products .pp-outro__card {
    padding: 48px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products *,
  .page-products *::before,
  .page-products *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
