.page-products {
  --prod-ease: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --prod-card-shadow: 0 18px 42px rgba(7, 46, 33, 0.16);
  background: var(--white-bright);
  color: var(--black-ink);
}

.page-products .prod-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 84% 20%, rgba(212, 175, 55, 0.18) 0 16%, transparent 60%),
    linear-gradient(138deg, var(--green-deep) 0%, var(--green-dark) 80%);
  color: var(--white-bright);
  padding: calc(var(--header-height) + 44px) 0 78px;
}

.page-products .prod-hero::before {
  content: "";
  position: absolute;
  right: -10%;
  top: -28%;
  width: 52%;
  height: 150%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.3) 0%, rgba(212, 175, 55, 0) 66%);
  transform: skewX(-14deg);
  pointer-events: none;
}

.page-products .prod-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: var(--grad-gold);
}

.page-products .prod-hero__inner {
  position: relative;
  z-index: 1;
}

.page-products .prod-hero .breadcrumb {
  margin-bottom: 18px;
}

.page-products .breadcrumb__link--light {
  color: var(--gold-light);
  text-decoration: none;
  transition: color var(--prod-ease);
}

.page-products .breadcrumb__link--light:hover {
  color: var(--gold);
  text-decoration: underline;
}

.page-products .probreadcrumb__current {
  color: rgba(245, 245, 240, 0.88);
}

.page-products .prod-hero__eyebrow,
.page-products .prod-features__kicker,
.page-products .prod-upgrade__kicker,
.page-products .prod-scenarios__kicker,
.page-products .prod-next__kicker {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 30px 0 10px;
}

.page-products .prod-hero__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(2.2rem, 7vw, 4.6rem);
  line-height: 1.06;
  margin: 0 0 24px;
  max-width: 11em;
}

.page-products .prod-hero__title em {
  display: block;
  font-style: italic;
  color: var(--gold);
  font-size: 0.84em;
  margin-top: 0.08em;
}

.page-products .prod-hero__lead {
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.85;
  color: rgba(245, 245, 240, 0.92);
  max-width: 40em;
  margin: 0 0 26px;
}

.page-products .prod-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-products .prod-hero__tag.tag--outline {
  border-color: rgba(245, 245, 240, 0.5);
  color: var(--white-bright);
}

.page-products .prod-overview {
  padding: 72px 0 78px;
  background: var(--white-bright);
}

.page-products .prod-overview__index,
.page-products .prod-features__index,
.page-products .prod-upgrade__index,
.page-products .prod-scenarios__index {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(4rem, 12vw, 7rem);
  line-height: 0.88;
  margin-bottom: 8px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.45);
  user-select: none;
}

.page-products .prod-overview__kicker,
.page-products .prod-features__kicker,
.page-products .prod-upgrade__kicker,
.page-products .prod-scenarios__kicker,
.page-products .prod-next__kicker {
  margin-top: 18px;
}

.page-products .prod-overview h2,
.page-products .prod-features__head h2,
.page-products .prod-upgrade h2,
.page-products .prod-scenarios h2,
.page-products .prod-next h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  line-height: 1.12;
  margin: 8px 0 14px;
}

.page-products .prod-overview h2,
.page-products .prod-features__head h2,
.page-products .prod-scenarios h2 {
  color: var(--green-deep);
}

.page-products .prod-upgrade h2,
.page-products .prod-next h2 {
  color: var(--white-bright);
}

.page-products .prod-overview__lead,
.page-products .prod-features__lead,
.page-products .prod-upgrade__lead,
.page-products .prod-scenarios__lead {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--gray-mid);
  max-width: 36em;
  margin-bottom: 32px;
}

.page-products .prod-upgrade__lead {
  color: rgba(245, 245, 240, 0.82);
}

.page-products .prod-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-products .prod-overview__text p {
  font-size: 1rem;
  line-height: 1.86;
  color: #3a3a3a;
  margin: 0 0 1.15em;
}

.page-products .prod-overview__text .btn {
  margin-top: 10px;
}

.page-products .prod-overview__figure {
  margin: 0;
  position: relative;
  background: var(--green-dark);
  border-radius: var(--radius-md);
  padding: 10px;
  box-shadow: var(--prod-card-shadow);
  transform: rotate(-1.2deg);
}

.page-products .prod-overview__figure::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 26px;
  width: 56px;
  height: 56px;
  background: var(--grad-gold);
  border-radius: 8px;
  transform: rotate(14deg);
  z-index: -1;
}

.page-products .prod-overview__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: calc(var(--radius-md) - 6px);
}

.page-products .prod-overview__figure figcaption {
  padding: 14px 8px 4px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: rgba(245, 245, 240, 0.74);
  text-align: center;
}

.page-products .prod-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 44px;
}

.page-products .prod-stats__item {
  background: var(--green-deep);
  border-radius: var(--radius-md);
  padding: 20px 14px 18px;
  text-align: center;
  border-bottom: 3px solid var(--gold);
}

.page-products .prod-stats__item .stat-number {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  color: var(--gold-light);
}

.page-products .prod-stats__item .stat-label {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.76);
}

.page-products .prod-features {
  padding: 72px 0 0;
  background: var(--white-bright);
}

.page-products .prod-features__head {
  margin-bottom: 52px;
}

.page-products .prod-features__index {
  -webkit-text-stroke-color: rgba(11, 61, 46, 0.28);
}

.page-products .feature-band {
  position: relative;
  overflow: hidden;
}

.page-products .feature-band__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-products .feature-band__label {
  position: relative;
  padding: 44px 22px 38px;
  z-index: 1;
}

.page-products .feature-band__label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-md);
  transform: skewX(-5deg);
  z-index: -1;
}

.page-products .feature-band__index {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 18px;
}

.page-products .feature-band__label h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
  margin: 0 0 10px;
}

.page-products .feature-band__slogan {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0;
}

.page-products .feature-band__desc {
  font-size: 1rem;
  line-height: 1.85;
  margin: 0 0 26px;
  max-width: 56em;
}

.page-products .feature-band__figure {
  margin: 0 0 24px;
}

.page-products .feature-band__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.page-products .feature-band__accordion {
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.18);
}

.page-products .feature-band__accordion .accordion-item__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  background: transparent;
  border: 0;
  font-family: var(--font-body);
  font-size: 0.93rem;
  font-weight: 600;
  cursor: pointer;
  color: inherit;
}

.page-products .feature-band__accordion .accordion-item__icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  flex-shrink: 0;
}

.page-products .feature-band__accordion .accordion-item__icon::before,
.page-products .feature-band__accordion .accordion-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.page-products .feature-band__accordion .accordion-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.page-products .feature-band__accordion .accordion-item[data-open] .accordion-item__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.page-products .feature-points {
  list-style: none;
  margin: 8px 0 10px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .feature-points li {
  position: relative;
  padding-left: 18px;
  font-size: 0.94rem;
  line-height: 1.7;
}

.page-products .feature-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 2px;
  background: var(--gold);
}

.page-products .feature-band__link {
  display: inline-block;
  margin-top: 8px;
  color: var(--gold-light);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
  transition: color var(--prod-ease);
}

.page-products .feature-band__link:hover {
  color: var(--gold);
}

.page-products .feature-band--schedule {
  background: linear-gradient(135deg, var(--green-deep) 0%, var(--green-dark) 78%);
  color: var(--white-bright);
}

.page-products .feature-band--schedule .feature-band__label::before {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  box-shadow: 0 14px 34px rgba(7, 46, 33, 0.34);
}

.page-products .feature-band--schedule .feature-band__index,
.page-products .feature-band--schedule .feature-band__label h3,
.page-products .feature-band--schedule .feature-band__slogan {
  color: var(--green-deep);
}

.page-products .feature-band--schedule .feature-band__desc {
  color: rgba(245, 245, 240, 0.88);
}

.page-products .feature-band--schedule .feature-band__figure img {
  border: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

.page-products .feature-band--score {
  background: var(--white-bright);
  color: var(--black-ink);
}

.page-products .feature-band--score .feature-band__label::before {
  background: linear-gradient(140deg, #eaeae4, #f5f5f0);
  border: 1px solid rgba(11, 61, 46, 0.12);
}

.page-products .feature-band--score .feature-band__index {
  color: var(--red-accent);
}

.page-products .feature-band--score .feature-band__label h3 {
  color: var(--green-deep);
}

.page-products .feature-band--score .feature-band__slogan {
  color: var(--gray-mid);
}

.page-products .feature-band--score .feature-band__desc {
  color: #3a3a3a;
}

.page-products .feature-band--score .feature-band__figure img {
  box-shadow: 0 16px 30px rgba(11, 61, 46, 0.1);
  border: 1px solid var(--gray-light);
}

.page-products .feature-band--data {
  background: linear-gradient(120deg, #e8e8e2, var(--gray-light) 130%);
  color: var(--black-ink);
}

.page-products .feature-band--data .feature-band__label::before {
  background: var(--green-deep);
}

.page-products .feature-band--data .feature-band__index {
  color: var(--gold);
}

.page-products .feature-band--data .feature-band__label h3,
.page-products .feature-band--data .feature-band__slogan {
  color: var(--white-bright);
}

.page-products .feature-band--data .feature-band__desc {
  color: #2a2a2a;
}

.page-products .feature-band--data .feature-band__figure img {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.page-products .feature-band--report {
  background: linear-gradient(150deg, #111111, var(--black-ink) 82%);
  color: var(--white-bright);
}

.page-products .feature-band--report .feature-band__label::before {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
}

.page-products .feature-band--report .feature-band__index,
.page-products .feature-band--report .feature-band__label h3,
.page-products .feature-band--report .feature-band__slogan {
  color: var(--black-ink);
}

.page-products .feature-band--report .feature-band__desc {
  color: rgba(245, 245, 240, 0.86);
}

.page-products .feature-band--report .feature-band__figure {
  border-radius: var(--radius-md);
  padding: 6px;
  background: rgba(11, 61, 46, 0.38);
  border: 1px solid rgba(212, 175, 55, 0.24);
}

.page-products .feature-band--report .feature-band__accordion {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.page-products .prod-upgrade {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 12% 90%, rgba(212, 175, 55, 0.16) 0 14%, transparent 58%),
    var(--green-deep);
  color: var(--white-bright);
  padding: 76px 0 84px;
  border-top: 4px solid var(--gold);
}

.page-products .prod-upgrade__index {
  -webkit-text-stroke-color: rgba(212, 175, 55, 0.55);
}

.page-products .prod-upgrade__compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 40px 0 32px;
  max-width: 980px;
}

.page-products .compare-card {
  position: relative;
  border-radius: var(--radius-md);
  padding: 28px 24px 30px;
}

.page-products .compare-card__version {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.55rem;
  margin: 0 0 16px;
}

.page-products .compare-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-products .compare-card__list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.65;
}

.page-products .compare-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: 2px;
}

.page-products .compare-card--old {
  background: rgba(245, 245, 240, 0.06);
  border: 1px dashed rgba(245, 245, 240, 0.4);
}

.page-products .compare-card--old .compare-card__version {
  color: rgba(245, 245, 240, 0.6);
}

.page-products .compare-card--old .compare-card__list li {
  color: rgba(245, 245, 240, 0.72);
}

.page-products .compare-card--old .compare-card__list li::before {
  background: rgba(245, 245, 240, 0.4);
}

.page-products .compare-card--new {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(11, 61, 46, 0.1));
  border: 1px solid var(--gold);
  box-shadow: 0 20px 44px rgba(7, 46, 33, 0.42);
}

.page-products .compare-card--new .compare-card__list li {
  color: var(--white-bright);
}

.page-products .compare-card--new .compare-card__list li::before {
  background: var(--gold);
}

.page-products .prod-upgrade__statement {
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(245, 245, 240, 0.92);
  max-width: 42em;
  padding: 16px 20px;
  background: rgba(245, 245, 240, 0.07);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-bottom: 30px;
}

.page-products .prod-upgrade__action {
  text-align: center;
  margin-bottom: 28px;
}

.page-products .prod-upgrade__panel {
  display: none;
  max-width: 880px;
  margin: 0 auto;
}

.page-products .prod-upgrade__panel.is-open,
.page-products .prod-upgrade__panel[data-open] {
  display: block;
  animation: prodFadeUp 0.4s ease both;
}

.page-products .prod-upgrade__panel-inner {
  background: rgba(245, 245, 240, 0.08);
  border-radius: var(--radius-md);
  border-top: 3px solid var(--gold);
  padding: 28px 26px 30px;
}

.page-products .prod-upgrade__panel-inner h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--gold-light);
  margin: 0 0 8px;
}

.page-products .prod-upgrade__panel-inner h3 + p,
.page-products .prod-upgrade__panel-inner p:last-child {
  margin-bottom: 0;
}

.page-products .prod-upgrade__panel-inner p {
  font-size: 0.98rem;
  line-height: 1.82;
  color: rgba(245, 245, 240, 0.85);
  margin: 0 0 22px;
}

.page-products .prod-scenarios {
  background: var(--white-bright);
  padding: 76px 0 84px;
}

.page-products .prod-scenarios__index {
  -webkit-text-stroke-color: rgba(11, 61, 46, 0.22);
}

.page-products .prod-scenarios__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 34px;
}

.page-products .scenario-card {
  position: relative;
  background: var(--white-bright);
  border: 1px solid var(--gray-light);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius-md);
  padding: 30px 24px 28px;
  box-shadow: 0 10px 26px rgba(26, 26, 26, 0.07);
  transform: translateY(0);
  transition: transform var(--prod-ease), box-shadow var(--prod-ease), border-color var(--prod-ease);
}

.page-products .scenario-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(11, 61, 46, 0.16);
  border-color: var(--gold);
}

.page-products .scenario-card__num {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  color: rgba(212, 175, 55, 0.4);
  margin-bottom: 16px;
}

.page-products .scenario-card h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--green-deep);
  margin: 0 0 12px;
}

.page-products .scenario-card p {
  font-size: 0.98rem;
  line-height: 1.82;
  color: #3a3a3a;
  margin: 0 0 18px;
}

.page-products .scenario-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .scenario-card__link {
  display: inline-block;
  margin-top: 18px;
  color: var(--green-deep);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
  transition: color var(--prod-ease), border-color var(--prod-ease);
}

.page-products .scenario-card__link:hover {
  color: var(--gold);
  border-color: var(--green-deep);
}

.page-products .prod-next {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--green-dark), var(--green-deep));
  color: var(--white-bright);
  padding: 70px 0 78px;
}

.page-products .prod-next::before {
  content: "";
  position: absolute;
  right: -6%;
  top: -30%;
  width: 44%;
  height: 170%;
  background: linear-gradient(150deg, rgba(212, 175, 55, 0.24), transparent 72%);
  transform: skewX(-14deg);
  pointer-events: none;
}

.page-products .prod-next__inner {
  position: relative;
  z-index: 1;
}

.page-products .prod-next p {
  max-width: 620px;
  font-size: 1.02rem;
  line-height: 1.82;
  color: rgba(245, 245, 240, 0.88);
  margin-bottom: 28px;
}

.page-products .prod-next__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@keyframes prodFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .page-products .prod-upgrade__compare {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .prod-scenarios__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 960px) {
  .page-products .prod-overview {
    padding: 88px 0 96px;
  }

  .page-products .prod-overview__grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 56px;
  }

  .page-products .prod-features {
    padding: 88px 0 0;
  }

  .page-products .feature-band__inner {
    grid-template-columns: minmax(280px, 0.9fr) 1.4fr;
    gap: 48px;
    padding: 68px 24px;
  }

  .page-products .feature-band__main {
    padding-top: 8px;
  }

  .page-products .feature-band__figure {
    margin-right: -8px;
  }

  .page-products .feature-band--data .feature-band__figure,
  .page-products .feature-band--score .feature-band__figure {
    margin-right: 0;
  }

  .page-products .prod-upgrade {
    padding: 92px 0 96px;
  }

  .page-products .prod-upgrade__compare {
    margin: 48px 0 36px;
  }

  .page-products .compare-card {
    padding: 34px 30px 36px;
  }

  .page-products .prod-upgrade__statement {
    padding: 20px 26px;
  }

  .page-products .prod-scenarios {
    padding: 92px 0 100px;
  }

  .page-products .prod-scenarios__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: start;
  }

  .page-products .scenario-card--wide {
    grid-row: 1;
  }

  .page-products .scenario-card--tall {
    grid-row: 1;
    transform: translateY(44px);
    margin-bottom: 44px;
  }

  .page-products .scenario-card--full {
    grid-column: 1 / -1;
  }

  .page-products .prod-next {
    padding: 82px 0 90px;
  }
}

@media (min-width: 1240px) {
  .page-products .prod-hero__lead {
    font-size: 1.1rem;
  }

  .page-products .feature-band__desc {
    font-size: 1.05rem;
  }
}
