.page-products .download-hero {
  position: relative;
  background: linear-gradient(140deg, var(--c-dark) 60%, var(--c-dark-2) 100%);
  color: var(--c-white);
  padding: 5rem 0 4rem;
  overflow: hidden;
}
.page-products .download-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 65%;
  height: 220%;
  background: radial-gradient(ellipse at center, rgba(255, 107, 0, 0.28) 0%, transparent 65%);
  transform: rotate(18deg);
  pointer-events: none;
}
.page-products .download-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--c-primary);
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
  pointer-events: none;
}
.page-products .download-hero .container {
  position: relative;
  z-index: 1;
}
.page-products .download-hero .breadcrumbs {
  margin-bottom: 3rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.page-products .download-hero .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.page-products .download-hero .breadcrumbs__link:hover {
  color: var(--c-primary-soft);
}
.page-products .hero-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-products .hero-copy {
  max-width: 720px;
}
.page-products .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-family: var(--font-num);
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-electric);
}
.page-products .hero-copy h1 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
}
.page-products .hero-copy .lead {
  font-size: 1.25rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  max-width: 60ch;
}
.page-products .hero-sub {
  color: var(--c-muted);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 56ch;
  margin-top: 1rem;
}
.page-products .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}
.page-products .hero-note {
  border-left: 3px solid var(--c-primary);
  padding-left: 1.5rem;
}
.page-products .hero-note .t-numeric {
  font-size: 2.75rem;
  color: var(--c-primary);
  line-height: 1;
  display: block;
}
.page-products .hero-note p {
  margin-top: 0.75rem;
  color: var(--c-muted);
  font-size: 0.875rem;
  line-height: 1.6;
}

.page-products .section-heading {
  max-width: 600px;
  margin-bottom: 3rem;
}
.page-products .section-heading h2 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.15;
  margin: 0.75rem 0 1rem;
  letter-spacing: -0.01em;
}
.page-products .section-heading p {
  color: var(--c-muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.page-products .version-compare {
  background: var(--c-silver);
  color: var(--c-ink);
  padding: 5rem 0;
}
.page-products .phone-compare {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 4rem;
  margin: 3rem 0 4rem;
}
.page-products .phone-card {
  width: 100%;
  max-width: 280px;
  text-align: center;
}
.page-products .phone-label {
  font-family: var(--font-num);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 1.25rem;
  color: var(--c-dark);
}
.page-products .phone-model {
  position: relative;
  border: 8px solid var(--c-ink);
  border-radius: 38px;
  overflow: hidden;
  aspect-ratio: 1 / 2;
  box-shadow: 0 22px 48px rgba(10, 25, 47, 0.28);
  transition: transform 0.4s var(--ease);
}
.page-products .phone-model::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 16px;
  background: var(--c-ink);
  border-radius: 999px;
  z-index: 2;
}
.page-products .phone-card:hover .phone-model {
  transform: translateY(-8px) rotate(-1.5deg);
}
.page-products .phone-model--new {
  background: linear-gradient(180deg, var(--c-primary) 0%, var(--c-primary-deep) 100%);
}
.page-products .phone-model--old {
  background: linear-gradient(180deg, var(--c-dark) 0%, var(--c-dark-2) 100%);
}
.page-products .phone-model img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-products .phone-caption {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  color: var(--c-muted);
  line-height: 1.6;
}
.page-products .table-wrap {
  background: var(--c-white);
  border: 1px solid rgba(10, 25, 47, 0.1);
  border-radius: var(--radius);
  overflow-x: auto;
  box-shadow: 0 10px 30px rgba(10, 25, 47, 0.08);
}
.page-products .compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}
.page-products .compare-table thead th {
  background: var(--c-dark);
  color: var(--c-white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 1.25rem 1.5rem;
  white-space: nowrap;
}
.page-products .compare-table thead th:first-child {
  width: 20%;
}
.page-products .compare-table tbody th {
  font-weight: 700;
  color: var(--c-dark);
  padding: 1.125rem 1.5rem;
  border-bottom: 1px solid rgba(10, 25, 47, 0.08);
  white-space: nowrap;
  background: rgba(255, 107, 0, 0.04);
}
.page-products .compare-table tbody td {
  padding: 1.125rem 1.5rem;
  border-bottom: 1px solid rgba(10, 25, 47, 0.08);
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--c-ink);
}
.page-products .compare-table tbody tr {
  transition: background 0.25s var(--ease);
}
.page-products .compare-table tbody tr:hover {
  background: var(--c-soft);
}
.page-products .compare-table tbody tr:last-child th,
.page-products .compare-table tbody tr:last-child td {
  border-bottom: none;
}

.page-products .switch-guide {
  background: var(--c-dark);
  color: var(--c-white);
  padding: 5rem 0;
  position: relative;
}
.page-products .switch-guide .section-heading h2 {
  color: var(--c-white);
}
.page-products .switch-guide .section-heading p {
  color: var(--c-muted);
}
.page-products .steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 3rem;
}
.page-products .switch-step {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: var(--radius);
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}
.page-products .switch-step:hover {
  background: rgba(255, 107, 0, 0.1);
  border-color: var(--c-primary);
}
.page-products .step-num {
  font-family: var(--font-num);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
  color: var(--c-primary);
}
.page-products .switch-step h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--c-white);
}
.page-products .switch-step p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.75;
  margin: 0;
}
.page-products .guide-visual {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.page-products .guide-visual img {
  width: 100%;
  height: auto;
  display: block;
}
.page-products .guide-note {
  margin-top: 1.5rem;
  color: var(--c-muted);
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.7;
}

.page-products .download-methods {
  background: var(--c-soft);
  color: var(--c-ink);
  padding: 5rem 0;
}
.page-products .download-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
.page-products .qr-wrap {
  max-width: 300px;
  margin-inline: auto;
  text-align: center;
}
.page-products .qr-wrap > img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(10, 25, 47, 0.16);
}
.page-products .qr-zoom {
  margin-top: 1rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  padding: 0.5rem 1rem;
}
.page-products .qr-zoom summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--c-dark);
  list-style: none;
}
.page-products .qr-zoom summary::-webkit-details-marker {
  display: none;
}
.page-products .qr-zoom summary::before {
  content: "+ ";
  color: var(--c-primary);
  font-weight: 700;
}
.page-products .qr-zoom[open] summary::before {
  content: "− ";
}
.page-products .qr-zoom p {
  margin: 0.75rem 0 0.25rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--c-ink);
}
.page-products .platform-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-products .platform-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--c-white);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  border-left: 4px solid var(--c-primary);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.page-products .platform-item:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 20px rgba(10, 25, 47, 0.08);
}
.page-products .platform-icon {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--c-dark);
  flex-shrink: 0;
}
.page-products .platform-name {
  color: var(--c-muted);
  font-size: 0.9375rem;
  flex: 1;
}
.page-products .platform-item .btn {
  flex-shrink: 0;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
}
.page-products .update-note {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 0.9375rem;
  color: rgba(26, 29, 33, 0.75);
  background: rgba(255, 255, 255, 0.55);
  padding: 1rem 1.5rem;
  border-radius: var(--radius-pill);
  display: block;
}
.page-products .update-note a {
  color: var(--c-primary);
  font-weight: 700;
  text-decoration: none;
  margin-left: 0.75rem;
  white-space: nowrap;
}
.page-products .update-note a:hover {
  text-decoration: underline;
}

.page-products .system-requirements {
  background: linear-gradient(160deg, var(--c-dark-2) 0%, var(--c-dark) 100%);
  color: var(--c-white);
  padding: 5rem 0;
}
.page-products .system-requirements .section-heading h2 {
  color: var(--c-white);
}
.page-products .system-requirements .section-heading p {
  color: var(--c-muted);
}
.page-products .compat-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.page-products .compat-visual img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}
.page-products .compat-visual > p {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9375rem;
  line-height: 1.8;
  border-left: 3px solid var(--c-primary);
  padding-left: 1.25rem;
}
.page-products .req-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.page-products .req-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.page-products .req-card:hover {
  border-color: var(--c-primary);
  background: rgba(255, 255, 255, 0.09);
}
.page-products .req-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--c-primary-soft);
}
.page-products .req-card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 0.25rem;
}

.page-products .support-cta {
  background: linear-gradient(120deg, var(--c-primary) 0%, var(--c-primary-deep) 100%);
  color: var(--c-white);
  padding: 4rem 0;
}
.page-products .support-cta .container {
  text-align: center;
}
.page-products .support-cta h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 900;
  margin-bottom: 1rem;
}
.page-products .support-cta p {
  max-width: 540px;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.0625rem;
  line-height: 1.75;
}
.page-products .support-cta .btn--primary {
  background: var(--c-white);
  color: var(--c-primary);
}

@media (min-width: 768px) {
  .page-products .hero-layout {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page-products .hero-note {
    flex-shrink: 0;
  }
  .page-products .steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-products .download-grid {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
  }
  .page-products .compat-layout {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
  .page-products .req-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1rem;
  }
}
