.page-products{
  --pd-orange: #F5A623;
  --pd-green: #7CB342;
  --pd-deep: #1B3A5C;
  --pd-sky: #2E6E8E;
  --pd-bright: #5A9BD5;
  --pd-light: #E8EEF2;
  --pd-ink: #1A1A2E;
  --pd-white: #FFFFFF;
  --pd-border-w: 2px;
  --pd-heavy-shadow: 8px 8px 0 rgba(27,58,92,0.28);
  --pd-orange-shadow: 8px 8px 0 rgba(245,166,35,0.32);
  position: relative;
  background: var(--pd-light);
  color: var(--pd-ink);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
}

.page-products img{
  max-width: 100%;
  height: auto;
}

.page-products .pd-shell{
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 18px 56px;
}

.page-products .breadcrumb{
  margin-bottom: 28px;
  font-size: 14px;
}

.page-products .breadcrumb ol{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-products .breadcrumb li{
  display: flex;
  align-items: center;
  color: var(--pd-deep);
}

.page-products .breadcrumb li + li::before{
  content: "/";
  margin: 0 6px 0 2px;
  color: var(--pd-deep);
  opacity: 0.45;
}

.page-products .breadcrumb a{
  color: var(--pd-deep);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.page-products .breadcrumb a:hover{
  color: var(--pd-orange);
  border-bottom-color: var(--pd-orange);
}

.page-products .breadcrumb [aria-current]{
  color: var(--pd-orange);
  font-weight: 700;
}

/* Hero */
.page-products .pd-hero{
  position: relative;
  background: linear-gradient(135deg, var(--pd-deep) 0%, var(--pd-sky) 70%, var(--pd-bright) 100%);
  border: var(--pd-border-w) solid var(--pd-ink);
  box-shadow: var(--pd-heavy-shadow);
  padding: 36px 24px 72px;
  margin-bottom: 48px;
  color: var(--pd-white);
}

.page-products .pd-hero::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 6px;
  background: linear-gradient(90deg, var(--pd-deep) 0 25%, var(--pd-white) 25% 50%, var(--pd-orange) 50% 75%, var(--pd-green) 75% 100%);
  opacity: 0.75;
}

.page-products .pd-hero-grid{
  display: grid;
  gap: 32px;
}

.page-products .pd-kicker{
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pd-orange);
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.35);
  padding: 4px 12px;
  margin: 0 0 14px;
  font-weight: 700;
}

.page-products .pd-hero h1{
  font-family: var(--font-head);
  font-size: clamp(30px, 6.5vw, 52px);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 16px;
  text-shadow: 2px 2px 0 rgba(26,26,46,0.35);
}

.page-products .pd-lead{
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.92);
  max-width: 56ch;
  margin: 0 0 24px;
}

.page-products .pd-cta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.page-products .pd-btn-download{
  background: var(--pd-orange);
  border: var(--pd-border-w) solid var(--pd-ink);
  color: var(--pd-ink);
  font-weight: 900;
  box-shadow: 5px 5px 0 rgba(26,26,46,0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.page-products .pd-btn-download:hover{
  background: #ffb84a;
  transform: translateY(-2px);
  box-shadow: 7px 7px 0 rgba(26,26,46,0.45);
}

.page-products .pd-btn-download:active{
  transform: translateY(3px);
  box-shadow: 2px 2px 0 rgba(26,26,46,0.45);
}

.page-products .pd-btn-outline{
  background: transparent;
  border: var(--pd-border-w) solid var(--pd-white);
  color: var(--pd-white);
  font-weight: 700;
  box-shadow: 4px 4px 0 rgba(255,255,255,0.25);
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.page-products .pd-btn-outline:hover{
  background: var(--pd-white);
  color: var(--pd-deep);
  box-shadow: 6px 6px 0 rgba(245,166,35,0.4);
}

.page-products .pd-hero-meta{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

.page-products .pd-hero-meta li{
  position: relative;
  padding-left: 14px;
}

.page-products .pd-hero-meta li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--pd-green);
  border-radius: 50%;
}

.page-products .pd-phone-stage{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 28px;
}

.page-products .pd-phone{
  width: min(280px, 72%);
  background: var(--pd-ink);
  border: 3px solid var(--pd-ink);
  border-radius: 34px;
  padding: 12px 7px 10px;
  box-shadow: 14px 14px 0 rgba(245,166,35,0.4);
}

.page-products .pd-phone::before{
  content: "";
  display: block;
  width: 42%;
  height: 5px;
  background: var(--pd-light);
  border-radius: 20px;
  margin: 0 auto 9px;
}

.page-products .pd-phone img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid var(--pd-white);
}

.page-products .pd-float-note{
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--pd-white);
  background: var(--pd-deep);
  border: 2px solid var(--pd-white);
  box-shadow: 5px 5px 0 rgba(26,26,46,0.35);
  padding: 6px 10px;
  border-radius: 6px;
}

.page-products .pd-float-note-a{
  top: 6px;
  left: 0;
}

.page-products .pd-float-note-b{
  right: 0;
  bottom: 6px;
}

/* Section head */
.page-products .pd-section-head{
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.page-products .pd-section-no{
  font-family: var(--font-head);
  font-size: clamp(40px, 8vw, 68px);
  font-weight: 900;
  line-height: 0.9;
  color: var(--pd-deep);
  opacity: 0.14;
  display: block;
  min-width: 0.7em;
}

.page-products .pd-section-head h2{
  font-family: var(--font-head);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--pd-ink);
}

.page-products .pd-section-head p{
  font-size: 15px;
  color: var(--pd-deep);
  max-width: 58ch;
  margin: 0;
}

/* QR download */
.page-products .pd-qr{
  margin-bottom: 56px;
}

.page-products .pd-qr-grid{
  display: grid;
  gap: 24px;
  margin-bottom: 20px;
}

.page-products .pd-qr-card{
  position: relative;
  background: var(--pd-white);
  border: var(--pd-border-w) solid var(--pd-deep);
  box-shadow: 6px 6px 0 rgba(27,58,92,0.22);
  padding: 28px 20px 24px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-products .pd-qr-card:hover{
  transform: translateY(-4px);
  box-shadow: 10px 10px 0 rgba(27,58,92,0.25);
}

.page-products .pd-qr-card img{
  width: 200px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--pd-light);
  transition: transform 0.3s ease;
}

.page-products .pd-qr-card img:hover{
  transform: scale(1.05);
}

.page-products .pd-qr-platform{
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--pd-white);
  background: var(--pd-deep);
  border: 2px solid var(--pd-ink);
  padding: 4px 14px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.page-products .pd-qr-platform-android{
  background: var(--pd-green);
}

.page-products .pd-qr-card h3{
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 900;
  margin: 14px 0 6px;
  color: var(--pd-ink);
}

.page-products .pd-qr-card p{
  font-size: 14px;
  color: var(--pd-deep);
  margin: 0;
}

.page-products .pd-qr-fallback{
  font-size: 14px;
  color: var(--pd-ink);
  text-align: center;
  padding: 12px 16px;
  border-left: 4px solid var(--pd-orange);
  background: var(--pd-white);
  border: 2px solid var(--pd-deep);
  box-shadow: 4px 4px 0 rgba(27,58,92,0.15);
}

.page-products .pd-qr-fallback a{
  color: var(--pd-orange);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--pd-orange);
}

.page-products .pd-qr-fallback a:hover{
  background: var(--pd-orange);
  color: var(--pd-ink);
}

/* Features */
.page-products .pd-features{
  margin-bottom: 56px;
}

.page-products .pd-feature-grid{
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}

.page-products .pd-feature-card{
  position: relative;
  background: var(--pd-white);
  border: var(--pd-border-w) solid var(--pd-deep);
  box-shadow: 6px 6px 0 rgba(27,58,92,0.22);
  padding: 24px 22px 22px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-products .pd-feature-card:hover{
  transform: translateY(-4px);
  box-shadow: 10px 10px 0 rgba(27,58,92,0.25);
}

.page-products .pd-feature-num{
  position: absolute;
  top: 8px;
  right: 14px;
  font-family: var(--font-head);
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  color: var(--pd-deep);
  opacity: 0.12;
  pointer-events: none;
}

.page-products .pd-feature-icon{
  font-size: 26px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pd-deep);
  border: 2px solid var(--pd-ink);
  border-radius: 10px;
  margin-bottom: 16px;
  box-shadow: 4px 4px 0 rgba(27,58,92,0.3);
}

.page-products .pd-feature-card h3{
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 10px;
  color: var(--pd-ink);
}

.page-products .pd-feature-card p{
  font-size: 14px;
  line-height: 1.75;
  color: var(--pd-deep);
  margin: 0;
}

.page-products .pd-feature-visual{
  display: grid;
  gap: 20px;
}

.page-products .pd-feature-visual img{
  border: var(--pd-border-w) solid var(--pd-deep);
  box-shadow: 6px 6px 0 rgba(27,58,92,0.25);
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .pd-feature-visual img:last-child{
  max-width: 480px;
  margin: 0 auto;
}

/* Updates */
.page-products .pd-updates{
  margin-bottom: 56px;
}

.page-products .pd-timeline{
  position: relative;
  padding-left: 22px;
}

.page-products .pd-timeline::before{
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 6px;
  width: 3px;
  background: linear-gradient(to bottom, var(--pd-deep), var(--pd-bright));
}

.page-products .pd-update-item{
  position: relative;
  background: var(--pd-white);
  border: var(--pd-border-w) solid var(--pd-deep);
  box-shadow: 6px 6px 0 rgba(27,58,92,0.2);
  padding: 22px 20px;
  margin-bottom: 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-products .pd-update-item:hover{
  transform: translateX(4px);
  box-shadow: 8px 8px 0 rgba(27,58,92,0.25);
}

.page-products .pd-update-item::before{
  content: "";
  position: absolute;
  left: -28px;
  top: 26px;
  width: 14px;
  height: 14px;
  background: var(--pd-orange);
  border: 3px solid var(--pd-deep);
  border-radius: 50%;
}

.page-products .pd-update-tag{
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--pd-white);
  background: var(--pd-deep);
  border: 1px solid var(--pd-ink);
  padding: 3px 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.page-products .pd-tag-hot{
  background: var(--pd-orange);
  color: var(--pd-ink);
  border-color: var(--pd-ink);
}

.page-products .pd-update-item h3{
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px;
  color: var(--pd-ink);
}

.page-products .pd-update-item p{
  font-size: 14px;
  color: var(--pd-deep);
  margin: 0;
}

/* Steps */
.page-products .pd-steps{
  margin-bottom: 56px;
  position: relative;
}

.page-products .pd-step-grid{
  display: grid;
  gap: 20px;
  margin-bottom: 28px;
}

.page-products .pd-step{
  background: var(--pd-white);
  border: var(--pd-border-w) solid var(--pd-deep);
  box-shadow: 6px 6px 0 rgba(27,58,92,0.22);
  padding: 24px 20px 22px;
  position: relative;
}

.page-products .pd-step-num{
  font-family: var(--font-head);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  display: block;
  color: var(--pd-orange);
  text-shadow: 2px 2px 0 rgba(27,58,92,0.2);
  margin-bottom: 12px;
}

.page-products .pd-step h3{
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 10px;
  color: var(--pd-ink);
}

.page-products .pd-step p{
  font-size: 14px;
  color: var(--pd-deep);
  margin: 0;
}

.page-products .pd-steps-help{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  background: var(--pd-deep);
  border: var(--pd-border-w) solid var(--pd-ink);
  box-shadow: var(--pd-heavy-shadow);
  padding: 18px 20px;
}

.page-products .pd-steps-help p{
  font-size: 15px;
  color: var(--pd-white);
  margin: 0;
  font-weight: 700;
}

.page-products .pd-steps-help .pd-btn-outline{
  color: var(--pd-white);
  border-color: var(--pd-white);
}

.page-products .pd-steps-help .pd-btn-outline:hover{
  background: var(--pd-white);
  color: var(--pd-deep);
}

/* Brand floor */
.page-products .pd-floor{
  position: relative;
  border: var(--pd-border-w) solid var(--pd-deep);
  box-shadow: var(--pd-heavy-shadow);
  overflow: hidden;
}

.page-products .pd-floor img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .pd-floor-copy{
  position: relative;
  background: linear-gradient(120deg, var(--pd-deep) 0%, var(--pd-sky) 100%);
  border-top: var(--pd-border-w) solid var(--pd-ink);
  padding: 24px 20px;
  text-align: center;
}

.page-products .pd-floor-copy p{
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 900;
  color: var(--pd-white);
  margin: 0 0 10px;
  line-height: 1.5;
}

.page-products .pd-floor-links{
  font-size: 14px;
  font-weight: 400;
}

.page-products .pd-floor-links a{
  color: var(--pd-orange);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.page-products .pd-floor-links a:hover{
  border-bottom-color: var(--pd-orange);
}

@media (min-width: 600px){
  .page-products .pd-shell{
    padding: 32px 28px 64px;
  }

  .page-products .pd-phone{
    width: 300px;
  }

  .page-products .pd-float-note-a{
    left: 0;
  }

  .page-products .pd-float-note-b{
    right: 0;
  }

  .page-products .pd-qr-grid{
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

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

  .page-products .pd-feature-visual{
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }

  .page-products .pd-feature-visual img:last-child{
    max-width: 360px;
    margin: 0;
  }

  .page-products .pd-step-grid{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }

  .page-products .pd-update-item{
    padding: 24px 26px;
  }
}

@media (min-width: 960px){
  .page-products .pd-hero{
    padding: 48px 40px 84px;
  }

  .page-products .pd-hero-grid{
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
  }

  .page-products .pd-hero h1{
    font-size: 54px;
  }

  .page-products .pd-lead{
    font-size: 17px;
  }

  .page-products .pd-phone-stage{
    padding: 0;
  }

  .page-products .pd-float-note-a{
    left: -12px;
    top: 12px;
  }

  .page-products .pd-float-note-b{
    right: -12px;
    bottom: 12px;
  }

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

  .page-products .pd-section-no{
    opacity: 0.18;
  }

  .page-products .pd-feature-card{
    padding: 28px 26px 26px;
  }

  .page-products .pd-feature-card h3{
    font-size: 20px;
  }

  .page-products .pd-feature-card p{
    font-size: 15px;
  }

  .page-products .pd-feature-visual{
    gap: 32px;
  }

  .page-products .pd-feature-visual img:last-child{
    max-width: 400px;
  }

  .page-products .pd-timeline{
    padding-left: 30px;
  }

  .page-products .pd-update-item::before{
    left: -37px;
    width: 16px;
    height: 16px;
  }

  .page-products .pd-floor-copy p{
    font-size: 22px;
  }
}
