.keystone-pricing-table{--kpt-surface-fallback:#0f1654;--kpt-on-surface:var(--keystone-surface-on-dark, #ffffff);--kpt-on-surface-medium:color-mix(in srgb, var(--kpt-on-surface) 75%, transparent);--kpt-on-surface-low:color-mix(in srgb, var(--kpt-on-surface) 55%, transparent);--kpt-outline:color-mix(in srgb, var(--kpt-on-surface) 18%, transparent);--kpt-outline-variant:color-mix(in srgb, var(--kpt-on-surface) 10%, transparent);--kpt-popular-bg:#ffffff;--kpt-on-popular:#0f1654;--kpt-on-popular-medium:color-mix(in srgb, #0f1654 70%, transparent);--kpt-accent:#2b6cf6;--kpt-on-accent:#ffffff;--kpt-state-hover:color-mix(in srgb, currentColor 8%, transparent);--kpt-state-focus:color-mix(in srgb, currentColor 12%, transparent);--kpt-state-pressed:color-mix(in srgb, currentColor 16%, transparent);--kpt-shape-card:16px;--kpt-shape-section:8px;--kpt-shape-pill:9999px;background:var(--keystone-surface-gradient-dark,var(--kpt-surface-fallback));color:var(--kpt-on-surface);padding-block:clamp(2rem, 6vw, 4rem);padding-inline:var(--wp--preset--spacing--50,clamp(30px, 5vw, 50px))!important;margin-top:0!important;margin-bottom:0!important}.keystone-pricing-table__inner{display:flex;flex-direction:column;gap:clamp(1.5rem, 3vw, 2rem);max-width:var(--wp--style--global--wide-size,1340px);margin-inline:auto}.keystone-pricing-table__tabs{display:none;gap:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 0 .5rem;margin:0;list-style:none;scroll-snap-type:x proximity;border-bottom:1px solid var(--kpt-outline-variant)}.keystone-pricing-table__tabs::-webkit-scrollbar{display:none}.keystone-pricing-table__tab{flex-shrink:0;background:#fff0;border:0;padding:1rem .25rem;font-size:.875rem;font-weight:500;line-height:1.43;color:var(--kpt-on-surface-medium);cursor:pointer;white-space:nowrap;scroll-snap-align:start;position:relative;transition:color 200ms cubic-bezier(.2,0,0,1)}.keystone-pricing-table__tab:hover{color:var(--kpt-on-surface)}.keystone-pricing-table__tab:focus-visible{outline:2px solid var(--kpt-on-surface);outline-offset:4px;border-radius:4px}.keystone-pricing-table__tab.is-active{color:var(--kpt-on-surface)}.keystone-pricing-table__tab.is-active::after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--kpt-on-surface);border-radius:2px 2px 0 0}.keystone-pricing-table__plans,.keystone-pricing-feature{display:grid;grid-template-columns:minmax(0,2fr) repeat(4,minmax(0,1fr));gap:.75rem;align-items:stretch}.keystone-pricing-table__plans-spacer{display:none}@media (min-width:1024px){.keystone-pricing-table__plans-spacer{display:block}}.keystone-pricing-plan{background:color-mix(in srgb,#ffffff 6%,transparent);border:1px solid var(--kpt-outline);border-radius:var(--kpt-shape-card);padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;position:relative;color:var(--kpt-on-surface);box-shadow:var(--keystone-card-shadow);transition:var(--keystone-card-shadow-transition,box-shadow 0.2s ease)}.keystone-pricing-plan--featured{background:var(--kpt-popular-bg);color:var(--kpt-on-popular);border-color:var(--kpt-popular-bg);box-shadow:var(--keystone-card-shadow-hover)}.keystone-pricing-plan__badge{position:absolute;top:-.875rem;left:50%;transform:translateX(-50%);background:var(--kpt-popular-bg);color:var(--kpt-on-popular);font-size:.75rem;font-weight:600;letter-spacing:.04em;line-height:1;padding:.5rem .875rem;border-radius:var(--kpt-shape-pill);text-align:center;white-space:nowrap;box-shadow:var(--keystone-card-shadow)}.keystone-pricing-plan__name{margin:0;font-size:1.125rem;font-weight:500;line-height:1.3;color:inherit;min-height:calc(1.3em * 2);display:flex;align-items:center;justify-content:center;text-wrap:balance}.keystone-pricing-plan__description{display:block;margin:0;font-size:.8125rem;font-weight:400;line-height:1.45;opacity:.8;text-wrap:balance}.keystone-pricing-plan__price{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-height:2.5rem}.keystone-pricing-plan__amount{font-size:clamp(1.75rem, 3vw, 2rem);font-weight:700;line-height:1.25;letter-spacing:-.01em;display:inline-flex;align-items:baseline;gap:.25rem;white-space:nowrap}.keystone-pricing-plan__amount--text{font-size:1.5rem;font-weight:700;line-height:1.33;letter-spacing:-.005em}.keystone-pricing-plan__currency{font-size:.75rem;font-weight:500;letter-spacing:.05em;opacity:.7}.keystone-pricing-plan__sub{margin:0;font-size:.75rem;font-weight:400;letter-spacing:.025em;color:inherit;opacity:.7}.keystone-pricing-plan__cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.5rem;border-radius:var(--kpt-shape-pill);font-size:.875rem;font-weight:500;line-height:1.43;letter-spacing:.007em;text-decoration:none;width:auto;min-width:8rem;margin-top:auto;transition:box-shadow 200ms cubic-bezier(.2,0,0,1),background-color 100ms linear;position:relative;overflow:hidden}.keystone-pricing-plan:not(.keystone-pricing-plan--featured) .keystone-pricing-plan__cta{background:#fff0;color:var(--kpt-on-surface);border:1px solid var(--kpt-accent)}.keystone-pricing-plan--featured .keystone-pricing-plan__cta{background:var(--kpt-accent);color:var(--kpt-on-accent);border:0}.keystone-pricing-plan__cta:hover,.keystone-pricing-plan__cta:focus-visible{background-image:linear-gradient(var(--kpt-state-hover),var(--kpt-state-hover));animation:keystone-button-jiggle 0.4s ease;box-shadow:0 4px 12px rgb(0 0 0 / .25)}.keystone-pricing-plan__cta:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media (prefers-reduced-motion:reduce){.keystone-pricing-plan__cta:hover,.keystone-pricing-plan__cta:focus-visible{animation:none}}.keystone-pricing-table__features{display:flex;flex-direction:column}.keystone-pricing-feature{padding:1rem .5rem;border-bottom:1px solid var(--kpt-outline-variant);font-size:.875rem;font-weight:400;line-height:1.43;min-height:48px}.keystone-pricing-feature:last-child{border-bottom:0}.keystone-pricing-feature__name{color:var(--kpt-on-surface);font-weight:500;display:flex;align-items:center;gap:.5rem}.keystone-pricing-feature__value{color:var(--kpt-on-surface);display:flex;align-items:center;justify-content:center}.keystone-pricing-section{margin:0;padding:1.5rem .5rem .5rem;font-size:1rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;text-transform:none;color:var(--kpt-on-surface);border-bottom:1px solid var(--kpt-outline-variant)}.keystone-pricing-feature--parent{cursor:pointer;user-select:none;transition:background-color 100ms linear}.keystone-pricing-feature--parent:hover{background:var(--kpt-state-hover)}.keystone-pricing-feature--parent:focus-visible{outline:2px solid var(--kpt-accent);outline-offset:-2px;border-radius:4px}.keystone-pricing-feature__chevron{width:1rem;height:1rem;margin-left:auto;flex-shrink:0;transition:transform 200ms cubic-bezier(.2,0,0,1);color:var(--kpt-on-surface-low)}.keystone-pricing-feature--parent.is-expanded .keystone-pricing-feature__chevron{transform:rotate(180deg)}.keystone-pricing-feature--child{display:none;font-size:.8125rem;font-weight:400;background:#fff0;border-bottom:0;padding:.5rem .5rem;min-height:auto}.keystone-pricing-feature--child.is-visible{display:grid}.keystone-pricing-feature--child .keystone-pricing-feature__name{color:var(--kpt-on-surface-medium);font-weight:400;padding-left:1.5rem}.keystone-pricing-feature--child .keystone-pricing-check-icon{background:#fff0;color:var(--kpt-on-surface-medium)}.keystone-pricing-check-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--kpt-accent);color:var(--kpt-on-accent);flex-shrink:0}.keystone-pricing-check-icon svg{width:.875rem;height:.875rem}.keystone-pricing-dash{color:var(--kpt-on-surface-low);font-weight:400;font-size:1rem}@media (max-width:1023px){.keystone-pricing-table__plans,.keystone-pricing-feature{gap:.5rem}.keystone-pricing-plan{padding:1rem .75rem}}@media (max-width:767px){.keystone-pricing-table__tabs{display:flex}.keystone-pricing-table__plans,.keystone-pricing-feature,.keystone-pricing-feature--child.is-visible{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr)}.keystone-pricing-plan:not(.is-active),.keystone-pricing-feature__value:not(.is-active){display:none}.keystone-pricing-plan.is-active{grid-column:1 / -1}.keystone-pricing-plan--featured{margin-top:0;padding-top:1.5rem;border-radius:var(--kpt-shape-card)}.keystone-pricing-plan--featured .keystone-pricing-plan__badge{display:none}.keystone-pricing-section{grid-column:1 / -1}.keystone-pricing-feature__value{justify-content:flex-end}.keystone-pricing-plan:not(.keystone-pricing-plan--featured) .keystone-pricing-plan__cta{background:var(--kpt-accent);color:var(--kpt-on-accent);border:0}}@media (prefers-reduced-motion:reduce){.keystone-pricing-table *,.keystone-pricing-table *::before,.keystone-pricing-table *::after{animation-duration:0.001ms!important;transition-duration:0.001ms!important;animation-iteration-count:1!important}}body.brand-vaasblock .keystone-pricing-table{--kpt-surface:#1a1a72;--kpt-accent:#2b6cf6}