.page-products {
  --tint-mint: #EDF6F0;
  --tint-ice: #E8F1F5;
  --tint-fog: #F3F5F6;
  --download-card-radius: 18px;
  background: var(--white);
}

.page-products .breadcrumb {
  padding: 1rem 0 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--light);
}

.page-products .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--text-sm);
  color: var(--gray);
}

.page-products .breadcrumb__item + .breadcrumb__item::before {
  content: '/';
  margin-right: .6rem;
  color: var(--gray);
  opacity: .6;
}

.page-products .breadcrumb__item a {
  color: var(--green);
  text-decoration: none;
}

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

.page-products .breadcrumb__item[aria-current="page"] {
  color: var(--ink);
}

.page-products .product-layout {
  display: grid;
  gap: 2rem;
  padding: 1rem 0 4rem;
}

.page-products .product-layout__aside {
  min-width: 0;
}

.page-products .product-layout__main {
  min-width: 0;
}

.page-products .download-card {
  position: relative;
  background: linear-gradient(150deg, var(--teal) 0%, #052A3A 100%);
  color: var(--white);
  padding: 1.75rem 1.5rem;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  margin-bottom: 1.5rem;
}

.page-products .download-card__inner {
  position: relative;
  z-index: 1;
}

.page-products .download-card__eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.14);
  color: var(--sand);
  font-size: var(--text-xs);
  letter-spacing: .08em;
  padding: .25rem .6rem;
  margin-bottom: .75rem;
}

.page-products .download-card__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 .3rem;
  color: var(--white);
}

.page-products .download-card__slogan {
  color: rgba(255,255,255,.85);
  font-size: var(--text-md);
  margin: 0 0 1rem;
}

.page-products .platform-icons {
  margin: 1rem 0 .75rem;
}

.page-products .platform-icons__img {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
}

.page-products .download-card__actions {
  display: grid;
  gap: .75rem;
  margin: 1rem 0 1.2rem;
}

.page-products .btn-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  width: 100%;
  padding: .8rem 1rem;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, calc(100% - 10px) 100%, 0 100%);
  transition: transform .2s ease, filter .2s ease;
}

.page-products .btn-download:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
}

.page-products .btn-download__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: rgba(255,255,255,.18);
  border-radius: 8px;
}

.page-products .btn-download__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.page-products .btn-download__text small {
  font-size: var(--text-xs);
  opacity: .85;
}

.page-products .btn-download__text strong {
  font-size: 1rem;
  font-weight: 800;
}

.page-products .btn-download__arrow {
  margin-left: auto;
  font-size: 1.2rem;
  transition: transform .2s ease;
}

.page-products .btn-download:hover .btn-download__arrow {
  transform: translateX(4px);
}

.page-products .download-card__specs {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .8rem;
}

.page-products .download-card__specs li {
  display: inline-block;
  background: rgba(255,255,255,.12);
  border-radius: 999px;
  padding: .3rem .7rem;
  font-size: var(--text-xs);
  color: var(--white);
}

.page-products .download-card__note {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: var(--text-xs);
  line-height: 1.6;
}

.page-products .phone-model {
  display: flex;
  justify-content: center;
  margin: 0;
}

.page-products .phone-model__frame {
  width: 240px;
  background: #0B1B24;
  border-radius: 36px;
  padding: 12px 8px;
  border: 1px solid var(--light);
  box-shadow: var(--shadow-md);
}

.page-products .phone-model__screen {
  background: var(--white);
  border-radius: 28px;
  height: 460px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 1.1rem .9rem;
  gap: .6rem;
}

.page-products .phone-model__statusbar {
  display: flex;
  justify-content: space-between;
  font-size: .65rem;
  color: var(--gray);
}

.page-products .phone-model__appbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: .85rem;
  color: var(--ink);
}

.page-products .phone-model__avatar {
  width: 24px;
  height: 24px;
  background: var(--green);
  border-radius: 50%;
}

.page-products .phone-model__match {
  background: var(--light);
  padding: .9rem .8rem;
  border-left: 4px solid var(--green);
  display: grid;
  gap: .3rem;
}

.page-products .phone-model__kickoff {
  font-size: .68rem;
  color: var(--gray);
}

.page-products .phone-model__teams {
  font-size: .9rem;
  font-weight: 700;
  color: var(--ink);
}

.page-products .phone-model__teams strong {
  color: var(--green);
  margin: 0 .2rem;
}

.page-products .phone-model__tag {
  font-size: .68rem;
  color: var(--burgundy);
  background: rgba(107,39,55,.08);
  padding: .2rem .4rem;
}

.page-products .phone-model__member {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--teal);
  color: var(--white);
  padding: .75rem .9rem;
  font-weight: 700;
  font-size: .85rem;
  margin-top: .4rem;
}

.page-products .phone-model__arrow {
  font-size: 1.1rem;
}

.page-products .phone-model__rows {
  display: grid;
  gap: .5rem;
}

.page-products .phone-model__rows i {
  display: block;
  height: 32px;
  background: var(--light);
  border-radius: 4px;
}

.page-products .phone-model__rows i:nth-child(2) {
  background: #E3EBE7;
}

.page-products .phone-model__rows i:nth-child(3) {
  background: #DDE8DF;
}

.page-products .product-intro {
  position: relative;
  background: var(--light);
  padding: 2.5rem 1.5rem 3rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.page-products .product-intro__orb {
  position: absolute;
  right: -35px;
  top: -35px;
  width: 150px;
  height: 150px;
  border: 3px solid var(--green);
  border-radius: 50%;
  opacity: .12;
  pointer-events: none;
}

.page-products .product-intro__curve {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 200px;
  height: 60px;
  opacity: .5;
  pointer-events: none;
}

.page-products .product-intro__kicker {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--text-sm);
  letter-spacing: .1em;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: .5rem;
  position: relative;
  z-index: 1;
}

.page-products .product-intro__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 .75rem;
  position: relative;
  z-index: 1;
}

.page-products .product-intro__lead {
  color: var(--gray);
  max-width: 62ch;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.page-products .product-intro__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.page-products .product-intro__stat {
  background: var(--white);
  border-top: 3px solid var(--green);
  box-shadow: var(--shadow-sm);
  padding: .9rem .6rem;
  text-align: center;
}

.page-products .product-intro__stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1.1;
}

.page-products .product-intro__stat span {
  font-size: var(--text-xs);
  color: var(--gray);
}

.page-products .product-toc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  border-top: 1px solid rgba(31,31,31,.08);
  padding-top: 1rem;
  position: relative;
  z-index: 1;
}

.page-products .product-toc__label {
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-right: .4rem;
}

.page-products .product-toc a {
  font-size: var(--text-sm);
  color: var(--green);
  text-decoration: none;
  font-weight: 600;
  padding: .35rem .6rem;
  background: var(--white);
  border: 1px solid var(--light);
  transition: background .2s ease, color .2s ease;
}

.page-products .product-toc a:hover {
  background: var(--green);
  color: var(--white);
}

.page-products .product-section {
  padding: 2.5rem 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.page-products .product-section--member {
  background: var(--tint-mint);
}

.page-products .product-section--tablet {
  background: var(--sand);
}

.page-products .product-section--archive {
  background: var(--tint-ice);
}

.page-products .product-section--version {
  background: var(--tint-fog);
}

.page-products .product-section__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.page-products .product-section__num {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 4.5rem;
  line-height: .9;
  color: transparent;
  -webkit-text-stroke: 2px var(--green);
  margin-bottom: .4rem;
}

.page-products .product-section--member .product-section__num {
  -webkit-text-stroke-color: var(--green);
}

.page-products .product-section--tablet .product-section__num {
  -webkit-text-stroke-color: var(--burgundy);
}

.page-products .product-section--archive .product-section__num {
  -webkit-text-stroke-color: var(--teal);
}

.page-products .product-section--version .product-section__num {
  -webkit-text-stroke-color: var(--orange);
}

.page-products .product-section__title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 .75rem;
}

.page-products .product-section__lead {
  color: var(--gray);
  font-size: var(--text-base);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.page-products .product-section__subtitle {
  font-family: var(--font-display);
  font-size: var(--text-md);
  font-weight: 800;
  line-height: 1.3;
  margin: 2rem 0 .8rem;
  color: var(--ink);
  position: relative;
  padding-left: .75rem;
}

.page-products .product-section__subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: .2em;
  bottom: .2em;
  width: 4px;
  background: var(--orange);
}

.page-products .product-section__img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

.page-products .product-section__img--member {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 450 / 900;
  box-shadow: var(--shadow-md);
}

.page-products .product-section__img--tablet {
  width: 100%;
  aspect-ratio: 1024 / 768;
  box-shadow: var(--shadow-lg);
}

.page-products .product-section__img--archive {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 800 / 600;
  box-shadow: var(--shadow-md);
}

.page-products .product-section__img--version {
  width: 100%;
  aspect-ratio: 800 / 400;
  box-shadow: var(--shadow-md);
}

.page-products .product-section__figure {
  margin: 0 0 1.5rem;
}

.page-products .product-section__figure figcaption {
  font-size: var(--text-xs);
  color: var(--gray);
  margin-top: .5rem;
}

.page-products .perk-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .65rem;
}

.page-products .perk-list__item {
  display: flex;
  flex-direction: column;
  background: var(--white);
  padding: .8rem 1rem;
  border-left: 4px solid var(--green);
  box-shadow: var(--shadow-sm);
}

.page-products .perk-list__item strong {
  font-size: var(--text-sm);
  font-weight: 800;
  color: var(--green);
  margin-bottom: .2rem;
}

.page-products .perk-list__item span {
  font-size: var(--text-sm);
  color: var(--gray);
  line-height: 1.5;
}

.page-products .archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: .65rem;
}

.page-products .archive-list li {
  background: var(--white);
  padding: .75rem 1rem;
  font-size: var(--text-sm);
  border-left: 4px solid var(--teal);
  box-shadow: var(--shadow-sm);
  line-height: 1.5;
}

.page-products .timeline {
  position: relative;
  padding-left: 1.5rem;
  margin: 1rem 0 0;
}

.page-products .timeline::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: var(--green);
  opacity: .35;
}

.page-products .timeline__item {
  position: relative;
  margin-bottom: 1.25rem;
}

.page-products .timeline__item::before {
  content: '';
  position: absolute;
  left: -1.5rem;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  border: 2px solid var(--white);
  box-shadow: 0 0 0 2px var(--orange);
}

.page-products .timeline__number {
  display: inline-block;
  background: var(--teal);
  color: var(--white);
  font-size: var(--text-xs);
  font-weight: 700;
  padding: .25rem .6rem;
  margin-bottom: .4rem;
  letter-spacing: .02em;
}

.page-products .timeline__body {
  background: var(--white);
  padding: .9rem 1rem;
  box-shadow: var(--shadow-sm);
}

.page-products .timeline__body h3 {
  font-family: var(--font-display);
  font-size: var(--text-md);
  font-weight: 800;
  margin: 0 0 .35rem;
  color: var(--ink);
}

.page-products .timeline__body p {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--gray);
  line-height: 1.6;
}

.page-products .product-cta {
  background: var(--teal);
  color: var(--white);
  padding: 2.5rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-products .product-cta::before {
  content: '';
  position: absolute;
  top: -40px;
  right: 10%;
  width: 120px;
  height: 120px;
  border: 2px dashed rgba(255,255,255,.4);
  border-radius: 50%;
}

.page-products .product-cta__inner {
  position: relative;
  z-index: 1;
}

.page-products .product-cta__title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 800;
  margin: 0 0 .5rem;
  color: var(--white);
}

.page-products .product-cta p {
  color: rgba(255,255,255,.8);
  margin-bottom: 1rem;
}

.page-products .product-cta__actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.page-products .product-related {
  padding: 1rem 0 3rem;
}

.page-products .product-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
}

.page-products .product-related__link {
  padding: .4rem .8rem;
  background: var(--light);
  color: var(--green);
  font-size: var(--text-sm);
  text-decoration: none;
  font-weight: 600;
  transition: background .2s ease, color .2s ease;
}

.page-products .product-related__link:hover {
  background: var(--green);
  color: var(--white);
}

@media (min-width: 1024px) {
  .page-products .product-layout {
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
  }

  .page-products .product-layout__aside {
    position: sticky;
    top: 110px;
  }

  .page-products .download-card__title {
    font-size: var(--text-2xl);
  }

  .page-products .product-intro__title {
    font-size: var(--text-2xl);
  }

  .page-products .product-section {
    padding: 3rem 2.5rem;
    margin-bottom: 2.5rem;
  }

  .page-products .product-section__num {
    font-size: 5.5rem;
  }

  .page-products .product-section__img--member {
    width: 340px;
  }

  .page-products .product-section__img--archive {
    width: 480px;
  }

  .page-products .archive-list {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .perk-list {
    grid-template-columns: 1fr 1fr;
  }
}
