/* Pricing tables v49: static, accessible price lists without a calculator. */
.price-page-v49,
.service-price-v49 {
  --pt-ink: #12254a;
  --pt-muted: #5b6f8f;
  --pt-blue: #0968e5;
  --pt-blue-dark: #074ca8;
  --pt-blue-soft: #eaf3ff;
  --pt-line: rgba(18, 37, 74, .11);
  --pt-card: rgba(255, 255, 255, .88);
  --pt-shadow: 0 22px 60px -38px rgba(24, 58, 116, .42);
}

.price-page-v49 {
  padding-bottom: 48px;
}

.pt-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 18px 0 12px;
  color: var(--pt-muted);
  font-size: 14px;
}

.pt-breadcrumb a {
  color: var(--pt-blue-dark);
}

.pt-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 18%, rgba(74, 151, 255, .28), transparent 31%),
    linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(230, 241, 255, .93));
  box-shadow: var(--pt-shadow), inset 0 1px 0 rgba(255, 255, 255, .95);
}

.pt-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -80px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(9, 104, 229, .09);
}

.pt-eyebrow,
.service-price-v49__kicker {
  margin: 0 0 9px;
  color: var(--pt-blue-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pt-hero h1 {
  max-width: 830px;
  margin: 0;
  color: var(--pt-ink);
  font-size: clamp(32px, 5.4vw, 62px);
  line-height: 1;
  letter-spacing: -.055em;
}

.pt-hero__lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--pt-muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.55;
}

.pt-hero__facts {
  display: grid;
  gap: 9px;
  min-width: 210px;
}

.pt-hero__fact {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid rgba(9, 104, 229, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
  color: var(--pt-muted);
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 13px 28px -24px rgba(16, 55, 116, .42);
}

.pt-hero__fact b {
  color: var(--pt-ink);
  font-size: 18px;
}

.pt-nav {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  margin: 18px 0 0;
  padding: 5px 2px 8px;
  scrollbar-width: thin;
}

.pt-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(9, 104, 229, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: var(--pt-blue-dark);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 12px 26px -24px rgba(18, 37, 74, .48);
  white-space: nowrap;
}

.pt-nav a:hover,
.pt-nav a:focus-visible {
  border-color: var(--pt-blue);
  background: var(--pt-blue);
  color: #fff;
  outline: none;
}

.pt-section {
  margin-top: 18px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 28px;
  background: var(--pt-card);
  box-shadow: var(--pt-shadow), inset 0 1px 0 rgba(255, 255, 255, .96);
}

.pt-section:target {
  scroll-margin-top: 112px;
}

.pt-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.pt-section__head h2 {
  margin: 0;
  color: var(--pt-ink);
  font-size: clamp(23px, 3.2vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.pt-section__head p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--pt-muted);
  line-height: 1.5;
}

.pt-section__tag {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--pt-blue-soft);
  color: var(--pt-blue-dark);
  font-size: 12px;
  font-weight: 900;
}

.pt-table-wrap,
.service-price-v49__table-wrap {
  overflow: auto;
  border: 1px solid var(--pt-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: inset 0 1px 0 #fff;
  scrollbar-width: thin;
  scrollbar-color: rgba(9, 104, 229, .36) transparent;
}

.pt-table,
.service-price-v49__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--pt-ink);
  font-size: 15px;
}

.pt-table {
  min-width: 690px;
}

.pt-table th,
.service-price-v49__table th {
  padding: 13px 16px;
  border-bottom: 1px solid var(--pt-line);
  background: #f1f6fd;
  color: #365378;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .055em;
  text-align: left;
  text-transform: uppercase;
}

.pt-table td,
.service-price-v49__table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(18, 37, 74, .075);
  background: rgba(255, 255, 255, .94);
  line-height: 1.35;
  vertical-align: middle;
}

.pt-table tbody tr:last-child td,
.service-price-v49__table tbody tr:last-child td {
  border-bottom: 0;
}

.pt-table tbody tr:hover td,
.service-price-v49__table tbody tr:hover td {
  background: #f7faff;
}

.pt-table a,
.service-price-v49__table a {
  color: var(--pt-blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.pt-table a:hover,
.pt-table a:focus-visible,
.service-price-v49__table a:hover,
.service-price-v49__table a:focus-visible {
  color: var(--pt-blue);
  text-decoration: underline;
}

.pt-price,
.service-price-v49__price {
  color: #0b438e;
  font-size: 16px;
  font-weight: 950;
  white-space: nowrap;
}

.pt-table__area {
  color: var(--pt-ink);
  font-weight: 900;
  white-space: nowrap;
}

.pt-matrix th:first-child,
.pt-matrix td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}

.pt-matrix th:first-child {
  z-index: 2;
}

.pt-note {
  display: flex;
  gap: 10px;
  margin: 14px 0 0;
  color: var(--pt-muted);
  font-size: 13px;
  line-height: 1.5;
}

.pt-note::before {
  content: "i";
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--pt-blue-soft);
  color: var(--pt-blue-dark);
  font-size: 12px;
  font-weight: 950;
}

.pt-service-meta {
  display: block;
  margin-top: 4px;
  color: var(--pt-muted);
  font-size: 12px;
}

.pt-cta {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, .88) !important;
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 10%, rgba(65, 143, 255, .14), transparent 31%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(233, 243, 255, .92)) !important;
  color: var(--pt-ink) !important;
  box-shadow: var(--pt-shadow), inset 0 1px 0 rgba(255, 255, 255, .96) !important;
}

.pt-cta::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #2789f7, #075fc9);
}

.price-page-v49 .pt-cta h2 {
  margin: 0;
  color: var(--pt-ink) !important;
  -webkit-text-fill-color: var(--pt-ink) !important;
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-shadow: none !important;
}

.price-page-v49 .pt-cta p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--pt-muted) !important;
  -webkit-text-fill-color: var(--pt-muted) !important;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: none !important;
}

.pt-cta__actions {
  flex: 0 0 auto;
  display: flex;
  gap: 9px;
}

.pt-cta__actions a,
.pt-cta__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(9, 104, 229, .22);
  border-radius: 15px;
  background: linear-gradient(180deg, #147df4, #075fc9);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 15px 28px -20px rgba(7, 74, 166, .88);
}

.pt-cta__actions a:last-child {
  border-color: rgba(9, 104, 229, .17);
  background: var(--pt-blue-soft);
  color: var(--pt-blue-dark) !important;
  -webkit-text-fill-color: var(--pt-blue-dark) !important;
  box-shadow: none;
}

.service-price-v49 {
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px) !important;
  border: 1px solid rgba(255, 255, 255, .84) !important;
  background:
    radial-gradient(circle at 92% 0, rgba(65, 143, 255, .12), transparent 28%),
    rgba(255, 255, 255, .82) !important;
  box-shadow: var(--pt-shadow), inset 0 1px 0 rgba(255, 255, 255, .94) !important;
}

.service-price-v49__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 16px;
}

.service-price-v49__head h2 {
  margin: 0;
  color: var(--pt-ink);
  font-size: clamp(23px, 3.4vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.service-price-v49__lead {
  max-width: 720px;
  margin: 9px 0 0;
  color: var(--pt-muted);
  line-height: 1.5;
}

.service-price-v49__all {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(9, 104, 229, .17);
  border-radius: 14px;
  background: var(--pt-blue-soft);
  color: var(--pt-blue-dark) !important;
  font-size: 13px;
  font-weight: 900;
}

.service-price-v49__all:hover,
.service-price-v49__all:focus-visible {
  background: var(--pt-blue);
  color: #fff !important;
  outline: none;
}

.service-price-v49__table {
  min-width: 640px;
}

.service-price-v49__table th:nth-child(2),
.service-price-v49__table td:nth-child(2) {
  width: 170px;
  color: var(--pt-muted);
}

.service-price-v49__table th:last-child,
.service-price-v49__table td:last-child {
  width: 190px;
  text-align: right;
}

.service-price-v49__table tr.is-current td {
  background: #edf5ff;
}

.service-price-v49__table tr.is-current:hover td {
  background: #e5f0ff;
}

.service-price-v49__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--pt-blue);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  vertical-align: middle;
}

.service-price-v49__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
}

.service-price-v49__foot p {
  max-width: 760px;
  margin: 0;
  color: var(--pt-muted);
  font-size: 13px;
  line-height: 1.5;
}

.service-price-v49__order {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 19px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, #147df4, #075fc9);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 15px 28px -20px rgba(7, 74, 166, .88);
}

.pt-sr-only {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 820px) {
  .pt-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pt-hero__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .pt-hero__fact {
    justify-content: center;
    text-align: center;
  }

  .pt-section__head,
  .service-price-v49__head,
  .service-price-v49__foot,
  .pt-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .service-price-v49__all,
  .service-price-v49__order {
    width: 100%;
  }

  .pt-cta__actions {
    width: 100%;
  }

  .pt-cta__actions a,
  .pt-cta__actions button {
    flex: 1 1 0;
  }
}

@media (max-width: 560px) {
  .price-page-v49 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pt-hero,
  .pt-section,
  .pt-cta {
    border-radius: 22px;
  }

  .pt-hero {
    padding: 23px 18px;
  }

  .pt-hero__facts {
    grid-template-columns: 1fr;
  }

  .pt-hero__fact {
    justify-content: flex-start;
    text-align: left;
  }

  .pt-section {
    padding: 17px 12px;
  }

  .pt-section__tag {
    align-self: flex-start;
  }

  .pt-cta__actions {
    flex-direction: column;
  }

  .service-price-v49 {
    padding: 17px 12px !important;
    border-radius: 22px !important;
  }

  .pt-table-wrap,
  .service-price-v49__table-wrap {
    border-radius: 15px;
  }

  .pt-table th,
  .pt-table td,
  .service-price-v49__table th,
  .service-price-v49__table td {
    padding-right: 13px;
    padding-left: 13px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .pt-nav a,
  .service-price-v49__all,
  .service-price-v49__order,
  .pt-cta__actions a,
  .pt-cta__actions button {
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  }

  .pt-nav a:hover,
  .service-price-v49__all:hover,
  .service-price-v49__order:hover,
  .pt-cta__actions a:hover,
  .pt-cta__actions button:hover {
    transform: translateY(-1px);
  }
}

@media print {
  .pt-nav,
  .pt-cta,
  .service-price-v49__order,
  .service-price-v49__all {
    display: none !important;
  }

  .pt-section,
  .service-price-v49,
  .pt-hero {
    break-inside: avoid;
    box-shadow: none !important;
    background: #fff !important;
  }
}
