.page-products {
  overflow-x: clip;
  --reveal-delay: 0s;
}

.page-products [data-reveal] {
  transition-delay: var(--reveal-delay, 0s);
}

.page-products [data-reveal-delay="80"] {
  --reveal-delay: 0.08s;
}

.page-products [data-reveal-delay="100"] {
  --reveal-delay: 0.1s;
}

.page-products [data-reveal-delay="120"] {
  --reveal-delay: 0.12s;
}

.page-products [data-reveal-delay="150"] {
  --reveal-delay: 0.15s;
}

.page-products [data-reveal-delay="200"] {
  --reveal-delay: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .page-products *,
  .page-products *::before,
  .page-products *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .page-products [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.page-products .app-breadcrumb-wrap {
  padding-top: 1.5rem;
}

.page-products .app-hero {
  position: relative;
  padding: 3rem 0 4.5rem;
  overflow: hidden;
}

.page-products .app-hero::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -12%;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.18), rgba(0, 201, 167, 0.08) 60%, transparent 72%);
  pointer-events: none;
}

.page-products .app-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.page-products .app-hero-copy .display-heading {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 1rem 0 1.25rem;
}

.page-products .app-hero-intro {
  max-width: 560px;
  color: var(--color-muted);
  line-height: 1.85;
}

.page-products .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 1.5rem 0 1.75rem;
}

.page-products .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(0, 201, 167, 0.3);
  border-radius: var(--radius-pill);
  background: rgba(0, 201, 167, 0.08);
  color: var(--color-text);
  font-size: 0.845rem;
  letter-spacing: 0.02em;
}

.page-products .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
  flex: none;
}

.page-products .hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.page-products .text-link {
  color: var(--color-muted);
  font-size: 0.95rem;
  text-underline-offset: 0.3em;
  transition: color 0.25s ease;
}

.page-products .text-link:hover {
  color: var(--color-text);
}

.page-products .btn-hover-lift {
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.25);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.page-products .btn-hover-lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(255, 107, 53, 0.35);
}

.page-products .app-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
}

.page-products .phone-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.35), rgba(0, 201, 167, 0.18), transparent 70%);
  filter: blur(36px);
  opacity: 0.65;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.page-products .phone-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  height: 680px;
  border: 1.5px dashed rgba(0, 201, 167, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(18deg);
  pointer-events: none;
  z-index: 0;
}

.page-products .phone-shell {
  position: relative;
  z-index: 1;
  width: 300px;
  padding: 12px 12px 16px;
  border-radius: 42px;
  background: linear-gradient(160deg, #1D3456 0%, #0B1C36 100%);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.page-products .phone-notch {
  width: 88px;
  height: 18px;
  margin: -4px auto 6px;
  border-radius: 0 0 12px 12px;
  background: rgba(10, 25, 47, 0.9);
}

.page-products .phone-screen {
  border-radius: 26px;
  overflow: hidden;
  background: var(--color-bg);
}

.page-products .phone-screen-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-products .phone-home {
  width: 40px;
  height: 40px;
  margin: 12px auto 2px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.page-products .section-heading {
  max-width: 760px;
  margin-bottom: 2.25rem;
}

.page-products .section-index {
  font-family: var(--font-data);
  color: var(--color-accent);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.page-products .section-title {
  font-size: clamp(1.9rem, 4.5vw, 3.25rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.page-products .section-intro {
  color: var(--color-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.page-products .feature-section {
  padding: 4rem 0 4.5rem;
}

.page-products .feature-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.page-products .feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-products .feature-card {
  position: relative;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  border-top: 3px solid var(--color-accent);
  background: linear-gradient(150deg, rgba(17, 34, 64, 0.95), rgba(10, 25, 47, 0.55));
  overflow: hidden;
}

.page-products .feature-card:nth-child(even) {
  border-top-color: var(--color-data);
}

.page-products .feature-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 107, 53, 0.14);
  color: var(--color-accent);
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.page-products .feature-card:nth-child(even) .feature-icon {
  background: rgba(0, 201, 167, 0.14);
  color: var(--color-data);
}

.page-products .feature-icon svg {
  width: 30px;
  height: 30px;
}

.page-products .feature-title {
  font-family: var(--font-heading);
  font-size: 1.08rem;
  margin: 0 0 0.5rem;
  color: var(--color-text);
}

.page-products .feature-desc {
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

.page-products .feature-aside {
  display: grid;
  gap: 1rem;
}

.page-products .feature-sync-visual {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-bg-panel);
}

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

.page-products .feature-sync-visual figcaption {
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: var(--color-muted);
  border-top: 1px solid var(--color-border);
}

.page-products .download-section {
  background: linear-gradient(180deg, var(--color-bg), rgba(17, 34, 64, 0.5) 45%, var(--color-bg));
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 4rem 0 4.5rem;
}

.page-products .download-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.page-products .download-actions {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.page-products .download-action-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.14), rgba(17, 34, 64, 0.95) 65%);
  color: var(--color-text);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-products .download-action-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 107, 53, 0.55);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.page-products .action-icon {
  width: 56px;
  height: 56px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(0, 201, 167, 0.12);
  color: var(--color-data);
}

.page-products .action-icon svg {
  width: 34px;
  height: 34px;
}

.page-products .action-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.page-products .action-label {
  font-size: 0.78rem;
  color: var(--color-muted);
  letter-spacing: 0.08em;
}

.page-products .action-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
}

.page-products .action-sub {
  font-size: 0.85rem;
  color: var(--color-muted);
}

.page-products .action-arrow {
  margin-left: auto;
  color: var(--color-accent);
  display: flex;
  flex: none;
}

.page-products .action-arrow svg {
  width: 22px;
  height: 22px;
}

.page-products .env-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.5rem;
}

.page-products .env-item {
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.05);
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--color-text);
}

.page-products .download-note {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: var(--color-muted);
}

.page-products .shield-box {
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-align: center;
  background: rgba(0, 201, 167, 0.08);
  border: 1px solid rgba(0, 201, 167, 0.3);
}

.page-products .shield-img {
  width: 132px;
  height: auto;
  max-width: 100%;
  border-radius: 24px;
  margin-bottom: 1rem;
}

.page-products .shield-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  color: var(--color-text);
}

.page-products .shield-text {
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0;
}

.page-products .version-section {
  padding: 4rem 0 4.5rem;
}

.page-products .version-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.page-products .version-timeline {
  position: relative;
  padding-left: 1.75rem;
}

.page-products .version-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, var(--color-accent), var(--color-data));
}

.page-products .timeline-item {
  position: relative;
  padding: 0 0 1.75rem 0.25rem;
}

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

.page-products .timeline-item::before {
  content: "";
  position: absolute;
  left: -1.57rem;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.18);
}

.page-products .timeline-item:nth-child(2n)::before {
  background: var(--color-data);
  box-shadow: 0 0 0 4px rgba(0, 201, 167, 0.18);
}

.page-products .timeline-meta {
  margin-bottom: 0.3rem;
}

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

.page-products .timeline-title {
  font-family: var(--font-heading);
  font-size: 1.08rem;
  margin: 0 0 0.35rem;
  color: var(--color-text);
}

.page-products .timeline-text {
  color: var(--color-muted);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
}

.page-products .history-visual {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-bg-panel);
}

.page-products .history-visual img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 8 / 5;
}

.page-products .history-visual figcaption {
  padding: 0.75rem 1rem;
  color: var(--color-muted);
  font-size: 0.9rem;
  border-top: 1px solid var(--color-border);
  background: var(--color-bg-panel);
}

.page-products .faq-section {
  padding: 4rem 0 4.5rem;
  background: rgba(17, 34, 64, 0.35);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.page-products .faq-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.page-products .faq-panel {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.page-products .faq-q {
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background: var(--color-bg-panel);
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.page-products .faq-q[open] {
  border-color: rgba(0, 201, 167, 0.45);
}

.page-products .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.25rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-text);
}

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

.page-products .faq-question::after {
  content: "+";
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 107, 53, 0.15);
  color: var(--color-accent);
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.3s var(--ease-out), background 0.3s ease, color 0.3s ease;
}

.page-products .faq-q[open] .faq-question::after {
  content: "−";
  transform: rotate(180deg);
  background: rgba(0, 201, 167, 0.16);
  color: var(--color-data);
}

.page-products .faq-answer {
  padding: 0 1.25rem 1.15rem;
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.page-products .faq-answer p {
  margin: 0;
}

.page-products .bottom-cta {
  position: relative;
  max-width: var(--container-width);
  margin: 4rem auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 4.5rem) 1.5rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(0, 201, 167, 0.14));
  border: 1px solid var(--color-border);
}

.page-products .bottom-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  opacity: 0.25;
  pointer-events: none;
}

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

.page-products .bottom-cta-inner .section-index {
  text-align: center;
  color: var(--color-text);
}

.page-products .bottom-cta-inner .display-heading {
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.page-products .bottom-cta-inner > p:not(.section-index) {
  color: var(--color-muted);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
}

.page-products .bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.75rem;
}

@media (min-width: 640px) {
  .page-products .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-products .download-action-card {
    padding: 1.3rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .page-products .app-hero {
    padding: 4.5rem 0 6rem;
  }

  .page-products .app-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 620px;
  }

  .page-products .app-hero-copy {
    padding-right: 1rem;
  }

  .page-products .feature-section {
    padding: 5rem 0 5.5rem;
  }

  .page-products .feature-layout {
    grid-template-columns: 1.5fr 0.6fr;
    align-items: start;
  }

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

  .page-products .download-section {
    padding: 5rem 0 5.5rem;
  }

  .page-products .download-layout {
    grid-template-columns: 1fr 340px;
    align-items: center;
  }

  .page-products .version-section {
    padding: 5rem 0 5.5rem;
  }

  .page-products .version-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
  }

  .page-products .faq-section {
    padding: 5rem 0 5.5rem;
  }

  .page-products .faq-layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3rem;
    align-items: start;
  }
}
