.page-products{
  --prod-yellow:#FFE066;
  --prod-border:rgba(255,255,255,0.08);
  --prod-green-border:rgba(57,255,20,0.32);
  --prod-card-soft:rgba(31,41,55,0.55);
  background:var(--color-bg);
  color:var(--color-light-gray);
  font-family:var(--font-body);
  line-height:1.7;
  overflow-x:hidden;
}

.page-products .breadcrumbs{
  max-width:var(--container-max);
  margin:0 auto;
  padding:36px 24px 0;
}
.page-products .breadcrumb-list{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  list-style:none;
  padding:0;
  margin:0;
  font-size:13px;
  color:var(--color-mid-gray);
}
.page-products .breadcrumb-item{
  display:inline-flex;
  align-items:center;
}
.page-products .breadcrumb-item + .breadcrumb-item::before{
  content:"/";
  margin-right:8px;
  color:rgba(156,163,175,0.45);
  font-family:var(--font-data);
}
.page-products .breadcrumb-link{
  color:var(--color-mid-gray);
  text-decoration:none;
  transition:color 0.2s;
}
.page-products .breadcrumb-link:hover{
  color:var(--color-green);
}
.page-products .breadcrumb-item [aria-current="page"]{
  color:var(--color-white);
  font-weight:600;
}

.page-products .section-tag{
  display:inline-block;
  padding:5px 14px;
  border-radius:999px;
  background:rgba(57,255,20,0.08);
  border:1px solid rgba(57,255,20,0.3);
  color:var(--color-green);
  font-family:var(--font-data);
  font-size:12px;
  letter-spacing:0.12em;
  line-height:1.4;
}
.page-products .section-heading{
  font-family:var(--font-display);
  font-size:clamp(26px,3.4vw,40px);
  line-height:1.18;
  color:var(--color-white);
  margin:12px 0 0;
  letter-spacing:0.015em;
}
.page-products .prod-section-head{
  margin-bottom:36px;
  max-width:680px;
}
.page-products .prod-section-head p{
  margin:14px 0 0;
  color:var(--color-mid-gray);
  font-size:15px;
  line-height:1.65;
}

.page-products .prod-hero{
  position:relative;
  overflow:hidden;
}
.page-products .prod-hero-shape{
  position:absolute;
  pointer-events:none;
}
.page-products .prod-hero-shape-green{
  top:-60px;
  right:-80px;
  width:360px;
  height:360px;
  background:linear-gradient(135deg,rgba(57,255,20,0.16),rgba(57,255,20,0));
  clip-path:polygon(35% 0,100% 0,100% 65%,0 100%);
}
.page-products .prod-hero-shape-red{
  bottom:-40px;
  left:-100px;
  width:260px;
  height:260px;
  background:linear-gradient(45deg,rgba(255,51,85,0.1),rgba(255,51,85,0));
  clip-path:polygon(0 10%,70% 0,100% 100%,0 90%);
}
.page-products .prod-hero-inner{
  max-width:var(--container-max);
  margin:0 auto;
  padding:44px 24px 60px;
  display:grid;
  grid-template-columns:1fr;
  gap:48px;
  position:relative;
  z-index:1;
}
.page-products .prod-hero-copy .section-tag{
  margin-bottom:14px;
}
.page-products .prod-hero h1{
  font-family:var(--font-display);
  font-size:clamp(38px,6vw,64px);
  line-height:1.06;
  color:var(--color-white);
  margin:0 0 18px;
  letter-spacing:0.015em;
  text-transform:uppercase;
}
.page-products .prod-hero-lead{
  color:var(--color-light-gray);
  font-size:16px;
  line-height:1.75;
  margin:0;
  max-width:560px;
}
.page-products .prod-hero-lead strong{
  color:var(--color-green);
  font-weight:600;
}
.page-products .prod-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.page-products .prod-hero-actions .btn-cta{
  min-width:190px;
  background:var(--color-green);
  color:#0B0F14;
  border:none;
  box-shadow:0 6px 22px rgba(57,255,20,0.28);
  transition:transform 0.18s,box-shadow 0.18s;
  font-family:var(--font-body);
  font-weight:700;
  font-size:15px;
  border-radius:999px;
  padding:0 30px;
  min-height:50px;
  text-decoration:none;
  align-items:center;
  justify-content:center;
  display:inline-flex;
}
.page-products .prod-hero-actions .btn-cta:hover{
  box-shadow:0 8px 30px rgba(57,255,20,0.45);
  transform:translateY(-2px);
}
.page-products .prod-hero-actions .btn-cta:active{
  transform:translateY(1px) scale(0.97);
  box-shadow:0 2px 10px rgba(57,255,20,0.2);
}
.page-products .prod-hero-meta{
  margin-top:18px;
  color:var(--color-mid-gray);
  font-family:var(--font-data);
  font-size:13px;
  letter-spacing:0.04em;
}
.page-products .prod-hero-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}
.page-products .device-tablet{
  position:relative;
  width:min(100%,460px);
  background:linear-gradient(165deg,#243040,#131B24);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:28px;
  padding:16px 16px 20px;
  box-shadow:var(--shadow-float),var(--glow-green);
}
.page-products .device-tablet-cam{
  width:8px;
  height:8px;
  background:rgba(255,255,255,0.35);
  border-radius:50%;
  margin:0 auto 10px;
}
.page-products .device-tablet-cam::after{
  content:"";
  display:block;
  width:26px;
  height:3px;
  background:rgba(255,255,255,0.08);
  border-radius:3px;
  margin:2px auto 0;
}
.page-products .device-tablet-screen{
  background:#080D13;
  border-radius:14px;
  padding:16px;
  aspect-ratio:16/10;
  border:1px solid rgba(255,255,255,0.05);
  display:flex;
  align-items:center;
  justify-content:center;
}
.page-products .tablet-scoreboard{
  width:100%;
  background:#050A0E;
  border:1px solid rgba(57,255,20,0.18);
  border-radius:10px;
  padding:14px 12px;
}
.page-products .tablet-sb-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:10px;
  margin-bottom:10px;
  font-family:var(--font-data);
}
.page-products .tablet-sb-league{
  color:var(--color-green);
  letter-spacing:0.08em;
  font-weight:700;
}
.page-products .tablet-sb-live{
  color:var(--color-red);
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.page-products .tablet-sb-live i{
  width:6px;
  height:6px;
  background:var(--color-red);
  border-radius:50%;
  animation:prod-live-pulse 1.2s ease-in-out infinite;
}
.page-products .tablet-sb-time{
  color:var(--color-mid-gray);
}
.page-products .tablet-sb-row{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:6px;
}
.page-products .tablet-sb-team{
  font-size:13px;
  color:var(--color-white);
  text-align:center;
  font-weight:600;
}
.page-products .tablet-sb-score{
  font-family:var(--font-data);
  font-size:22px;
  font-weight:700;
  color:var(--color-green);
  text-align:center;
}
.page-products .tablet-sb-cards{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:10px;
}
.page-products .tablet-sb-card{
  font-family:var(--font-data);
  font-size:10px;
  padding:2px 8px;
  border-radius:4px;
  font-weight:700;
}
.page-products .tablet-sb-card.card-y{
  background:rgba(255,224,102,0.12);
  color:var(--prod-yellow);
}
.page-products .tablet-sb-card.card-r{
  background:rgba(255,51,85,0.14);
  color:var(--color-red);
}
.page-products .tablet-sb-stat{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,0.06);
  font-family:var(--font-data);
  font-size:10px;
  color:var(--color-mid-gray);
}
.page-products .device-tablet-foot{
  display:flex;
  justify-content:center;
  margin-top:12px;
}
.page-products .device-tablet-foot span{
  width:80px;
  height:4px;
  background:rgba(255,255,255,0.2);
  border-radius:4px;
}

.page-products .prod-features{
  max-width:var(--container-max);
  margin:0 auto;
  padding:56px 24px 72px;
}
.page-products .prod-features-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  margin-bottom:40px;
}
.page-products .feature-card{
  background:var(--color-card);
  border:1px solid var(--prod-border);
  border-radius:var(--radius-card);
  padding:26px 24px;
  position:relative;
  overflow:hidden;
  transition:transform 0.35s,border-color 0.35s,box-shadow 0.35s;
}
.page-products .feature-card::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:2px;
  background:linear-gradient(90deg,var(--color-green),rgba(57,255,20,0));
  opacity:0.8;
}
.page-products .feature-card:nth-child(3)::after{
  background:linear-gradient(90deg,var(--color-red),rgba(255,51,85,0));
}
.page-products .feature-card:hover{
  transform:translateY(-6px) rotateX(2deg) rotateY(-1deg);
  border-color:var(--prod-green-border);
  box-shadow:0 12px 30px rgba(0,0,0,0.3),var(--glow-green);
}
.page-products .feature-card-num{
  font-family:var(--font-data);
  font-size:32px;
  font-weight:700;
  line-height:1;
  display:block;
  margin-bottom:14px;
  color:transparent;
  -webkit-text-stroke:1px rgba(57,255,20,0.55);
}
.page-products .feature-card h3{
  font-size:20px;
  color:var(--color-white);
  margin:0 0 10px;
  font-weight:700;
  letter-spacing:0.02em;
}
.page-products .feature-card p{
  color:var(--color-mid-gray);
  font-size:14px;
  line-height:1.65;
  margin:0;
}
.page-products .prod-feature-img{
  margin-top:8px;
}
.page-products .prod-feature-img .img-frame-wide{
  overflow:hidden;
  border-radius:var(--radius-card);
  border:1px solid var(--prod-border);
}
.page-products .prod-feature-img img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}
.page-products .prod-feature-img-caption{
  margin:14px 0 0;
  color:var(--color-mid-gray);
  font-size:13px;
  text-align:center;
}

.page-products .prod-archive{
  background:var(--prod-card-soft);
  border-top:1px solid var(--prod-border);
  border-bottom:1px solid var(--prod-border);
  padding:64px 0;
}
.page-products .prod-archive-inner{
  max-width:var(--container-max);
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
  align-items:center;
}
.page-products .prod-archive-copy strong{
  color:var(--color-green);
}
.page-products .prod-archive-copy .prod-archive-meta{
  margin:20px 0 0;
  padding-left:14px;
  border-left:2px solid var(--color-green);
  color:var(--color-mid-gray);
  font-size:14px;
  line-height:1.6;
}
.page-products .prod-archive-img .img-frame-wide{
  overflow:hidden;
  border-radius:var(--radius-card);
  border:1px solid var(--prod-border);
}
.page-products .prod-archive-img img{
  width:100%;
  height:auto;
  display:block;
}

.page-products .prod-download{
  background:linear-gradient(180deg,rgba(29,122,62,0.07),rgba(29,122,62,0.03));
  border-top:1px solid rgba(57,255,20,0.12);
  border-bottom:1px solid rgba(57,255,20,0.12);
  padding:72px 0;
}
.page-products .prod-download-inner{
  max-width:var(--container-max);
  margin:0 auto;
  padding:0 24px;
}
.page-products .prod-download-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  margin:40px 0 28px;
}
.page-products .download-platform-card{
  background:var(--color-card);
  border:1px solid var(--prod-border);
  border-radius:var(--radius-card);
  padding:28px 24px;
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
}
.page-products .download-platform-card::before{
  content:"";
  position:absolute;
  top:0;
  left:12%;
  right:12%;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--color-green),transparent);
  opacity:0.7;
}
.page-products .download-platform-card:last-child::before{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,0.5),transparent);
}
.page-products .platform-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  border-radius:14px;
  font-family:var(--font-display);
  font-size:24px;
  font-weight:700;
  margin-bottom:18px;
}
.page-products .platform-android{
  background:rgba(57,255,20,0.1);
  border:1px solid rgba(57,255,20,0.35);
  color:var(--color-green);
}
.page-products .platform-ios{
  background:rgba(255,255,255,0.07);
  border:1px solid rgba(255,255,255,0.2);
  color:var(--color-white);
}
.page-products .download-platform-card h3{
  font-family:var(--font-display);
  font-size:22px;
  color:var(--color-white);
  margin:0 0 10px;
  letter-spacing:0.02em;
}
.page-products .download-platform-card p{
  color:var(--color-mid-gray);
  font-size:14px;
  line-height:1.65;
  margin:0 0 20px;
  flex:1;
}
.page-products .platform-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-height:40px;
  padding:0 24px;
  border-radius:999px;
  background:var(--color-green);
  color:#0B0F14;
  font-weight:700;
  font-size:14px;
  letter-spacing:0.04em;
  box-shadow:0 3px 14px rgba(57,255,20,0.25);
  transition:transform 0.15s,box-shadow 0.15s;
}
.page-products .platform-btn:active{
  transform:scale(0.95);
}
.page-products .download-qr-wrap{
  background:rgba(11,15,20,0.9);
  border:1px solid rgba(57,255,20,0.22);
  border-radius:var(--radius-card);
  padding:30px 24px 22px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  transition:transform 0.3s,box-shadow 0.3s;
}
.page-products .download-qr-wrap:hover{
  transform:scale(1.04);
  box-shadow:var(--glow-green);
}
.page-products .download-qr{
  width:172px;
  height:172px;
  display:block;
}
.page-products .download-qr-tip{
  color:var(--color-mid-gray);
  font-size:13px;
  font-family:var(--font-data);
  letter-spacing:0.04em;
}
.page-products .prod-download-note{
  text-align:center;
  font-size:14px;
  color:var(--color-mid-gray);
}
.page-products .prod-download-note a{
  color:var(--color-green);
  text-decoration:none;
  border-bottom:1px solid rgba(57,255,20,0.4);
}

.page-products .prod-sync{
  max-width:var(--container-max);
  margin:0 auto;
  padding:72px 24px;
}
.page-products .prod-sync-steps{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  margin:40px 0;
  position:relative;
}
.page-products .sync-step{
  position:relative;
  text-align:center;
  padding:30px 20px 26px;
  background:var(--prod-card-soft);
  border:1px solid var(--prod-border);
  border-radius:var(--radius-card);
  z-index:1;
  transition:border-color 0.3s;
}
.page-products .sync-step:hover{
  border-color:rgba(57,255,20,0.35);
}
.page-products .sync-step-num{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin:0 auto 16px;
  border-radius:50%;
  font-family:var(--font-data);
  font-size:20px;
  font-weight:700;
  color:var(--color-green);
  background:var(--color-card);
  border:1px solid rgba(57,255,20,0.4);
  box-shadow:0 0 14px rgba(57,255,20,0.12);
}
.page-products .sync-step h3{
  font-size:18px;
  color:var(--color-white);
  margin:0 0 8px;
  font-weight:700;
}
.page-products .sync-step p{
  color:var(--color-mid-gray);
  font-size:14px;
  margin:0;
  line-height:1.6;
}
.page-products .prod-sync .img-frame-wide{
  margin-top:8px;
  overflow:hidden;
  border-radius:var(--radius-card);
  border:1px solid var(--prod-border);
}
.page-products .prod-sync .img-frame-wide img{
  width:100%;
  height:auto;
  display:block;
}

.page-products .prod-changelog{
  max-width:var(--container-max);
  margin:0 auto;
  padding:72px 24px;
}
.page-products .changelog-list{
  list-style:none;
  margin:40px 0 0;
  padding:0;
}
.page-products .changelog-item{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:18px;
  padding:24px 0 24px 22px;
  border-bottom:1px solid var(--prod-border);
  position:relative;
}
.page-products .changelog-item:last-child{
  border-bottom:none;
}
.page-products .changelog-version{
  font-family:var(--font-data);
  font-size:15px;
  font-weight:700;
  color:var(--color-green);
  white-space:nowrap;
  position:relative;
  padding-top:2px;
}
.page-products .changelog-version::before{
  content:"";
  position:absolute;
  left:-22px;
  top:7px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--color-green);
  box-shadow:0 0 8px rgba(57,255,20,0.6);
}
.page-products .changelog-body h3{
  font-size:19px;
  color:var(--color-white);
  margin:0 0 6px;
  font-weight:700;
}
.page-products .changelog-body p{
  margin:0;
  color:var(--color-mid-gray);
  font-size:14px;
  line-height:1.65;
}

.page-products .prod-push{
  background:linear-gradient(135deg,rgba(29,122,62,0.08),rgba(255,51,85,0.05));
  border-top:1px solid var(--prod-border);
  border-bottom:1px solid var(--prod-border);
  padding:72px 0;
}
.page-products .prod-push-inner{
  max-width:var(--container-max);
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
  align-items:center;
}
.page-products .prod-push-img{
  max-width:420px;
  width:100%;
  margin:0 auto;
}
.page-products .prod-push-img .img-frame-tall{
  overflow:hidden;
  border-radius:var(--radius-card);
  border:1px solid var(--prod-border);
  background:var(--color-card);
}
.page-products .prod-push-img img{
  width:100%;
  height:auto;
  display:block;
}
.page-products .prod-push-lead{
  color:var(--color-light-gray);
  font-size:15px;
  line-height:1.7;
  margin:16px 0 0;
}
.page-products .push-feature-list{
  list-style:none;
  padding:0;
  margin:24px 0;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.page-products .push-feature-list li{
  position:relative;
  padding-left:30px;
  color:var(--color-light-gray);
  font-size:15px;
  line-height:1.5;
}
.page-products .push-feature-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:4px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:rgba(57,255,20,0.14);
  border:1px solid var(--color-green);
  box-shadow:inset 0 0 0 3px var(--color-bg);
}
.page-products .prod-push-footnote{
  color:var(--color-mid-gray);
  font-size:14px;
  border-left:2px solid var(--color-red);
  padding-left:14px;
  margin:0;
  line-height:1.6;
}

.page-products .prod-bottom-banner{
  position:relative;
  padding:110px 24px;
  overflow:hidden;
  border-top:1px solid var(--prod-border);
}
.page-products .prod-bottom-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(11,15,20,0.5),rgba(11,15,20,0.82));
  z-index:1;
}
.page-products .prod-bottom-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.4;
}
.page-products .prod-bottom-content{
  position:relative;
  z-index:2;
  max-width:var(--container-max);
  margin:0 auto;
}
.page-products .prod-bottom-content h2{
  font-family:var(--font-display);
  font-size:clamp(28px,3.6vw,48px);
  color:var(--color-white);
  margin:0 0 14px;
  letter-spacing:0.02em;
}
.page-products .prod-bottom-content p{
  margin:0;
  max-width:560px;
  color:var(--color-light-gray);
  font-size:15px;
  line-height:1.7;
}
.page-products .prod-bottom-content a{
  color:var(--color-green);
  text-decoration:underline;
  text-underline-offset:4px;
  font-weight:600;
}

.page-products #prod-download{
  scroll-margin-top:80px;
}

@keyframes prod-live-pulse{
  0%,100%{opacity:1;transform:scale(1);}
  50%{opacity:0.4;transform:scale(0.8);}
}

@media (min-width:640px){
  .page-products .prod-features-grid{
    grid-template-columns:1fr 1fr;
  }
  .page-products .changelog-item{
    grid-template-columns:96px 1fr;
  }
}

@media (min-width:768px){
  .page-products .prod-hero-inner{
    grid-template-columns:1.05fr 0.95fr;
    align-items:center;
    padding:64px 24px 72px;
    gap:56px;
  }
  .page-products .tablet-sb-team{
    font-size:15px;
  }
  .page-products .tablet-sb-score{
    font-size:28px;
  }
  .page-products .tablet-sb-card{
    font-size:11px;
  }
  .page-products .tablet-sb-stat{
    font-size:11px;
  }
  .page-products .prod-sync-steps{
    grid-template-columns:repeat(3,1fr);
    gap:20px;
  }
  .page-products .prod-sync-steps::before{
    content:"";
    position:absolute;
    top:54px;
    left:16%;
    right:16%;
    height:1px;
    background:linear-gradient(90deg,var(--color-green),rgba(57,255,20,0.35),var(--color-red));
  }
}

@media (min-width:800px){
  .page-products .prod-download-grid{
    grid-template-columns:1fr 1.15fr 1fr;
    gap:20px;
  }
}

@media (min-width:860px){
  .page-products .prod-archive-inner{
    grid-template-columns:1fr 1.1fr;
    gap:56px;
  }
  .page-products .prod-push-inner{
    grid-template-columns:0.85fr 1.15fr;
    gap:56px;
  }
  .page-products .push-feature-list{
    grid-template-columns:1fr 1fr;
  }
}

@media (min-width:980px){
  .page-products .prod-features-grid{
    grid-template-columns:repeat(4,1fr);
  }
}

@media (max-width:480px){
  .page-products .prod-hero-inner{
    padding:32px 18px 48px;
    gap:32px;
  }
  .page-products .prod-features{
    padding:44px 18px;
  }
  .page-products .prod-archive{
    padding:48px 0;
  }
  .page-products .prod-sync{
    padding:52px 18px;
  }
  .page-products .prod-changelog{
    padding:52px 18px;
  }
  .page-products .prod-download{
    padding:52px 0;
  }
  .page-products .prod-push{
    padding:52px 0;
  }
  .page-products .prod-bottom-banner{
    padding:80px 18px;
  }
  .page-products .download-qr{
    width:150px;
    height:150px;
  }
}
