.page-products {
  --pp-gold: #C9A227;
  --pp-gold-light: #F0D675;
  --pp-gold-soft: rgba(201, 162, 39, 0.14);
  --pp-gold-line: rgba(201, 162, 39, 0.42);
  --pp-red: #D2232A;
  --pp-green: #0B3D2E;
  --pp-green-deep: #07281E;
  --pp-soft: #E8F0EA;
  --pp-cream: #FAF7F0;
  --pp-ink: #1A1A1A;
}

.page-products .page-head {
  position: relative;
  overflow: hidden;
  padding: 52px 0 46px;
  background:
    radial-gradient(640px 320px at 82% -10%, rgba(201, 162, 39, 0.30), transparent 62%),
    linear-gradient(135deg, var(--pp-green) 0%, var(--pp-green-deep) 78%);
  color: var(--pp-cream);
}
.page-products .page-head::before {
  content: "AK";
  position: absolute;
  right: -30px;
  top: 8px;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 220px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.page-products .page-head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--pp-gold), var(--pp-gold-light) 40%, transparent 90%);
  opacity: 0.9;
}
.page-products .page-head__inner {
  position: relative;
  z-index: 1;
}
.page-products .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}
.page-products .breadcrumb a {
  color: var(--pp-gold-light);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.page-products .breadcrumb a:hover,
.page-products .breadcrumb a:focus-visible {
  color: #ffffff;
}
.page-products .breadcrumb__sep {
  color: rgba(255, 255, 255, 0.35);
}
.page-products .page-head [aria-current="page"] {
  color: rgba(255, 255, 255, 0.85);
}
.page-products .page-head__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pp-gold-light);
}
.page-products .page-head__kicker::before {
  content: "";
  width: 26px;
  height: 4px;
  background: var(--gold-gradient);
  transform: skew(-24deg);
}
.page-products .page-head__title {
  position: relative;
  margin: 0;
  max-width: 13em;
  font-family: var(--font-title);
  font-size: clamp(2rem, 5.2vw, 3.5rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.page-products .page-head__title::after {
  content: "01 / product lines";
  position: absolute;
  left: calc(100% + 16px);
  top: 4px;
  writing-mode: vertical-rl;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(201, 162, 39, 0.55);
  padding-left: 8px;
}
.page-products .page-head__desc {
  max-width: 60em;
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}

.page-products .section {
  padding: 60px 0;
}
.page-products .section__head {
  margin-bottom: 30px;
}
.page-products .section__note {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-left: 3px solid var(--pp-gold);
  background: var(--pp-gold-soft);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pp-gold);
}
.page-products .section__title {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(1.7rem, 3.8vw, 2.5rem);
  line-height: 1.16;
  color: var(--pp-ink);
}
.page-products .section--soft {
  background: var(--pp-soft);
}
.page-products .section--dark {
  background: var(--pp-green-deep);
}
.page-products .section--dark .section__title {
  color: var(--pp-cream);
}
.page-products .pp-lead {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(26, 26, 26, 0.82);
}

.page-products .feature-list {
  margin: 22px 0;
  padding: 0;
  list-style: none;
}
.page-products .feature-list li {
  position: relative;
  padding: 7px 0 7px 24px;
  border-bottom: 1px dashed rgba(11, 61, 46, 0.16);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.86);
}
.page-products .feature-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 14px;
  width: 10px;
  height: 10px;
  background: var(--pp-gold);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}

.page-products .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: var(--radius);
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.page-products .btn:hover {
  transform: translateY(-2px);
}

.page-products .pp-overview {
  padding-top: 70px;
  background:
    linear-gradient(180deg, var(--pp-green) 0%, var(--pp-green-deep) 100%);
}
.page-products .bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.page-products .bento-cell {
  grid-column: auto;
}
.page-products .pp-cell-focus {
  grid-column: auto;
}

.page-products .pp-dash {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 24px;
  border: 1px solid var(--pp-gold-line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 48px);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.page-products .pp-dash::after {
  content: "";
  position: absolute;
  left: -60px;
  top: -60px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.16);
  filter: blur(40px);
  pointer-events: none;
}
.page-products .pp-dash__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
}
.page-products .pp-dash__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.page-products .pp-dash__kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pp-gold-light);
}
.page-products .pp-dash__title {
  margin: 8px 0 0;
  font-family: var(--font-title);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #ffffff;
}
.page-products .pp-dash__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 20px;
}
.page-products .pp-dash__stat {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}
.page-products .pp-dash__stat dt {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 6px;
}
.page-products .pp-dash__stat dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 28px;
  line-height: 1;
  color: var(--pp-gold-light);
}
.page-products .pp-dash__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .pp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 176px;
  padding: 24px 22px;
  border: 1px solid;
  border-radius: var(--radius-md);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.page-products .pp-card::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(201, 162, 39, 0.25);
  transform: rotate(45deg);
  transition: border-color 0.22s ease;
}
.page-products .pp-card:hover,
.page-products .pp-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  border-color: var(--pp-gold-line);
}
.page-products .pp-card:hover::before,
.page-products .pp-card:focus-visible::before {
  border-color: rgba(201, 162, 39, 0.8);
}
.page-products .pp-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.page-products .pp-card__tagline {
  display: inline-block;
  padding: 3px 9px;
  border: 1px solid;
  border-radius: 99px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.page-products .pp-card__arrow {
  font-family: var(--font-mono);
  font-size: 18px;
  transition: transform 0.2s ease;
  color: var(--pp-gold-light);
}
.page-products .pp-card:hover .pp-card__arrow {
  transform: translateX(4px);
}
.page-products .pp-card .bento-cell__title {
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-size: 22px;
  line-height: 1.2;
}
.page-products .pp-card .bento-cell__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.85;
  flex: 1;
}
.page-products .pp-card__meta {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  opacity: 0.7;
}

.page-products .pp-card--dark {
  background: rgba(10, 10, 10, 0.34);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--pp-cream);
}
.page-products .pp-card--glass {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--pp-cream);
  backdrop-filter: blur(5px);
}
.page-products .pp-card--soft {
  background: rgba(232, 240, 234, 0.14);
  border-color: rgba(232, 240, 234, 0.30);
  color: var(--pp-cream);
}
.page-products .pp-card--cream {
  background: rgba(250, 247, 240, 0.12);
  border-color: rgba(250, 247, 240, 0.28);
  color: var(--pp-cream);
}
.page-products .pp-card--ink {
  background: rgba(0, 0, 0, 0.42);
  border-color: rgba(201, 162, 39, 0.40);
  color: var(--pp-cream);
}

.page-products .tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.86);
}
.page-products .tag--gold {
  border-color: rgba(201, 162, 39, 0.65);
  background: rgba(201, 162, 39, 0.20);
  color: var(--pp-gold-light);
}

.page-products .pp-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: center;
}

.page-products .pp-frame {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--pp-green);
  box-shadow: var(--shadow-lg);
}
.page-products .pp-frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-products .pp-frame--web {
  aspect-ratio: 8 / 5;
}
.page-products .pp-frame--phone {
  width: min(100%, 300px);
  margin: 0 auto;
  aspect-ratio: 1 / 2;
  border-radius: var(--radius-lg);
}
.page-products .pp-frame--doc {
  aspect-ratio: 8 / 5;
}
.page-products .pp-frame--chart {
  aspect-ratio: 3 / 2;
}
.page-products .pp-frame__caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  margin: 0;
  padding: 8px 12px;
  border-radius: var(--radius);
  background: rgba(10, 10, 10, 0.55);
  border-left: 3px solid var(--pp-gold);
  color: var(--pp-cream);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  backdrop-filter: blur(4px);
}
.page-products .pp-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(220px, 64%);
  margin: 0 auto;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gold-gradient);
  box-shadow: 0 0 0 10px rgba(201, 162, 39, 0.15), var(--shadow-lg);
}
.page-products .pp-badge img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  max-width: 100%;
}

.page-products .pp-syncbar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 10px 16px;
  border: 1px solid rgba(46, 125, 50, 0.25);
  border-radius: 99px;
  background: rgba(46, 125, 50, 0.08);
  font-size: 13px;
  color: #2E7D32;
  font-weight: 600;
}
.page-products .pp-syncbar__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2E7D32;
  box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.15);
}

.page-products .pp-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.page-products .pp-table caption {
  padding: 0 0 12px;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.10em;
  color: rgba(255, 255, 255, 0.55);
}
.page-products .pp-table th,
.page-products .pp-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.page-products .pp-table thead th {
  background: rgba(201, 162, 39, 0.18);
  color: var(--pp-gold-light);
  font-family: var(--font-title);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page-products .pp-table tbody tr:last-child th,
.page-products .pp-table tbody tr:last-child td {
  border-bottom: 0;
}
.page-products .pp-table tbody tr {
  transition: background 0.18s ease;
}
.page-products .pp-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.06);
}
.page-products .pp-table .t-value {
  font-family: var(--font-mono);
  color: var(--pp-gold-light);
  white-space: nowrap;
}

.page-products .accordion {
  margin: 20px 0 26px;
  border-top: 1px solid rgba(11, 61, 46, 0.14);
}
.page-products .accordion__item {
  border-bottom: 1px solid rgba(11, 61, 46, 0.14);
}
.page-products .accordion__trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 15px 2px;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--pp-ink);
  cursor: pointer;
  transition: color 0.2s ease;
}
.page-products .accordion__trigger:hover,
.page-products .accordion__trigger:focus-visible {
  color: var(--pp-gold);
}
.page-products .accordion__icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.page-products .accordion__icon::before,
.page-products .accordion__icon::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 8px;
  height: 2px;
  background: var(--pp-gold);
}
.page-products .accordion__icon::after {
  transform: rotate(90deg);
}
.page-products .accordion__item[data-open] .accordion__icon::after {
  transform: rotate(0deg);
}
.page-products .accordion__content {
  padding: 0 0 16px 28px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(26, 26, 26, 0.74);
}

.page-products .pp-member-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
.page-products .pp-member__hint {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.65);
}
.page-products .pp-member__plans {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-products .pp-plan {
  margin: 0;
  padding: 24px 22px;
  border: 1px solid rgba(11, 61, 46, 0.12);
  border-radius: var(--radius-lg);
  background: var(--pp-cream);
  box-shadow: var(--shadow-md);
}
.page-products .pp-plan h3 {
  margin: 0;
  font-family: var(--font-title);
  font-size: 21px;
}
.page-products .pp-plan__price {
  margin: 8px 0 0;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.10em;
  color: var(--pp-gold);
}
.page-products .pp-plan--pro {
  position: relative;
  background: linear-gradient(135deg, var(--pp-green), var(--pp-green-deep));
  border-color: transparent;
  color: var(--pp-cream);
  overflow: hidden;
}
.page-products .pp-plan--pro::before {
  content: "PRO";
  position: absolute;
  right: -12px;
  bottom: -24px;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 90px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.page-products .pp-plan--pro h3 {
  color: var(--pp-cream);
}
.page-products .pp-plan--pro .feature-list li {
  color: rgba(255, 255, 255, 0.80);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.page-products .pp-member__notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding: 13px 16px;
  border-left: 4px solid var(--pp-red);
  background: rgba(210, 35, 42, 0.07);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(26, 26, 26, 0.80);
}
.page-products .pp-alert-tag {
  flex: 0 0 auto;
  padding: 3px 8px;
  border-radius: var(--radius);
  background: var(--pp-red);
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.page-products .pp-coverage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 8px;
}
.page-products .pp-coverage-item {
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-top: 3px solid var(--pp-gold);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}
.page-products .pp-coverage-item h3 {
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-size: 18px;
  color: var(--pp-cream);
}
.page-products .pp-coverage-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
}
.page-products .pp-coverage__note {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
}
.page-products .pp-coverage__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}

@media (max-width: 599px) {
  .page-products .page-head__title::after {
    display: none;
  }
}

@media (min-width: 600px) {
  .page-products .pp-dash__stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-products .pp-member__plans {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .page-products .section {
    padding: 88px 0;
  }
  .page-products .section__head {
    margin-bottom: 38px;
  }

  .page-products .bento-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
  }
  .page-products .bento-cell {
    grid-column: span 4;
  }
  .page-products .pp-cell-focus {
    grid-column: span 12;
  }
  .page-products .pp-cell-wide {
    grid-column: span 7;
  }
  .page-products .pp-cell-narrow {
    grid-column: span 5;
  }

  .page-products .pp-split {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 54px;
  }
  .page-products .pp-split--reverse {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .page-products .pp-split--reverse .pp-split__media {
    grid-column: 1;
    grid-row: 1;
  }
  .page-products .pp-split--reverse .pp-split__content {
    grid-column: 2;
    grid-row: 1;
  }

  .page-products .pp-member-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
  }
  .page-products .pp-coverage-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .page-products .pp-frame--phone {
    margin-left: auto;
    margin-right: auto;
  }
}
