.live-pricing-page {
  --pricing-ink: #10223e;
  --pricing-muted: #667a94;
  --pricing-line: #d8e6f7;
  --pricing-blue: #075cff;
  --pricing-violet: #5577ff;
  --pricing-cyan: #176bf1;
  --pricing-navy: #edf5ff;
  --pricing-paper: #f6f9fc;
  color: var(--pricing-ink);
  background: #fff;
}

.live-pricing-page main {
  overflow: clip;
}

.live-pricing-page a {
  text-underline-offset: .2em;
}

.pricing-hero {
  position: relative;
  isolation: isolate;
  min-height: 0;
  box-sizing: border-box;
  padding: 36px 0 20px;
  overflow: hidden;
  color: var(--pricing-ink);
  background: linear-gradient(135deg, #fff 0%, #f2f7ff 100%);
  border-bottom: 1px solid #e6edf7;
}

.pricing-hero::before {
  content: '';
  position: absolute;
  top: -84px;
  right: -130px;
  z-index: -1;
  width: 620px;
  height: 540px;
  opacity: .15;
  background: repeating-linear-gradient(124deg, transparent 0 42px, #6a9eff 43px 44px);
  mask-image: linear-gradient(135deg, transparent 8%, #000 38%, transparent 88%);
  pointer-events: none;
}

.pricing-hero::after {
  content: '';
  position: absolute;
  bottom: 44px;
  left: max(8px, calc((100vw - 1280px) / 2 - 52px));
  z-index: -2;
  width: 120px;
  height: 120px;
  opacity: .82;
  background-image: radial-gradient(circle, #dce8ff 2px, transparent 2.8px);
  background-size: 20px 20px;
  pointer-events: none;
}

.pricing-hero__mesh {
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 48%;
  width: min(680px, 46vw);
  height: 540px;
  border-radius: 50%;
  opacity: .55;
  background: radial-gradient(circle, rgba(74, 137, 255, .12) 0%, rgba(74, 137, 255, .04) 38%, transparent 72%);
  filter: blur(10px);
  pointer-events: none;
}

.pricing-hero__inner,
.pricing-section > .container {
  position: relative;
  z-index: 1;
}

.pricing-hero__inner {
  min-height: 500px;
}

.pricing-hero__heading {
  grid-area: heading;
  max-width: 720px;
  align-self: start;
  padding-top: 24px;
}

.pricing-hero__frame {
  display: grid;
  min-height: 500px;
  grid-template-columns: minmax(0, 1fr) 360px;
  grid-template-areas:
    'heading spotlight'
    'capabilities spotlight';
  grid-template-rows: minmax(0, 1fr) 120px;
  gap: 24px 40px;
  align-items: center;
}

.pricing-section__heading > span {
  display: inline-block;
  margin-bottom: 11px;
  color: var(--pricing-blue);
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}

.pricing-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #0f172a;
  font-size: clamp(46px, 3.25vw, 54px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.045em;
}

.pricing-hero h1 span,
.pricing-hero h1 strong {
  display: block;
  font-weight: inherit;
}

.pricing-hero h1 strong {
  color: #2563eb;
}

.pricing-hero__heading > p {
  max-width: 650px;
  margin: 16px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
  white-space: pre-line;
}

.pricing-capabilities {
  grid-area: capabilities;
  display: grid;
  height: 120px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: end;
  margin: 0;
  padding: 12px 4px;
  border: 1px solid #e5eeff;
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 38px rgba(37, 99, 235, .07);
  backdrop-filter: blur(12px);
  list-style: none;
}

.pricing-capabilities li {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: 42px auto auto;
  align-items: center;
  justify-items: center;
  gap: 2px;
  padding: 0 8px;
  color: #172554;
  text-align: center;
}

.pricing-capabilities li + li::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 1px;
  background: #dce7f7;
}

.pricing-capabilities img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  transform: scale(2.15);
}

.pricing-capabilities strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.pricing-capabilities span {
  color: #64748b;
  font-size: 11px;
  line-height: 1.4;
}

.pricing-spotlight {
  position: relative;
  grid-area: spotlight;
  width: 100%;
  max-width: 360px;
  min-width: 0;
  height: 500px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-self: end;
  overflow: hidden;
  padding: 36px 32px 22px;
  border: 1px solid rgba(219, 231, 250, .9);
  border-radius: 24px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 20px 60px rgba(37, 99, 235, .12);
}

.pricing-spotlight__badge {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 0 24px 0 24px;
  color: #fff;
  background: #2563eb;
  box-shadow: 0 8px 22px rgba(37, 99, 235, .2);
  font-size: 13px;
  font-weight: 750;
}

.pricing-spotlight h2 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.pricing-spotlight__price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 16px 0;
  line-height: 1;
}

.pricing-spotlight__price span {
  color: #2563eb;
  font-size: 36px;
  font-weight: 800;
}

.pricing-spotlight__price strong {
  color: #2563eb;
  font-size: 70px;
  font-weight: 800;
  letter-spacing: -.065em;
}

.pricing-spotlight__price em {
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
}

.pricing-spotlight__daily {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 7px 16px;
  border-radius: 999px;
  color: #334e78;
  background: #eef4ff;
  font-size: 15px;
  font-weight: 650;
}

.pricing-spotlight__daily strong {
  color: #2563eb;
  font-size: 22px;
  font-weight: 800;
}

.pricing-spotlight__benefits {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 18px 0 0;
  border-top: 1px solid #dce6f5;
  color: #172554;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  list-style: none;
}

.pricing-spotlight__benefits li {
  min-height: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-spotlight__benefits img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  transform: scale(2.05);
}

.pricing-button.pricing-button--primary {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  gap: 12px;
  margin-top: 0;
  border-radius: 12px;
  font-size: 15px;
  color: #fff;
  background: #2563eb;
  box-shadow: 0 14px 30px rgba(37, 99, 235, .2);
}

.pricing-button.pricing-button--primary:hover {
  background: #1d4ed8;
}

.pricing-spotlight__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  color: #2563eb;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.pricing-spotlight__secondary img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transform: scale(2.05);
}

.pricing-plan-catalog {
  position: relative;
  scroll-margin-top: 84px;
  padding: 78px 0 86px;
  border-bottom: 1px solid #e6edf7;
  background: #fff;
}

.pricing-plan-catalog__heading {
  margin: 0 0 42px;
  text-align: center;
}

.pricing-plan-catalog__heading h2 {
  margin: 0;
  color: var(--pricing-ink);
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 820;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.pricing-plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.pricing-plan {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  padding: 24px 22px 20px;
  border: 1px solid var(--pricing-line);
  border-radius: 17px;
  overflow: hidden;
  background: rgba(255, 255, 255, .97);
  color: var(--pricing-ink);
  box-shadow: 0 14px 38px rgba(34, 78, 130, .08);
}

.pricing-plan--featured {
  border-color: rgba(7, 92, 255, .48);
  box-shadow: 0 20px 46px rgba(28, 91, 190, .14);
  transform: translateY(-4px);
}

.pricing-plan--featured::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--pricing-blue), #50a7ff);
}

.pricing-plan__index {
  margin-bottom: 20px;
  color: #8b9ab5;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.pricing-plan h3 {
  min-height: 50px;
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 820;
  line-height: 1.35;
  letter-spacing: -.02em;
}

.pricing-plan dl {
  display: grid;
  gap: 0;
  margin: 0 0 24px;
}

.pricing-plan dl > div {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid var(--pricing-line);
}

.pricing-plan dt,
.pricing-config dt {
  color: #7b8aa5;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.pricing-plan dd,
.pricing-config dd {
  min-width: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
}

.pricing-plan__price dd {
  color: var(--pricing-blue);
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}

.pricing-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding: 0 18px;
  border: 1px solid var(--pricing-blue);
  border-radius: 10px;
  color: var(--pricing-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.pricing-button:hover {
  color: #fff;
  background: var(--pricing-blue);
  transform: translateY(-2px);
}

.pricing-button > svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-button:focus-visible,
.pricing-table-wrap:focus-visible,
.pricing-faq summary:focus-visible {
  outline: 3px solid rgba(82, 232, 255, .65);
  outline-offset: 3px;
}

.pricing-section {
  padding: 88px 0;
}

.pricing-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 820px);
  align-items: start;
  gap: 30px;
  margin-bottom: 42px;
}

.pricing-section__heading > span {
  margin: 11px 0 0;
}

.pricing-section__heading h2 {
  margin: 0;
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 820;
  line-height: 1.15;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.pricing-section__heading--light h2 {
  color: var(--pricing-ink);
}

.pricing-section__heading--light > span {
  color: var(--pricing-blue);
}

.pricing-effects {
  background:
    radial-gradient(circle at top left, rgba(50, 120, 255, .08), transparent 35%),
    radial-gradient(circle at top right, rgba(50, 120, 255, .055), transparent 30%),
    #f8faff;
}

.pricing-effects .pricing-section__heading {
  display: flex;
  min-height: 120px;
  max-width: 820px;
  align-items: center;
  flex-direction: column;
  gap: 0;
  margin: 0 auto 36px;
  text-align: center;
}

.pricing-effects .pricing-section__heading > span {
  margin: 0 0 14px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.pricing-effects .pricing-section__heading h2 {
  color: #10213d;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.pricing-effects .pricing-section__heading p {
  margin: 15px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

.pricing-effects__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pricing-effect {
  position: relative;
  height: 374px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(220, 230, 245, .8);
  border-radius: 20px;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 8px 30px rgba(40, 80, 160, .06);
  transition: box-shadow .22s ease, transform .22s ease;
}

.pricing-effect:hover {
  box-shadow: 0 14px 34px rgba(40, 80, 160, .11);
  transform: translateY(-4px);
}

.pricing-effect__number {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: #3b82f6;
  background: #eaf2ff;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.06em;
}

.pricing-effect__copy {
  position: relative;
  z-index: 2;
  width: 56%;
  margin-top: 52px;
}

.pricing-effect h3 {
  margin: 0;
  color: #10213d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -.03em;
}

.pricing-effect__copy > strong {
  display: block;
  margin-top: 6px;
  color: #2563eb;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
}

.pricing-effect p {
  margin: 9px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.66;
}

.pricing-effect__tags {
  display: flex;
  gap: 7px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-effect__tags li {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d9e8ff;
  border-radius: 999px;
  color: #2563eb;
  background: #f2f7ff;
  font-size: 10px;
  font-weight: 750;
}

.pricing-effect__media {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 12px;
  display: flex;
  width: 43%;
  height: calc(100% - 26px);
  align-items: flex-end;
  justify-content: center;
}

.pricing-effect__media img,
.pricing-effect__steps img {
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(38, 73, 126, .16));
  transition: transform .22s ease;
}

.pricing-effect--phone .pricing-effect__media img {
  width: auto;
  height: 225px;
}

.pricing-effect--pk .pricing-effect__media {
  right: 14px;
  bottom: 24px;
  width: 42%;
  height: 126px;
}

.pricing-effect--pk .pricing-effect__copy {
  width: 48%;
}

.pricing-effect--pk .pricing-effect__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.pricing-effect:hover .pricing-effect__media img,
.pricing-effect:hover .pricing-effect__steps img {
  transform: scale(1.03);
}

.pricing-effect--steps .pricing-effect__copy {
  width: 100%;
}

.pricing-effect--steps .pricing-effect__copy p {
  max-width: 330px;
}

.pricing-effect__steps {
  position: absolute;
  right: 14px;
  bottom: 10px;
  left: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  height: 90px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-effect__steps li {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-rows: 64px auto;
  place-items: center;
}

.pricing-effect__steps img {
  width: 100%;
  height: 62px;
}

.pricing-effect__steps span {
  color: #52657d;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.pricing-effect__steps i {
  position: absolute;
  top: 29px;
  right: -9px;
  color: #7ba7e8;
  font-size: 14px;
  font-style: normal;
}

.pricing-effect a,
.pricing-faq a,
.pricing-timeline a,
.pricing-table a {
  color: var(--pricing-blue);
  font-weight: 750;
}

.pricing-config {
  position: relative;
  padding: 30px 0;
  color: var(--pricing-ink);
  background: #f7faff;
  border-top: 1px solid #eef3f8;
  border-bottom: 1px solid #e6edf7;
}

.global-access-section > .container {
  width: 100%;
  max-width: 1280px;
  padding-inline: 20px;
}

.global-access-card {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.global-access-kicker {
  display: block;
  margin-bottom: 15px;
  color: #2f62ff;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .18em;
}

.global-access-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 24px;
  align-items: center;
}

.global-access-heading {
  display: grid;
  min-width: 0;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.global-access-heading > img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.global-access-heading h2 {
  margin: 0;
  color: #102a56;
  font-size: clamp(30px, 2.4vw, 36px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.global-access-heading p {
  max-width: 820px;
  margin: 9px 0 0;
  color: #5e7396;
  font-size: 13px;
  line-height: 1.6;
}

.global-access-note {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  padding: 8px 14px;
  border-radius: 11px;
  color: #5a6f95;
  background: #f3f7ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.global-access-note img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.global-access-regions {
  margin-top: 26px;
}

.global-access-region__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.global-access-region__title > span {
  width: 4px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #2f62ff;
}

.global-access-region__title h3 {
  margin: 0;
  color: #102a56;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.global-access-grid {
  display: grid;
  gap: 10px 14px;
}

.global-access-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.global-access-grid--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.global-access-country {
  display: flex;
  min-width: 0;
  height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-sizing: border-box;
  padding: 0 14px;
  border: 1px solid #d9e5f6;
  border-radius: 11px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.global-access-country:hover {
  border-color: #b9cff2;
  box-shadow: 0 7px 18px rgba(31, 84, 166, .07);
  transform: translateY(-1px);
}

.global-access-country__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.global-access-country__identity img {
  width: 44px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 4px;
  object-fit: cover;
}

.global-access-country__identity strong {
  min-width: 0;
  color: #162d57;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.global-access-latency {
  display: inline-flex;
  min-width: 58px;
  height: 30px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 8px;
  border-radius: 8px;
  color: #2f62ff;
  background: #eef4ff;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.global-access-grid--6 .global-access-country {
  gap: 5px;
  padding-inline: 8px;
}

.global-access-grid--6 .global-access-country__identity {
  gap: 5px;
}

.global-access-grid--6 .global-access-country__identity img {
  width: 34px;
  height: 26px;
}

.global-access-grid--6 .global-access-country__identity strong {
  font-size: 13px;
}

.global-access-grid--6 .global-access-latency {
  min-width: 50px;
  height: 28px;
  padding-inline: 6px;
  font-size: 11px;
}

.global-access-divider {
  height: 1px;
  margin: 18px 0;
  background: #e6eef9;
}

.global-access-features {
  display: grid;
  min-height: 56px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  border-radius: 12px;
  background: #f5f8fe;
}

.global-access-feature {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
}

.global-access-feature:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background: #dce5f3;
  transform: translateY(-50%);
}

.global-access-feature img {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  object-fit: contain;
}

.global-access-feature strong {
  color: #23406f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.pricing-comparison {
  background: var(--pricing-paper);
}

.pricing-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--pricing-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(34, 78, 130, .06);
  -webkit-overflow-scrolling: touch;
}

.pricing-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  table-layout: fixed;
}

.pricing-table th,
.pricing-table td {
  padding: 20px 18px;
  border-right: 1px solid var(--pricing-line);
  border-bottom: 1px solid var(--pricing-line);
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}

.pricing-table tr > :last-child {
  border-right: 0;
  background: rgba(20, 101, 255, .045);
  font-weight: 720;
}

.pricing-table tbody tr:last-child > * {
  border-bottom: 0;
}

.pricing-table thead th {
  color: #263f5e;
  background: #edf4fc;
  font-size: 13px;
}

.pricing-table thead th:last-child {
  color: #fff;
  background: var(--pricing-blue);
}

.pricing-table thead a {
  color: #fff;
}

.pricing-table tbody th {
  width: 15%;
  color: #344361;
  background: #f9fbff;
  font-weight: 800;
}

.pricing-ledger {
  background: #fff;
}

.pricing-formula {
  padding: 20px 24px;
  border: 1px solid #b9d5ff;
  border-left: 5px solid var(--pricing-blue);
  border-radius: 12px;
  color: #143a79;
  background: #edf5ff;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.pricing-ledger__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.pricing-ledger__card {
  padding: 30px;
  border: 1px solid var(--pricing-line);
  border-radius: 18px;
}

.pricing-ledger__card--included {
  border-color: #a7e0c4;
  background: #effbf5;
}

.pricing-ledger__card--notes {
  background: #f3f5f9;
}

.pricing-ledger__card h3 {
  margin: 0 0 24px;
  font-size: 19px;
}

.pricing-ledger__card ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-ledger__card li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.pricing-ledger__card li > span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #18935d;
  font-size: 12px;
  font-weight: 900;
}

.pricing-ledger__card--notes li > span {
  background: #7a879c;
}

.pricing-ledger__card p {
  margin: 0;
  color: #53627d;
  font-size: 14px;
  line-height: 1.75;
}

.pricing-ledger__card strong {
  color: var(--pricing-ink);
}

.pricing-process {
  color: var(--pricing-ink);
  background:
    linear-gradient(120deg, rgba(23, 107, 241, .08), transparent 34%),
    #f3f7fc;
  border-top: 1px solid #e6edf7;
  border-bottom: 1px solid #e6edf7;
}

.pricing-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-timeline li {
  position: relative;
  min-width: 0;
  padding: 0 30px 0 0;
}

.pricing-timeline li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 22px;
  right: 18px;
  left: 58px;
  height: 1px;
  background: linear-gradient(90deg, rgba(7, 92, 255, .55), rgba(7, 92, 255, .08));
}

.pricing-timeline__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 25px;
  border: 1px solid rgba(7, 92, 255, .42);
  border-radius: 50%;
  color: var(--pricing-blue);
  background: #fff;
  box-shadow: 0 8px 22px rgba(31, 91, 174, .08);
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 800;
}

.pricing-timeline h3 {
  min-height: 54px;
  margin: 0 0 12px;
  color: var(--pricing-ink);
  font-size: 17px;
  line-height: 1.45;
}

.pricing-timeline p {
  margin: 0;
  color: var(--pricing-muted);
  font-size: 13px;
  line-height: 1.8;
}

.pricing-timeline a {
  color: var(--pricing-blue);
}

.pricing-faq {
  padding-bottom: 150px;
  background: #fff;
}

.pricing-faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 72px;
}

.pricing-faq .pricing-section__heading {
  display: block;
  margin: 0;
}

.pricing-faq .pricing-section__heading > span {
  margin: 0 0 16px;
}

.pricing-faq__list {
  border-top: 1px solid var(--pricing-line);
  counter-reset: pricing-faq;
}

.pricing-faq details {
  border-bottom: 1px solid var(--pricing-line);
  counter-increment: pricing-faq;
}

.pricing-faq summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
  list-style: none;
}

.pricing-faq summary::-webkit-details-marker {
  display: none;
}

.pricing-faq summary::before {
  content: counter(pricing-faq, decimal-leading-zero);
  color: var(--pricing-blue);
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 800;
}

.pricing-faq summary h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.pricing-faq summary i {
  position: relative;
  width: 18px;
  height: 18px;
}

.pricing-faq summary i::before,
.pricing-faq summary i::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--pricing-blue);
  transition: transform .2s ease;
}

.pricing-faq summary i::after {
  transform: rotate(90deg);
}

.pricing-faq details[open] summary i::after {
  transform: rotate(0);
}

.pricing-faq details > p {
  margin: 0;
  padding: 0 38px 28px 58px;
  color: var(--pricing-muted);
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 1439px) {
  .global-access-header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .global-access-note {
    width: fit-content;
    max-width: 100%;
  }

  .global-access-grid--4,
  .global-access-grid--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .global-access-region--other .global-access-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .global-access-grid--6 .global-access-country {
    gap: 10px;
    padding-inline: 14px;
  }

  .global-access-grid--6 .global-access-country__identity {
    gap: 10px;
  }

  .global-access-grid--6 .global-access-country__identity img {
    width: 44px;
    height: 32px;
  }

  .global-access-grid--6 .global-access-country__identity strong {
    font-size: 15px;
  }

  .global-access-grid--6 .global-access-latency {
    min-width: 58px;
    height: 30px;
    padding-inline: 8px;
    font-size: 13px;
  }
}

@media (max-width: 1023px) {
  .global-access-heading {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  .global-access-heading > img {
    width: 46px;
    height: 46px;
  }

  .global-access-heading h2 {
    font-size: clamp(26px, 4vw, 32px);
  }

  .global-access-heading p {
    font-size: 13px;
  }

  .global-access-grid--4,
  .global-access-grid--6,
  .global-access-region--other .global-access-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .pricing-hero {
    min-height: 0;
    padding: 72px 0 48px;
  }

  .pricing-hero__inner {
    min-height: 0;
  }

  .pricing-hero__frame {
    max-width: 760px;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      'heading'
      'spotlight'
      'capabilities';
    grid-template-rows: auto;
    gap: 30px;
    margin-inline: auto;
  }

  .pricing-hero__heading {
    width: 100%;
    align-self: auto;
    padding-top: 0;
  }

  .pricing-spotlight {
    width: min(360px, 100%);
    height: 500px;
    align-self: auto;
    justify-self: center;
    padding: 36px 32px 22px;
  }

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

  .pricing-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-plan {
    min-height: 440px;
  }

  .pricing-plan--featured {
    transform: none;
  }

}

@media (max-width: 900px) {
  .pricing-hero {
    min-height: 0;
    padding: 64px 0 44px;
  }

  .pricing-hero__inner {
    min-height: 0;
  }

  .pricing-hero__frame {
    gap: 28px;
  }

  .pricing-hero__heading {
    align-self: auto;
  }

  .pricing-spotlight {
    width: min(360px, 100%);
    justify-self: center;
  }

  .pricing-plan-catalog {
    padding: 68px 0 76px;
  }

  .pricing-section {
    padding: 76px 0;
  }

  .pricing-section__heading {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .pricing-effects__grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
  }

  .pricing-ledger__grid,
  .pricing-faq__layout {
    grid-template-columns: 1fr;
  }

  .pricing-faq__layout {
    gap: 42px;
  }

  .pricing-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }

  .pricing-timeline li:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .live-pricing-page main {
    padding-bottom: 78px;
  }

  .pricing-hero {
    padding: 68px 0 40px;
  }

  .pricing-hero__mesh {
    top: 120px;
    left: 32%;
    width: 90vw;
    opacity: .4;
  }

  .pricing-section__heading > span {
    font-size: 9px;
  }

  .pricing-hero h1 {
    font-size: clamp(34px, 9.2vw, 36px);
    line-height: 1.15;
    letter-spacing: -.045em;
  }

  .pricing-hero__heading > p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.7;
  }

  .pricing-hero__frame {
    gap: 22px;
  }

  .pricing-capabilities {
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 8px;
    border-radius: 20px;
  }

  .pricing-capabilities li {
    min-height: 108px;
    grid-template-rows: 40px auto auto;
    padding: 10px 6px;
  }

  .pricing-capabilities li + li::before {
    display: block;
    top: 18px;
    bottom: 18px;
  }

  .pricing-capabilities li:nth-child(n + 3)::after {
    content: none;
  }

  .pricing-capabilities img {
    width: 40px;
    height: 40px;
  }

  .pricing-spotlight {
    height: 460px;
    min-height: 0;
    padding: 38px 18px 20px;
    border-radius: 22px;
  }

  .pricing-spotlight__badge {
    min-width: 96px;
    height: 36px;
    padding-inline: 16px;
    border-radius: 0 22px 0 22px;
    font-size: 12px;
  }

  .pricing-spotlight h2 {
    font-size: 16px;
  }

  .pricing-spotlight__price {
    gap: 6px;
    margin: 12px 0;
  }

  .pricing-spotlight__price span {
    font-size: 32px;
  }

  .pricing-spotlight__price strong {
    font-size: 56px;
  }

  .pricing-spotlight__price em {
    font-size: 18px;
  }

  .pricing-spotlight__daily {
    min-height: 46px;
    padding-inline: 10px;
    font-size: 14px;
  }

  .pricing-spotlight__daily strong {
    font-size: 20px;
  }

  .pricing-spotlight__benefits {
    gap: 7px;
    margin: 16px 0;
    padding-top: 16px;
    font-size: 14px;
  }

  .pricing-spotlight__benefits li {
    min-height: 26px;
    gap: 8px;
  }

  .pricing-spotlight__benefits img {
    width: 24px;
    height: 24px;
  }

  .pricing-button.pricing-button--primary {
    min-height: 50px;
    margin-top: 0;
    border-radius: 13px;
    font-size: 15px;
  }

  .pricing-spotlight__secondary {
    margin-top: 10px;
    font-size: 14px;
  }

  .pricing-plan-catalog {
    padding: 52px 0 60px;
  }

  .pricing-plan-catalog__heading {
    margin-bottom: 30px;
  }

  .pricing-plan-catalog__heading h2 {
    font-size: 29px;
  }

  .pricing-plans {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pricing-plan {
    min-height: 0;
    padding: 22px 20px 20px;
  }

  .pricing-plan__index {
    margin-bottom: 16px;
  }

  .pricing-plan h3 {
    min-height: 0;
    margin-bottom: 18px;
    font-size: 19px;
  }

  .pricing-plan dl > div {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .pricing-button {
    margin-top: 2px;
  }

  .pricing-section {
    padding: 62px 0;
  }

  .pricing-section__heading {
    display: block;
    margin-bottom: 34px;
  }

  .pricing-section__heading > span {
    margin: 0 0 12px;
  }

  .pricing-section__heading h2 {
    font-size: 29px;
    line-height: 1.2;
  }

  .pricing-effects .pricing-section__heading {
    min-height: 0;
    margin-bottom: 30px;
  }

  .pricing-effects .pricing-section__heading > span {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .pricing-effects .pricing-section__heading h2 {
    font-size: 24px;
    line-height: 1.28;
  }

  .pricing-effects .pricing-section__heading p {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.7;
  }

  .pricing-effect {
    height: auto;
    min-height: 0;
    padding: 20px;
  }

  .pricing-effect__number {
    top: 20px;
    left: 20px;
  }

  .pricing-effect__copy,
  .pricing-effect--pk .pricing-effect__copy,
  .pricing-effect--steps .pricing-effect__copy {
    width: 100%;
    margin-top: 54px;
  }

  .pricing-effect h3 {
    font-size: 18px;
  }

  .pricing-effect__copy > strong {
    font-size: 12px;
  }

  .pricing-effect p,
  .pricing-effect--steps .pricing-effect__copy p {
    max-width: none;
    font-size: 13px;
    line-height: 1.72;
  }

  .pricing-effect__tags {
    position: static;
    margin-top: 16px;
  }

  .pricing-effect__media,
  .pricing-effect--pk .pricing-effect__media {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 190px;
    margin-top: 20px;
  }

  .pricing-effect--phone .pricing-effect__media img {
    height: 190px;
  }

  .pricing-effect--pk .pricing-effect__media {
    height: 150px;
  }

  .pricing-effect--pk .pricing-effect__media img {
    width: min(100%, 330px);
  }

  .pricing-effect__steps {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: 112px;
    margin-top: 22px;
  }

  .pricing-effect__steps li {
    grid-template-rows: 80px auto;
  }

  .pricing-effect__steps img {
    height: 78px;
  }

  .pricing-effect__steps span {
    font-size: 9px;
  }

  .pricing-effect__steps i {
    top: 36px;
  }

  .global-access-section {
    padding: 24px 0;
  }

  .global-access-section > .container {
    padding-inline: 14px;
  }

  .global-access-kicker {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .global-access-header {
    gap: 12px;
  }

  .global-access-heading {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .global-access-heading > img {
    width: 42px;
    height: 42px;
  }

  .global-access-heading h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .global-access-heading p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
  }

  .global-access-note {
    width: 100%;
    min-height: 0;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 11px;
  }

  .global-access-regions {
    margin-top: 20px;
  }

  .global-access-region__title {
    gap: 8px;
    margin-bottom: 10px;
  }

  .global-access-region__title > span {
    width: 3px;
    height: 18px;
  }

  .global-access-region__title h3 {
    font-size: 16px;
  }

  .global-access-grid--4,
  .global-access-grid--6,
  .global-access-region--other .global-access-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .global-access-country,
  .global-access-grid--6 .global-access-country {
    height: 52px;
    gap: 8px;
    padding-inline: 12px;
  }

  .global-access-country__identity,
  .global-access-grid--6 .global-access-country__identity {
    gap: 9px;
  }

  .global-access-country__identity img,
  .global-access-grid--6 .global-access-country__identity img {
    width: 40px;
    height: 30px;
  }

  .global-access-country__identity strong,
  .global-access-grid--6 .global-access-country__identity strong {
    font-size: 14px;
  }

  .global-access-latency,
  .global-access-grid--6 .global-access-latency {
    min-width: 52px;
    height: 28px;
    padding-inline: 6px;
    font-size: 12px;
  }

  .global-access-divider {
    margin: 14px 0;
  }

  .global-access-features {
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .global-access-feature {
    min-height: 48px;
    box-sizing: border-box;
    padding: 8px 14px;
  }

  .global-access-feature:not(:last-child)::after {
    top: auto;
    right: 16px;
    bottom: 0;
    left: 16px;
    width: auto;
    height: 1px;
    transform: none;
  }

  .global-access-feature img {
    width: 26px;
    height: 26px;
  }

  .global-access-feature strong {
    font-size: 13px;
  }

  .pricing-table {
    min-width: 0;
  }

  .pricing-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .pricing-table,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table th,
  .pricing-table td {
    display: block;
    width: 100%;
  }

  .pricing-table tbody {
    display: grid;
    gap: 12px;
    padding: 10px;
  }

  .pricing-table tbody tr {
    overflow: hidden;
    border: 1px solid var(--pricing-line);
    border-radius: 13px;
  }

  .pricing-table tbody th {
    width: 100%;
    padding: 15px;
    border-right: 0;
    color: #263f5e;
    background: #edf4fc;
    font-size: 13px;
  }

  .pricing-table tbody td {
    display: grid;
    grid-template-columns: minmax(98px, .82fr) minmax(0, 1.18fr);
    gap: 12px;
    padding: 15px;
    border-right: 0;
    font-size: 12px;
  }

  .pricing-table tbody td::before {
    content: attr(data-label);
    color: #687894;
    font-weight: 800;
  }

  .pricing-table tbody tr > :last-child {
    border-bottom: 0;
    background: #edf3ff;
  }

  .pricing-formula,
  .pricing-ledger__card {
    padding: 22px 19px;
  }

  .pricing-formula {
    font-size: 12px;
  }

  .pricing-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pricing-timeline li {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 18px;
    padding: 0 0 34px;
  }

  .pricing-timeline li::after,
  .pricing-timeline li:nth-child(2)::after {
    display: block;
    top: 45px;
    bottom: 0;
    left: 21px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(7, 92, 255, .55), rgba(7, 92, 255, .08));
  }

  .pricing-timeline li:last-child::after {
    display: none;
  }

  .pricing-timeline__number {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .pricing-timeline h3 {
    min-height: 0;
    margin-top: 8px;
  }

  .pricing-faq {
    padding-bottom: 96px;
  }

  .pricing-faq summary {
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    gap: 10px;
    padding: 21px 0;
  }

  .pricing-faq summary h3 {
    font-size: 15px;
  }

  .pricing-faq details > p {
    padding: 0 4px 24px 40px;
    font-size: 13px;
  }
}

@media (max-width: 350px) {
  .pricing-hero h1 {
    font-size: 34px;
  }

  .pricing-section__heading h2 {
    font-size: 27px;
  }

  .pricing-plan dl > div {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 8px;
  }

  .global-access-heading h2 {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-button,
  .global-access-country,
  .pricing-faq summary i::after {
    transition: none;
  }
}
