/* Generated from new_design/pricing.html. Do not edit directly. */
/* Disable the fade/slide-in-on-load and scroll-reveal effects from
   rizer.css / rizer-v9.css so the page renders fully at once. */
.reveal,
.hero-anim {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

@media (max-width: 960px) {
  .container,
  .container-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section-header {
  margin-bottom: 36px;
}

.section-header.centered,
.section-header.choose-header {
  margin-bottom: 40px;
}

.section-header + .price-table-wrap,
.section-header + .caps {
  margin-top: 0;
}

.pricing-hero h1 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 0.98;
}

.pricing-hero h1 .hero-line {
  white-space: nowrap;
}

@media (max-width: 960px) {
  .pricing-hero h1 .hero-line {
    white-space: normal;
  }
}

@media (min-width: 961px) {
  .pricing-hero .container {
    width: min(100%, 1280px);
  }
}


/* The base .price-table CSS right-aligns a th:last-child (meant for the
   trailing empty CTA column in the team-size table). The comparison table
   has no trailing column, so its last header ("Rizer Recycling") was
   getting right-aligned instead of centered like "Rizer Intelligence". */
.price-table th.center:last-child {
  text-align: center;
}

/* Footnote under the team-size pricing table, defining "deal owner". */
.price-table-footnote {
  margin-top: 14px;
  color: var(--ink-3);
  font-size: 13px;
  line-height: 1.5;
}

.price-table-footnote strong {
  color: var(--ink-2);
  font-weight: 600;
}

/* Small "Starting at" eyebrow above each price-card amount. */
.price-starting {
  color: var(--ink-3);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* Workflow-stage pill row inside each price-card (e.g. Uncover / Prioratize /
   Improve / Track). Mirrors the site's existing pill tokens while matching
   the compact four-chip layout used in the pricing card reference. */
.price-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.price-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid var(--rule);
  background: var(--bg-2);
  color: var(--ink-3);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.price-card.featured .price-flow span {
  border-color: rgba(234, 88, 12, 0.3);
  background: var(--brand-tint);
  color: var(--brand-dark);
}

/* Groups the price lockup ("Starting at" + amount) with a touch more
   breathing room than plain stacked divs. */
.price-card {
  display: flex;
  flex-direction: column;
}

.price-cards {
  gap: 28px;
  align-items: stretch;
}

.price-cards > .price-card:not(.featured) {
  border-color: rgba(203, 213, 225, 0.95);
  background: linear-gradient(180deg, #fff 0%, #fff 62%, rgba(248, 250, 252, 0.72) 100%);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.price-head {
  margin-bottom: 18px;
}

.price-head .price-name {
  margin-top: 14px;
}

.price-head .price-desc {
  margin-top: 12px;
}

.price-lockup {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.price-lockup .price-starting {
  margin-bottom: 12px;
  padding-bottom: 0;
  border: 0;
}

.price-lockup .price-amount {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 6px;
  padding: 0;
  border: 0;
}

.price-lockup .price-amount .sub {
  display: block;
  flex: 0 0 100%;
  margin-top: 4px;
  color: var(--ink-3);
  font-size: 12.5px;
  line-height: 1.35;
  text-align: left;
}

.price-card .price-features {
  flex: 1;
  margin-top: 22px;
}

.price-card > .btn {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 640px) {
  .price-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* "Which product should you choose?" mirrors the stronger two-card rhythm
   used by the managed/auto-pilot section on the homepage. */
.choose-header {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.choose-header .section-title {
  font-size: clamp(36px, 4.8vw, 58px);
  line-height: 0.98;
}

.choose-grid {
  gap: 24px;
}

.choose-grid .cap {
  padding: 28px 30px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.choose-grid .cap-title {
  margin-bottom: 12px;
  color: #0b1220;
  font-size: 22px;
  line-height: 1.25;
}

.choose-grid .cap-desc {
  font-size: 15px;
  line-height: 1.6;
}

/* Check / dash marks in comparison tables, styled to match the circular
   check icon already used in .pfeat lists instead of bare text glyphs. */
.pt-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.12);
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}

.num.brand .pt-check {
  background: rgba(34, 197, 94, 0.12);
  color: var(--green);
}

.pt-dash {
  color: var(--rule-2, #cbd5e1);
  font-weight: 400;
}

/* Section divider rows that break the capability table into scannable
   groups instead of one flat 17-row list. */
.price-table-group td {
  padding: 10px 20px;
  background: var(--bg-2);
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.price-table-group:first-child td {
  border-top: none;
}

/* Subtle row hover feedback so the tables feel interactive rather than
   static markup dumped on the page. */
.price-table tbody tr:not(.price-table-group):hover td {
  background: var(--bg-2);
}

.plan-compare .price-table th {
  padding-top: 14px;
  padding-bottom: 14px;
}

.plan-compare .price-table td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.plan-compare .price-table-group td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.plan-compare .pt-check {
  width: 20px;
  height: 20px;
  font-size: 11px;
}

.pricing-cta-inner {
  width: min(100%, 1120px);
  max-width: none;
}

/* ROI calculator, retained from the prior pricing page and scoped so it
   remains independent from the general FAQ/card styling. */
.pricing-roi {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: var(--ink);
  color: #fff;
}

.pricing-roi::before {
  position: absolute;
  top: -170px;
  right: -150px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.2) 0%, transparent 65%);
  content: '';
  pointer-events: none;
}

.pricing-roi-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.1fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}

.pricing-roi-eyebrow {
  margin-bottom: 14px;
  color: #fb923c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pricing-roi-copy h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(34px, 4vw, 46px);
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.pricing-roi-copy h2 .hl,
.pricing-roi-result-item .num.brand,
.pricing-roi-tag {
  color: var(--brand);
}

.pricing-roi-copy > p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.6;
}

.pricing-roi-copy .pricing-roi-fine {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.5;
}

.pricing-roi-calc {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.pricing-roi-calc-head,
.pricing-roi-input label {
  display: flex;
  justify-content: space-between;
}

.pricing-roi-calc-head {
  margin-bottom: 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.pricing-roi-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #4ade80;
}

.pricing-roi-live::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: '';
}

.pricing-roi-input {
  margin-bottom: 20px;
}

.pricing-roi-input label {
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 500;
}

.pricing-roi-input label span {
  color: #fff;
  font-family: var(--mono);
  font-weight: 600;
}

.pricing-roi-input input[type='range'] {
  width: 100%;
  height: 4px;
  margin: 0;
  border-radius: 999px;
  appearance: none;
  outline: none;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.pricing-roi-input input[type='range']::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  appearance: none;
  background: var(--brand);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.3);
}

.pricing-roi-input input[type='range']::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.3);
}

.pricing-roi-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.pricing-roi-result-item .num {
  color: #fff;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.pricing-roi-result-item .label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.4;
}

.pricing-roi-tag {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .pricing-roi-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .pricing-roi {
    padding: 64px 0;
  }

  .pricing-roi-calc {
    padding: 24px 20px;
  }

  .pricing-roi-results {
    gap: 18px;
  }
}

/* Light-surface treatment: keeps the calculator aligned with the pricing cards. */
.pricing-roi {
  background: linear-gradient(180deg, #fff 0%, var(--bg-2) 100%);
  border-top: 1px solid var(--rule);
  color: var(--ink);
}

.pricing-roi::before {
  top: -220px;
  right: -180px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.1) 0%, transparent 65%);
}

.pricing-roi-copy h2 {
  color: var(--ink);
}

.pricing-roi-copy > p {
  color: var(--ink-2);
}

.pricing-roi-copy .pricing-roi-fine {
  color: var(--ink-3);
}

.pricing-roi-calc {
  border-color: rgba(203, 213, 225, 0.95);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.pricing-roi-calc-head {
  color: var(--ink);
}

.pricing-roi-input label {
  color: var(--ink-2);
}

.pricing-roi-input label span {
  color: var(--ink);
}

.pricing-roi-input input[type='range'] {
  background: var(--rule);
}

.pricing-roi-input input[type='range']::-webkit-slider-thumb,
.pricing-roi-input input[type='range']::-moz-range-thumb {
  border-color: #fff;
}

.pricing-roi-results,
.pricing-roi-tag {
  border-top-color: var(--rule);
}

.pricing-roi-result-item .num {
  color: var(--ink);
}

.pricing-roi-result-item .label {
  color: var(--ink-3);
}

/* Keep range thumbs light and crisp in Chrome, Safari, Firefox, and Edge. */
.pricing-roi-input input[type='range']::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  background: var(--brand);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.3);
}

.pricing-roi-input input[type='range']::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.3);
}
