body.public-website-prices .porb1 {
  width: 55vw;
  height: 55vw;
  top: -12vh;
  right: -8vw;
  background: radial-gradient(circle, rgba(232, 83, 10, .06) 0%, transparent 70%);
}

body.public-website-prices .porb2 {
  width: 38vw;
  height: 38vw;
  bottom: -5vh;
  left: -4vw;
  background: radial-gradient(circle, rgba(196, 163, 90, .05) 0%, transparent 70%);
}

body.public-website-prices .phero-grid {
  position: absolute;
  inset: 0;
  background-image: none;
  background-size: 80px 80px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 30% 60%, black 10%, transparent 75%);
  mask-image: radial-gradient(ellipse 80% 70% at 30% 60%, black 10%, transparent 75%);
  pointer-events: none;
}

html[data-theme="light"] body.public-website-prices .phero-grid {
  background-image: none;
}

body.public-website-prices .phero-wm {
  position: absolute;
  top: 50%;
  right: -2vw;
  transform: translateY(-50%);
  font-family: var(--Fd);
  font-size: 22vw;
  font-weight: 300;
  color: rgba(232, 83, 10, .018);
  white-space: nowrap;
  line-height: 1;
  -webkit-user-select: none;
  user-select: none;
  letter-spacing: -.04em;
  pointer-events: none;
}

body.public-website-prices .phero-eyebrow {
  margin-bottom: 1.8rem;
  opacity: 0;
}

body.public-website-prices .phero-h1 {
  font-size: clamp(3rem, 6.5vw, 6.5rem);
  max-width: none;
}

body.public-website-prices .phero-h1 .char {
  transform: translateY(110%);
  opacity: 0;
}

body.public-website-prices .phero-sub {
  margin-top: 2.2rem;
  max-width: 54ch;
  opacity: 0;
  transform: translateY(18px);
}

body.public-website-prices .billing-toggle {
  margin: 4rem auto 0;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .9rem;
  padding: .35rem;
  border: 1px solid var(--border);
  background: var(--s2);
}

body.public-website-prices .billing-opt {
  border: none;
  background: transparent;
  color: var(--muted);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .55rem .95rem;
  cursor: none;
  transition: color .2s, background .2s;
}

body.public-website-prices .billing-opt.active {
  color: var(--text);
  background: rgba(232, 83, 10, .12);
}

body.public-website-prices .billing-badge {
  font-size: .58rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(232, 83, 10, .3);
  padding: .2rem .55rem;
}

body.public-website-prices .plans-sec {
  padding: 3rem 0 8rem;
}

body.public-website-prices .plans-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  background: transparent;
}

body.public-website-prices .plan-card {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
  transition: background .3s;
  transform-style: preserve-3d;
}

body.public-website-prices .plan-card.featured {
  background: var(--s1);
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(232, 83, 10, .2);
  outline: 1px solid rgba(232, 83, 10, .2);
}

html[data-theme="light"] body.public-website-prices .plan-card {
  background: var(--bg);
}

html[data-theme="light"] body.public-website-prices .plan-card.featured {
  background: var(--s1);
}

body.public-website-prices .plan-card.featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

body.public-website-prices .plan-card.featured::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(232, 83, 10, .04) 0%, transparent 70%);
  pointer-events: none;
}

body.public-website-prices .plan-badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: .6rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(232, 83, 10, .3);
  padding: .28rem .75rem;
  border-radius: 1px;
  display: none;
}

body.public-website-prices .plan-card.featured .plan-badge {
  display: block;
}

body.public-website-prices .plan-name {
  font-size: .65rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.4rem;
}

body.public-website-prices .plan-desc {
  font-family: var(--Fd);
  font-size: 1rem;
  font-style: italic;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.5;
}

body.public-website-prices .plan-price-wrap {
  margin-bottom: .5rem;
  display: flex;
  align-items: baseline;
  gap: .3rem;
}

body.public-website-prices .plan-price {
  font-size: 5.5rem;
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1;
  transition: all .35s;
}

body.public-website-prices .plan-price sup {
  font-size: 2rem;
  vertical-align: .5em;
}

body.public-website-prices .plan-period {
  font-size: .75rem;
  color: var(--muted);
  margin-bottom: .6rem;
  min-height: 1.2rem;
  transition: color .3s;
}

body.public-website-prices .plan-savings {
  font-size: .68rem;
  color: var(--accent);
  margin-bottom: 2.8rem;
  min-height: 1rem;
  opacity: 0;
  transition: opacity .3s;
}

body.public-website-prices .plan-savings.show {
  opacity: 1;
}

body.public-website-prices .plan-divider {
  height: 1px;
  background: var(--border);
  margin-bottom: 2.5rem;
}

body.public-website-prices .plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  margin-bottom: 3rem;
}

body.public-website-prices .plan-features li {
  font-size: .83rem;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  line-height: 1.5;
}

body.public-website-prices .pf-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: .05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.public-website-prices .pf-check.y {
  background: rgba(232, 83, 10, .1);
  border: 1px solid rgba(232, 83, 10, .25);
}

body.public-website-prices .pf-check.y svg {
  width: 9px;
  height: 9px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.public-website-prices .plan-features li.em {
  color: var(--text);
}

body.public-website-prices .plan-btn {
  display: block;
  text-align: center;
  padding: 1rem;
  font-family: var(--Fb);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1px;
  transition: all .25s;
  cursor: none;
}

body.public-website-prices .plan-btn.ghost {
  border: 1px solid var(--border);
  color: var(--text);
}

body.public-website-prices .plan-btn.ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

body.public-website-prices .plan-btn.solid {
  background: var(--accent);
  color: var(--bg);
  border: 1px solid var(--accent);
}

body.public-website-prices .plan-btn.solid:hover {
  opacity: .85;
}

body.public-website-prices .plan-btn.outline-accent {
  border: 1px solid rgba(232, 83, 10, .35);
  color: var(--accent);
}

body.public-website-prices .plan-btn.outline-accent:hover {
  background: rgba(232, 83, 10, .08);
}

body.public-website-prices .prices-trial-note {
  text-align: center;
  font-size: .75rem;
  color: var(--muted);
  margin-top: 2rem;
  padding-bottom: 1rem;
}

body.public-website-prices .prices-trial-note-strong {
  color: var(--text);
}

body.public-website-prices .trust-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.2rem 0;
}

body.public-website-prices .trust-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

body.public-website-prices .trust-item {
  display: flex;
  align-items: center;
  gap: .8rem;
}

body.public-website-prices .trust-icon {
  width: 32px;
  height: 32px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.public-website-prices .trust-icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.public-website-prices .trust-text {
  font-size: .75rem;
  color: var(--muted);
  line-height: 1.4;
}

body.public-website-prices .trust-text strong {
  display: block;
  font-weight: 400;
  color: var(--text);
  font-size: .78rem;
}

body.public-website-prices .table-sec {
  padding: 8rem 0;
  background: var(--s1);
}

body.public-website-prices .table-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3.5rem;
}

body.public-website-prices .table-header {
  text-align: center;
  margin-bottom: 4.5rem;
}

body.public-website-prices .prices-stag-center {
  justify-content: center;
}

body.public-website-prices .table-header h2 {
  font-family: var(--Fd);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}

body.public-website-prices .table-header h2 em,
body.public-website-prices .faq-header h2 em,
body.public-website-prices .cta-h em {
  font-style: italic;
  color: var(--muted);
}

body.public-website-prices .table-header p {
  color: var(--muted);
  font-size: .88rem;
}

body.public-website-prices .feat-table {
  width: 100%;
  border-collapse: collapse;
}

body.public-website-prices .feat-table .thead-row th {
  padding: 1.4rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: bottom;
}

body.public-website-prices .th-empty {
  width: 34%;
}

body.public-website-prices .th-plan {
  text-align: center !important;
  width: 22%;
}

body.public-website-prices .th-plan-name {
  font-family: var(--Fd);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: -.01em;
  display: block;
  margin-bottom: .3rem;
}

body.public-website-prices .th-plan-price {
  font-size: .72rem;
  color: var(--muted);
}

body.public-website-prices .th-plan.hl .th-plan-name {
  color: var(--accent);
}

body.public-website-prices .th-plan.hl .th-plan-price {
  color: rgba(232, 83, 10, .7);
}

body.public-website-prices .feat-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background .2s;
}

body.public-website-prices .feat-table tbody tr:hover {
  background: rgba(238, 234, 222, .02);
}

html[data-theme="light"] body.public-website-prices .feat-table tbody tr:hover {
  background: rgba(26, 23, 19, .03);
}

body.public-website-prices .feat-table .cat-row td {
  padding: 1.6rem 1.5rem .6rem;
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  background: transparent;
  border-bottom: none;
}

body.public-website-prices .feat-table td {
  padding: .95rem 1.5rem;
  font-size: .82rem;
  color: var(--muted);
}

body.public-website-prices .feat-table td:first-child {
  color: var(--text);
}

body.public-website-prices .feat-table td.center {
  text-align: center;
}

body.public-website-prices .feat-table td.hl {
  background: rgba(232, 83, 10, .03);
}

body.public-website-prices .chk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(232, 83, 10, .1);
  border: 1px solid rgba(232, 83, 10, .25);
}

body.public-website-prices .chk svg {
  width: 9px;
  height: 9px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.public-website-prices .dash {
  display: inline-block;
  width: 14px;
  height: 1px;
  background: var(--dim);
  vertical-align: middle;
}

body.public-website-prices .partial {
  font-size: .7rem;
  color: var(--warm);
}

body.public-website-prices .faq-sec {
  padding: 8rem 0;
}

body.public-website-prices .faq-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 3.5rem;
}

body.public-website-prices .faq-header {
  text-align: center;
  margin-bottom: 4rem;
}

body.public-website-prices .faq-header h2 {
  font-family: var(--Fd);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: 1rem;
}

body.public-website-prices .faq-item {
  border-top: 1px solid var(--border);
  overflow: hidden;
}

body.public-website-prices .faq-item:last-child {
  border-bottom: 1px solid var(--border);
}

body.public-website-prices .faq-q {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: none;
  gap: 1rem;
}

body.public-website-prices .faq-q-text {
  font-family: var(--Fd);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: -.01em;
  color: var(--text);
  text-align: left;
  line-height: 1.3;
}

body.public-website-prices .faq-icon {
  width: 22px;
  height: 22px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color .25s, transform .35s;
}

body.public-website-prices .faq-icon svg {
  width: 10px;
  height: 10px;
  stroke: var(--muted);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .25s;
}

body.public-website-prices .faq-item.open .faq-icon {
  border-color: var(--accent);
  transform: rotate(45deg);
}

body.public-website-prices .faq-item.open .faq-icon svg {
  stroke: var(--accent);
}

body.public-website-prices .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s cubic-bezier(.4, 0, .2, 1);
}

body.public-website-prices .faq-a-inner {
  padding: 0 0 1.6rem;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.85;
}

body.public-website-prices .faq-a-inner a {
  color: var(--accent);
  text-decoration: none;
}

body.public-website-prices .faq-a-inner a:hover {
  text-decoration: underline;
}

body.public-website-prices .cta {
  padding: 10rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.public-website-prices .cta-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(232, 83, 10, .055) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

body.public-website-prices .cring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--border);
  pointer-events: none;
}

body.public-website-prices .cring:nth-child(2) {
  width: 560px;
  height: 560px;
}

body.public-website-prices .cring:nth-child(3) {
  width: 400px;
  height: 400px;
  border-color: rgba(232, 83, 10, .06);
}

body.public-website-prices .cta-tag {
  font-size: .65rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2rem;
  position: relative;
}

body.public-website-prices .cta-h {
  font-family: var(--Fd);
  font-size: clamp(3rem, 6.5vw, 6.5rem);
  font-weight: 300;
  letter-spacing: -.03em;
  line-height: .95;
  margin-bottom: 2rem;
  position: relative;
}

body.public-website-prices .cta-s {
  color: var(--muted);
  font-size: .95rem;
  margin-bottom: 3.5rem;
  position: relative;
}

body.public-website-prices .cta-ac {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media(max-width:900px) {
  body.public-website-prices nav {
    padding: 1.4rem 1.5rem;
  }

  body.public-website-prices .nlinks {
    display: none;
  }

  body.public-website-prices .wrap,
  body.public-website-prices .cta,
  body.public-website-prices .table-inner,
  body.public-website-prices .faq-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  body.public-website-prices .plans-inner {
    grid-template-columns: 1fr;
    padding: 0 1.5rem;
  }

  body.public-website-prices .plan-card.featured {
    box-shadow: none;
    outline: none;
  }

  body.public-website-prices .trust-inner {
    padding: 0 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  body.public-website-prices .feat-table {
    font-size: .75rem;
    min-width: 440px;
  }

  body.public-website-prices .feat-table th,
  body.public-website-prices .feat-table td {
    padding: .7rem .9rem;
  }

  body.public-website-prices .th-empty {
    display: none;
  }

  body.public-website-prices .table-inner {
    overflow-x: auto;
    padding-left: 0;
    padding-right: 0;
  }

  body.public-website-prices .cta {
    padding: 7rem 1.5rem;
  }
}
