.page-products {
  position: relative;
  isolation: isolate;
  overflow: clip;
}

.page-products::before {
  content: "";
  position: absolute;
  top: 140px;
  right: -140px;
  width: 340px;
  height: 520px;
  background: linear-gradient(225deg, rgba(139, 195, 74, 0.14) 0%, rgba(255, 255, 255, 0) 62%);
  transform: rotate(16deg);
  border-radius: 28px;
  z-index: -1;
  pointer-events: none;
}

.page-products::after {
  content: "";
  position: absolute;
  top: 42%;
  left: -160px;
  width: 280px;
  height: 420px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 193, 7, 0.12) 0%, transparent 68%);
  transform: rotate(-14deg);
  border-radius: 50% 50% 42% 58% / 48% 44% 56% 52%;
  z-index: -1;
  pointer-events: none;
}

.page-products .products-page-header {
  padding: 2rem 0 1.25rem;
}

.page-products .products-page-header .page-intro {
  max-width: 720px;
}

.page-products .band-kicker {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--title-font);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--leaf-green);
  margin: 0 0 0.6rem;
}

.page-products .band-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: var(--kiwi-yellow);
}

.page-products .feature-band-dark .band-kicker {
  color: var(--kiwi-yellow);
}

.page-products .func-overview {
  margin: 1.5rem 0 3rem;
}

.page-products .func-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  min-height: 210px;
}

.page-products .func-card-num {
  font-family: var(--title-font);
  font-weight: 800;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  color: rgba(43, 41, 38, 0.5);
}

.page-products .func-card-content h2 {
  font-family: var(--title-font);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  color: var(--dark-brown);
}

.page-products .func-card-content p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--dark-gray);
  margin: 0;
}

.page-products .func-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.page-products .bento-card-dark .func-card-num {
  color: rgba(255, 255, 255, 0.55);
}

.page-products .bento-card-dark .func-card-content h2,
.page-products .bento-card-dark .func-card-content p {
  color: #ffffff;
}

.page-products .feature-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  margin: 1.75rem 0;
  overflow: hidden;
}

.page-products .feature-band-green {
  background-color: var(--kiwi-green);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 40%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-products .feature-band-yellow {
  background-color: var(--kiwi-yellow);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 42%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-products .feature-band-cream {
  background-color: var(--cream-bg);
  border: 1px solid rgba(139, 195, 74, 0.35);
  box-shadow: var(--shadow-sm);
  background-image: linear-gradient(135deg, rgba(139, 195, 74, 0.08) 0%, rgba(255, 255, 255, 0) 42%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-products .feature-band-dark {
  background-color: var(--dark-gray);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 40%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-products .feature-band-media {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow-md);
  align-self: start;
}

.page-products .feature-band-media img,
.page-products .capability-chart {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.page-products .feature-band-body {
  padding-right: 0.5rem;
}

.page-products .feature-band-body h2 {
  font-family: var(--title-font);
  font-weight: 800;
  font-size: var(--h2-size);
  line-height: var(--title-line-height);
  color: var(--dark-brown);
  margin: 0.5rem 0 0.875rem;
}

.page-products .feature-band-body > p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--dark-gray);
  margin: 0 0 1rem;
}

.page-products .feature-band-dark h2 {
  color: #ffffff;
}

.page-products .feature-band-dark .feature-band-body > p {
  color: rgba(255, 255, 255, 0.88);
}

.page-products .feature-points {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.page-products .feature-points li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--dark-gray);
}

.page-products .feature-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--leaf-green);
}

.page-products .feature-band-dark .feature-points li {
  color: rgba(255, 255, 255, 0.88);
}

.page-products .feature-band-dark .feature-points li::before {
  background: var(--kiwi-yellow);
}

.page-products .feature-note {
  font-size: 0.875rem;
  color: var(--warm-gold);
  border-left: 3px solid var(--kiwi-yellow);
  padding-left: 0.75rem;
  margin-top: 0.75rem;
}

.page-products .feature-band-dark .feature-note {
  color: var(--kiwi-yellow);
}

.page-products .feature-annotation {
  position: absolute;
  right: 0.75rem;
  top: 1.5rem;
  writing-mode: vertical-rl;
  font-family: var(--annotation-font);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: rgba(43, 41, 38, 0.45);
  user-select: none;
  white-space: nowrap;
}

.page-products .feature-band-dark .feature-annotation {
  color: rgba(255, 255, 255, 0.45);
}

.page-products .legacy-preview {
  margin-top: 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
}

.page-products .legacy-preview summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--title-font);
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--kiwi-yellow);
  padding: 0.25rem 0;
}

.page-products .legacy-preview summary::-webkit-details-marker {
  display: none;
}

.page-products .legacy-preview-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.75rem;
}

.page-products .legacy-preview-inner span {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border-radius: var(--radius-pill);
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
}

.page-products .capability-panel {
  position: relative;
  background: linear-gradient(135deg, rgba(139, 195, 74, 0.14) 0%, rgba(255, 255, 255, 0) 45%);
  border: 1px solid rgba(139, 195, 74, 0.2);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  margin: 3rem 0 2rem;
  overflow: hidden;
}

.page-products .capability-head {
  max-width: 660px;
}

.page-products .capability-head h2 {
  font-family: var(--title-font);
  font-weight: 800;
  font-size: var(--h2-size);
  line-height: 1.2;
  margin: 0 0 0.75rem;
  color: var(--dark-brown);
}

.page-products .capability-head p:not(.band-kicker) {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--dark-gray);
}

.page-products .capability-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
  margin: 1.75rem 0;
}

.page-products .capability-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(139, 195, 74, 0.22);
  border-radius: var(--radius-md);
  padding: 1.25rem 1rem;
  min-height: 110px;
  box-shadow: var(--shadow-sm);
}

.page-products .capability-card-accent {
  background: var(--kiwi-green);
  border-color: transparent;
}

.page-products .capability-num {
  font-family: var(--title-font);
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
  color: var(--dark-brown);
}

.page-products .capability-card-accent .capability-num {
  color: #ffffff;
}

.page-products .capability-label {
  font-size: 0.875rem;
  color: var(--dark-gray);
}

.page-products .capability-card-accent .capability-label {
  color: rgba(255, 255, 255, 0.9);
}

.page-products .capability-chart {
  margin-top: 0.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.page-products .usage-guide {
  margin: 3rem 0 1.5rem;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(43, 41, 38, 0.08);
}

.page-products .usage-guide-head h2 {
  font-family: var(--title-font);
  font-weight: 800;
  font-size: var(--h2-size);
  line-height: 1.2;
  margin: 0 0 0.5rem;
  color: var(--dark-brown);
}

.page-products .usage-guide-head p:not(.band-kicker) {
  font-size: 0.9375rem;
  color: var(--dark-gray);
  margin: 0 0 1.25rem;
}

.page-products .usage-tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(43, 41, 38, 0.08);
}

.page-products .usage-tabs .tabs-trigger {
  order: 0;
  border: none;
  background: transparent;
  font-family: var(--title-font);
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--dark-gray);
  padding: 0.7rem 0.85rem;
  border-bottom: 3px solid transparent;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.page-products .usage-tabs .tabs-trigger:hover {
  color: var(--leaf-green);
}

.page-products .usage-tabs .tabs-trigger[aria-selected="true"] {
  color: var(--leaf-green);
  border-bottom-color: var(--kiwi-green);
  background: rgba(139, 195, 74, 0.08);
}

.page-products .usage-tabs .tabs-trigger:focus-visible {
  outline: 2px solid var(--kiwi-green);
  outline-offset: 2px;
}

.page-products .usage-tabs .tabs-panel {
  order: 1;
  width: 100%;
  padding-top: 0.25rem;
}

.page-products .usage-steps {
  counter-reset: usage-step;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-products .usage-steps li {
  position: relative;
  counter-increment: usage-step;
  padding: 1rem 1rem 1rem 3.25rem;
  border-bottom: 1px solid rgba(43, 41, 38, 0.08);
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--dark-gray);
}

.page-products .usage-steps li:last-child {
  border-bottom: none;
}

.page-products .usage-steps li::before {
  content: counter(usage-step);
  position: absolute;
  left: 0.25rem;
  top: 1.05rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--kiwi-green);
  color: #ffffff;
  font-family: var(--title-font);
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-products .start-panel {
  background: var(--dark-brown);
  border-radius: var(--radius-lg);
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: #ffffff;
}

.page-products .start-panel h2 {
  font-family: var(--title-font);
  font-weight: 800;
  font-size: var(--h2-size);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.page-products .start-panel p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto 1.5rem;
}

.page-products .start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (min-width: 720px) {
  .page-products .products-page-header {
    padding: 3.5rem 0 2rem;
  }

  .page-products .func-overview {
    margin: 2rem 0 4rem;
  }

  .page-products .feature-band {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr) 1.5rem;
    gap: 2rem;
    padding: 2.75rem;
    margin: 2.5rem 0;
    align-items: center;
  }

  .page-products .feature-band-media {
    align-self: center;
  }

  .page-products .feature-band-body {
    padding-right: 0;
  }

  .page-products .feature-annotation {
    position: static;
    align-self: center;
    justify-self: center;
    white-space: nowrap;
  }

  .page-products .capability-panel {
    padding: 3rem;
    margin: 4rem 0 2.5rem;
  }

  .page-products .capability-bento {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-products .capability-chart {
    max-width: 520px;
    margin-left: 0;
    margin-right: auto;
  }

  .page-products .usage-guide {
    margin: 4rem 0 2rem;
  }

  .page-products .usage-tabs .tabs-trigger {
    padding: 0.9rem 1.25rem;
    font-size: 1rem;
  }

  .page-products .start-panel {
    padding: 3.5rem 2.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1080px) {
  .page-products .feature-band {
    gap: 2.5rem;
    padding: 3rem;
  }
}
