.pc {
    --pc-reveal-delay: 0ms;
    --pc-accent-rgb: 139, 92, 246;
    --pc-accent-soft: rgba(var(--pc-accent-rgb), 0.08);
    --pc-accent-soft-strong: rgba(var(--pc-accent-rgb), 0.15);
    --pc-accent-border: rgba(var(--pc-accent-rgb), 0.2);
    --pc-accent-border-strong: rgba(var(--pc-accent-rgb), 0.4);
    --pc-accent-text: rgba(var(--pc-accent-rgb), 0.98);
    --pc-accent-gradient: linear-gradient(90deg, rgba(var(--pc-accent-rgb), 0.95) 0%, rgba(var(--pc-accent-rgb), 0.66) 100%);
    --pc-price-gradient: linear-gradient(180deg, #ffffff 20%, rgba(var(--pc-accent-rgb), 0.92) 100%);
    position: relative;
    padding: 5rem 0 4rem;
    overflow: visible;
    background: transparent;
    overflow-anchor: none;
}

.pc::before,
.pc::after {
    display: none;
}

.pc--selector-stage {
    padding-top: 1.75rem;
    padding-bottom: 0;
}

.pc--pricing-body {
    padding-top: 0;
}

.pc .container {
    position: relative;
    z-index: 1;
}

.pc__selector-heading-wrap {
    position: relative;
    width: 100%;
    max-width: 67.5rem;
    margin: 0 auto 1rem;
    padding: 0.4rem 0;
    display: flex;
    justify-content: center;
}

.pc__selector-heading {
    position: relative;
    z-index: 1;
    width: min(100%, 62rem);
    margin: 0;
    text-align: center;
    text-wrap: balance;
    font-size: clamp(2rem, 5vw, 4.6rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.065em;
}

.pc__selector-heading::before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    z-index: 0;
    color: transparent;
    -webkit-text-stroke: 1px rgba(240, 232, 255, 0.11);
    opacity: 0.45;
    transform: scale(1.75);
    transform-origin: center;
    filter: none;
    pointer-events: none;
}

.pc__selector-heading::after {
    display: none;
}

.pc__selector-heading-fill {
    position: relative;
    z-index: 1;
    display: initial;
    background: linear-gradient(to right, #7dd8f8 0%, #4ab8e8 50%, #7f48ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: none;
}

.pc__selector-dock {
    --pc-proxy-dock-height: 56px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    min-height: var(--pc-proxy-dock-height);
    margin: 0 auto 24px;
    width: 100%;
    max-width: 67.5rem;
    position: relative;
    z-index: 2;
    overflow-anchor: none;
}

.pc [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.985);
    transition:
        opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--pc-reveal-delay, 0ms);
    will-change: auto;
}

.pc [data-reveal].is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.pc [data-reveal][data-reveal-eager='true'] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none !important;
    will-change: auto;
}

.pc__pricing-wrapper {
    position: relative;
    width: 100%;
    max-width: 67.5rem;
    margin: 0 auto 2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 1.5rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%),
        rgba(17, 10, 46, 0.4);
    box-shadow:
        0 12px 24px rgba(4, 1, 16, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.065);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    overflow-anchor: none;
    contain: paint;
}

.pc__pricing-wrapper::before {
    display: none;
}

.pc__pricing-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 25rem;
    min-height: 32.5rem;
}

.pc__left,
.pc__right {
    min-width: 0;
}

.pc__left {
    display: flex;
    flex-direction: column;
    padding: 2.75rem 2.5rem;
}

.pc__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    width: fit-content;
    margin-bottom: 1.25rem;
    padding: 0.3125rem 0.875rem;
    border: 1px solid var(--pc-accent-border);
    border-radius: 999px;
    background: var(--pc-accent-soft);
    color: rgba(var(--pc-accent-rgb), 0.98);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
}

.pc__badge-dot {
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: rgba(var(--pc-accent-rgb), 0.98);
    box-shadow: 0 0 0.45rem rgba(var(--pc-accent-rgb), 0.32);
}

.pc__offer-title {
    margin: 0 0 0.75rem;
    color: #f0ecf8;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.pc__offer-grad {
    background: linear-gradient(135deg, rgba(var(--pc-accent-rgb), 0.98) 0%, #34d399 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pc__offer-subtitle {
    max-width: 25rem;
    margin: 0 0 2rem;
    color: #a29bb5;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.pc__config-area {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1.5rem;
}

.pc__section {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pc__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.pc__section-label {
    color: #6b6280;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pc__section-value {
    color: #f0ecf8;
    font-size: 0.8125rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    will-change: auto;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, filter 0.38s ease;
}

.pc__slider-track {
    position: relative;
    height: 0.3125rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.pc__slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 999px;
    background: var(--pc-accent-gradient);
    transition: width 0.1s ease;
}

.pc__slider-thumb {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(var(--pc-accent-rgb), 0.3), 0 2px 8px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    transition: left 0.1s ease;
}

.pc__slider-thumb:hover {
    box-shadow: 0 0 0 5px rgba(var(--pc-accent-rgb), 0.35), 0 4px 12px rgba(0, 0, 0, 0.6);
}

.pc__slider-ticks {
    position: relative;
    height: 1.25rem;
    margin-top: 0.25rem;
}

.pc__slider-ticks span {
    position: absolute;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 1);
    font-size: 0.6875rem;
    white-space: nowrap;
    transition: color 0.15s ease;
    cursor: pointer;
}

.pc__slider-ticks span:first-child {
    transform: translateX(0);
}

.pc__slider-ticks span:last-child {
    transform: translateX(-100%);
}

.pc__slider-ticks span:hover {
    color: var(--soxy-bridge-accent-rgb);
}

.pc__slider-ticks span.is-active {
    color: rgba(var(--pc-accent-rgb), 0.98);
    font-weight: 600;
}

.pc__validity-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.pc__validity-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.0625rem;
    padding: 0.75rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.02);
    color: #f0ecf8;
    font: inherit;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.pc__validity-pill:hover {
    border-color: var(--pc-accent-border);
    background: var(--pc-accent-soft);
}

.pc__validity-pill.is-active {
    border-color: var(--pc-accent-border-strong);
    background: var(--pc-accent-soft-strong);
}

.pc__validity-pill-title {
    font-size: 0.875rem;
    font-weight: 600;
}

.pc__validity-pill-subtitle {
    color: #a29bb5;
    font-size: 0.6875rem;
}

.pc__validity-pill.is-active .pc__validity-pill-title {
    color: rgba(var(--pc-accent-rgb), 0.98);
}

.pc__features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: auto;
    padding-top: 1.25rem;
}

.pc__feature-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3125rem;
    padding: 0.375rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.03);
    color: #a29bb5;
    font-size: 0.75rem;
}

.pc__feature-dot {
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: #34d399;
}

.pc__right {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    background:
        linear-gradient(180deg, rgba(77, 217, 192, 0.07) 0%, rgba(77, 217, 192, 0.02) 50%, rgba(77, 217, 192, 0) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%),
        rgba(17, 10, 46, 0.4);
}

.pc__price-zone {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem 1.5rem;
    text-align: center;
}

.pc__price-tag-label,
.pc__total-label {
    color: #a29bb5;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pc__price-tag-label {
    margin-bottom: 0.375rem;
}

.pc__price-big-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.125rem;
    margin-bottom: 0.625rem;
}

.pc__price-currency {
    align-self: flex-start;
    margin-top: 0.875rem;
    color: #a29bb5;
    font-size: 1.625rem;
    font-weight: 700;
}

.pc__price-number {
    background: var(--pc-price-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 5rem;
    font-weight: 800;
    line-height: 0.85;
    letter-spacing: -0.05em;
    will-change: auto;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, filter 0.38s ease;
}

.pc__price-unit {
    align-self: flex-end;
    margin-bottom: 0.875rem;
    margin-left: 0.125rem;
    color: #6b6280;
    font-size: 1rem;
    font-weight: 500;
}

.pc__compare {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1.5rem;
}

.pc__strike {
    color: #a29bb5;
    font-size: 0.875rem;
    text-decoration: line-through;
    text-decoration-color: #f87171;
}

.pc__discount-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.1875rem 0.625rem;
    border: 1px solid rgba(52, 211, 153, 0.15);
    border-radius: 999px;
    background: rgba(52, 211, 153, 0.08);
    color: #34d399;
    font-size: 0.75rem;
    font-weight: 700;
}

.pc__breakdown {
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 0.5rem;
}

.pc__breakdown-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgb(255, 255, 255);
    font-size: 0.8125rem;
}

.pc__breakdown-row:first-child {
    border-top: 0;
}

.pc__breakdown-value {
    color: #a29bb5;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    will-change: auto;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, filter 0.38s ease;
}

.pc__mobile-config {
    display: none;
}

.pc__checkout-zone {
    padding: 1.25rem 2rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pc__total-line {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.pc__mobile-detail {
    display: none;
}

.pc__total-price {
    color: #f0ecf8;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
    will-change: auto;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, filter 0.38s ease;
}

.pc__section-value.is-counting-up,
.pc__price-number.is-counting-up,
.pc__breakdown-value.is-counting-up,
.pc__total-price.is-counting-up {
    opacity: 0.9;
    transform: scale(1.045);
    filter: blur(0.8px);
}

.pc__section-value.is-counting-down,
.pc__price-number.is-counting-down,
.pc__breakdown-value.is-counting-down,
.pc__total-price.is-counting-down {
    opacity: 0.9;
    transform: scale(0.955);
    filter: blur(0.8px);
}

.pc__count-no-blur.is-counting-up,
.pc__count-no-blur.is-counting-down {
    filter: none;
}

.pc__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    overflow: hidden;
    border-radius: 0.875rem;
    background: linear-gradient(
        135deg,
        rgba(var(--pc-accent-rgb), 0.94) 0%,
        rgba(var(--pc-accent-rgb), 0.82) 50%,
        rgba(var(--pc-accent-rgb), 0.72) 100%
    );
    box-shadow: 0 4px 20px rgba(var(--pc-accent-rgb), 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.12s ease, box-shadow 0.2s ease;
}

.pc__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 28px rgba(var(--pc-accent-rgb), 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    color: #ffffff;
    text-decoration: none;
}

.pc__cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    opacity: 0;
    pointer-events: none;
}

.pc__cta:hover::after,
.pc__cta:focus-visible::after {
    opacity: 1;
    animation: pc-shimmer 1.1s linear 1;
}

.pc__cta-arrow {
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.pc__cta:hover .pc__cta-arrow {
    transform: translateX(2px);
}

.pc__cta-note {
    margin-top: 0.625rem;
    color: #a29bb5;
    font-size: 0.6875rem;
    text-align: center;
}

.pc__sales-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    max-width: 67.5rem;
    margin: 0 auto 2rem;
    padding: 1.125rem 1.75rem;
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.015) 100%),
        rgba(17, 10, 46, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    box-shadow:
        0 8px 20px rgba(4, 1, 16, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pc__sales-banner-body {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.pc__sales-banner-dot {
    flex-shrink: 0;
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 50%;
    background: rgba(77, 217, 192, 0.9);
    box-shadow: 0 0 0 0.25rem rgba(77, 217, 192, 0.15);
}

.pc__sales-banner-text {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.pc__sales-banner-title {
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.pc__sales-banner-desc {
    color: #a29bb5;
    font-size: 0.8125rem;
}

.pc__sales-banner-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.375rem;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, rgba(var(--pc-accent-rgb), 0.92) 0%, rgba(var(--pc-accent-rgb), 0.72) 100%);
    border: 1px solid rgba(var(--pc-accent-rgb), 0.3);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(var(--pc-accent-rgb), 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: transform 0.12s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.pc__sales-banner-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 28px rgba(var(--pc-accent-rgb), 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    color: #ffffff;
    text-decoration: none;
}

.pc__sales-banner-cta .pc__cta-arrow {
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.pc__sales-banner-cta:hover .pc__cta-arrow {
    transform: translateX(2px);
}

@keyframes pc-pulse {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

@keyframes pc-shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}

@media (max-width: 62rem) {
    .pc__pricing-inner {
        grid-template-columns: minmax(0, 1fr) 23rem;
    }

    .pc__left {
        padding: 2.25rem;
    }

    .pc__price-zone,
    .pc__checkout-zone {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .pc__breakdown {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 50rem) {
    .pc {
        padding-top: 0;
        padding-bottom: 1rem;
    }

    .pc--selector-stage {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pc--pricing-body {
        padding-top: 0;
    }

    .pc__selector-heading-wrap {
        margin: 0 auto 1.5rem;
        padding: 0;
    }

    .pc__selector-heading {
        width: min(100%, 32rem);
        font-size: clamp(1.7rem, 9.5vw, 3rem);
        line-height: 0.98;
        letter-spacing: -0.05em;
    }

    .pc__selector-heading::before {
        transform: scale(1.04);
    }

    .pc__selector-heading::after {
        inset: -0.55rem -0.8rem;
    }

    .pc__selector-dock {
        --pc-proxy-dock-height: 54px;
        min-height: var(--pc-proxy-dock-height);
        margin-bottom: 0.75rem;
    }

    .pc__pricing-wrapper {
        border-radius: 1.25rem;
    }

    .pc__pricing-inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .pc__left {
        display: none;
    }

    .pc__right {
        border-left: 0;
    }

    .pc__price-zone {
        padding: 1.75rem 1.5rem 1.25rem;
    }

    .pc__price-number {
        font-size: 4rem;
    }

    .pc__compare {
        justify-content: center;
    }

    .pc__breakdown {
        display: none;
    }

    .pc__mobile-config {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 0.5rem 1.5rem 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .pc__checkout-zone {
        padding: 1rem 1.5rem 1.75rem;
    }

    .pc__total-price {
        font-size: 1.75rem;
    }

    .pc__mobile-detail {
        display: block;
        margin-top: 0.125rem;
        color: #6b6280;
        font-size: 0.6875rem;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
    }
}

@media (max-width: 36rem) {
    .pc__slider-ticks span {
        font-size: 0.625rem;
    }

    .pc__validity-row {
        gap: 0.375rem;
    }

    .pc__validity-pill {
        min-height: 3.75rem;
        padding: 0.625rem 0.375rem;
    }

    .pc__price-number {
        font-size: 3.5rem;
    }

    .pc__total-line {
        align-items: center;
    }

    .pc__total-price {
        text-align: right;
        white-space: nowrap;
    }

    .pc__sales-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 1rem 1.125rem;
    }

    .pc__sales-banner-cta {
        align-self: stretch;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pc [data-reveal] {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }
}
