.page-products {
  --products-accent-glow: rgba(255, 107, 44, 0.35);
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

.page-products .download-hero {
  position: relative;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 14%, rgb(14 123 159 / 0.5) 0 140px, transparent 220px),
    linear-gradient(138deg, var(--primary-deep) 0%, var(--primary) 58%, var(--lake) 100%);
  padding: calc(var(--header-offset) + 32px) 0 112px;
  overflow: hidden;
}

.page-products .download-hero::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -70px;
  height: 120px;
  background: var(--white);
  transform: skewY(-2.5deg);
  z-index: 1;
  pointer-events: none;
}

.page-products .download-layout {
  display: grid;
  gap: 32px;
}

.page-products .download-info {
  position: relative;
  z-index: 3;
}

.page-products .download-info .breadcrumb {
  margin-bottom: 26px;
  color: rgb(255 255 255 / 0.6);
}

.page-products .download-info .breadcrumb a {
  color: rgb(255 255 255 / 0.86);
  text-decoration: none;
}

.page-products .download-info .breadcrumb a:hover {
  color: var(--white);
}

.page-products .download-info .breadcrumb span[aria-current="page"] {
  color: #ffd9c2;
}

.page-products .hero-label {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.page-products .download-info h1 {
  font-family: var(--font-title);
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}

.page-products .download-info .hero-lead {
  font-family: var(--font-title);
  font-size: 22px;
  line-height: 1.2;
  color: #ffd9c2;
  margin: 0 0 20px;
}

.page-products .hero-copy {
  font-size: 17px;
  line-height: 1.75;
  color: rgb(255 255 255 / 0.92);
  max-width: 560px;
  margin-bottom: 28px;
}

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

.page-products .android-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--accent);
  border: 2px solid var(--accent);
  color: var(--white);
  padding: 13px 22px;
  border-radius: 999px;
  font-family: var(--font-title);
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 10px 24px var(--products-accent-glow);
  transition: transform 0.2s var(--ease-std), box-shadow 0.2s var(--ease-std);
}

.page-products .android-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgb(255 107 44 / 0.4);
}

.page-products .android-btn:active {
  transform: scale(0.96);
}

.page-products .ios-coming {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgb(255 255 255 / 0.1);
  border: 1.5px dashed rgb(255 255 255 / 0.45);
  color: rgb(255 255 255 / 0.85);
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: not-allowed;
}

.page-products .nav-btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1.5px solid rgb(255 255 255 / 0.55);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}

.page-products .nav-btn:hover {
  border-color: var(--white);
  background: rgb(255 255 255 / 0.1);
}

.page-products .download-note {
  font-size: 14px;
  color: rgb(255 255 255 / 0.78);
  margin: 0;
}

.page-products .phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
  z-index: 2;
}

.page-products .phone-frame {
  position: relative;
  width: 250px;
  max-width: 76vw;
  aspect-ratio: 9 / 19;
  background: #101523;
  border: 5px solid #141414;
  border-radius: 42px;
  box-shadow:
    0 0 0 2px rgb(255 255 255 / 0.16),
    0 32px 64px rgb(3 24 55 / 0.6),
    0 12px 28px rgb(3 24 55 / 0.34);
  overflow: hidden;
  z-index: 2;
}

.page-products .phone-speaker {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 6px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.28);
  z-index: 3;
}

.page-products .phone-screen {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-width: 100%;
}

.page-products .phone-float-card {
  position: absolute;
  z-index: 4;
  top: 18%;
  right: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.18);
  border: 1px solid rgb(255 255 255 / 0.34);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  white-space: nowrap;
  box-shadow: 0 6px 20px rgb(3 24 55 / 0.25);
}

.page-products .phone-float-card--alt {
  top: auto;
  bottom: 18%;
  left: 0;
  right: auto;
}

.page-products .hero-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.page-products .hero-deco--1 {
  width: 280px;
  height: 280px;
  border: 1px solid rgb(255 255 255 / 0.14);
  top: -64px;
  right: -80px;
}

.page-products .hero-deco--2 {
  width: 140px;
  height: 140px;
  border: 1px solid rgb(255 255 255 / 0.18);
  bottom: 12px;
  left: -42px;
}

.page-products .download-guide {
  background: var(--white);
  padding: 10px 0 72px;
}

.page-products .guide-heading {
  margin-bottom: 30px;
}

.page-products .guide-grid {
  display: grid;
  gap: 18px;
}

.page-products .guide-entry {
  position: relative;
  padding: 26px 22px 24px;
  background: var(--primary-soft);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.page-products .guide-step {
  display: block;
  font-family: var(--font-title);
  font-size: 42px;
  line-height: 1;
  color: var(--accent);
  opacity: 0.3;
  margin-bottom: 12px;
}

.page-products .guide-entry h3 {
  font-family: var(--font-title);
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.page-products .guide-entry p {
  font-size: 15px;
  line-height: 1.75;
  color: #3a3a3a;
  margin-bottom: 16px;
}

.page-products .text-link {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.page-products .features-section {
  background: var(--primary-soft);
  padding: 72px 0 84px;
}

.page-products .section-heading {
  margin-bottom: 32px;
}

.page-products .section-heading h2 {
  font-family: var(--font-title);
  font-size: 34px;
  line-height: 1.15;
  margin: 10px 0 12px;
}

.page-products .section-summary {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  max-width: 640px;
  margin: 0;
}

.page-products .features-layout {
  display: grid;
  gap: 34px;
}

.page-products .feature-list {
  display: grid;
  gap: 16px;
}

.page-products .feature-item {
  background: var(--white);
  border-top: 3px solid transparent;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 24px;
  transition: border-color 0.25s, transform 0.25s var(--ease-std), box-shadow 0.25s;
}

.page-products .feature-item:hover {
  border-top-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: var(--shadow-float);
}

.page-products .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--lake));
  color: var(--white);
  margin-bottom: 16px;
}

.page-products .feature-content h3 {
  font-family: var(--font-title);
  font-size: 19px;
  margin: 0 0 8px;
}

.page-products .feature-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #414141;
  margin: 0;
}

.page-products .feature-gallery {
  display: grid;
  gap: 18px;
}

.page-products .feature-shot {
  margin: 0;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.page-products .feature-shot img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-products .feature-shot figcaption {
  padding: 12px 18px 16px;
  font-size: 14px;
  color: #4d4d4d;
}

.page-products .feedback-section {
  background: var(--cream);
  padding: 72px 0 84px;
}

.page-products .feedback-layout {
  display: grid;
  gap: 40px;
}

.page-products .quote-card {
  margin: 0 0 18px;
  background: var(--white);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 20px 22px;
}

.page-products .quote-card:last-child {
  margin-bottom: 0;
}

.page-products .quote-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.page-products .support-card {
  background: var(--primary);
  color: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
  padding: 30px 28px;
}

.page-products .support-card h3 {
  font-family: var(--font-title);
  font-size: 24px;
  margin: 0 0 12px;
}

.page-products .support-card p {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(255 255 255 / 0.88);
  margin-bottom: 18px;
}

.page-products .support-tag {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.page-products .contact-list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}

.page-products .contact-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.16);
  font-size: 14px;
  line-height: 1.5;
}

.page-products .contact-list li:last-child {
  border-bottom: none;
}

.page-products .contact-list li strong {
  color: var(--white);
  white-space: nowrap;
}

.page-products .support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.page-products .support-actions .btn {
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}

.page-products .support-actions .btn-primary {
  background: var(--accent);
  color: var(--white);
}

.page-products .support-actions .btn-outline {
  border: 1.5px solid rgb(255 255 255 / 0.55);
  color: var(--white);
}

.page-products .versions-section {
  padding: 0 0 80px;
  background: var(--white);
}

.page-products .versions-banner {
  height: 130px;
  overflow: hidden;
  margin-bottom: 56px;
}

.page-products .versions-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-products .timeline {
  position: relative;
  margin-top: 44px;
}

.page-products .timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--primary) 0%, var(--accent) 100%);
  opacity: 0.35;
}

.page-products .timeline-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  position: relative;
  padding-bottom: 32px;
}

.page-products .timeline-item:last-child {
  padding-bottom: 0;
}

.page-products .timeline-marker {
  position: relative;
}

.page-products .timeline-dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--white);
  border: 4px solid var(--accent);
  box-shadow: 0 0 0 3px rgb(255 107 44 / 0.2);
}

.page-products .timeline-ver {
  position: absolute;
  left: -2px;
  top: 30px;
  font-family: var(--font-title);
  font-size: 13px;
  color: var(--primary);
  white-space: nowrap;
}

.page-products .timeline-card {
  background: var(--primary-soft);
  border-radius: var(--radius-md);
  padding: 20px 22px;
}

.page-products .timeline-year {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.page-products .timeline-card h3 {
  font-family: var(--font-title);
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 8px;
}

.page-products .timeline-intro {
  font-size: 15px;
  line-height: 1.7;
  color: #414141;
  margin: 0 0 4px;
}

.page-products .timeline-more {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}

.page-products .timeline-more summary {
  list-style: none;
  cursor: pointer;
  color: var(--primary);
  font-weight: 700;
  padding: 4px 0;
}

.page-products .timeline-more summary::-webkit-details-marker {
  display: none;
}

.page-products .timeline-more summary::before {
  content: "+";
  margin-right: 8px;
  color: var(--accent);
  font-weight: 700;
}

.page-products .timeline-more[open] summary::before {
  content: "–";
}

.page-products .timeline-more p {
  margin: 8px 0 0;
  line-height: 1.7;
}

.page-products .cta-band {
  position: relative;
  overflow: hidden;
  background: var(--primary-deep);
  color: var(--white);
  text-align: center;
  padding: 64px 0 72px;
}

.page-products .cta-band::before {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  top: -56px;
  height: 96px;
  background: var(--cream);
  transform: skewY(-2deg);
  transform-origin: top left;
  z-index: 1;
}

.page-products .cta-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.26;
}

.page-products .cta-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-products .cta-inner {
  position: relative;
  z-index: 2;
}

.page-products .cta-inner .section-label {
  background: var(--white);
  color: var(--primary);
}

.page-products .cta-inner h2 {
  font-family: var(--font-title);
  font-size: 32px;
  line-height: 1.15;
  margin: 10px 0 12px;
}

.page-products .cta-inner p {
  font-size: 16px;
  line-height: 1.7;
  color: rgb(255 255 255 / 0.82);
  max-width: 640px;
  margin: 0 auto 24px;
}

.page-products .cta-inner .btn-accent {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 28px rgb(255 107 44 / 0.38);
  transition: transform 0.2s, box-shadow 0.2s;
}

.page-products .cta-inner .btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgb(255 107 44 / 0.46);
}

@media (min-width: 768px) {
  .page-products .download-info h1 {
    font-size: 60px;
  }

  .page-products .download-info .hero-lead {
    font-size: 26px;
  }

  .page-products .section-heading h2 {
    font-size: 42px;
  }

  .page-products .guide-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .page-products .feature-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .feedback-layout {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .versions-banner {
    height: 240px;
  }

  .page-products .cta-inner h2 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .page-products .download-layout {
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    gap: 44px;
    align-items: center;
    min-height: 620px;
  }

  .page-products .phone-stage {
    min-height: 460px;
  }

  .page-products .phone-frame {
    width: 284px;
  }

  .page-products .features-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 56px;
  }

  .page-products .feature-list {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .page-products .feature-gallery {
    grid-template-columns: 1fr;
  }

  .page-products .feedback-layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 56px;
  }
}
