.page-products {
  --product-glow: rgba(255, 107, 53, 0.16);
  position: relative;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(160deg, var(--deep) 0%, var(--deep-2) 70%);
  background-size: 44px 44px, 44px 44px, auto;
  color: var(--text);
  overflow-x: hidden;
}

.page-products .product-showcase {
  max-width: var(--container);
  margin: 0 auto;
  padding: 36px var(--gutter) 72px;
  display: grid;
  gap: 32px;
}

.page-products .device-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 32px;
}

.page-products .device-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--product-glow) 0%, rgba(255, 107, 53, 0) 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.page-products .device-stage-panel {
  position: absolute;
  top: 6%;
  left: 8%;
  width: 84%;
  height: 88%;
  background: linear-gradient(135deg, rgba(20, 43, 77, 0.9) 0%, rgba(8, 20, 38, 0) 70%);
  border-left: 3px solid var(--orange);
  border-radius: 16px;
  transform: skewX(-10deg);
  z-index: 1;
  pointer-events: none;
}

.page-products .phone-frame {
  position: relative;
  z-index: 2;
  width: 264px;
  height: 538px;
  display: flex;
  flex-direction: column;
  background: #0B1526;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  padding: 14px 10px 10px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.page-products .phone-speaker {
  flex-shrink: 0;
  display: block;
  width: 72px;
  height: 5px;
  margin: 0 auto 12px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 3px;
}

.page-products .phone-frame img {
  flex: 1;
  min-height: 0;
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}

.page-products .showcase-content .eyebrow {
  margin-bottom: 12px;
}

.page-products .showcase-content h1 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  margin: 0 0 16px;
  color: var(--text);
  letter-spacing: 0.5px;
}

.page-products .product-name-line {
  display: inline-block;
  font-size: 14px;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 12px;
  border: 1px solid rgba(242, 193, 78, 0.35);
  padding: 4px 10px;
  border-radius: 4px;
}

.page-products .lead-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dim);
  margin: 0 0 20px;
}

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

.page-products .mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0 0 24px;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.page-products .mini-stat {
  margin: 0;
}

.page-products .mini-stat dt {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.1;
}

.page-products .mini-stat dd {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.4;
}

.page-products .entry-note {
  font-size: 14px;
  color: var(--text-dim);
  margin: 0 0 28px;
  line-height: 1.6;
}

.page-products .feature-section {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 72px var(--gutter);
}

.page-products .feature-section::before {
  content: '';
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--border) 40%, transparent 100%);
}

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

.page-products .section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
  margin: 8px 0 8px;
  color: var(--text);
}

.page-products .section-sub {
  margin: 0;
  max-width: 640px;
}

.page-products .ft-tabs {
  position: relative;
}

.page-products .ft-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.page-products .ft-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 28px;
}

.page-products .ft-tab {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dim);
  padding: 12px 18px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.page-products .ft-tab:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.page-products .ft-tabs:focus-within .ft-nav {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
  border-radius: 4px;
}

.page-products .ft-input:nth-of-type(1):checked ~ .ft-nav .ft-tab:nth-of-type(1),
.page-products .ft-input:nth-of-type(2):checked ~ .ft-nav .ft-tab:nth-of-type(2),
.page-products .ft-input:nth-of-type(3):checked ~ .ft-nav .ft-tab:nth-of-type(3),
.page-products .ft-input:nth-of-type(4):checked ~ .ft-nav .ft-tab:nth-of-type(4) {
  color: var(--orange);
  border-bottom-color: var(--orange);
  font-weight: 700;
}

.page-products .ft-panels {
  position: relative;
  min-height: 320px;
}

.page-products .ft-panel {
  display: none;
}

.page-products .ft-input:nth-of-type(1):checked ~ .ft-panels .ft-panel:nth-of-type(1),
.page-products .ft-input:nth-of-type(2):checked ~ .ft-panels .ft-panel:nth-of-type(2),
.page-products .ft-input:nth-of-type(3):checked ~ .ft-panels .ft-panel:nth-of-type(3),
.page-products .ft-input:nth-of-type(4):checked ~ .ft-panels .ft-panel:nth-of-type(4) {
  display: block;
  animation: ft-fade-in 0.25s ease;
}

.page-products .ft-panel-inner {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, transparent 50%),
    linear-gradient(180deg, var(--navy) 0%, var(--deep) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-products .ft-content h3 {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 12px;
  color: var(--text);
}

.page-products .ft-content p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-dim);
  margin: 0;
}

.page-products .panel-no {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
  padding: 4px 10px;
  border: 1px solid rgba(242, 193, 78, 0.4);
  border-radius: 4px;
  margin-bottom: 14px;
}

.page-products .ft-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.page-products .ft-list li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-dim);
}

.page-products .ft-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  background: var(--orange);
  transform: rotate(45deg);
}

.page-products .ft-visual {
  position: relative;
}

.page-products .ft-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.page-products .score-card {
  background: var(--light);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  color: var(--deep);
  border-bottom: 4px solid var(--orange);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.page-products .score-card-league {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #5a6b8c;
}

.page-products .score-card-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px 0 14px;
}

.page-products .score-team {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--deep);
}

.page-products .score-num {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  color: var(--orange);
}

.page-products .score-card-note {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  color: #5a6b8c;
}

.page-products .download-section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 24px var(--gutter) 72px;
}

.page-products .download-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-products .download-card {
  position: relative;
  background: var(--deep);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

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

.page-products .download-card-icon {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  color: var(--orange);
  border: 1px solid rgba(255, 107, 53, 0.4);
  border-radius: 8px;
  margin-bottom: 16px;
  background: rgba(255, 107, 53, 0.08);
}

.page-products .download-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 10px;
}

.page-products .download-card p,
.page-products .download-card ul {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-dim);
  margin: 0 0 16px;
}

.page-products .download-card ul {
  padding-left: 18px;
}

.page-products .text-link {
  color: var(--orange);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 53, 0.4);
  padding-bottom: 2px;
  transition: border-color 0.2s;
}

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

.page-products .rating-section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 72px var(--gutter);
  border-top: 1px solid var(--border);
}

.page-products .rating-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-products .rating-visual {
  position: relative;
}

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

.page-products .rating-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--gold);
  color: var(--deep);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
}

.page-products .rating-content h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  color: var(--text);
  margin: 8px 0 4px;
}

.page-products .rating-num {
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
  margin: 16px 0 6px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.page-products .rating-small {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-dim);
}

.page-products .stars {
  color: var(--gold);
  font-size: 22px;
  letter-spacing: 6px;
  margin-bottom: 14px;
}

.page-products .rating-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-dim);
  margin: 0;
  max-width: 520px;
}

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

.page-products .rating-list li {
  position: relative;
  padding: 7px 0 7px 24px;
  font-size: 15px;
  color: var(--text-dim);
  line-height: 1.5;
}

.page-products .rating-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--success);
  font-weight: 700;
}

.page-products .support-note {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter) 72px;
}

.page-products .support-note p {
  background: var(--navy);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
  font-size: 15px;
  color: var(--text-dim);
  margin: 0;
}

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

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

@keyframes ft-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 760px) {
  .page-products .product-showcase {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 48px;
  }

  .page-products .ft-panel-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    padding: 36px;
    gap: 32px;
  }
}

@media (min-width: 820px) {
  .page-products .rating-grid {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: 48px;
  }
}

@media (min-width: 860px) {
  .page-products .download-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (max-width: 479px) {
  .page-products .device-glow {
    width: 220px;
    height: 220px;
  }

  .page-products .phone-frame {
    width: 240px;
    height: 488px;
    border-radius: 34px;
  }

  .page-products .phone-frame img {
    border-radius: 24px;
  }

  .page-products .ft-panel-inner {
    padding: 20px;
  }
}
