.page-pricing .w4p-main {
  --w4p-ink: #071936;
  --w4p-ink-soft: #183556;
  --w4p-muted: #586b84;
  --w4p-blue: #0868f7;
  --w4p-blue-dark: #054ebd;
  --w4p-cyan: #36b9ff;
  --w4p-violet: #7357f7;
  --w4p-line: #d9e5f2;
  --w4p-line-strong: #bed3e9;
  --w4p-soft: #f5f9fe;
  --w4p-soft-blue: #edf6ff;
  --w4p-navy: #061b3b;
  color: var(--w4p-ink);
  background: #fff;
  font-family: Arial, "Helvetica Neue", sans-serif;
  overflow-x: clip;
}

.page-pricing .w4p-main *,
.page-pricing .w4p-main *::before,
.page-pricing .w4p-main *::after {
  box-sizing: border-box;
}

.page-pricing .w4p-main a {
  text-decoration: none;
}

.page-pricing .w4p-main .container {
  width: calc(100% - 48px);
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 0;
}

.page-pricing .w4p-section {
  padding-block: 92px;
}

.page-pricing .w4p-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--w4p-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.page-pricing .w4p-kicker::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

.page-pricing .w4p-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.page-pricing .w4p-heading h2 {
  margin: 13px 0 14px;
  color: var(--w4p-ink);
  font-size: clamp(34px, 3.1vw, 46px);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.page-pricing .w4p-heading p {
  max-width: 740px;
  margin: 0;
  color: var(--w4p-muted);
  font-size: 16px;
  line-height: 1.7;
}

.page-pricing .w4p-btn {
  display: inline-flex;
  min-width: 144px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid #aac5e5;
  border-radius: 10px;
  background: #fff;
  color: #123d6a;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.page-pricing .w4p-btn:hover {
  border-color: var(--w4p-blue);
  color: var(--w4p-blue-dark);
  box-shadow: 0 10px 24px rgba(7, 92, 205, 0.12);
  transform: translateY(-1px);
}

.page-pricing .w4p-btn.primary {
  border-color: var(--w4p-blue);
  background: var(--w4p-blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 104, 247, 0.2);
}

.page-pricing .w4p-btn.primary:hover {
  border-color: var(--w4p-blue-dark);
  background: var(--w4p-blue-dark);
  color: #fff;
}

.page-pricing .w4p-main :is(a, button, input, summary, [tabindex]):focus-visible {
  outline: 3px solid rgba(8, 104, 247, 0.38);
  outline-offset: 3px;
}

.page-pricing .w4p-hero {
  position: relative;
  padding-block: 42px 84px;
  background:
    radial-gradient(circle at 80% 24%, rgba(64, 195, 255, 0.18), transparent 30%),
    radial-gradient(circle at 60% 72%, rgba(115, 87, 247, 0.1), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f5faff 100%);
  isolation: isolate;
}

.page-pricing .w4p-hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cfe4f8 18%, #cfe4f8 82%, transparent);
  content: "";
}

.page-pricing .w4p-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 44px;
  color: #77879b;
  font-size: 13px;
  line-height: 1.4;
}

.page-pricing .w4p-breadcrumb a {
  color: #205a9e;
}

.page-pricing .w4p-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(560px, 1.16fr);
  gap: clamp(44px, 5vw, 78px);
  align-items: center;
}

.page-pricing .w4p-hero-copy {
  position: relative;
  z-index: 2;
}

.page-pricing .w4p-hero h1 {
  max-width: 650px;
  margin: 17px 0 22px;
  color: var(--w4p-ink);
  font-size: clamp(52px, 4.3vw, 60px);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 1.01;
  text-wrap: balance;
}

.page-pricing .w4p-lead {
  max-width: 600px;
  margin: 0;
  color: var(--w4p-muted);
  font-size: 18px;
  line-height: 1.7;
}

.page-pricing .w4p-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-pricing .w4p-trial-note {
  max-width: 570px;
  margin: 18px 0 0;
  padding-left: 15px;
  border-left: 2px solid #86bdf8;
  color: #5a6f88;
  font-size: 13px;
  line-height: 1.6;
}

.page-pricing .w4p-capacity-console {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 20px 18px 18px;
  border: 1px solid rgba(180, 207, 236, 0.82);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 70px rgba(16, 75, 140, 0.13);
  backdrop-filter: blur(14px);
}

.page-pricing .w4p-capacity-console picture {
  display: block;
  aspect-ratio: 1600 / 1104;
}

.page-pricing .w4p-capacity-console img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-pricing .w4p-capacity-console figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 14px;
  border: 1px solid rgba(188, 211, 235, 0.9);
  border-radius: 15px;
  background: rgba(250, 253, 255, 0.9);
  box-shadow: 0 12px 28px rgba(19, 74, 132, 0.1);
  backdrop-filter: blur(12px);
}

.page-pricing .w4p-console-label {
  display: block;
  margin-bottom: 10px;
  color: #3e5e82;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.page-pricing .w4p-capacity-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-pricing .w4p-capacity-track li {
  display: grid;
  min-width: 0;
  min-height: 64px;
  align-content: center;
  gap: 3px;
  padding: 8px 5px;
  border: 1px solid #d7e5f3;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.page-pricing .w4p-capacity-track li.is-highlighted {
  border-color: var(--w4p-blue);
  background: var(--w4p-blue);
  box-shadow: 0 8px 20px rgba(8, 104, 247, 0.24);
  color: #fff;
}

.page-pricing .w4p-capacity-track strong {
  color: var(--w4p-ink-soft);
  font-size: 17px;
  line-height: 1;
}

.page-pricing .w4p-capacity-track .is-highlighted strong {
  color: #fff;
}

.page-pricing .w4p-capacity-track span {
  overflow-wrap: anywhere;
  color: #698099;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
}

.page-pricing .w4p-capacity-track .is-highlighted span {
  color: #eaf4ff;
}

.page-pricing .w4p-finder-section {
  position: relative;
  z-index: 2;
  padding-block: 0 74px;
  background: linear-gradient(180deg, #f5faff 0%, #fff 100%);
}

.page-pricing .w4p-finder-section .container {
  transform: translateY(-26px);
}

.page-pricing .w4p-finder-section .w4p-heading {
  margin-bottom: 20px;
}

.page-pricing .w4p-finder-section .w4p-heading h2 {
  font-size: 34px;
}

.page-pricing .w4p-finder {
  padding: 22px;
  border: 1px solid #d5e3f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(20, 73, 127, 0.09);
}

.page-pricing .w4p-finder-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
}

.page-pricing .w4p-finder-fields > div {
  display: grid;
  gap: 8px;
}

.page-pricing .w4p-finder label {
  color: #385572;
  font-size: 12px;
  font-weight: 750;
}

.page-pricing .w4p-finder input {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid #bfd1e5;
  border-radius: 9px;
  background: #fbfdff;
  color: var(--w4p-ink);
  font: inherit;
}

.page-pricing .w4p-finder input:hover {
  border-color: #8db8e7;
}

.page-pricing .w4p-finder-result {
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(0, 1fr);
  gap: 12px 24px;
  align-items: center;
  margin-top: 16px;
  padding: 15px 18px;
  border-radius: 11px;
  background: linear-gradient(90deg, #eef7ff, #f8fbff);
  color: #4d6580;
  font-size: 13px;
  line-height: 1.5;
}

.page-pricing .w4p-finder-result strong {
  color: #0a56b3;
  font-size: 15px;
}

.page-pricing .w4p-finder-result[data-state="ready"] {
  border-left: 4px solid var(--w4p-blue);
}

.page-pricing .w4p-free-section {
  padding-block: 0 64px;
}

.page-pricing .w4p-free-card,
.page-pricing .w4p-custom-card {
  display: grid;
  grid-template-columns: minmax(230px, 1.1fr) minmax(140px, 0.35fr) minmax(360px, 1.25fr) auto;
  gap: 28px;
  align-items: center;
  padding: 30px 32px;
  border: 1px solid var(--w4p-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 80% 50%, rgba(71, 183, 255, 0.13), transparent 28%),
    linear-gradient(110deg, #fff, #f4f9ff);
  box-shadow: 0 16px 38px rgba(20, 72, 128, 0.07);
}

.page-pricing .w4p-free-card h2,
.page-pricing .w4p-custom-card h2 {
  margin: 9px 0 8px;
  color: var(--w4p-ink);
  font-size: 30px;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.page-pricing .w4p-free-card p,
.page-pricing .w4p-custom-card p {
  margin: 0;
  color: var(--w4p-muted);
  font-size: 14px;
  line-height: 1.6;
}

.page-pricing .w4p-free-price {
  display: grid;
  gap: 5px;
}

.page-pricing .w4p-free-price span {
  color: #728399;
  font-size: 11px;
}

.page-pricing .w4p-price {
  display: inline-block;
  color: var(--w4p-ink);
  font-size: 34px;
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
}

.page-pricing .w4p-plan-facts {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
}

.page-pricing .w4p-plan-facts > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
}

.page-pricing .w4p-plan-facts dt {
  color: #728399;
  font-size: 11px;
  line-height: 1.35;
}

.page-pricing .w4p-plan-facts dd {
  min-width: 0;
  margin: 0;
  color: #173858;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-align: right;
}

.page-pricing .w4p-plans {
  padding-block: 78px 82px;
  background:
    linear-gradient(180deg, rgba(236, 246, 255, 0.72), rgba(249, 252, 255, 0.92)),
    #f4f9ff;
}

.page-pricing .w4p-plans .w4p-heading {
  margin-bottom: 24px;
}

.page-pricing .w4p-heading #billing-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
}

.page-pricing .w4p-heading #billing-choice strong {
  color: var(--w4p-blue-dark);
}

.page-pricing .w4p-periods {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(116px, 1fr));
  gap: 5px;
  margin-bottom: 22px;
  padding: 5px;
  border: 1px solid #cadbed;
  border-radius: 13px;
  background: #fff;
}

.page-pricing .w4p-periods button {
  min-height: 48px;
  padding: 8px 16px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #405b77;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.15;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.page-pricing .w4p-periods button:is(.active, .is-active),
.page-pricing .w4p-periods button[aria-pressed="true"] {
  background: var(--w4p-blue);
  color: #fff;
  box-shadow: 0 7px 18px rgba(8, 104, 247, 0.22);
}

.page-pricing .w4p-periods small {
  display: block;
  margin-top: 3px;
  color: #16895c;
  font-size: 9px;
  font-weight: 800;
}

.page-pricing .w4p-periods button:is(.active, .is-active) small,
.page-pricing .w4p-periods button[aria-pressed="true"] small {
  color: #dffcf0;
}

.page-pricing .w4p-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.page-pricing .w4p-plan-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 490px;
  flex-direction: column;
  padding: 25px 22px 22px;
  border: 1px solid #ceddec;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 69, 118, 0.055);
}

.page-pricing .w4p-plan-card.is-popular {
  border: 2px solid var(--w4p-blue);
  box-shadow: 0 22px 50px rgba(8, 104, 247, 0.14);
  transform: translateY(-7px);
}

.page-pricing .w4p-plan-card.is-popular::before {
  position: absolute;
  top: -13px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--w4p-blue);
  color: #fff;
  content: "Most popular";
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.page-pricing .w4p-badge {
  display: block;
  min-height: 18px;
  color: #3470b7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.page-pricing .w4p-plan-card h3 {
  min-height: 30px;
  margin: 12px 0 16px;
  color: var(--w4p-ink);
  font-size: 23px;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.page-pricing .w4p-plan-card .w4p-price {
  min-height: 42px;
  margin-bottom: 22px;
}

.page-pricing .w4p-plan-card .w4p-plan-facts {
  padding-block: 15px;
  border-block: 1px solid #e2eaf3;
}

.page-pricing .w4p-plan-card > p {
  min-height: 74px;
  margin: 18px 0 22px;
  color: #5b6e84;
  font-size: 12px;
  line-height: 1.6;
}

.page-pricing .w4p-plan-card > .w4p-btn {
  width: 100%;
  margin-top: auto;
}

.page-pricing .w4p-checkout-note {
  margin: 24px 0 0;
  color: #667b91;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.page-pricing .w4p-custom-section {
  padding-block: 74px;
}

.page-pricing .w4p-custom-card {
  grid-template-columns: minmax(300px, 1.35fr) minmax(150px, 0.35fr) minmax(370px, 1.15fr) auto;
  padding-block: 38px;
  border-color: #c4d9ee;
  background:
    radial-gradient(circle at 74% 36%, rgba(54, 185, 255, 0.18), transparent 26%),
    radial-gradient(circle at 88% 72%, rgba(115, 87, 247, 0.13), transparent 22%),
    linear-gradient(105deg, #fff, #eef7ff);
}

.page-pricing .w4p-custom-card .w4p-price {
  color: var(--w4p-blue-dark);
}

.page-pricing .w4p-payment-section {
  padding-block: 74px;
  background: var(--w4p-navy);
  color: #fff;
}

.page-pricing .w4p-payment-section .container {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 30px 62px;
  align-items: start;
}

.page-pricing .w4p-payment-section .w4p-heading {
  grid-row: 1 / span 2;
  margin: 0;
}

.page-pricing .w4p-payment-section .w4p-kicker {
  color: #72cfff;
}

.page-pricing .w4p-payment-section .w4p-heading h2 {
  color: #fff;
}

.page-pricing .w4p-payment-section .w4p-heading p {
  color: #adc2da;
}

.page-pricing .w4p-payment-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  margin: 0;
  border: 1px solid rgba(152, 193, 234, 0.25);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  list-style: none;
}

.page-pricing .w4p-payment-list li {
  display: grid;
  min-width: 0;
  min-height: 74px;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 8px 5px;
  border-radius: 10px;
  background: #fff;
  color: #2b4969;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
}

.page-pricing .w4p-payment-list img {
  display: block;
  width: min(76px, 100%);
  height: 24px;
  object-fit: contain;
}

.page-pricing .w4p-route-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.page-pricing .w4p-route-map > a {
  display: grid;
  min-height: 120px;
  align-content: center;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(150, 192, 234, 0.3);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.page-pricing .w4p-route-map > a:hover {
  border-color: #75caff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.page-pricing .w4p-route-map span {
  color: #78cdff;
  font-size: 14px;
  font-weight: 750;
}

.page-pricing .w4p-route-map small {
  color: #aabfd6;
  font-size: 11px;
  line-height: 1.45;
}

.page-pricing .w4p-value-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(59, 180, 255, 0.13), transparent 28%),
    #f8fbff;
}

.page-pricing .w4p-value-section .w4p-heading {
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}

.page-pricing .w4p-value-section .w4p-kicker::before {
  display: none;
}

.page-pricing .w4p-value-map {
  position: relative;
  min-height: 280px;
}

.page-pricing .w4p-value-connectors {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 50%;
  width: min(100%, 960px);
  height: 180px;
  color: #64aef8;
  transform: translateX(-50%);
}

.page-pricing .w4p-value-connectors path {
  stroke: currentColor;
  stroke-dasharray: 0.012 0.012;
  stroke-width: 2;
}

.page-pricing .w4p-value-connectors circle {
  fill: #fff;
  stroke: var(--w4p-blue);
  stroke-width: 3;
}

.page-pricing .w4p-value-map ol {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-pricing .w4p-value-map li {
  min-height: 250px;
  padding: 26px;
  border: 1px solid #d6e4f2;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(15, 68, 123, 0.07);
}

.page-pricing .w4p-value-map li:nth-child(2) {
  margin-top: 30px;
}

.page-pricing .w4p-value-map li:nth-child(3) {
  margin-top: 60px;
}

.page-pricing .w4p-value-map li > span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #a9cdf2;
  border-radius: 12px;
  background: #edf6ff;
  color: var(--w4p-blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.page-pricing .w4p-value-map h3 {
  margin: 24px 0 12px;
  color: var(--w4p-ink);
  font-size: 25px;
  letter-spacing: -0.03em;
}

.page-pricing .w4p-value-map p {
  margin: 0;
  color: var(--w4p-muted);
  font-size: 14px;
  line-height: 1.65;
}

.page-pricing .w4p-feature-section {
  padding-block: 94px;
  background: #fff;
}

.page-pricing .w4p-feature-section > .container {
  display: grid;
  grid-template-columns: 214px minmax(0, 1fr);
  column-gap: 24px;
}

.page-pricing .w4p-feature-section .w4p-heading {
  grid-column: 1 / -1;
}

.page-pricing .w4p-comparison-tabs {
  position: sticky;
  top: 112px;
  display: grid;
  grid-column: 1;
  grid-row: 2 / span 5;
  align-self: start;
  gap: 7px;
  padding: 7px;
  border: 1px solid #d8e4f1;
  border-radius: 14px;
  background: #f8fbff;
}

.page-pricing .w4p-comparison-tabs button {
  min-height: 48px;
  padding: 10px 12px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #47617c;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  text-align: left;
}

.page-pricing .w4p-comparison-tabs button:is(.is-active, [aria-selected="true"]) {
  background: #e7f2ff;
  color: #0756bc;
  box-shadow: inset 3px 0 0 var(--w4p-blue);
}

.page-pricing .w4p-comparison-panel {
  min-width: 0;
  grid-column: 2;
  margin-bottom: 18px;
}

.w4p-js .page-pricing .w4p-comparison-panel[hidden] {
  display: none;
}

.page-pricing .w4p-comparison-panel > h3 {
  margin: 0 0 12px;
  color: var(--w4p-ink);
  font-size: 20px;
  letter-spacing: -0.02em;
}

.page-pricing .w4p-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #d4e1ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 68, 118, 0.05);
}

.page-pricing .w4p-table-wrap table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.page-pricing .w4p-table-wrap th,
.page-pricing .w4p-table-wrap td {
  padding: 15px 10px;
  border-right: 1px solid #e4ebf3;
  border-bottom: 1px solid #e4ebf3;
  color: #405873;
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-align: center;
  vertical-align: middle;
}

.page-pricing .w4p-table-wrap th:first-child {
  width: 27%;
  color: var(--w4p-ink-soft);
  font-weight: 750;
  text-align: left;
}

.page-pricing .w4p-table-wrap thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #edf5fe;
  color: #244d78;
  font-weight: 800;
}

.page-pricing .w4p-table-wrap :is(th, td):nth-child(5) {
  background: rgba(8, 104, 247, 0.055);
  color: #084fae;
  font-weight: 750;
}

.page-pricing .w4p-table-wrap thead th:nth-child(5) {
  background: #dcecff;
}

.page-pricing .w4p-table-wrap tr:last-child :is(th, td) {
  border-bottom: 0;
}

.page-pricing .w4p-table-wrap :is(th, td):last-child {
  border-right: 0;
}

.page-pricing .w4p-comparison-links {
  grid-column: 2;
  margin: 2px 0 0;
  color: #64778e;
  font-size: 13px;
  line-height: 1.7;
}

.page-pricing .w4p-comparison-links a {
  color: #0a5fcf;
  font-weight: 700;
}

.page-pricing .w4p-faq-section {
  padding-block: 86px 112px;
  background:
    radial-gradient(circle at 80% 10%, rgba(75, 188, 255, 0.12), transparent 26%),
    #f5f9fe;
}

.page-pricing .w4p-faq-section .w4p-heading {
  margin-inline: auto;
  text-align: center;
}

.page-pricing .w4p-faq-section .w4p-kicker::before {
  display: none;
}

.page-pricing .w4p-faq-list {
  max-width: 1000px;
  margin-inline: auto;
  border: 1px solid #d6e3f0;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(20, 70, 120, 0.07);
  overflow: hidden;
}

.page-pricing .w4p-faq-list details + details {
  border-top: 1px solid #e0e9f2;
}

.page-pricing .w4p-faq-list summary {
  position: relative;
  display: flex;
  min-height: 60px;
  align-items: center;
  padding: 16px 58px 16px 22px;
  color: #173b60;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  list-style: none;
}

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

.page-pricing .w4p-faq-list summary::after {
  position: absolute;
  right: 22px;
  width: 26px;
  height: 26px;
  border: 1px solid #b9cee4;
  border-radius: 50%;
  color: var(--w4p-blue);
  content: "+";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.page-pricing .w4p-faq-list details[open] summary::after {
  content: "−";
}

.page-pricing .w4p-faq-list details p {
  max-width: 830px;
  margin: -2px 58px 20px 22px;
  color: var(--w4p-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* Canonical shared CTA presentation, scoped to Pricing because it is page-CSS owned. */
.page-pricing .w4i-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1160e8;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-pricing .w4i-kicker-dark {
  color: #9bc0ff;
}

.page-pricing .w4i-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.page-pricing .w4i-btn:hover {
  transform: translateY(-1px);
}

.page-pricing .w4i-cta {
  padding: 82px 0 100px;
  background: #fff;
}

.page-pricing .w4i-cta .container {
  max-width: 1280px;
}

.page-pricing .w4i-cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: center;
  padding: 42px 46px;
  border-radius: 24px;
  background: linear-gradient(135deg, #081b35, #0b2a52);
  box-shadow: 0 25px 60px rgba(7, 31, 64, 0.14);
}

.page-pricing .w4i-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 3.25vw, 46px);
  font-weight: 750;
  letter-spacing: -0.036em;
  line-height: 1.075;
}

.page-pricing .w4i-cta p {
  max-width: 660px;
  margin: 15px 0 0;
  color: #a8bbd2;
  font-size: 15px;
  line-height: 1.65;
}

.page-pricing .w4i-cta-actions {
  display: flex;
  min-width: 225px;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
}

.page-pricing .w4i-btn-light {
  background: #fff;
  color: #0a2850;
}

.page-pricing .w4i-btn-light:hover {
  color: #0a2850;
}

.page-pricing .w4i-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #dce8f7;
}

.page-pricing .w4i-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.page-pricing .w4i-cta-actions small {
  color: #7892b2;
  font-size: 10.5px;
  text-align: center;
}

@media (max-width: 991px) {
  .page-pricing .w4p-main .container {
    width: calc(100% - 40px);
    max-width: 780px;
  }

  .page-pricing .w4p-section {
    padding-block: 76px;
  }

  .page-pricing .w4p-hero {
    padding-block: 34px 74px;
  }

  .page-pricing .w4p-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .page-pricing .w4p-hero h1 {
    max-width: 720px;
    font-size: clamp(48px, 7vw, 58px);
  }

  .page-pricing .w4p-lead {
    max-width: 680px;
  }

  .page-pricing .w4p-capacity-console {
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .page-pricing .w4p-finder-section {
    padding-block: 0 60px;
  }

  .page-pricing .w4p-finder-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-pricing .w4p-finder-fields .w4p-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .page-pricing .w4p-free-card,
  .page-pricing .w4p-custom-card {
    grid-template-columns: minmax(0, 1fr) minmax(140px, 0.38fr);
    gap: 24px 32px;
  }

  .page-pricing .w4p-free-card .w4p-plan-facts,
  .page-pricing .w4p-custom-card .w4p-plan-facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-pricing .w4p-free-card .w4p-plan-facts > div,
  .page-pricing .w4p-custom-card .w4p-plan-facts > div {
    display: grid;
    gap: 5px;
  }

  .page-pricing .w4p-free-card > .w4p-btn,
  .page-pricing .w4p-custom-card > .w4p-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

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

  .page-pricing .w4p-plan-card.is-popular {
    transform: none;
  }

  .page-pricing .w4p-payment-section .container {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-pricing .w4p-payment-section .w4p-heading {
    grid-row: auto;
  }

  .page-pricing .w4p-payment-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-pricing .w4p-feature-section > .container {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-pricing .w4p-feature-section .w4p-heading,
  .page-pricing .w4p-comparison-tabs,
  .page-pricing .w4p-comparison-panel,
  .page-pricing .w4p-comparison-links {
    grid-column: 1;
  }

  .page-pricing .w4p-comparison-tabs {
    position: static;
    grid-row: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 18px;
  }

  .page-pricing .w4p-comparison-tabs button {
    text-align: center;
  }

  .page-pricing .w4p-comparison-tabs button:is(.is-active, [aria-selected="true"]) {
    box-shadow: inset 0 -3px 0 var(--w4p-blue);
  }

  .page-pricing .w4p-table-wrap table {
    min-width: 790px;
  }

  .page-pricing .w4i-cta-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-pricing .w4i-cta-actions {
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .page-pricing .w4i-cta {
    padding: 64px 0 78px;
  }

  .page-pricing .w4i-cta-panel {
    padding: 30px 23px;
    border-radius: 20px;
  }

  .page-pricing .w4i-cta-actions {
    min-width: 0;
    max-width: none;
  }

  .page-pricing .w4i-btn {
    width: 100%;
  }

  .page-pricing .w4i-cta h2 {
    font-size: clamp(30px, 8.4vw, 38px);
    line-height: 1.08;
  }
}

@media (max-width: 575px) {
  .page-pricing .w4p-main .container {
    width: calc(100% - 28px);
    max-width: 440px;
  }

  .page-pricing .w4p-section {
    padding-block: 58px;
  }

  .page-pricing .w4p-kicker {
    font-size: 10px;
  }

  .page-pricing .w4p-heading {
    margin-bottom: 26px;
  }

  .page-pricing .w4p-heading h2 {
    font-size: 31px;
  }

  .page-pricing .w4p-heading p {
    font-size: 14px;
  }

  .page-pricing .w4p-breadcrumb {
    margin-bottom: 30px;
  }

  .page-pricing .w4p-hero {
    padding-block: 28px 58px;
  }

  .page-pricing .w4p-hero-grid {
    gap: 32px;
  }

  .page-pricing .w4p-hero h1 {
    margin-block: 13px 16px;
    font-size: 38px;
    letter-spacing: -0.048em;
  }

  .page-pricing .w4p-lead {
    font-size: 15px;
    line-height: 1.62;
  }

  .page-pricing .w4p-actions {
    display: grid;
    margin-top: 24px;
  }

  .page-pricing .w4p-actions .w4p-btn {
    width: 100%;
  }

  .page-pricing .w4p-trial-note {
    font-size: 12px;
  }

  .page-pricing .w4p-capacity-console {
    padding: 10px;
    border-radius: 18px;
  }

  .page-pricing .w4p-capacity-console figcaption {
    position: static;
    margin-top: -4px;
    padding: 10px;
    border-radius: 12px;
  }

  .page-pricing .w4p-console-label {
    margin-bottom: 8px;
  }

  .page-pricing .w4p-capacity-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-pricing .w4p-capacity-track li {
    min-height: 55px;
  }

  .page-pricing .w4p-finder-section {
    padding-block: 0 48px;
  }

  .page-pricing .w4p-finder-section .container {
    transform: translateY(-18px);
  }

  .page-pricing .w4p-finder-section .w4p-heading h2 {
    font-size: 28px;
  }

  .page-pricing .w4p-finder {
    padding: 16px;
    border-radius: 15px;
  }

  .page-pricing .w4p-finder-fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }

  .page-pricing .w4p-finder-fields .w4p-btn {
    grid-column: auto;
  }

  .page-pricing .w4p-finder input,
  .page-pricing .w4p-finder .w4p-btn {
    min-height: 48px;
  }

  .page-pricing .w4p-finder-result {
    grid-template-columns: minmax(0, 1fr);
    padding: 13px;
  }

  .page-pricing .w4p-free-section {
    padding-block: 0 48px;
  }

  .page-pricing .w4p-free-card,
  .page-pricing .w4p-custom-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 24px 20px;
    border-radius: 16px;
  }

  .page-pricing .w4p-free-card .w4p-plan-facts,
  .page-pricing .w4p-custom-card .w4p-plan-facts {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .page-pricing .w4p-free-card > .w4p-btn,
  .page-pricing .w4p-custom-card > .w4p-btn {
    grid-column: auto;
  }

  .page-pricing .w4p-price {
    font-size: 31px;
  }

  .page-pricing .w4p-plan-facts > div {
    grid-template-columns: minmax(0, 1fr) minmax(116px, auto);
  }

  .page-pricing .w4p-plans {
    padding-block: 58px 64px;
  }

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

  .page-pricing .w4p-periods button {
    min-width: 0;
    min-height: 48px;
    padding-inline: 7px;
    font-size: 11px;
  }

  .page-pricing .w4p-plan-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

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

  .page-pricing .w4p-plan-card.is-popular {
    margin-top: 7px;
  }

  .page-pricing .w4p-plan-card h3,
  .page-pricing .w4p-plan-card .w4p-price,
  .page-pricing .w4p-plan-card > p {
    min-height: 0;
  }

  .page-pricing .w4p-plan-card > p {
    margin-bottom: 18px;
  }

  .page-pricing .w4p-checkout-note {
    margin-top: 18px;
  }

  .page-pricing .w4p-custom-section {
    padding-block: 58px;
  }

  .page-pricing .w4p-payment-section {
    padding-block: 58px;
  }

  .page-pricing .w4p-payment-section .container {
    gap: 24px;
  }

  .page-pricing .w4p-payment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-pricing .w4p-route-map {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-pricing .w4p-route-map > a {
    min-height: 108px;
  }

  .page-pricing .w4p-value-section .w4p-heading {
    text-align: left;
  }

  .page-pricing .w4p-value-section .w4p-kicker::before {
    display: block;
  }

  .page-pricing .w4p-value-map {
    min-height: 0;
  }

  .page-pricing .w4p-value-connectors {
    display: none;
  }

  .page-pricing .w4p-value-map ol {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .page-pricing .w4p-value-map li,
  .page-pricing .w4p-value-map li:nth-child(2),
  .page-pricing .w4p-value-map li:nth-child(3) {
    min-height: 0;
    margin-top: 0;
    padding: 22px 20px;
  }

  .page-pricing .w4p-value-map h3 {
    margin-block: 16px 8px;
  }

  .page-pricing .w4p-feature-section {
    padding-block: 62px;
  }

  .page-pricing .w4p-comparison-tabs {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    padding: 6px;
  }

  .page-pricing .w4p-comparison-tabs button {
    min-height: 46px;
    padding: 10px 13px;
    text-align: left;
  }

  .page-pricing .w4p-comparison-tabs button:is(.is-active, [aria-selected="true"]) {
    box-shadow: inset 3px 0 0 var(--w4p-blue);
  }

  .page-pricing .w4p-comparison-panel {
    margin-top: 22px;
  }

  .page-pricing .w4p-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-pricing .w4p-table-wrap table,
  .page-pricing .w4p-table-wrap tbody,
  .page-pricing .w4p-table-wrap tr,
  .page-pricing .w4p-table-wrap th,
  .page-pricing .w4p-table-wrap td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .page-pricing .w4p-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
  }

  .page-pricing .w4p-table-wrap tbody {
    display: grid;
    gap: 12px;
  }

  .page-pricing .w4p-table-wrap tr {
    padding: 14px;
    border: 1px solid #d8e4f0;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 68, 118, 0.05);
  }

  .page-pricing .w4p-table-wrap th:first-child {
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    color: var(--w4p-ink);
    font-size: 13px;
    text-align: left;
  }

  .page-pricing .w4p-table-wrap td,
  .page-pricing .w4p-table-wrap :is(th, td):nth-child(5) {
    display: flex;
    min-height: 38px;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    border: 0;
    border-top: 1px solid #e7edf4;
    background: transparent;
    color: #405873;
    font-size: 12px;
    font-weight: 650;
    text-align: right;
  }

  .page-pricing .w4p-table-wrap td::before {
    flex: 0 0 42%;
    color: #71839a;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
  }

  .page-pricing .w4p-table-wrap td:nth-of-type(1)::before {
    content: "Free";
  }

  .page-pricing .w4p-table-wrap td:nth-of-type(2)::before {
    content: "Starter";
  }

  .page-pricing .w4p-table-wrap td:nth-of-type(3)::before {
    content: "Small Team";
  }

  .page-pricing .w4p-table-wrap td:nth-of-type(4)::before {
    color: var(--w4p-blue-dark);
    content: "Popular";
  }

  .page-pricing .w4p-table-wrap td:nth-of-type(5)::before {
    content: "Scale Team";
  }

  .page-pricing .w4p-table-wrap td:nth-of-type(6)::before {
    content: "Custom";
  }

  .page-pricing .w4p-comparison-links {
    margin-top: 20px;
  }

  .page-pricing .w4p-faq-section {
    padding-block: 60px 88px;
  }

  .page-pricing .w4p-faq-section .w4p-heading {
    text-align: left;
  }

  .page-pricing .w4p-faq-section .w4p-kicker::before {
    display: block;
  }

  .page-pricing .w4p-faq-list summary {
    min-height: 56px;
    padding: 14px 52px 14px 16px;
    font-size: 13px;
  }

  .page-pricing .w4p-faq-list summary::after {
    right: 15px;
  }

  .page-pricing .w4p-faq-list details p {
    margin: -2px 44px 18px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-pricing .w4p-btn,
  .page-pricing .w4p-route-map > a,
  .page-pricing .w4p-periods button,
  .page-pricing .w4i-btn {
    transition: none;
  }

  .page-pricing .w4p-btn:hover,
  .page-pricing .w4p-route-map > a:hover,
  .page-pricing .w4i-btn:hover {
    transform: none;
  }
}

.page-pricing .footer-v1021-ai-wrap {
  border-top: 1px solid rgba(255, 255, 255, .11);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}
.page-pricing .footer-v1021 .footer-v1021-ai,
.page-pricing .footer-v1021 .ai-prompt-footer.footer-v1021-ai {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 76px;
  gap: 24px !important;
  padding: 17px 0 !important;
}
.page-pricing .footer-v1021-ai-intro {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 240px;
}
.page-pricing .footer-v1021-ai-intro .ai-title-spark {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  color: #72a5ff !important;
  border: 1px solid rgba(126, 169, 255, .28) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .04) !important;
  box-shadow: inset 0 0 20px rgba(61, 119, 233, .06) !important;
}
.page-pricing .footer-v1021-ai-intro .ai-title-spark svg,
.page-pricing .footer-v1021-ai-intro .ai-title-spark i[data-lucide] {
  width: 18px !important;
  height: 18px !important;
}
.page-pricing .footer-v1021-ai-intro .ai-title-spark path {
  fill: currentColor !important;
}
.page-pricing .footer-v1021-ai-intro .ai-title-spark .soft {
  fill: #9fc2ff !important;
}
.page-pricing .footer-v1021-ai-intro > div {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
}
.page-pricing .footer-v1021-ai-intro strong {
  display: block !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}
.page-pricing .footer-v1021-ai-intro small {
  display: block !important;
  color: rgba(218, 230, 249, .56) !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}
.page-pricing .footer-v1021 .ai-prompt-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 9px !important;
  margin-left: auto !important;
}
.page-pricing .footer-v1021 .ai-prompt-actions .ai-prompt-btn {
  min-height: 38px !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(126, 169, 255, .22) !important;
  border-radius: 999px !important;
  color: rgba(244, 248, 255, .88) !important;
  background: rgba(255, 255, 255, .055) !important;
  font-size: 12.5px !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}
.page-pricing .footer-v1021 .ai-prompt-actions .ai-model-icon,
.page-pricing .footer-v1021 .ai-prompt-actions .ai-model-icon img {
  width: 18px !important;
  height: 18px !important;
}
@media (max-width: 991px) {
  .page-pricing .footer-v1021 .footer-v1021-ai,
  .page-pricing .footer-v1021 .ai-prompt-footer.footer-v1021-ai {
    align-items: flex-start !important;
    gap: 18px !important;
  }
}
@media (max-width: 767px) {
  .page-pricing .footer-v1021 .footer-v1021-ai,
  .page-pricing .footer-v1021 .ai-prompt-footer.footer-v1021-ai {
    display: block !important;
    min-height: 0;
    padding: 20px 0 !important;
  }
  .page-pricing .footer-v1021-ai-intro {
    min-width: 0;
    margin-bottom: 14px;
  }
  .page-pricing .footer-v1021-ai-intro small {
    display: none !important;
  }
  .page-pricing .footer-v1021 .ai-prompt-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
    margin: 0 !important;
  }
  .page-pricing .footer-v1021 .ai-prompt-actions .ai-prompt-btn {
    justify-content: flex-start !important;
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .page-pricing .footer-v1021 .ai-prompt-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    max-width: none !important;
    min-width: max-content !important;
  }
  .page-pricing .footer-v1021 .ai-prompt-actions .ai-prompt-btn {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
}

.page-pricing .footer-v1021 .footer-v1021-bottom,
.page-pricing .footer-v1021 .copyright-area {
  margin: 0 !important;
  padding: 22px 0 26px !important;
  border: 0 !important;
}
.page-pricing .footer-v1021 .footer-v1021-bottom .copyright-inner {
  min-height: 40px !important;
  gap: 28px !important;
}
.page-pricing .footer-v1021-legal-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  min-width: 0;
}
.page-pricing .footer-v1021 .copyright-inner p {
  min-height: 0 !important;
  margin: 0 !important;
  color: rgba(224, 234, 250, .58) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.page-pricing .footer-v1021-legal {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding-left: 20px !important;
  border-left: 1px solid rgba(255, 255, 255, .12) !important;
}
.page-pricing .footer-v1021-legal a {
  color: rgba(224, 234, 250, .58) !important;
  font-size: 12px !important;
  text-decoration: none !important;
}
.page-pricing .footer-v1021 .footer-social {
  gap: 8px !important;
}
.page-pricing .footer-v1021 .footer-social a {
  width: 36px !important;
  height: 36px !important;
  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .055) !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .page-pricing .footer-v1021 .footer-v1021-bottom,
  .page-pricing .footer-v1021 .copyright-area {
    padding: 20px 0 24px !important;
  }
  .page-pricing .footer-v1021 .footer-v1021-bottom .copyright-inner {
    align-items: flex-start !important;
    gap: 18px !important;
    text-align: left !important;
  }
  .page-pricing .footer-v1021-legal-wrap {
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
  .page-pricing .footer-v1021-legal {
    gap: 15px !important;
    padding-left: 0 !important;
    border-left: 0 !important;
  }
}
