.pricing-page {
  --muted: #52616a;
  background:
    radial-gradient(circle at 84% 8%, rgb(255 97 10 / 0.16), transparent 27rem),
    radial-gradient(circle at 12% 38%, rgb(255 97 10 / 0.06), transparent 24rem),
    var(--paper);
}

.nav-links [aria-current="page"] {
  color: var(--orange-deep);
}


.pricing-main {
  padding-bottom: 110px;
}

.pricing-builder {
  padding: 42px 0 88px;
  background: var(--surface);
  border-block: 1px solid var(--line);
}

.pricing-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.plan-copy h2,
.pricing-faq h2,
.enterprise-card h2 {
  margin: 8px 0 0;
  font-size: clamp(2.15rem, 4.2vw, 4.4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.billing-toggle {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 5px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.billing-toggle button {
  min-width: 112px;
  min-height: 46px;
  padding: 8px 16px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 720;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.billing-toggle button:hover {
  color: var(--orange-deep);
}

.billing-toggle button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--orange);
  box-shadow: 0 8px 24px rgb(255 97 10 / 0.2);
}

.billing-toggle small {
  display: block;
  margin-top: 2px;
  font-size: 0.65rem;
}

.calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.82fr);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.seat-panel {
  padding: clamp(30px, 5vw, 62px);
}

.panel-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--orange-deep);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seat-panel h1 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.seat-panel > p {
  max-width: 580px;
  margin: 16px 0 30px;
  color: var(--muted);
  line-height: 1.65;
}

.seat-control {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 20px;
}

.seat-step,
.seat-number {
  min-height: 58px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  font: inherit;
  font-weight: 760;
}

.seat-step {
  width: 58px;
  cursor: pointer;
  font-size: 1.3rem;
  transition: border 180ms ease, color 180ms ease, transform 180ms ease;
}

.seat-step:hover {
  color: var(--orange-deep);
  border-color: var(--orange);
  transform: translateY(-1px);
}

.seat-number {
  width: 100px;
  padding: 0 8px;
  text-align: center;
  font-size: 1.2rem;
}

.seat-label {
  align-self: center;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.seat-range {
  width: 100%;
  height: 28px;
  margin: 3px 0;
  accent-color: var(--orange);
  cursor: pointer;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.volume-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 32px;
}

.volume-band {
  min-height: 96px;
  padding: 17px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
}

.volume-band strong,
.volume-band span {
  display: block;
}

.volume-band strong {
  margin-bottom: 7px;
  font-size: 0.86rem;
}

.volume-band span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.price-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 60px);
  color: #fff;
  background:
    radial-gradient(circle at 105% -5%, rgb(255 97 10 / 0.42), transparent 18rem),
    var(--dark);
}

.price-panel::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 24px;
  content: "";
  pointer-events: none;
}

.plan-badge {
  align-self: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--orange);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-output {
  position: relative;
  z-index: 1;
}

.rate-line {
  display: flex;
  align-items: end;
  gap: 10px;
}

.rate-line strong {
  font-size: clamp(4rem, 7vw, 6.6rem);
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.rate-line span {
  max-width: 90px;
  color: #c4cdd1;
  font-size: 0.82rem;
  line-height: 1.25;
}

.bill-summary {
  margin: 30px 0 10px;
  color: #d9e0e3;
  font-size: 1rem;
}

.bill-summary strong {
  color: #fff;
  font-size: 1.25rem;
}

.savings-line {
  display: inline-flex;
  margin: 0 0 8px;
  color: #ffb98f;
  font-size: 0.86rem;
  font-weight: 720;
}

.volume-note {
  min-height: 40px;
  margin: 0 0 28px;
  color: #aebbc0;
  font-size: 0.78rem;
  line-height: 1.5;
}

.price-panel .button {
  position: relative;
  z-index: 1;
  width: 100%;
}

.price-fine-print {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: #93a3aa;
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: center;
}

.plan-section,
.pricing-faq {
  padding: 96px 0;
}

.plan-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.3fr);
  gap: 70px;
  padding: clamp(34px, 6vw, 74px);
  background: var(--dark);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.plan-copy {
  color: #fff;
}

.plan-copy .eyebrow {
  color: #ff9a61;
}

.plan-copy p:not(.eyebrow) {
  color: #aebbc0;
  line-height: 1.65;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-content: center;
}

.included-item {
  min-height: 112px;
  padding: 21px;
  color: #fff;
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(255 255 255 / 0.11);
  border-radius: 18px;
  transition: background 180ms ease, border 180ms ease, transform 180ms ease;
}

.included-item:hover {
  background: rgb(255 97 10 / 0.11);
  border-color: rgb(255 97 10 / 0.38);
  transform: translateY(-3px);
}

.included-item::before {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  margin-bottom: 13px;
  color: var(--ink);
  background: var(--orange);
  border-radius: 50%;
  content: "✓";
  font-size: 0.76rem;
  font-weight: 900;
}

.included-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.included-item span {
  color: #aebbc0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.enterprise-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  margin-top: 18px;
  padding: 38px 44px;
  background: var(--orange);
  border-radius: 26px;
}

.enterprise-card h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3.7vw, 3.7rem);
}

.enterprise-card p {
  max-width: 710px;
  margin: 12px 0 0;
  color: #40200e;
  line-height: 1.55;
}

.enterprise-card .eyebrow {
  color: var(--ink);
}

.enterprise-card .eyebrow::before {
  background: var(--ink);
}

.enterprise-card .button {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
}

.enterprise-card .button:hover {
  background: #183441;
}

.pricing-faq {
  background: #fff;
  border-block: 1px solid var(--line);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 72px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: border 180ms ease, box-shadow 180ms ease;
}

.faq-list details[open] {
  border-color: rgb(255 97 10 / 0.42);
  box-shadow: 0 14px 34px rgb(3 24 36 / 0.07);
}

.faq-list summary {
  position: relative;
  padding: 22px 54px 22px 22px;
  cursor: pointer;
  font-weight: 720;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  position: absolute;
  top: 19px;
  right: 20px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--orange-deep);
  background: var(--orange-soft);
  border-radius: 50%;
  content: "+";
  font-size: 1.1rem;
}

.faq-list details[open] summary::after { content: "−"; }

.faq-list details p {
  margin: -6px 22px 22px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.pricing-legal {
  max-width: 820px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: center;
}

button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}


@media (max-width: 980px) {
  .calculator-grid,
  .plan-card,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .billing-toggle {
    width: 100%;
  }

  .billing-toggle button { min-width: 0; }
  .plan-card { gap: 38px; }
  .faq-layout { gap: 34px; }
}

@media (max-width: 680px) {
  .pricing-builder { padding: 30px 0 66px; }
  .pricing-toolbar { margin-bottom: 14px; }
  .billing-toggle button { padding-inline: 8px; font-size: 0.75rem; }
  .calculator-grid { border-radius: 24px; }
  .volume-grid,
  .included-grid { grid-template-columns: 1fr; }
  .volume-band { min-height: 0; }
  .rate-line strong { font-size: 4rem; }
  .plan-section,
  .pricing-faq { padding: 68px 0; }
  .plan-card { padding: 30px 22px; border-radius: 24px; }
  .enterprise-card { grid-template-columns: 1fr; gap: 25px; padding: 30px 24px; }
  .enterprise-card .button { width: 100%; }
}
