.software-landing-page .price-container {
    width: min(1180px, calc(100% - 32px));
    margin: 88px auto 0;
    padding: 72px 0 68px;
    gap: 0;
    align-items: stretch;
    border-top: 1px solid var(--ww-line, #30363d);
    background-image: none;
    overflow: visible;
    scroll-margin-top: 96px;
}

.software-landing-page .price-container > .price-heading,
.software-landing-page .price-container > .price-select-container,
.software-landing-page .price-container > .pricing-table,
.software-landing-page .price-container > .pricing-card-grid {
    display: none !important;
}

.software-landing-page .software-plans {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.software-landing-page .software-plans-head {
    display: flex;
    gap: 28px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 48px;
}

.software-landing-page .software-plans-copy {
    display: grid;
    min-width: 0;
    gap: 8px;
}

.software-landing-page .software-plans-head h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.02;
}

.software-landing-page .software-plans-terms {
    margin: 0;
    color: #77838e;
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 1.35;
}

.software-landing-page .software-plans-terms a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.software-landing-page .software-plans-terms a:hover {
    color: rgba(255, 255, 255, 0.82);
}

.software-landing-page .software-plans-support {
    max-width: 360px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.55;
    text-align: right;
}

.software-landing-page .software-plan-row {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.16fr) minmax(0, 0.92fr);
    gap: 18px;
    align-items: center;
}

.software-landing-page .software-plan {
    display: grid;
    min-height: 336px;
    grid-template-rows: auto auto 1fr auto auto;
    gap: 18px;
    align-content: start;
    padding: 24px;
    border: 1px solid #26313b;
    border-radius: 8px;
    background: rgba(17, 23, 29, 0.94);
}

.software-landing-page .software-plan--featured {
    position: relative;
    min-height: 540px;
    padding: 38px 32px;
    border-color: rgba(28, 173, 117, 0.66);
    background: rgba(12, 27, 20, 0.96);
    box-shadow: 0 22px 52px rgba(28, 173, 117, 0.16), 0 0 0 1px rgba(28, 173, 117, 0.18);
    transform: translateY(-18px);
}

.software-landing-page .software-plan-top {
    display: grid;
    min-height: 70px;
    gap: 8px;
    align-content: start;
}

.software-landing-page .software-plan--featured .software-plan-top {
    min-height: 96px;
}

.software-landing-page .software-plan h3 {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 0.95;
}

.software-landing-page .software-plan--featured h3 {
    font-size: 40px;
}

.software-landing-page .software-plan-top p,
.software-landing-page .software-plan-day-price span,
.software-landing-page .software-plan-price p,
.software-landing-page .software-plan-list p,
.software-landing-page .software-plan-trial-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

.software-landing-page .software-plan-note {
    position: absolute;
    top: -23px;
    left: 50%;
    z-index: 2;
    display: flex;
    width: 196px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(28, 173, 117, 0.78);
    border-radius: 999px;
    background: #1cad75;
    box-shadow: 0 12px 28px rgba(28, 173, 117, 0.22);
    color: #07130d !important;
    font-size: 14px !important;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1;
    transform: translateX(-50%);
}

.software-landing-page .software-plan-price {
    display: grid;
    gap: 7px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.software-landing-page .software-plan-rate {
    color: rgba(151, 232, 197, 0.82);
    font-size: 13px;
    font-weight: 750;
}

.software-landing-page .software-plan-day-price {
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.software-landing-page .software-plan strong {
    color: #f5f7f9;
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
}

.software-landing-page .software-plan--featured strong {
    color: #1cad75;
    font-size: 54px;
}

.software-landing-page .software-plan-list {
    display: grid;
    align-content: start;
}

.software-landing-page .software-plan-list p {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.software-landing-page .software-plan-list p:first-child {
    padding-top: 0;
}

.software-landing-page .software-plan-list p:last-child {
    border-bottom: 0;
}

.software-landing-page .software-plan-trial-note {
    align-self: end;
    color: #1cad75;
    font-size: 13px;
    font-weight: 850;
}

.software-landing-page .software-plan a {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border: 1px solid #26313b;
    border-radius: 8px;
    background: #0f151a;
    color: #f5f7f9;
    font-family: 'Inter', 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.software-landing-page .software-plan--featured a {
    position: relative;
    min-height: 64px;
    overflow: hidden;
    border-color: rgba(28, 173, 117, 0.72);
    background: #1cad75;
    color: #07130d;
    font-size: 17px;
}

.software-landing-page .software-plan--featured a::after {
    content: "";
    position: absolute;
    inset: -44% auto -44% -50%;
    width: 46%;
    transform: skewX(-18deg);
    animation: software-plan-shimmer 2.8s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.56), transparent);
    pointer-events: none;
}

.software-landing-page .software-plan--featured a:hover {
    background: #1cad75;
    color: #07130d;
}

.software-landing-page .software-plan:not(.software-plan--featured) a:hover {
    border-color: rgba(199, 208, 217, 0.4);
    background: #151d24;
    color: #fff;
}

@media (max-width: 940px) {
    .software-landing-page .price-container {
        width: calc(100% - 24px);
        margin-top: 56px;
        padding: 40px 0;
    }

    .software-landing-page .software-plans-head {
        display: grid;
        gap: 14px;
        margin-bottom: 28px;
    }

    .software-landing-page .software-plans-support {
        max-width: 640px;
        text-align: left;
    }

    .software-landing-page .software-plan-row {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .software-landing-page .software-plan,
    .software-landing-page .software-plan--featured {
        min-height: 0;
        padding: 24px;
        transform: none;
    }

    .software-landing-page .software-plan--featured {
        order: -1;
    }

    .software-landing-page .software-plan-top,
    .software-landing-page .software-plan--featured .software-plan-top {
        min-height: 0;
    }

    .software-landing-page .software-plan-note {
        position: static;
        width: fit-content;
        min-height: 0;
        padding: 7px 10px;
        transform: none;
    }
}

@media (max-width: 560px) {
    .software-landing-page .software-plans-head h2 {
        font-size: 34px;
    }

    .software-landing-page .software-plan h3,
    .software-landing-page .software-plan--featured h3 {
        font-size: 30px;
    }

    .software-landing-page .software-plan strong,
    .software-landing-page .software-plan--featured strong {
        font-size: 36px;
    }

    .software-landing-page .software-plan--featured strong {
        font-size: 42px;
    }
}

@keyframes software-plan-shimmer {
    0% {
        left: -55%;
    }

    54%,
    100% {
        left: 130%;
    }
}
