.page-products {
  --pv-sidebar-w: 260px;
  --pv-card-radius: 22px;
  --pv-card-bg: linear-gradient(145deg, rgba(19, 26, 56, 0.78), rgba(11, 16, 38, 0.7));
  --pv-gold-glow: rgba(244, 182, 61, 0.28);
  --pv-purple-glow: rgba(139, 92, 246, 0.22);
  --pv-card-border: rgba(139, 92, 246, 0.24);
  --pv-text-muted: rgba(248, 250, 252, 0.68);
  position: relative;
  min-height: 100vh;
  color: var(--color-moon);
  background:
    radial-gradient(ellipse 70% 40% at 80% 8%, rgba(139, 92, 246, 0.14), transparent 65%),
    radial-gradient(ellipse 50% 30% at 8% 78%, rgba(244, 182, 61, 0.08), transparent 70%),
    linear-gradient(160deg, #060913 0%, #0b1026 42%, #131a38 100%);
}
.page-products::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 15% 25%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1px 1px at 45% 65%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(1.5px 1.5px at 70% 18%, rgba(244, 182, 61, 0.35), transparent),
    radial-gradient(1px 1px at 85% 55%, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(2px 2px at 8% 82%, rgba(139, 92, 246, 0.4), transparent),
    radial-gradient(1px 1px at 55% 45%, rgba(255, 255, 255, 0.25), transparent),
    radial-gradient(1.5px 1.5px at 92% 82%, rgba(248, 250, 252, 0.22), transparent);
}
.page-products img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}
.products-layout {
  max-width: var(--container-width);
  margin-inline: auto;
  padding: 20px 18px 56px;
  display: flex;
  flex-direction: column;
}
.products-main {
  order: 1;
  min-width: 0;
}
.products-sidebar {
  order: 2;
  margin-top: 36px;
}
@media (min-width: 1024px) {
  .products-layout {
    display: grid;
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    gap: 44px;
    padding: 40px 24px 72px;
    align-items: start;
  }
  .products-main {
    grid-column: 2;
    grid-row: 1;
  }
  .products-sidebar {
    grid-column: 1;
    grid-row: 1;
    position: sticky;
    top: 88px;
    margin-top: 0;
  }
}
.services-hero {
  padding: 8px 0 28px;
}
.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--pv-text-muted);
  margin-bottom: 20px;
}
.page-breadcrumb a {
  color: var(--color-moon);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color var(--transition);
}
.page-breadcrumb a:hover {
  color: var(--color-gold);
  border-bottom-color: rgba(244, 182, 61, 0.5);
}
.crumb-sep {
  color: var(--color-purple-light);
  opacity: 0.7;
}
.hero-kicker {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold);
  border-left: 3px solid var(--color-purple);
  padding-left: 12px;
  margin-bottom: 14px;
}
.services-hero h1 {
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 900;
  margin: 0 0 16px;
  color: var(--color-moon);
}
.hero-lead {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(248, 250, 252, 0.78);
  max-width: 720px;
  margin: 0;
  border-left: 3px solid rgba(139, 92, 246, 0.35);
  padding-left: 14px;
}
@media (min-width: 768px) {
  .services-hero h1 {
    font-size: 44px;
  }
  .hero-lead {
    font-size: 16px;
  }
}
.service-zone {
  margin-top: 8px;
}
.service-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 12px 0 6px;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.1), transparent 80%);
  border-radius: 14px;
}
.filter-prompt {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--pv-text-muted);
  margin-right: 4px;
}
.filter-btn {
  appearance: none;
  border: 1px solid rgba(248, 250, 252, 0.18);
  background: rgba(248, 250, 252, 0.05);
  color: var(--color-moon);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: all var(--transition);
}
.filter-btn:hover {
  border-color: var(--color-gold);
  background: rgba(244, 182, 61, 0.12);
}
.filter-btn.is-active {
  border-color: var(--color-gold);
  background: linear-gradient(135deg, var(--color-gold), var(--color-gold-bright));
  color: var(--color-ink);
  font-weight: 700;
}
.service-card {
  position: relative;
  margin-top: 44px;
  padding: 26px 20px 28px;
  background: var(--pv-card-bg);
  border: 1px solid var(--pv-card-border);
  border-radius: var(--pv-card-radius);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, var(--color-gold), var(--color-purple));
  clip-path: polygon(0 0, 100% 0, 0 100%);
  border-radius: 0;
}
.service-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background: linear-gradient(315deg, rgba(139, 92, 246, 0.16), transparent 72%);
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  pointer-events: none;
}
.section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.section-number {
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(244, 182, 61, 0.82);
  text-shadow: 0 0 22px var(--pv-gold-glow);
  flex-shrink: 0;
}
.section-title-group {
  min-width: 0;
}
.section-kicker {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-purple-light);
  margin: 0 0 3px;
}
.section-title-group h2 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  color: var(--color-moon);
}
.section-desc {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(248, 250, 252, 0.75);
  margin: 0 0 20px;
  max-width: 720px;
}
@media (min-width: 768px) {
  .section-number {
    font-size: 56px;
  }
  .section-title-group h2 {
    font-size: 30px;
  }
  .section-desc {
    font-size: 15px;
  }
}
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 22px 0 26px;
}
@media (min-width: 640px) {
  .dashboard-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
@media (min-width: 1024px) {
  .dashboard-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
.dash-item {
  background: rgba(248, 250, 252, 0.04);
  border: 1px solid rgba(248, 250, 252, 0.08);
  border-radius: 14px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 92px;
  transition: border-color var(--transition), background var(--transition);
}
.dash-item:hover {
  border-color: rgba(244, 182, 61, 0.4);
  background: rgba(244, 182, 61, 0.05);
}
.dash-num-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}
.dash-num {
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  color: var(--color-gold);
  letter-spacing: -0.03em;
}
.dash-suffix {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-purple-light);
}
.dash-label {
  font-size: 12px;
  color: rgba(248, 250, 252, 0.62);
  line-height: 1.4;
}
.overview-figure {
  margin: 8px 0 0;
}
.overview-figure img {
  border-radius: 16px;
}
.overview-figure figcaption,
.venue-figure figcaption,
.benefits-figure figcaption,
.history-figure figcaption,
.archive-figure figcaption {
  font-size: 12px;
  color: rgba(248, 250, 252, 0.55);
  margin-top: 10px;
  padding-left: 12px;
  border-left: 2px solid var(--color-purple);
}
.venue-layout {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (min-width: 900px) {
  .venue-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 28px;
    align-items: center;
  }
}
.venue-copy p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(248, 250, 252, 0.8);
  margin: 0 0 16px;
}
.feature-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feature-list li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(248, 250, 252, 0.72);
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, var(--color-gold), var(--color-purple));
  transform: rotate(45deg);
  border-radius: 2px;
}
.text-link {
  color: var(--color-gold);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(244, 182, 61, 0.4);
  transition: color var(--transition), border-color var(--transition);
}
.text-link:hover {
  color: var(--color-gold-bright);
  border-bottom-color: var(--color-gold);
}
.venue-figure {
  margin: 0;
}
.venue-figure img {
  border-radius: 18px;
  border: 1px solid rgba(139, 92, 246, 0.2);
}
.benefits-table-wrap {
  overflow-x: auto;
  margin: 18px 0 22px;
  border: 1px solid rgba(139, 92, 246, 0.22);
  border-radius: 14px;
  background: rgba(11, 16, 38, 0.52);
}
.benefits-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 13px;
}
.benefits-table thead th {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 14px 16px;
  color: var(--color-moon);
  background: linear-gradient(120deg, rgba(139, 92, 246, 0.25), rgba(244, 182, 61, 0.14));
  border-bottom: 1px solid rgba(139, 92, 246, 0.3);
}
.benefits-table th,
.benefits-table td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(248, 250, 252, 0.07);
  text-align: left;
  color: rgba(248, 250, 252, 0.78);
}
.benefits-table tbody th {
  font-weight: 600;
  color: var(--color-moon);
  white-space: nowrap;
}
.benefits-table tbody td:last-child {
  color: var(--color-gold-bright);
  font-weight: 500;
}
.benefits-table tbody tr:last-child th,
.benefits-table tbody tr:last-child td {
  border-bottom: 0;
}
.benefits-figure {
  margin: 0;
}
.benefits-figure img {
  border-radius: 16px;
}
.history-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 900px) {
  .history-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 30px;
    align-items: center;
  }
}
.history-steps p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(248, 250, 252, 0.78);
  margin: 0 0 16px;
}
.step-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step-list li {
  counter-increment: step;
  position: relative;
  padding: 14px 16px 14px 44px;
  background: rgba(248, 250, 252, 0.04);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(248, 250, 252, 0.75);
}
.step-list li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 14px;
  top: 14px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  color: var(--color-gold);
}
.step-list strong {
  display: block;
  color: var(--color-moon);
  font-size: 14px;
  margin-bottom: 2px;
}
.history-note {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(248, 250, 252, 0.6);
  border-left: 2px solid var(--color-purple);
  padding-left: 12px;
}
.history-figure {
  margin: 0;
}
.history-figure img {
  border-radius: 18px;
}
.archive-modules {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 24px;
}
@media (min-width: 768px) {
  .archive-modules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
.season-module {
  background: rgba(248, 250, 252, 0.04);
  border: 1px solid rgba(248, 250, 252, 0.09);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color var(--transition);
}
.season-module:hover {
  border-color: rgba(244, 182, 61, 0.4);
}
.season-module summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-moon);
  user-select: none;
}
.season-module summary::-webkit-details-marker {
  display: none;
}
.season-module summary::after {
  content: "+";
  font-size: 20px;
  line-height: 1;
  color: var(--color-gold);
  transition: transform var(--transition);
}
.season-module[open] summary::after {
  content: "–";
}
.module-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: 999px;
  color: var(--color-ink);
  background: linear-gradient(135deg, var(--color-gold), var(--color-gold-bright));
  flex-shrink: 0;
}
.season-log {
  margin: 0;
  padding: 0 16px 14px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.season-log li {
  position: relative;
  padding-left: 16px;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(248, 250, 252, 0.68);
}
.season-log li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--color-purple);
  border-radius: 1px;
  transform: rotate(45deg);
}
.archive-figure {
  margin: 0;
}
.archive-figure img {
  border-radius: 16px;
}
.download-grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (min-width: 900px) {
  .download-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 28px;
    align-items: start;
  }
}
.download-copy p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(248, 250, 252, 0.78);
  margin: 0 0 12px;
}
.download-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
.download-links .btn-primary,
.download-links .btn-ghost {
  margin: 0;
}
.download-note-card {
  background: linear-gradient(150deg, rgba(139, 92, 246, 0.15), rgba(244, 182, 61, 0.08));
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 16px;
  padding: 20px 18px;
}
.download-note-card h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-gold);
  margin: 0 0 10px;
}
.download-note-card p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(248, 250, 252, 0.7);
  margin: 0 0 8px;
}
.download-note-card p:last-child {
  margin-bottom: 0;
}
.download-note-card a {
  color: var(--color-gold-bright);
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 182, 61, 0.4);
}
.service-bridge {
  margin-top: 40px;
  padding: 20px 20px 22px;
  border-left: 3px solid var(--color-purple);
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.12), transparent 70%);
  border-radius: 0 16px 16px 0;
}
.service-bridge p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(248, 250, 252, 0.75);
  margin: 0;
}
.service-bridge a {
  color: var(--color-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 182, 61, 0.35);
}
.service-bridge a:hover {
  color: var(--color-gold-bright);
  border-bottom-color: var(--color-gold);
}
.service-status-card {
  background: linear-gradient(150deg, rgba(19, 26, 56, 0.88), rgba(11, 16, 38, 0.64));
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}
.status-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-moon);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.status-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-teal);
  box-shadow: 0 0 0 0 rgba(20, 184, 166, 0.6);
  animation: pv-pulse 2s infinite;
  flex-shrink: 0;
}
@keyframes pv-pulse {
  0% { box-shadow: 0 0 0 0 rgba(20, 184, 166, 0.5); }
  70% { box-shadow: 0 0 0 9px rgba(20, 184, 166, 0); }
  100% { box-shadow: 0 0 0 0 rgba(20, 184, 166, 0); }
}
.status-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 1024px) {
  .status-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.status-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(248, 250, 252, 0.04);
  border: 1px solid rgba(248, 250, 252, 0.07);
  border-radius: 10px;
}
.status-key {
  font-size: 12px;
  color: rgba(248, 250, 252, 0.62);
}
.status-value {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-moon);
  white-space: nowrap;
}
.status-ok {
  color: var(--color-teal);
}
.status-note {
  font-size: 11px;
  line-height: 1.6;
  color: rgba(248, 250, 252, 0.45);
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(248, 250, 252, 0.07);
  font-style: italic;
}
.sidebar-guide {
  margin-top: 24px;
  padding: 20px 18px;
  background: rgba(11, 16, 38, 0.72);
  border: 1px solid rgba(244, 182, 61, 0.14);
  border-radius: 18px;
}
.guide-title {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin: 0 0 12px;
}
.guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 1023px) {
  .guide-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.guide-list a {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: rgba(248, 250, 252, 0.7);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color var(--transition), border-color var(--transition);
}
.guide-list a:hover {
  color: var(--color-gold);
  border-bottom-color: rgba(244, 182, 61, 0.45);
}
@media (max-width: 1023px) {
  .guide-list li {
    margin-right: 10px;
  }
}
[data-reveal="fade"] {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media (max-width: 767px) {
  .page-products {
    --pv-card-radius: 16px;
  }
  .service-card {
    padding: 22px 16px 24px;
    margin-top: 36px;
  }
  .section-head {
    gap: 10px;
  }
  .section-number {
    font-size: 32px;
  }
  .section-title-group h2 {
    font-size: 21px;
  }
  .dash-num {
    font-size: 32px;
  }
  .hero-kicker {
    font-size: 11px;
  }
  .services-hero h1 {
    font-size: 28px;
  }
  .service-filter {
    padding: 10px 0 4px;
  }
  .filter-btn {
    font-size: 12px;
    padding: 7px 13px;
  }
  .filter-prompt {
    font-size: 12px;
    width: 100%;
  }
  .benefits-table th,
  .benefits-table td {
    padding: 11px 12px;
    font-size: 12.5px;
  }
}
@media (min-width: 1200px) {
  .service-card {
    padding: 34px 32px 36px;
  }
  .overview-figure img {
    max-height: 480px;
    object-fit: cover;
  }
  .archive-figure img {
    max-height: 420px;
    object-fit: cover;
  }
  .benefits-figure img {
    max-height: 420px;
    object-fit: cover;
  }
}
.page-products a:focus-visible,
.page-products button:focus-visible,
.page-products summary:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
  border-radius: 6px;
}
.page-products .text-link {
  color: var(--color-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 182, 61, 0.4);
  font-weight: 500;
  transition: color var(--transition), border-color var(--transition);
}
.page-products .text-link:hover {
  color: var(--color-gold-bright);
  border-bottom-color: var(--color-gold);
}
.page-products .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, var(--color-gold), var(--color-gold-bright));
  color: var(--color-ink);
  transition: transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 8px 24px rgba(244, 182, 61, 0.22);
}
.page-products .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(244, 182, 61, 0.3);
}
.page-products .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(248, 250, 252, 0.35);
  color: var(--color-moon);
  background: rgba(248, 250, 252, 0.08);
  transition: background var(--transition), border-color var(--transition);
}
.page-products .btn-ghost:hover {
  background: rgba(248, 250, 252, 0.14);
  border-color: var(--color-gold);
}
</main>
