.page-products{
  --panel-width: 300px;
  --cut-size: 18px;
  --glow: 0 0 24px rgba(155,92,255,.28);
  --card-skew: 0 2px 0 rgba(155,92,255,.14);
  color: var(--c-text);
  position: relative;
  background:
    radial-gradient(ellipse at 18% 4%, rgba(155,92,255,.12), transparent 46%),
    radial-gradient(ellipse at 88% 12%, rgba(255,43,125,.10), transparent 40%),
    var(--c-base);
  overflow-x: clip;
}
.page-products .breadcrumb{
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 22px 24px 0;
  font-size: .82rem;
  color: var(--c-text-dim);
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-products .breadcrumb a{
  color: var(--c-neon);
  text-decoration: none;
  transition: color var(--ease);
}
.page-products .breadcrumb a:hover{
  color: var(--c-gold);
}
.page-products .breadcrumb [aria-current="page"]{
  color: var(--c-gold);
  font-weight: 600;
}
.page-products .breadcrumb-separator{
  color: var(--c-border);
}

.page-products .apps-hero{
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 42px 24px 28px;
  position: relative;
}
.page-products .apps-hero__inner{
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, var(--c-neon), var(--c-rose)) 1;
  padding-left: 28px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.page-products .apps-hero__kicker{
  font-family: var(--font-heading);
  font-size: clamp(1rem, 2.6vw, 1.35rem);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-rose);
  margin: 0 0 10px;
}
.page-products .apps-hero h1{
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  line-height: 1;
  margin: 0 0 14px;
  background: linear-gradient(120deg, var(--c-text) 20%, var(--c-neon) 60%, var(--c-rose) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.page-products .apps-hero__desc{
  max-width: 720px;
  font-size: .98rem;
  line-height: 1.8;
  color: var(--c-text-dim);
  margin: 0 0 26px;
}
.page-products .apps-hero__stats{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.page-products .apps-hero__stat{
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 12px 18px;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.page-products .apps-hero__stat:hover{
  border-color: var(--c-neon);
  box-shadow: var(--glow);
}
.page-products .apps-hero__stat strong{
  font-family: var(--font-heading);
  font-size: 1.7rem;
  color: var(--c-gold);
  line-height: 1.1;
}
.page-products .apps-hero__stat span{
  font-size: .78rem;
  color: var(--c-text-dim);
}

.page-products .apps-layout{
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 16px 24px 70px;
  display: block;
  gap: 28px;
}

.page-products .device-panel{
  position: static;
  top: 0;
  background: linear-gradient(160deg, var(--c-surface), #16121c);
  border: 1px solid var(--c-border);
  border-radius: calc(var(--radius) + 4px);
  padding: 22px;
  margin-bottom: 32px;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.page-products .device-panel::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--c-neon), var(--c-rose) 60%, var(--c-gold));
}
.page-products .device-panel__title{
  font-family: var(--font-heading);
  font-size: 1.35rem;
  letter-spacing: .06em;
  margin: 0 0 18px;
  color: var(--c-text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-products .device-panel__title::after{
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--c-border), transparent);
}
.page-products .device-panel__list{
  margin: 0 0 18px;
  display: grid;
  gap: 12px;
}
.page-products .device-panel__item{
  border-left: 2px solid var(--c-border);
  padding-left: 12px;
  transition: border-color var(--ease);
}
.page-products .device-panel__item:hover{
  border-color: var(--c-neon);
}
.page-products .device-panel__item dt{
  font-size: .78rem;
  color: var(--c-text-dim);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.page-products .device-panel__item dd{
  margin: 0;
  font-size: .92rem;
  color: var(--c-text);
  line-height: 1.55;
}
.page-products .device-panel__notice{
  background: rgba(155,92,255,.07);
  border: 1px solid rgba(155,92,255,.18);
  border-radius: var(--radius-sm);
  padding: 14px;
}
.page-products .device-panel__notice p{
  font-size: .86rem;
  line-height: 1.55;
  color: var(--c-text-dim);
  margin: 10px 0 12px;
}
.page-products .device-panel__link{
  font-size: .84rem;
  color: var(--c-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--ease);
}
.page-products .device-panel__link:hover{
  border-color: var(--c-gold);
}

.page-products .apps-stream{
  display: grid;
  gap: 52px;
}
.page-products .feature-block{
  position: relative;
  scroll-margin-top: 90px;
}
.page-products .feature-block__lead{
  color: var(--c-text-dim);
  line-height: 1.75;
  font-size: .95rem;
  max-width: 680px;
  margin: 14px 0 30px;
}

.page-products .overview-grid{
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
.page-products .overview-card{
  background: linear-gradient(150deg, var(--c-surface), var(--c-surface-2));
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 22px;
  position: relative;
  overflow: hidden;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.page-products .overview-card::after{
  content: "";
  position: absolute;
  right: -22px;
  top: -22px;
  width: 76px;
  height: 76px;
  background: radial-gradient(circle, rgba(255,43,125,.28), transparent 70%);
  opacity: .5;
  transition: opacity var(--ease);
}
.page-products .overview-card:hover{
  transform: translateY(-3px);
  border-color: rgba(155,92,255,.45);
  box-shadow: var(--shadow-pop), var(--glow);
}
.page-products .overview-card:hover::after{
  opacity: 1;
}
.page-products .overview-card__num{
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--c-rose);
  letter-spacing: .1em;
  margin-bottom: 8px;
}
.page-products .overview-card h3{
  font-family: var(--font-heading);
  font-size: 1.35rem;
  margin: 0 0 10px;
  color: var(--c-text);
}
.page-products .overview-card p{
  font-size: .9rem;
  line-height: 1.7;
  color: var(--c-text-dim);
  margin: 0;
}
.page-products .overview-card__link{
  display: inline-block;
  margin-top: 14px;
  font-size: .83rem;
  color: var(--c-neon);
  text-decoration: none;
  border-bottom: 1px dashed var(--c-border);
  transition: color var(--ease), border-color var(--ease);
}
.page-products .overview-card__link:hover{
  color: var(--c-gold);
  border-color: var(--c-gold);
}
.page-products .overview-card--featured{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-products .overview-card__img{
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: var(--radius-sm);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-card);
  margin: 0 auto;
}

.page-products .version-switcher{
  position: relative;
}
.page-products .version-tab-input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.page-products .version-tab-nav{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-pill);
  padding: 5px;
  margin-bottom: 20px;
}
.page-products .version-tab-btn{
  text-align: center;
  padding: 11px 12px;
  border-radius: var(--radius-pill);
  font-size: .86rem;
  font-weight: 600;
  color: var(--c-text-dim);
  cursor: pointer;
  background: transparent;
  transition: background var(--ease), color var(--ease), box-shadow var(--ease);
  white-space: nowrap;
}
.page-products #tab-fluent:checked ~ .version-tab-nav label[for="tab-fluent"],
.page-products #tab-immersive:checked ~ .version-tab-nav label[for="tab-immersive"]{
  background: var(--grad-neon);
  color: #fff;
  box-shadow: 0 0 18px rgba(155,92,255,.35);
}
.page-products .version-panel{
  display: none;
  background: linear-gradient(155deg, var(--c-surface), #130f18);
  border: 1px solid var(--c-border);
  border-radius: calc(var(--radius) + 2px);
  padding: 24px;
  position: relative;
  transition: opacity var(--ease);
  box-shadow: var(--shadow-card);
}
.page-products .version-panel::before{
  content: "";
  position: absolute;
  left: -1px;
  top: 24px;
  bottom: 24px;
  width: 3px;
  background: linear-gradient(180deg, var(--c-neon), var(--c-rose));
  border-radius: 2px;
}
.page-products .version-panel--fluent{
  display: block;
}
.page-products #tab-immersive:checked ~ .version-panel--fluent{
  display: none;
}
.page-products #tab-immersive:checked ~ .version-panel--immersive{
  display: block;
}
.page-products .version-panel__grid{
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
.page-products .version-spec h3{
  font-family: var(--font-heading);
  font-size: 1.5rem;
  margin: 12px 0 12px;
  color: var(--c-text);
}
.page-products .version-spec__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.page-products .version-spec__list li{
  position: relative;
  padding-left: 20px;
  font-size: .9rem;
  line-height: 1.55;
  color: var(--c-text-dim);
}
.page-products .version-spec__list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  background: var(--grad-neon);
  transform: rotate(45deg);
  border-radius: 1px;
}
.page-products .version-spec__aside{
  background: rgba(0,0,0,.22);
  border: 1px dashed var(--c-border);
  border-radius: var(--radius-sm);
  padding: 16px;
  display: grid;
  gap: 4px;
  align-content: start;
}
.page-products .version-spec__label{
  font-size: .78rem;
  color: var(--c-gold);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 8px 0 2px;
}
.page-products .version-spec__label:first-child{
  margin-top: 0;
}
.page-products .version-spec__aside p:not(.version-spec__label){
  font-size: .88rem;
  line-height: 1.6;
  color: var(--c-text-dim);
  margin: 0;
}
.page-products .version-download-hint{
  margin-top: 22px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 16px;
  display: grid;
  gap: 14px;
  text-align: center;
}
.page-products .version-download-hint__img{
  width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
  border: 1px solid var(--c-border);
}
.page-products .version-download-hint p{
  font-size: .86rem;
  color: var(--c-text-dim);
  line-height: 1.65;
  margin: 0;
  max-width: 560px;
  justify-self: center;
}

.page-products .settings-grid{
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr;
}
.page-products .screen-simulator{
  background: linear-gradient(170deg, #120e1a, var(--c-surface));
  border: 1px solid var(--c-border);
  border-radius: calc(var(--radius) + 2px);
  padding: 20px;
  box-shadow: var(--shadow-card);
}
.page-products .screen-simulator__toggle{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.page-products .screen-simulator__stage{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}
.page-products .screen-simulator__phone,
.page-products .screen-simulator__tv{
  border: 1px solid var(--c-border);
  border-radius: var(--radius-sm);
  background: #0a0810;
  padding: 14px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.page-products .screen-simulator__phone{
  border-color: rgba(155,92,255,.5);
  box-shadow: inset 0 0 20px rgba(155,92,255,.12);
}
.page-products .screen-simulator__badge{
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.page-products .screen-simulator__frame{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.03);
  border-radius: 6px;
  font-size: .82rem;
  color: var(--c-text-dim);
}
.page-products .screen-simulator__frame--on{
  display: none;
  background: linear-gradient(135deg, rgba(155,92,255,.18), rgba(255,43,125,.14));
  color: var(--c-text);
  font-weight: 600;
}
.page-products #big-screen-toggle:checked ~ .screen-simulator__stage .screen-simulator__tv{
  border-color: var(--c-neon);
  box-shadow: var(--glow);
  background: #0c0a14;
}
.page-products #big-screen-toggle:checked ~ .screen-simulator__stage .screen-simulator__frame--off{
  display: none;
}
.page-products #big-screen-toggle:checked ~ .screen-simulator__stage .screen-simulator__frame--on{
  display: flex;
}
.page-products .screen-simulator__ctrl{
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  padding: 12px 16px;
  background: rgba(0,0,0,.24);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-sm);
  transition: border-color var(--ease);
}
.page-products .screen-simulator__ctrl:hover{
  border-color: var(--c-neon);
}
.page-products .screen-simulator__switch{
  width: 46px;
  height: 24px;
  border-radius: 999px;
  background: var(--c-disabled);
  position: relative;
  transition: background var(--ease), box-shadow var(--ease);
  flex-shrink: 0;
}
.page-products .screen-simulator__switch::after{
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--c-text);
  transition: transform var(--ease), background var(--ease);
}
.page-products #big-screen-toggle:checked ~ .screen-simulator__ctrl .screen-simulator__switch{
  background: var(--grad-neon);
  box-shadow: 0 0 14px rgba(255,43,125,.4);
}
.page-products #big-screen-toggle:checked ~ .screen-simulator__ctrl .screen-simulator__switch::after{
  transform: translateX(22px);
  background: #fff;
}
.page-products .screen-simulator__label{
  font-size: .9rem;
  font-weight: 600;
  color: var(--c-text);
}
.page-products .screen-simulator__tip{
  font-size: .78rem;
  color: var(--c-text-dim);
  margin: 12px 0 0;
  line-height: 1.5;
}
.page-products .settings-copy h3{
  font-family: var(--font-heading);
  font-size: 1.4rem;
  margin: 0 0 10px;
  color: var(--c-text);
}
.page-products .settings-copy p{
  font-size: .9rem;
  line-height: 1.75;
  color: var(--c-text-dim);
  margin: 0 0 12px;
}
.page-products .settings-copy__img{
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: var(--radius-sm);
  border: 1px solid var(--c-border);
  margin-top: 8px;
}

.page-products .cleanup-grid{
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
.page-products .cleanup-stats{
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
.page-products .cleanup-stat{
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-sm);
  padding: 18px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.page-products .cleanup-stat:hover{
  border-color: var(--c-gold);
  box-shadow: 0 0 18px rgba(245,197,66,.15);
}
.page-products .cleanup-stat__num{
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--c-gold);
}
.page-products .cleanup-stat__label{
  font-size: .76rem;
  color: var(--c-text-dim);
  line-height: 1.4;
}
.page-products .cleanup-grid__img{
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-card);
}
.page-products .cleanup-log{
  margin-top: 22px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-sm);
  padding: 0 16px;
}
.page-products .cleanup-log__summary{
  padding: 15px 0;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 600;
  color: var(--c-text);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-products .cleanup-log__summary::-webkit-details-marker{
  display: none;
}
.page-products .cleanup-log__summary::before{
  content: "+";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background: var(--grad-neon);
  color: #fff;
  border-radius: 50%;
  transition: transform var(--ease);
}
.page-products .cleanup-log[open] .cleanup-log__summary::before{
  transform: rotate(45deg);
}
.page-products .cleanup-log__list{
  list-style: none;
  margin: 0;
  padding: 0 0 16px 32px;
  display: grid;
  gap: 10px;
}
.page-products .cleanup-log__list li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
  color: var(--c-text-dim);
  line-height: 1.5;
}
.page-products .cleanup-cta{
  margin-top: 22px;
  padding: 18px 20px;
  background: rgba(15,61,46,.5);
  border: 1px solid rgba(15,61,46,.8);
  border-radius: var(--radius-sm);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.page-products .cleanup-cta p{
  margin: 0;
  font-size: .88rem;
  color: var(--c-text-dim);
}

.page-products .schedule-grid{
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
.page-products .schedule-grid__img{
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--c-border);
  box-shadow: var(--shadow-card);
  justify-self: center;
}
.page-products .schedule-copy h3{
  font-family: var(--font-heading);
  font-size: 1.4rem;
  margin: 0 0 10px;
  color: var(--c-text);
}
.page-products .schedule-copy p{
  font-size: .9rem;
  line-height: 1.75;
  color: var(--c-text-dim);
  margin: 0 0 14px;
}
.page-products .schedule-copy__list{
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.page-products .schedule-copy__list li{
  position: relative;
  padding-left: 22px;
  font-size: .88rem;
  line-height: 1.55;
  color: var(--c-text-dim);
}
.page-products .schedule-copy__list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: var(--grad-gold);
  transform: rotate(45deg);
}

.page-products .floating-schedule{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  background: linear-gradient(150deg, rgba(26,20,32,.94), rgba(155,92,255,.18));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(155,92,255,.4);
  border-radius: var(--radius-pill);
  padding: 10px 18px;
  display: grid;
  gap: 2px;
  box-shadow: 0 8px 30px rgba(0,0,0,.5), 0 0 18px rgba(155,92,255,.2);
  max-width: 220px;
  pointer-events: none;
}
.page-products .floating-schedule__chip{
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.page-products .floating-schedule__time{
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--c-text);
  line-height: 1.2;
}
.page-products .floating-schedule__next{
  font-size: .75rem;
  color: var(--c-text-dim);
  white-space: nowrap;
}

@media (min-width: 640px){
  .page-products .overview-grid{
    grid-template-columns: 1fr 1fr;
  }
  .page-products .overview-card--featured{
    grid-column: 1 / -1;
    grid-template-columns: 1fr 260px;
    align-items: center;
  }
  .page-products .overview-card__img{
    width: 260px;
    height: auto;
    margin: 0;
  }
  .page-products .version-panel__grid{
    grid-template-columns: 1fr 220px;
  }
  .page-products .cleanup-stats{
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .page-products .schedule-grid{
    grid-template-columns: 240px 1fr;
    align-items: center;
  }
  .page-products .schedule-grid__img{
    width: 240px;
    justify-self: start;
  }
}

@media (min-width: 1024px){
  .page-products .apps-layout{
    display: grid;
    grid-template-columns: var(--panel-width) 1fr;
    align-items: start;
    padding-top: 24px;
  }
  .page-products .device-panel{
    position: sticky;
    top: calc(var(--header-h) + var(--nav-h) + 24px);
    margin-bottom: 0;
  }
  .page-products .apps-stream{
    gap: 64px;
  }
  .page-products .settings-grid{
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  .page-products .cleanup-grid{
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .page-products .cleanup-stats{
    grid-template-columns: 1fr;
  }
  .page-products .cleanup-stat{
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    text-align: left;
    padding: 16px 18px;
  }
  .page-products .cleanup-stat__num{
    font-size: 1.3rem;
  }
  .page-products .cleanup-stat__label{
    font-size: .8rem;
  }
  .page-products .schedule-grid{
    grid-template-columns: 300px 1fr;
  }
  .page-products .schedule-grid__img{
    width: 300px;
  }
  .page-products .floating-schedule{
    right: 28px;
    bottom: 28px;
    max-width: 260px;
    padding: 14px 22px;
  }
}
