.page-products {
  --products-gold: #F5A623;
  --products-blue: #00C2FF;
  --products-panel: #141A24;
  --products-panel-2: #1C2433;
  --products-grad-gold: linear-gradient(135deg, #F5A623, #FF8C42);
  --products-grad-blue: linear-gradient(135deg, #00C2FF, #3A6FF8);
  overflow-x: hidden;
  background: var(--ink-900);
  color: var(--text);
  font-family: var(--font-body);
}

.page-products img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-products .products-hero {
  position: relative;
  padding: 2.5rem 0 4.5rem;
  background:
    radial-gradient(ellipse at 16% 22%, rgba(245, 166, 35, 0.16), transparent 46%),
    radial-gradient(ellipse at 84% 16%, rgba(0, 194, 255, 0.12), transparent 42%),
    linear-gradient(180deg, var(--ink-900), var(--ink-800));
}

.page-products .products-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(0, 194, 255, 0.14);
  box-shadow:
    0 0 0 40px rgba(0, 194, 255, 0.035),
    0 0 0 80px rgba(0, 194, 255, 0.018);
  pointer-events: none;
}

.page-products .breadcrumb {
  margin-bottom: 2.75rem;
}

.page-products .products-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3.25rem;
  align-items: center;
}

.page-products .products-hero__title {
  font-family: var(--font-head);
  font-size: clamp(2.1rem, 7vw, 3.9rem);
  line-height: 1.05;
  margin: 0.55rem 0 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--text);
}

.page-products .products-hero__title span {
  display: block;
  color: var(--products-gold);
  font-size: 0.56em;
  letter-spacing: 0.09em;
  margin-top: 0.18em;
}

.page-products .products-hero__lead {
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  line-height: 1.7;
  color: var(--text-2);
  max-width: 36rem;
}

.page-products .products-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.page-products .products-hero__meta {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-products .products-hero__meta-item {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--paper);
  background: rgba(245, 166, 35, 0.12);
  border: 1px solid rgba(245, 166, 35, 0.3);
  border-radius: 999px;
  padding: 0.32rem 0.82rem;
}

.page-products .products-hero__visual {
  display: flex;
  justify-content: center;
  perspective: 1200px;
}

.page-products .phone-shell {
  position: relative;
  width: min(74vw, 272px);
  padding: 10px 10px 16px;
  background: linear-gradient(165deg, var(--ink-600), var(--ink-900));
  border-radius: 38px 38px 44px 44px;
  border: 1px solid rgba(0, 194, 255, 0.32);
  box-shadow:
    0 0 54px rgba(0, 194, 255, 0.1),
    0 34px 70px rgba(0, 0, 0, 0.58);
  transform: rotate(2.5deg) translateY(0);
  transition:
    transform 900ms var(--ease),
    box-shadow 900ms var(--ease);
}

.page-products .products-hero__visual.is-revealed .phone-shell {
  transform: rotate(-1.6deg) translateY(-8px);
  box-shadow:
    0 0 70px rgba(0, 194, 255, 0.16),
    0 40px 80px rgba(0, 0, 0, 0.62);
}

.page-products .phone-shell::before {
  content: "";
  position: absolute;
  right: -3px;
  top: 118px;
  width: 5px;
  height: 44px;
  border-radius: 3px;
  background: var(--ink-600);
}

.page-products .phone-shell__frame {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: var(--ink-900);
}

.page-products .phone-shell__notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 22px;
  border-radius: 12px;
  background: var(--ink-900);
  border: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 2;
}

.page-products .phone-shell__frame img {
  width: 100%;
  height: auto;
}

.page-products .products-features {
  padding: 4.5rem 0;
  background: var(--ink-800);
  position: relative;
}

.page-products .products-features::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 194, 255, 0.025) 50%, transparent);
  pointer-events: none;
}

.page-products .products-section-head {
  max-width: 46rem;
  margin-bottom: 2rem;
}

.page-products .products-section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-products .products-features__icon-wall {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(245, 166, 35, 0.2);
  margin-bottom: 2rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.page-products .bento-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr);
}

.page-products .card-feature {
  position: relative;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--ink-700), var(--ink-800));
  border: 1px solid rgba(245, 166, 35, 0.13);
  overflow: hidden;
  min-width: 0;
}

.page-products .card-feature::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background: linear-gradient(225deg, rgba(245, 166, 35, 0.08), transparent 72%);
  border-radius: 0 0 0 130px;
  pointer-events: none;
}

.page-products .card-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0.5rem;
  border-radius: 12px;
  background: rgba(245, 166, 35, 0.12);
  border: 1px solid rgba(245, 166, 35, 0.28);
  color: var(--products-gold);
}

.page-products .card-feature__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-products .card-feature h3 {
  font-family: var(--font-head);
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0.25rem 0 0.65rem;
  color: var(--text);
}

.page-products .card-feature p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--text-2);
  margin: 0 0 1rem;
}

.page-products .card-feature__img {
  width: 100%;
  border-radius: var(--radius-sm);
  margin: 0.75rem 0 0.25rem;
  object-fit: cover;
}

.page-products .card-feature__stats {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.page-products .card-feature__stats li {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.22);
  color: var(--products-blue);
}

.page-products .card-feature__points {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.page-products .card-feature__points li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text);
}

.page-products .card-feature__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 8px;
  height: 8px;
  background: var(--products-gold);
  transform: rotate(45deg);
}

.page-products .card-feature--lineup {
  background:
    radial-gradient(ellipse at 72% 0%, rgba(245, 166, 35, 0.15), transparent 55%),
    linear-gradient(160deg, var(--ink-700), var(--ink-900));
  border-color: rgba(245, 166, 35, 0.38);
}

.page-products .card-feature--push {
  background:
    linear-gradient(120deg, rgba(245, 166, 35, 0.14), rgba(0, 194, 255, 0.07)),
    var(--ink-900);
  border-color: rgba(0, 194, 255, 0.3);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}

.page-products .card-feature--push__content {
  flex: 1;
}

.page-products .card-feature--push .card-feature__icon {
  background: rgba(0, 194, 255, 0.12);
  border-color: rgba(0, 194, 255, 0.3);
  color: var(--products-blue);
}

.page-products .products-upgrade {
  padding: 4.5rem 0;
  background: var(--ink-900);
}

.page-products .products-upgrade__grid {
  display: grid;
  gap: 2.75rem;
  align-items: center;
}

.page-products .products-upgrade__visual img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 194, 255, 0.14);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.page-products .products-upgrade__caption {
  font-size: 0.8125rem;
  color: var(--text-2);
  text-align: center;
  margin-top: 0.8rem;
}

.page-products .products-upgrade__content {
  min-width: 0;
}

.page-products .upgrade-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.25rem;
}

.page-products .upgrade-list__item {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  border-bottom: 1px solid rgba(160, 176, 192, 0.13);
  padding: 1.2rem 0;
}

.page-products .upgrade-list__item:last-child {
  border-bottom: none;
}

.page-products .upgrade-list__num {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  line-height: 1;
  color: var(--products-gold);
  min-width: 5.2rem;
  white-space: nowrap;
}

.page-products .upgrade-list__item strong {
  display: block;
  color: var(--text);
  font-size: 1.0625rem;
  margin-bottom: 0.35rem;
}

.page-products .upgrade-list__item p {
  margin: 0;
  color: var(--text-2);
  font-size: 0.875rem;
  line-height: 1.65;
}

.page-products .products-download {
  padding: 4.5rem 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(245, 166, 35, 0.08), transparent 58%),
    var(--ink-800);
}

.page-products .products-download__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin-top: 2.25rem;
}

.page-products .download-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38);
  transition:
    transform 320ms var(--ease),
    box-shadow 320ms var(--ease);
}

.page-products .download-qr:hover {
  transform: scale(1.02);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.48);
}

.page-products .download-qr__svg {
  width: 100%;
  max-width: 238px;
  height: auto;
  background: #fff;
  padding: 12px;
  border-radius: 14px;
}

.page-products .download-qr__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ink-900);
  line-height: 1.6;
  margin: 0;
}

.page-products .download-devices {
  display: grid;
  gap: 1.25rem;
}

.page-products .download-card {
  padding: 1.75rem;
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--ink-700), var(--ink-800));
  border: 1px solid rgba(0, 194, 255, 0.16);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.page-products .download-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.page-products .download-card__badge {
  font-family: var(--font-head);
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: var(--ink-900);
  background: var(--products-blue);
  padding: 0.3rem 0.7rem;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
}

.page-products .download-card__badge--android {
  background: var(--products-gold);
}

.page-products .download-card h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--text);
  margin: 0;
  letter-spacing: 0.03em;
}

.page-products .download-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.page-products .download-card__list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.875rem;
  color: var(--text-2);
}

.page-products .download-card__list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--products-gold);
  font-size: 1.5rem;
  line-height: 0.9;
}

.page-products .download-card .btn {
  margin-top: auto;
}

.page-products .products-requirements {
  padding: 4.5rem 0;
  background: var(--ink-900);
}

.page-products .requirements-table-wrap {
  margin-top: 2rem;
  overflow-x: auto;
  border: 1px solid rgba(160, 176, 192, 0.14);
  border-radius: var(--radius);
  background: var(--ink-800);
  scrollbar-width: thin;
}

.page-products .requirements-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.page-products .requirements-table th,
.page-products .requirements-table td {
  text-align: left;
  padding: 1.05rem 1.35rem;
  font-size: 0.9375rem;
  border-bottom: 1px solid rgba(160, 176, 192, 0.12);
}

.page-products .requirements-table th {
  background: var(--ink-700);
  color: var(--products-gold);
  font-family: var(--font-head);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.page-products .requirements-table td {
  color: var(--text-2);
}

.page-products .requirements-table tbody tr:last-child td {
  border-bottom: none;
}

.page-products .products-requirements__note {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--text-2);
}

.page-products .products-faq {
  padding: 4.5rem 0;
  background: var(--ink-800);
}

.page-products .faq-list {
  max-width: 48rem;
  margin: 2rem auto 0;
  display: grid;
  gap: 0.75rem;
}

.page-products .faq-item {
  background: var(--ink-700);
  border: 1px solid rgba(160, 176, 192, 0.14);
  border-radius: var(--radius-sm);
  transition: border-color 240ms var(--ease);
}

.page-products .faq-item[open] {
  border-color: rgba(245, 166, 35, 0.4);
}

.page-products .faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.page-products .faq-item summary::-webkit-details-marker {
  display: none;
}

.page-products .faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.12);
  color: var(--products-gold);
  font-size: 1.3rem;
  line-height: 1;
  transition: transform 240ms var(--ease);
}

.page-products .faq-item[open] summary::after {
  transform: rotate(45deg);
}

.page-products .faq-item p {
  margin: 0;
  padding: 0 1.35rem 1.25rem;
  color: var(--text-2);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.page-products .products-bridge {
  padding: 4.5rem 0 5rem;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(245, 166, 35, 0.16), transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(0, 194, 255, 0.08), transparent 45%),
    var(--ink-900);
}

.page-products .products-bridge__inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.page-products .products-bridge__title {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--text);
  margin: 0.6rem 0 1rem;
}

.page-products .products-bridge__inner > p {
  color: var(--text-2);
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 1.6rem;
}

.page-products .products-bridge__inner .btn {
  margin: 0.3rem;
}

@media (min-width: 768px) {
  .page-products .products-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
  }

  .page-products .bento-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-products .card-feature--schedule {
    grid-column: span 2;
  }

  .page-products .card-feature--scorer {
    grid-column: span 2;
  }

  .page-products .card-feature--lineup {
    grid-column: span 3;
  }

  .page-products .card-feature--report {
    grid-column: span 1;
  }

  .page-products .card-feature--push {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
  }

  .page-products .download-devices {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .page-products .products-upgrade__grid {
    grid-template-columns: 5fr 6fr;
  }

  .page-products .products-download__grid {
    grid-template-columns: 5fr 7fr;
  }

  .page-products .download-qr {
    padding: 2.25rem 1.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .phone-shell,
  .page-products .download-qr,
  .page-products .card-feature,
  .page-products .faq-item summary::after {
    transition: none;
  }

  .page-products .products-hero__visual.is-revealed .phone-shell {
    transform: none;
  }
}
