.page-products {
  --pp-gap: 1.25rem;
  background:
    radial-gradient(1200px 800px at 120% -5%, rgba(255, 107, 53, 0.10), transparent 60%),
    linear-gradient(180deg, var(--ink-900) 0%, var(--ink-900) 100%);
  color: var(--light-100);
  line-height: 1.7;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.page-products *,
.page-products *::before,
.page-products *::after {
  box-sizing: border-box;
}
.page-products img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page-products a {
  color: var(--cyan-300);
  text-decoration: none;
  transition: color var(--transition);
}
.page-products a:hover {
  color: var(--gold-400);
}

.page-products .pp-hero {
  position: relative;
  padding: 1.5rem 1.25rem 1.25rem;
  overflow: hidden;
}
.page-products .pp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(640px 300px at 85% -10%, rgba(255, 107, 53, 0.25), transparent 70%),
    radial-gradient(500px 260px at 10% 120%, rgba(53, 224, 255, 0.12), transparent 70%);
  pointer-events: none;
}
.page-products .pp-hero-lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  pointer-events: none;
}
.page-products .pp-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1240px;
  margin-inline: auto;
}
.page-products .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--muted-300);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.page-products .breadcrumb a {
  color: var(--muted-300);
  text-decoration: none;
}
.page-products .breadcrumb a:hover {
  color: var(--gold-400);
}
.page-products .breadcrumb-sep {
  color: rgba(168, 182, 204, 0.5);
}
.page-products .pp-hero-kicker {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
  color: var(--cyan-300);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.page-products .pp-kicker-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange-500);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.18);
}
.page-products h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 8vw, 4.2rem);
  line-height: 1.02;
  margin: 0 0 1rem;
  color: var(--light-100);
  letter-spacing: 0.01em;
}
.page-products .pp-hero-desc {
  max-width: 560px;
  color: var(--muted-300);
  font-size: 1.02rem;
  margin: 0 0 1.5rem;
}
.page-products .pp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.page-products .pp-hero-viz {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.page-products .pp-phone {
  width: 220px;
  max-width: 80vw;
  background: #060D1E;
  border-radius: 34px;
  padding: 10px;
  border: 2px solid rgba(46, 90, 136, 0.6);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35), 0 0 0 8px rgba(46, 90, 136, 0.08);
  position: relative;
}
.page-products .pp-phone-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  height: 16px;
  background: var(--ink-900);
  border-radius: 24px;
  z-index: 2;
}
.page-products .pp-phone-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  aspect-ratio: 800 / 1600;
  object-fit: cover;
  background: var(--ink-900);
}
.page-products .pp-hero-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  max-width: 1240px;
  margin: 1.5rem auto 0;
}
.page-products .pp-stat {
  background: rgba(27, 58, 107, 0.55);
  border: 1px solid rgba(46, 90, 136, 0.35);
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.page-products .pp-stat strong {
  font-family: var(--font-number);
  font-size: 2rem;
  line-height: 1;
  color: var(--orange-500);
  letter-spacing: 0.02em;
}
.page-products .pp-stat span {
  color: var(--light-100);
  font-size: 0.9rem;
}

.page-products .pp-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--pp-gap);
  max-width: 1240px;
  margin-inline: auto;
  padding: 1.5rem 1.25rem 3rem;
}
.page-products .pp-rail-card {
  background: linear-gradient(160deg, rgba(27, 58, 107, 0.92), rgba(10, 31, 68, 0.88));
  border-radius: var(--radius-lg);
  border: 1px solid rgba(46, 90, 136, 0.4);
  padding: 1.25rem;
}
.page-products .pp-rail-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-products .pp-rail-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange-500);
}
.page-products .pp-rail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.page-products .pp-rail-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(46, 90, 136, 0.22);
  color: var(--light-100);
  text-decoration: none;
  border: 1px solid transparent;
  transition: var(--transition);
  font-size: 0.9rem;
}
.page-products .pp-rail-link:hover,
.page-products .pp-rail-link:focus-visible {
  background: rgba(255, 107, 53, 0.16);
  color: var(--orange-500);
  border-color: rgba(255, 107, 53, 0.45);
}
.page-products .pp-rail-idx {
  font-family: var(--font-number);
  font-size: 0.8rem;
  color: var(--cyan-300);
}
.page-products .pp-rail-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed rgba(168, 182, 204, 0.3);
}
.page-products .pp-rail-footlink {
  color: var(--muted-300);
  font-size: 0.9rem;
  text-decoration: none;
}
.page-products .pp-rail-footlink:hover {
  color: var(--gold-400);
}

.page-products .pp-content {
  display: grid;
  gap: 3rem;
  min-width: 0;
}
.page-products .pp-section {
  scroll-margin-top: 1.5rem;
}
.page-products .pp-section-head {
  margin-bottom: 1.5rem;
}
.page-products .pp-section-tag {
  display: inline-block;
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 215, 0, 0.12);
  color: var(--gold-400);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(255, 215, 0, 0.25);
}
.page-products .pp-section h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 5vw, 2.6rem);
  line-height: 1.08;
  color: var(--light-100);
  margin: 0 0 0.75rem;
}
.page-products .pp-section-lead {
  color: var(--muted-300);
  max-width: 720px;
  margin: 0;
}

.page-products .pp-matrix-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.07), rgba(255, 107, 53, 0.05) 60%, rgba(53, 224, 255, 0.05));
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: var(--radius-lg);
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.page-products .pp-matrix-strip img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 18px;
  flex-shrink: 0;
}
.page-products .pp-matrix-strip-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.page-products .pp-matrix-strip-copy strong {
  color: var(--light-100);
  font-size: 1rem;
}
.page-products .pp-matrix-strip-copy span {
  color: var(--muted-300);
  font-size: 0.88rem;
  line-height: 1.6;
}

.page-products .pp-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.page-products .pp-feature-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  background: linear-gradient(150deg, rgba(27, 58, 107, 0.9), rgba(10, 31, 68, 0.75));
  border: 1px solid rgba(46, 90, 136, 0.45);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.page-products .pp-feature-card::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.2), transparent 70%);
  pointer-events: none;
}
.page-products .pp-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 53, 0.55);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}
.page-products .pp-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.page-products .pp-card-index {
  font-family: var(--font-number);
  font-weight: 700;
  color: var(--orange-500);
  font-size: 1.4rem;
}
.page-products .pp-card-tag {
  background: rgba(53, 224, 255, 0.1);
  color: var(--cyan-300);
  font-size: 0.78rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 224, 255, 0.2);
}
.page-products .pp-feature-card h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--light-100);
  line-height: 1.2;
  margin: 0.2rem 0 0;
}
.page-products .pp-feature-card p {
  color: var(--muted-300);
  font-size: 0.92rem;
  line-height: 1.72;
  margin: 0;
  flex: 1;
}
.page-products .pp-strong {
  color: var(--gold-400);
  font-family: var(--font-number);
  font-weight: 700;
}
.page-products .pp-card-link {
  color: var(--cyan-300);
  font-size: 0.9rem;
  margin-top: 0.3rem;
}
.page-products .pp-card-link:hover {
  color: var(--gold-400);
}
.page-products .pp-spark {
  width: 100%;
  height: 44px;
  display: block;
  margin-top: 0.2rem;
}
.page-products .pp-card-clock {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(10, 31, 68, 0.6);
  border-radius: 14px;
  padding: 0.7rem 0.8rem;
  font-size: 0.85rem;
  color: var(--muted-300);
}
.page-products .pp-card-clock .pp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange-500);
}
.page-products .pp-card-clock strong {
  font-family: var(--font-number);
  font-size: 1.25rem;
  color: var(--light-100);
  margin-left: auto;
}

.page-products .pp-compare-meta {
  margin-bottom: 1rem;
}
.page-products .pp-compare-note {
  display: inline-flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  background: rgba(255, 107, 53, 0.1);
  border: 1px solid rgba(255, 107, 53, 0.3);
  color: var(--light-100);
  border-radius: 14px;
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
  margin: 0;
}
.page-products .pp-compare-note strong {
  color: var(--orange-500);
}
.page-products .pp-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--light-100);
  font-size: 0.92rem;
}
.page-products .pp-compare-table th,
.page-products .pp-compare-table td {
  padding: 0.8rem 0.9rem;
  text-align: left;
  vertical-align: top;
}
.page-products .pp-compare-table thead th {
  background: rgba(27, 58, 107, 0.85);
  color: var(--gold-400);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}
.page-products .pp-compare-table thead th:first-child {
  border-radius: 16px 0 0 0;
}
.page-products .pp-compare-table thead th:last-child {
  border-radius: 0 16px 0 0;
}
.page-products .pp-compare-table tbody th {
  background: rgba(46, 90, 136, 0.2);
  color: var(--light-100);
  font-weight: 600;
}
.page-products .pp-compare-table tbody td {
  background: rgba(27, 58, 107, 0.28);
}
.page-products .pp-compare-table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}
.page-products .pp-compare-table tbody tr:last-child th {
  border-radius: 0 0 0 16px;
}
.page-products .pp-compare-table tbody tr {
  transition: background var(--transition);
}
.page-products .pp-compare-table tbody tr:hover td,
.page-products .pp-compare-table tbody tr:hover th {
  background: rgba(255, 107, 53, 0.12);
}
.page-products .pp-change-row td {
  border-left: 3px solid var(--gold-400);
}

.page-products .pp-custom-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.page-products .pp-custom-mock {
  background: linear-gradient(160deg, rgba(27, 58, 107, 0.8), rgba(10, 31, 68, 0.92));
  border: 1px dashed rgba(255, 215, 0, 0.38);
  border-radius: var(--radius-lg);
  padding: 1.1rem;
}
.page-products .pp-mock-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted-300);
  font-size: 0.88rem;
  margin-bottom: 0.8rem;
}
.page-products .pp-mock-edit {
  color: var(--orange-500);
  background: rgba(255, 107, 53, 0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
}
.page-products .pp-custom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
.page-products .pp-custom-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  background: rgba(46, 90, 136, 0.26);
  border: 1px solid rgba(53, 224, 255, 0.18);
  border-radius: 14px;
  padding: 0.9rem 0.5rem;
  min-height: 84px;
  color: var(--light-100);
  text-align: center;
  position: relative;
  cursor: grab;
}
.page-products .pp-custom-tile::before {
  content: "⋯";
  position: absolute;
  top: 6px;
  left: 8px;
  color: var(--muted-300);
  font-size: 0.7rem;
  opacity: 0.6;
}
.page-products .pp-custom-tile .pp-tile-title {
  font-size: 0.8rem;
  color: var(--muted-300);
}
.page-products .pp-custom-tile strong {
  font-family: var(--font-number);
  color: var(--cyan-300);
  font-size: 1.1rem;
}
.page-products .pp-tile-arrow {
  color: var(--orange-500);
  font-size: 1.2rem;
}

.page-products .pp-custom-ways {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}
.page-products .pp-custom-ways li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  background: rgba(27, 58, 107, 0.42);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.2rem;
}
.page-products .pp-way-num {
  font-family: var(--font-number);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--orange-500);
  color: var(--ink-900);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.page-products .pp-custom-ways h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--light-100);
}
.page-products .pp-custom-ways p {
  margin: 0;
  color: var(--muted-300);
  font-size: 0.9rem;
  line-height: 1.65;
}

.page-products .pp-help-process {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}
.page-products .pp-help-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  background: rgba(27, 58, 107, 0.4);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  border-left: 4px solid var(--orange-500);
}
.page-products .pp-step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--orange-500);
  color: var(--ink-900);
  font-family: var(--font-number);
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-products .pp-step-body h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--light-100);
}
.page-products .pp-step-body p {
  margin: 0;
  color: var(--muted-300);
  font-size: 0.9rem;
  line-height: 1.7;
}
.page-products .pp-help-footnote {
  margin: 1.2rem 0 0;
  color: var(--muted-300);
  background: rgba(53, 224, 255, 0.06);
  border: 1px solid rgba(53, 224, 255, 0.15);
  padding: 0.9rem 1.1rem;
  border-radius: 14px;
  font-size: 0.92rem;
}

.page-products .pp-figure {
  margin: 1.75rem 0 0;
  background: linear-gradient(150deg, rgba(27, 58, 107, 0.7), rgba(10, 31, 68, 0.7));
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(46, 90, 136, 0.35);
}
.page-products .pp-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-products .pp-figure figcaption {
  padding: 0.9rem 1.25rem;
  color: var(--muted-300);
  font-size: 0.9rem;
  line-height: 1.5;
}
.page-products .pp-figure-slim img {
  aspect-ratio: 640 / 480;
  object-fit: cover;
}

.page-products .pp-download-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.page-products .pp-dl-card {
  background: linear-gradient(150deg, rgba(27, 58, 107, 0.85), rgba(10, 31, 68, 0.85));
  border: 1px solid rgba(46, 90, 136, 0.4);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
}
.page-products .pp-dl-type {
  display: inline-block;
  color: var(--gold-400);
  font-family: var(--font-heading);
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.page-products .pp-dl-card h3 {
  margin: 0 0 0.6rem;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--light-100);
}
.page-products .pp-dl-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted-300);
  font-size: 0.9rem;
  display: grid;
  gap: 0.4rem;
}
.page-products .pp-qr-block {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--bone-100);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  color: var(--ink-900);
}
.page-products .pp-qr {
  width: 132px;
  height: 132px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 1fr;
  gap: 3px;
  padding: 8px;
  background: var(--bone-100);
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(10, 31, 68, 0.14);
}
.page-products .pp-qr span {
  background: var(--ink-900);
  border-radius: 2px;
  min-width: 0;
}
.page-products .pp-qr span:nth-child(3n+1) {
  background: var(--ink-900);
}
.page-products .pp-qr span:nth-child(4n+2) {
  background: var(--bone-100);
}
.page-products .pp-qr span:nth-child(5n+3) {
  background: var(--ink-900);
}
.page-products .pp-qr span:nth-child(6n+4) {
  background: var(--bone-100);
}
.page-products .pp-qr span:nth-child(7n+5) {
  background: var(--ink-900);
}
.page-products .pp-qr span:nth-child(8n+6) {
  background: var(--bone-100);
}
.page-products .pp-qr span.corner {
  background: var(--ink-900);
}
.page-products .pp-qr-caption {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(10, 31, 68, 0.75);
  line-height: 1.5;
}

.page-products .pp-support-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background: rgba(255, 215, 0, 0.07);
  border: 1px solid rgba(255, 215, 0, 0.22);
  border-radius: var(--radius-lg);
  padding: 1.1rem 1.3rem;
  margin-top: 1.5rem;
}
.page-products .pp-support-card strong {
  color: var(--gold-400);
  font-family: var(--font-heading);
  font-size: 1rem;
}
.page-products .pp-support-card p {
  margin: 0;
  color: var(--muted-300);
  font-size: 0.92rem;
}

@media (min-width: 768px) {
  .page-products .pp-hero {
    padding: 2.25rem 1.5rem 1.75rem;
  }
  .page-products .pp-hero-inner {
    grid-template-columns: 1fr 280px;
    align-items: center;
  }
  .page-products .pp-hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-products .pp-phone {
    width: 260px;
  }
  .page-products .pp-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-products .pp-custom-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-products .pp-download-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-products .pp-qr-block {
    grid-column: span 2;
  }
  .page-products .pp-matrix-strip img {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 1024px) {
  .page-products .pp-hero {
    padding-top: 2.5rem;
  }
  .page-products .pp-hero-inner {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
  .page-products .pp-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 2.5rem;
    padding-top: 2rem;
  }
  .page-products .pp-rail {
    position: sticky;
    top: 1.5rem;
    align-self: start;
  }
  .page-products .pp-rail-links {
    display: block;
  }
  .page-products .pp-rail-link {
    display: flex;
    width: 100%;
    margin-bottom: 0.25rem;
    padding: 0.6rem 1rem;
  }
  .page-products .pp-rail-link:hover {
    padding-left: 1.25rem;
  }
  .page-products .pp-custom-wrap {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
  .page-products .pp-download-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-products .pp-qr-block {
    grid-column: auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .page-products .pp-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-products .pp-feature-wide {
    grid-column: span 2;
  }
  .page-products .pp-help-process {
    grid-template-columns: repeat(2, 1fr);
  }
}
