/* Pricing page — search-first repair menu
   One strong hero, one unmistakable command deck, and dense tables that scan. */
:root {
  --pt-amber: #f0bd70;
  --pt-amber-soft: rgba(240, 189, 112, 0.12);
  --pt-blue: #82ace4;
  --pt-blue-soft: rgba(91, 139, 207, 0.13);
  --pt-ink: #09101a;
}

.pricing-page {
  background:
    radial-gradient(circle at 74% 8%, rgba(62, 102, 165, 0.08), transparent 32rem),
    #0d1117;
}

.pricing-page .pt-hero-sec {
  position: relative;
  box-sizing: border-box;
  min-height: clamp(570px, 66vh, 640px);
  overflow: hidden;
  padding: clamp(3.7rem, 6vw, 4.8rem) 0 clamp(7.2rem, 9vw, 8rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  background:
    radial-gradient(ellipse 48% 68% at 77% 36%, rgba(61, 100, 167, 0.2), transparent 65%),
    radial-gradient(ellipse 38% 48% at 9% 8%, rgba(91, 139, 207, 0.08), transparent 72%),
    linear-gradient(150deg, #0b111b, #0a0f17 62%, #0b1018);
}

.pricing-page .pt-hero-sec::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -68%;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgba(120, 159, 224, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(120, 159, 224, 0.025),
    0 0 0 145px rgba(120, 159, 224, 0.018);
  pointer-events: none;
}

.pricing-page .pt-hero-gridlines {
  position: absolute;
  inset: 0;
  opacity: 0.44;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 62% 78% at 78% 40%, #000 0 42%, transparent 78%);
  pointer-events: none;
}

.pricing-page .pt-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.78fr);
  align-items: center;
  gap: clamp(2.3rem, 6vw, 5.6rem);
}

.pricing-page .pt-hero-copy {
  max-width: 690px;
  animation: ptRise 0.7s cubic-bezier(.16, 1, .3, 1) both;
}

.pricing-page .pt-hero-copy .section-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1.2rem;
  padding: 0.42rem 0.78rem;
  border: 1px solid rgba(91, 139, 207, 0.25);
  border-radius: 999px;
  background: rgba(91, 139, 207, 0.075);
  color: #82ace4;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pricing-page .pt-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: #f4f7fc;
  font-family: 'Darker Grotesque', 'MuseoModerno', sans-serif;
  font-size: clamp(3.4rem, 5.4vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-wrap: balance;
}

.pricing-page .pt-hero-copy h1 span {
  display: block;
}

.pricing-page .pt-hero-copy h1 span {
  display: block;
  background: linear-gradient(105deg, #75a4e7, #9bc6eb 52%, #f0bd70 110%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-page .pt-lede {
  max-width: 60ch;
  margin: 1.55rem 0 0;
  color: #9da9ba;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.72;
}

.pricing-page .pt-hero-proof {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  margin-top: 1.7rem;
  color: #7f8c9f;
  font-size: 0.76rem;
  line-height: 1.2;
}

.pricing-page .pt-hero-proof span {
  display: grid;
  gap: 0.18rem;
}

.pricing-page .pt-hero-proof strong {
  color: #eef4fc;
  font-size: 0.9rem;
  font-weight: 750;
}

.pricing-page .pt-hero-proof i {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
}

.pricing-page .pt-menu-ticket {
  position: relative;
  min-width: 0;
  padding: 1.1rem;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(147, 180, 224, 0.24);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 0%, rgba(91, 139, 207, 0.22), transparent 32%),
    linear-gradient(155deg, rgba(27, 39, 58, 0.98), rgba(10, 16, 25, 0.99));
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  transform: rotate(1.25deg);
  animation: ptTicketIn 0.86s 0.12s cubic-bezier(.16, 1, .3, 1) both;
}

.pricing-page .pt-menu-ticket::before {
  content: "MENU / 279";
  position: absolute;
  right: -1.25rem;
  bottom: 1rem;
  z-index: -1;
  color: rgba(137, 174, 222, 0.055);
  font-family: 'MuseoModerno', sans-serif;
  font-size: 3.7rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.pricing-page .pt-ticket-scan {
  position: absolute;
  inset: -35% auto -35% -28%;
  width: 22%;
  background: linear-gradient(90deg, transparent, rgba(139, 184, 232, 0.13), transparent);
  transform: skewX(-12deg);
  animation: ptTicketScan 7s 1.4s ease-in-out infinite;
  pointer-events: none;
}

.pricing-page .pt-ticket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0.35rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #7f8da1;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pricing-page .pt-ticket-top b {
  color: #f3c47f;
  font-size: 0.6rem;
}

.pricing-page .pt-ticket-feature {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.8rem;
  padding: 0.9rem;
  border: 1px solid rgba(128, 169, 225, 0.18);
  border-radius: 17px;
  background: rgba(91, 139, 207, 0.075);
}

.pricing-page .pt-ticket-feature > .material-symbols-outlined {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(139, 184, 232, 0.23);
  border-radius: 14px;
  background: rgba(91, 139, 207, 0.11);
  color: #91b8eb;
  font-size: 1.35rem;
}

.pricing-page .pt-ticket-feature small,
.pricing-page .pt-ticket-feature strong {
  display: block;
}

.pricing-page .pt-ticket-feature small {
  margin-bottom: 0.16rem;
  color: #738196;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.pricing-page .pt-ticket-feature strong {
  color: #f1f5fb;
  font-size: 0.95rem;
}

.pricing-page .pt-ticket-feature em {
  color: var(--pt-amber);
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 800;
}

.pricing-page .pt-ticket-lines {
  display: grid;
  margin-top: 0.65rem;
}

.pricing-page .pt-ticket-lines span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.68rem 0.35rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.085);
}

.pricing-page .pt-ticket-lines i {
  overflow: hidden;
  color: #9aa7b8;
  font-size: 0.77rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pricing-page .pt-ticket-lines b {
  color: #dce6f4;
  font-size: 0.8rem;
}

.pricing-page .pt-ticket-foot {
  display: grid;
  grid-template-columns: 1.15fr 1.1fr 0.55fr 0.65fr;
  gap: 0.4rem;
  margin-top: 0.85rem;
  color: #66758a;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.pricing-page .pt-ticket-stamp {
  width: fit-content;
  margin: 0.9rem 0 0 auto;
  padding: 0.28rem 0.55rem;
  border: 1px solid rgba(84, 202, 152, 0.26);
  border-radius: 999px;
  color: rgba(133, 226, 186, 0.8);
  background: rgba(63, 185, 128, 0.055);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.pricing-page .pt-menu-section {
  position: relative;
  padding: 0 0 5rem;
}

.pricing-page #ptSearchSentinel {
  position: absolute;
  top: -70px;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.pricing-page .pt-search-band {
  position: sticky;
  top: 72px;
  z-index: 40;
  margin: -4.75rem 0 2rem;
  padding: 1rem;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(130, 172, 228, 0.28);
  border-radius: 25px;
  background:
    radial-gradient(circle at 7% -20%, rgba(139, 184, 232, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(24, 36, 54, 0.97), rgba(10, 17, 27, 0.985));
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: padding 220ms ease, border-radius 220ms ease, box-shadow 220ms ease;
}

.pricing-page .pt-search-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(105deg, rgba(139, 184, 232, 0.08), transparent 24% 72%, rgba(240, 189, 112, 0.045));
  pointer-events: none;
}

.pricing-page .pt-search-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.78rem;
  max-height: 60px;
  margin: 0 0 0.75rem;
  opacity: 1;
  transition: max-height 200ms ease, margin 200ms ease, opacity 160ms ease;
}

.pricing-page .pt-search-head > .material-symbols-outlined {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(130, 172, 228, 0.24);
  border-radius: 13px;
  background: rgba(91, 139, 207, 0.11);
  color: #8bb8e8;
  font-size: 1.25rem;
}

.pricing-page .pt-search-head strong,
.pricing-page .pt-search-head small {
  display: block;
}

.pricing-page .pt-search-head strong {
  color: #f3f7fd;
  font-size: 1rem;
  font-weight: 780;
}

.pricing-page .pt-search-head small {
  margin-top: 0.1rem;
  color: #8492a6;
  font-size: 0.72rem;
}

.pricing-page .pt-search-head kbd {
  display: grid;
  min-width: 34px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
  color: #9aa8ba;
  font: 700 0.72rem var(--font-body);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.24);
}

.pricing-page .pt-search-wrap {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  width: 100%;
  min-height: 66px;
  margin: 0;
  padding: 0.35rem 0.6rem 0.35rem 0.35rem;
  overflow: hidden;
  border: 1px solid rgba(151, 187, 234, 0.3);
  border-radius: 17px;
  background:
    linear-gradient(90deg, rgba(91, 139, 207, 0.075), transparent 18%),
    rgba(4, 9, 16, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 0 0 1px rgba(0, 0, 0, 0.18),
    0 14px 34px rgba(0, 0, 0, 0.22);
}

.pricing-page .pt-search-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  align-self: center;
  border: 1px solid rgba(139, 184, 232, 0.23);
  border-radius: 13px;
  background: rgba(91, 139, 207, 0.12);
  color: #8bb8e8;
  font-size: 1.3rem;
}

.pricing-page .pt-filter {
  min-width: 0;
  padding: 0 0.9rem;
  border: 0;
  background: transparent;
  color: #f2f6fc;
  font-size: 1.08rem;
  font-weight: 550;
}

.pricing-page .pt-filter::placeholder {
  color: #758297;
  opacity: 1;
}

.pricing-page .pt-search-clear {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.045);
  color: #8997aa;
  cursor: pointer;
}

.pricing-page .pt-search-clear[hidden] {
  display: none;
}

.pricing-page .pt-search-clear .material-symbols-outlined {
  font-size: 1rem;
}

.pricing-page .pt-jump {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  max-height: 78px;
  margin: 0.75rem 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  background: rgba(4, 9, 16, 0.38);
  transition: max-height 200ms ease, margin 200ms ease, opacity 160ms ease;
}

.pricing-page .pt-jump a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 0.55rem;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 0;
  color: #8e9bad;
  font-size: 0.74rem;
  transition: color 180ms ease, background 180ms ease;
}

.pricing-page .pt-jump a:first-child {
  border-left: 0;
}

.pricing-page .pt-jump a::after {
  content: "";
  position: absolute;
  right: 22%;
  bottom: 0;
  left: 22%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #78a7e7, transparent);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.16, 1, .3, 1);
}

.pricing-page .pt-jump a:hover,
.pricing-page .pt-jump a.is-active {
  background: rgba(91, 139, 207, 0.075);
  color: #eef5fd;
}

.pricing-page .pt-jump a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.pricing-page .pt-jump .material-symbols-outlined {
  color: #789fd5;
  font-size: 1.05rem;
}

.pricing-page .pt-jump b {
  overflow: hidden;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pricing-page .pt-search-foot {
  display: flex;
  max-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.7rem;
  opacity: 1;
  transition: max-height 200ms ease, margin 200ms ease, opacity 160ms ease;
}

.pricing-page .pt-search-note {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  color: #77859a;
  font-size: 0.68rem;
}

.pricing-page .pt-search-note .material-symbols-outlined {
  color: #78a3da;
  font-size: 0.95rem;
}

.pricing-page .pt-search-note strong {
  color: #aab7c8;
}

.pricing-page .pt-count {
  min-height: 0;
  margin: 0;
  color: #7f8da0;
  font-size: 0.72rem;
  font-weight: 650;
  text-align: right;
  white-space: nowrap;
}

.pricing-page .pt-count[data-filtering="true"] {
  color: #a9c6eb;
}

.pricing-page .pt-no-results {
  display: grid;
  grid-template-columns: 34px auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgba(240, 189, 112, 0.2);
  border-radius: 14px;
  background: rgba(240, 189, 112, 0.055);
  color: #8e9bad;
  font-size: 0.76rem;
}

.pricing-page .pt-no-results[hidden] {
  display: none;
}

.pricing-page .pt-no-results .material-symbols-outlined {
  color: var(--pt-amber);
  font-size: 1.1rem;
}

.pricing-page .pt-no-results strong {
  color: #f0d4a7;
}

.pricing-page .pt-no-results a {
  color: #f0bd70;
  font-weight: 750;
}

.pricing-page .pt-search-band.is-stuck {
  padding: 0.58rem;
  border-radius: 18px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pricing-page .pt-search-band.is-stuck .pt-search-head,
.pricing-page .pt-search-band.is-stuck .pt-jump,
.pricing-page .pt-search-band.is-stuck .pt-search-foot {
  max-height: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.pricing-page .pt-search-band.is-stuck .pt-search-wrap {
  min-height: 52px;
  border-radius: 13px;
}

.pricing-page .pt-search-band.is-stuck .pt-search-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.pricing-page .pt-menu-section > .container {
  counter-reset: pt-category;
}

.pricing-page .pt-cat {
  position: relative;
  margin: 0 0 2.6rem;
  padding-top: 0.85rem;
  counter-increment: pt-category;
  scroll-margin-top: 154px;
}

.pricing-page .pt-cat::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 160, 216, 0.62), rgba(121, 160, 216, 0.08) 32%, transparent 75%);
}

.pricing-page .pt-cat h2 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.18rem;
  color: #f1f5fb;
  font-family: var(--font-body) !important;
  font-size: 1.48rem;
  font-weight: 720 !important;
  letter-spacing: -0.025em;
}

.pricing-page .pt-cat h2::before {
  content: "0" counter(pt-category);
  display: grid;
  width: 34px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(126, 168, 223, 0.22);
  border-radius: 9px;
  background: rgba(91, 139, 207, 0.08);
  color: #79a2d9;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.pricing-page .pt-cat-sub {
  margin: 0 0 0.9rem 2.9rem;
  color: #7f8c9e;
  font-size: 0.86rem;
}

.pricing-page .pt-scroll {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 19px;
  background: linear-gradient(155deg, rgba(18, 27, 41, 0.72), rgba(10, 16, 25, 0.8));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.pricing-page .pt-table {
  min-width: 640px;
  font-size: 0.9rem;
}

.pricing-page .pt-table th {
  padding: 0.72rem 0.9rem;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(4, 9, 16, 0.34);
  color: #6f7d91;
  font-size: 0.66rem;
  font-weight: 750;
}

.pricing-page .pt-table th:nth-child(3) {
  color: #cda464;
}

.pricing-page .pt-table th:nth-child(4) {
  color: #789fd5;
}

.pricing-page .pt-table td {
  padding: 0.72rem 0.9rem;
  border-bottom-color: rgba(255, 255, 255, 0.055);
  color: #8f9caf;
  transition: background 160ms ease, color 160ms ease;
}

.pricing-page .pt-table td:first-child {
  color: #dfe6f0;
  font-weight: 650;
}

.pricing-page .pt-table td:nth-child(3) {
  color: var(--pt-amber) !important;
}

.pricing-page .pt-table td:nth-child(4) {
  color: #92b9eb !important;
}

.pricing-page .pt-table tbody tr:hover td {
  background: linear-gradient(90deg, rgba(91, 139, 207, 0.075), rgba(91, 139, 207, 0.025));
  color: #b8c4d3;
}

.pricing-page .pt-table tbody tr:hover td:first-child {
  box-shadow: inset 2px 0 #709bd6;
  color: #fff;
}

.pricing-page .pt-table tr.pt-match {
  animation: ptMatchIn 0.34s cubic-bezier(.16, 1, .3, 1) both;
}

.pricing-page .pt-note {
  margin-top: 0.2rem;
  color: #68768a;
  font-size: 0.73rem;
  line-height: 1.38;
}

.pricing-page .pt-inc {
  color: #8794a6;
}

.pricing-page .pt-read {
  border-left: 1px solid rgba(120, 159, 215, 0.2);
}

.pricing-page .pt-cta {
  border-color: rgba(126, 168, 223, 0.16);
  background: linear-gradient(130deg, rgba(91, 139, 207, 0.09), rgba(255, 255, 255, 0.02));
}

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

@keyframes ptTicketIn {
  from { opacity: 0; transform: translateY(18px) rotate(2.5deg); }
  to { opacity: 1; transform: translateY(0) rotate(1.25deg); }
}

@keyframes ptTicketScan {
  0%, 24% { left: -28%; opacity: 0; }
  34% { opacity: 1; }
  62% { left: 112%; opacity: 0.85; }
  63%, 100% { left: 112%; opacity: 0; }
}

@keyframes ptMatchIn {
  from { opacity: 0.25; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 920px) {
  .pricing-page .pt-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
    gap: 1.4rem;
  }

  .pricing-page .pt-hero-copy h1 {
    font-size: clamp(3rem, 7vw, 4.5rem);
  }

  .pricing-page .pt-ticket-foot,
  .pricing-page .pt-ticket-stamp {
    display: none;
  }

  .pricing-page .pt-jump b {
    font-size: 0.68rem;
  }
}

@media (max-width: 760px) {
  .pricing-page .pt-hero-sec {
    min-height: 0;
    padding: 3.2rem 0 6.5rem;
  }

  .pricing-page .pt-hero-grid {
    display: block;
  }

  .pricing-page .pt-hero-copy h1 {
    font-size: clamp(2.85rem, 14vw, 4.15rem);
    line-height: 0.87;
  }

  .pricing-page .pt-menu-ticket {
    display: none;
  }

  .pricing-page .pt-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
  }

  .pricing-page .pt-hero-proof i {
    display: none;
  }

  .pricing-page .pt-hero-proof span {
    min-width: 0;
  }

  .pricing-page .pt-search-band,
  .pricing-page .pt-search-band.is-stuck {
    position: relative;
    top: auto;
    margin-top: -4.25rem;
    padding: 0.72rem;
    border-radius: 20px;
  }

  .pricing-page .pt-search-head {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .pricing-page .pt-search-head > .material-symbols-outlined {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .pricing-page .pt-search-head kbd {
    display: none;
  }

  .pricing-page .pt-search-wrap {
    min-height: 58px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
  }

  .pricing-page .pt-search-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .pricing-page .pt-filter {
    padding-inline: 0.65rem;
    font-size: 0.95rem;
  }

  .pricing-page .pt-jump {
    grid-auto-flow: column;
    grid-auto-columns: 116px;
    grid-template-columns: none;
    justify-content: start;
    overflow-x: auto;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
  }

  .pricing-page .pt-jump::-webkit-scrollbar {
    display: none;
  }

  .pricing-page .pt-jump a {
    min-height: 56px;
    scroll-snap-align: start;
  }

  .pricing-page .pt-search-foot {
    align-items: flex-start;
  }

  .pricing-page .pt-search-note {
    max-width: 72%;
    align-items: flex-start;
  }

  .pricing-page .pt-no-results {
    grid-template-columns: 28px 1fr;
  }

  .pricing-page .pt-no-results span,
  .pricing-page .pt-no-results a {
    grid-column: 2;
  }

  .pricing-page .pt-cat {
    scroll-margin-top: 78px;
  }

  .pricing-page .pt-cat-sub {
    margin-left: 0;
  }

  .pricing-page .pt-table {
    min-width: 610px;
  }

  .pricing-page .pt-table th:first-child,
  .pricing-page .pt-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #111a27;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.075);
  }

  .pricing-page .pt-table th:first-child {
    z-index: 2;
    background: #0c1420;
  }
}

@media (max-width: 480px) {
  .pricing-page .pt-hero-sec {
    padding-top: 2.4rem;
  }

  .pricing-page .pt-hero-copy .section-eyebrow {
    font-size: 0.61rem;
  }

  .pricing-page .pt-lede {
    margin-top: 1.15rem;
    font-size: 0.94rem;
  }

  .pricing-page .pt-hero-proof {
    font-size: 0.64rem;
  }

  .pricing-page .pt-hero-proof strong {
    font-size: 0.78rem;
  }

  .pricing-page .pt-search-head small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pricing-page .pt-search-note {
    display: none;
  }

  .pricing-page .pt-count {
    width: 100%;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-page .pt-hero-copy,
  .pricing-page .pt-menu-ticket,
  .pricing-page .pt-ticket-scan,
  .pricing-page .pt-table tr.pt-match {
    animation: none;
  }

  .pricing-page .pt-search-band,
  .pricing-page .pt-search-head,
  .pricing-page .pt-jump,
  .pricing-page .pt-search-foot,
  .pricing-page .pt-table td {
    transition: none;
  }
}
