.page-products {
  background: var(--c-cream-warm);
  color: var(--c-gray-cool);
  font-family: var(--font-body);
  line-height: 1.65;
}

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

.page-products .container {
  width: min(100% - 32px, var(--container-w));
  margin-inline: auto;
}

.page-products .section {
  padding-block: 48px;
}

.page-products .eyebrow {
  font-family: var(--font-data);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-green-pitch);
  margin-bottom: 8px;
}

.page-products h1,
.page-products h2,
.page-products h3 {
  font-family: var(--font-display);
  color: var(--c-green-deep);
  line-height: 1.18;
}

.page-products .section-title {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.page-products .section-subtitle {
  font-size: 0.95rem;
  color: #5b5b61;
  margin-bottom: 24px;
  max-width: 62ch;
}

.page-products [id^="device-"] {
  scroll-margin-top: calc(var(--header-h) + 20px);
}

.page-products .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding-block: 20px 8px;
  font-size: 0.82rem;
  color: #fff;
}

.page-products .breadcrumb a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.page-products .breadcrumb a:hover {
  opacity: 1;
  text-decoration: underline;
}

.page-products .breadcrumb [aria-current="page"] {
  font-weight: 600;
}

.page-products .products-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 64px;
  color: #fff;
  background: var(--c-green-deep);
}

.page-products .products-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: var(--c-green-pitch);
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.9;
}

.page-products .products-hero::after {
  content: "";
  position: absolute;
  bottom: 9%;
  left: -6%;
  width: 120%;
  height: 5px;
  background: linear-gradient(90deg, var(--c-cream-warm) 0 60%, var(--c-orange-fan) 60% 100%);
  transform: rotate(-2deg);
  border-radius: var(--radius-pill);
}

.page-products .products-hero .container {
  position: relative;
  z-index: 2;
}

.page-products .hero-grid {
  display: grid;
  gap: 32px;
  align-items: center;
  padding-top: 18px;
}

.page-products .hero-device {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-products .device-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.page-products .device-tab {
  font-family: var(--font-data);
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: background 0.4s var(--ease), transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

.page-products .device-tab:hover,
.page-products .device-tab--active {
  background: var(--c-orange-fan);
  border-color: var(--c-orange-fan);
  color: #fff;
  box-shadow: var(--shadow-orange);
}

.page-products .device-panel {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
  padding: 16px;
  width: 100%;
  max-width: 340px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.page-products .device-frame {
  margin: 0;
}

.page-products .device-frame--phone {
  max-width: 280px;
  margin-inline: auto;
}

.page-products .device-frame img {
  border-radius: var(--radius);
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .device-frame figcaption {
  font-size: 0.82rem;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.page-products .hero-copy .eyebrow {
  color: var(--c-green-pitch);
}

.page-products .hero-title {
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  color: #fff;
}

.page-products .hero-lead {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 56ch;
  margin-bottom: 18px;
}

.page-products .hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.page-products .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 28px;
}

.page-products .stat-cell {
  border-left: 3px solid var(--c-orange-fan);
  padding-left: 12px;
}

.page-products .stat-cell dt {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
}

.page-products .stat-cell dd {
  font-family: var(--font-data);
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.page-products .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products .hero-cta .btn {
  padding: 12px 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: box-shadow 0.4s var(--ease), transform 0.4s var(--ease);
}

.page-products .hero-cta .btn--primary {
  background: var(--c-orange-fan);
  color: #fff;
  box-shadow: var(--shadow-orange);
}

.page-products .hero-cta .btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  background: transparent;
}

.page-products .hero-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.page-products .compat-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  background: #fff;
  margin-bottom: 28px;
  -webkit-overflow-scrolling: touch;
}

.page-products .compat-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.page-products .compat-table th,
.page-products .compat-table td {
  padding: 14px 14px;
  text-align: center;
  border-bottom: 1px solid var(--c-silver);
}

.page-products .compat-table thead th {
  background: var(--c-green-deep);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
}

.page-products .compat-table thead th:first-child {
  text-align: left;
}

.page-products .compat-table tbody th {
  text-align: left;
  background: var(--c-beige-soft);
  color: var(--c-green-deep);
  font-weight: 600;
  white-space: nowrap;
}

.page-products .compat-table td {
  font-family: var(--font-data);
  font-weight: 500;
}

.page-products .compat-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
}

.page-products .media-frame {
  margin: 0;
}

.page-products .media-frame img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  object-fit: cover;
}

.page-products .media-frame figcaption {
  font-size: 0.82rem;
  color: #777;
  margin-top: 10px;
  padding-left: 4px;
}

.page-products .compat-media {
  background: var(--c-beige-soft);
  border-radius: var(--radius);
  padding: 10px;
}

.page-products .compat-media img {
  box-shadow: var(--shadow-2);
}

.page-products .compat-note {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  background: var(--c-beige-soft);
  border-radius: var(--radius);
  padding: 18px 22px;
  border-left: 4px solid var(--c-cyan);
}

.page-products .compat-note p {
  margin: 0;
  font-size: 0.92rem;
}

.page-products .compat-note a {
  color: var(--c-cyan);
  font-weight: 600;
  text-decoration: none;
}

.page-products .compat-note a:hover {
  text-decoration: underline;
}

.page-products .products-subscribe {
  background: var(--c-beige-soft);
}

.page-products .subscribe-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.page-products .subscribe-steps {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.page-products .subscribe-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 10px 0;
}

.page-products .step-num {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-pill);
  background: var(--c-orange-fan);
  color: #fff;
  font-family: var(--font-data);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  box-shadow: var(--shadow-orange);
}

.page-products .subscribe-step h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 800;
}

.page-products .subscribe-step p {
  margin: 0;
  font-size: 0.9rem;
  color: #5b5b61;
}

.page-products .subscribe-tools {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 18px;
}

.page-products .subscribe-tools .btn {
  padding: 10px 20px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--c-silver);
  background: #fff;
  color: var(--c-green-deep);
  cursor: pointer;
  transition: box-shadow 0.4s var(--ease), transform 0.4s var(--ease);
}

.page-products .subscribe-tools .btn:hover {
  box-shadow: var(--shadow-2);
  transform: translateY(-2px);
}

.page-products .subscribe-tip {
  font-size: 0.82rem;
  color: #6c6c72;
  margin: 0;
  flex-basis: 100%;
}

.page-products .editorial-note {
  border-left: 3px solid var(--c-purple-edit);
  padding: 12px 16px;
  background: rgba(138, 108, 157, 0.1);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-editorial);
  font-size: 0.9rem;
  color: #4b3f52;
  margin-top: 8px;
}

.page-products .editorial-note p {
  margin: 0;
}

.page-products .subscribe-visual {
  margin: 0;
}

.page-products .subscribe-visual img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-2);
}

.page-products .version-grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

.page-products .version-accordion {
  border-top: 1px solid var(--c-silver);
}

.page-products .version-item {
  border-bottom: 1px solid var(--c-silver);
}

.page-products .version-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 16px 4px;
  list-style: none;
}

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

.page-products .version-item summary::after {
  content: "+";
  font-family: var(--font-data);
  font-size: 1.3rem;
  color: var(--c-orange-fan);
  font-weight: 700;
}

.page-products .version-item[open] summary::after {
  content: "−";
}

.page-products .version-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-products .version-num {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--c-orange-fan);
}

.page-products .version-week {
  font-size: 0.75rem;
  color: #6c6c72;
  font-family: var(--font-body);
  background: var(--c-beige-soft);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
}

.page-products .version-log {
  margin: 0;
  padding: 0 0 16px 34px;
}

.page-products .version-log li {
  font-size: 0.9rem;
  color: #5b5b61;
  margin-bottom: 4px;
}

.page-products .version-visual {
  margin: 0;
}

.page-products .version-visual img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
}

.page-products .products-get {
  background: var(--c-green-ink);
  color: #eaeaea;
}

.page-products .products-get .eyebrow {
  color: var(--c-green-pitch);
}

.page-products .products-get .section-title {
  color: #fff;
}

.page-products .products-get .section-subtitle {
  color: rgba(255, 255, 255, 0.76);
}

.page-products .get-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.page-products .get-card {
  border-radius: var(--radius-lg);
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.page-products .get-card .card--beige {
  background: var(--c-beige-soft);
}

.page-products .get-card.card--beige {
  background: var(--c-beige-soft);
  color: var(--c-gray-cool);
}

.page-products .get-card.card--dark {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-products .get-card--system {
  background: var(--c-green-deep);
  color: #fff;
}

.page-products .get-card-title {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 800;
  color: inherit;
}

.page-products .get-card p {
  font-size: 0.9rem;
  margin: 0 0 12px;
}

.page-products .get-list,
.page-products .get-steps {
  margin: 4px 0 0;
  padding-left: 20px;
  font-size: 0.9rem;
  line-height: 1.8;
}

.page-products .get-list {
  list-style: none;
  padding-left: 0;
}

.page-products .get-list li {
  position: relative;
  padding-left: 22px;
}

.page-products .get-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--c-green-pitch);
  font-family: var(--font-data);
  font-weight: 700;
}

.page-products .get-steps li::marker {
  color: var(--c-orange-fan);
}

.page-products .get-specs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-products .get-specs div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.88rem;
}

.page-products .get-specs dt {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.page-products .get-specs dd {
  margin: 0;
  font-weight: 600;
  font-family: var(--font-data);
}

.page-products .get-card .btn {
  margin-top: 20px;
  align-self: flex-start;
  padding: 12px 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: box-shadow 0.4s var(--ease), transform 0.4s var(--ease);
}

.page-products .get-card--system .btn {
  background: var(--c-orange-fan);
  color: #fff;
  box-shadow: var(--shadow-orange);
}

.page-products .get-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

.page-products .products-crosslinks {
  background: var(--c-cream-warm);
}

.page-products .crosslinks-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-products .crosslinks-row .btn {
  padding: 10px 22px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--c-silver);
  background: transparent;
  color: var(--c-green-deep);
  text-decoration: none;
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease), transform 0.4s var(--ease);
}

.page-products .crosslinks-row .btn:hover {
  border-color: var(--c-orange-fan);
  box-shadow: var(--shadow-1);
  transform: translateY(-2px);
}

@media (min-width: 720px) {
  .page-products .compat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .subscribe-tools .btn {
    flex-basis: auto;
  }
}

@media (min-width: 860px) {
  .page-products .section {
    padding-block: 72px;
  }

  .page-products .section-title {
    font-size: 2rem;
  }

  .page-products .hero-grid {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 48px;
    padding-top: 36px;
  }

  .page-products .products-hero {
    padding-bottom: 96px;
  }

  .page-products .subscribe-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
  }

  .page-products .version-grid {
    grid-template-columns: 1fr 0.72fr;
    gap: 56px;
  }

  .page-products .get-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
