.cr-software-product {
    --cr-software-bg: #f4f7fb;
    --cr-software-surface: #ffffff;
    --cr-software-text: #24384d;
    --cr-software-muted: #6f8399;
    --cr-software-line: rgba(47, 81, 116, 0.12);
    --cr-software-accent: #ff8357;
    --cr-software-accent-strong: #ff6e3c;
    --cr-software-shadow: 0 24px 60px rgba(32, 55, 83, 0.12);
    --cr-software-sidebar-width: 340px;
    --cr-software-sticky-top: 104px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
    color: var(--cr-software-text);
}

.cr-software-product__title,
.cr-software-product__license-title,
.cr-software-product__bottom-bar-title,
.cr-software-product__reviews .comment-reply-title {
    font-family: var(--cr-title-font-family) !important;
    font-weight: var(--cr-title-font-weight) !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}

.cr-software-product__shell {
    margin: 0 auto;
    width: min(1280px, calc(100% - 48px));
}

.cr-software-product__stage {
    padding: 24px 0 44px;
}

.cr-software-product.has-bottom-purchase-bar {
    padding-bottom: 76px;
}

.cr-software-product__title-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--cr-software-line);
    border-radius: 22px;
    box-shadow: var(--cr-software-shadow);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 28px;
    min-height: 150px;
    padding: 22px 32px;
}

.cr-software-product__title-copy {
    min-width: 0;
}

.cr-software-product__breadcrumbs {
    align-items: center;
    color: var(--cr-software-accent-strong);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.78rem;
    font-weight: 800;
    gap: 6px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.cr-software-product__breadcrumb-link,
.cr-software-product__breadcrumb-current {
    color: var(--cr-software-accent-strong);
}

.cr-software-product__breadcrumb-link {
    cursor: pointer;
    text-decoration: none;
}

.cr-software-product__breadcrumb-link:hover,
.cr-software-product__breadcrumb-link:focus-visible {
    color: #e85528;
    outline: none;
    text-decoration: none;
}

.cr-software-product__breadcrumb-separator {
    color: rgba(255, 110, 60, 0.58);
}

.cr-software-product__showcase {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) var(--cr-software-sidebar-width);
    margin-bottom: 28px;
}

.cr-software-product__media {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.cr-software-product__banner-card {
    aspect-ratio: 16 / 9;
    background: #ffffff;
    border: 0;
    border-radius: 22px;
    box-shadow: var(--cr-software-shadow);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 360px;
    overflow: hidden;
}

.cr-software-product__banner-card img {
    background: #ffffff;
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    width: 100%;
}

.cr-software-product__banner-placeholder {
    align-items: center;
    background: #f7fbff;
    color: var(--cr-software-text);
    display: flex;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 800;
    justify-content: center;
    line-height: 1.05;
    padding: 36px;
    text-align: center;
}

.cr-software-product__banner-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    padding: 12px 18px 20px;
    width: 100%;
}

.cr-software-product__banner-button {
    align-items: center;
    background: #ff6a3d;
    border: 1px solid #ff6a3d;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    gap: 12px;
    font-size: 0.9rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.1;
    min-height: 34px;
    min-width: 150px;
    padding: 0 14px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
    white-space: nowrap;
}

.cr-software-product__banner-button svg {
    display: block;
    height: 14px;
    width: 14px;
}

.cr-software-product__banner-button:hover,
.cr-software-product__banner-button:focus-visible {
    background: #e85528;
    border-color: #e85528;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.cr-software-product__banner-button:disabled {
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
}

.cr-software-product__price-card {
    width: 100%;
}

.cr-software-product__price-card-image {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.cr-software-product__price-card-body {
    grid-template-rows: auto;
}

.cr-software-product__price-card .cr-shell-page__card-actions {
    grid-template-columns: 1fr;
}

.cr-software-product__license-card {
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.14);
    border-radius: 3px;
    box-shadow: 0 18px 42px rgba(32, 55, 83, 0.10);
    color: var(--cr-light-text-color);
    padding: 24px;
}

.cr-software-product__license-card form {
    display: grid;
    gap: 16px;
}

.cr-software-product__license-head {
    align-items: start;
    border-bottom: 1px solid rgba(32, 50, 77, 0.12);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding-bottom: 14px;
}

.cr-software-product__license-title {
    align-items: center;
    display: inline-flex;
    font-size: 1.02rem;
    font-weight: 800;
    gap: 6px;
    line-height: 1.2;
}

.cr-software-product__license-price {
    color: var(--cr-light-text-color);
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.95;
    text-align: right;
    white-space: nowrap;
}

.cr-software-product__license-price .woocommerce-Price-currencySymbol {
    font-size: 0.9rem;
    font-weight: 700;
    position: relative;
    top: -0.9em;
}

.cr-software-product__license-list {
    color: var(--cr-light-text-color);
    display: grid;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cr-software-product__license-list li {
    font-size: 0.9rem;
    line-height: 1.35;
    padding-left: 28px;
    position: relative;
}

.cr-software-product__license-list li::before {
    color: var(--cr-light-text-color);
    content: "\2714";
    font-size: 0.92rem;
    font-weight: 800;
    left: 4px;
    position: absolute;
    top: 0;
}

.cr-software-product__support-addon {
    align-items: start;
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: 18px minmax(0, 1fr) auto;
}

.cr-software-product__support-addon input {
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.42);
    border-radius: 3px;
    cursor: pointer;
    display: grid;
    height: 18px;
    margin: 2px 0 0;
    place-content: center;
    width: 18px;
}

.cr-software-product__support-addon input::before {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    height: 9px;
    opacity: 0;
    transform: rotate(45deg) translate(-1px, -1px);
    width: 5px;
}

.cr-software-product__support-addon input:checked {
    background: #ff6a3d;
    border-color: #ff6a3d;
}

.cr-software-product__support-addon input:checked::before {
    opacity: 1;
}

.cr-software-product__support-addon-copy {
    color: var(--cr-light-text-color);
    font-size: 0.9rem;
    line-height: 1.35;
}

.cr-software-product__support-addon-price {
    color: var(--cr-light-text-color);
    font-weight: 800;
    white-space: nowrap;
}

.cr-software-product__total-row {
    align-items: center;
    border-top: 1px solid rgba(32, 50, 77, 0.12);
    color: var(--cr-light-text-color);
    display: flex;
    font-size: 0.95rem;
    font-weight: 800;
    justify-content: space-between;
    padding-top: 14px;
}

.cr-software-product__total-row strong {
    color: #ff5a35;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1;
}

.cr-software-product__quantity {
    display: grid;
    gap: 8px;
}

.cr-software-product__quantity > span {
    color: var(--cr-light-text-color);
    font-size: 0.9rem;
    font-weight: 800;
}

.cr-software-product__quantity-control {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 30px minmax(0, 1fr) 30px;
}

.cr-software-product__quantity-control button {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.12);
    border-radius: 999px;
    color: var(--cr-light-text-color);
    display: inline-flex;
    font-size: 1.25rem;
    height: 30px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 30px;
}

.cr-software-product__quantity-control button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.cr-software-product__quantity-control input {
    border: 1px solid rgba(32, 50, 77, 0.12);
    border-radius: 8px;
    color: var(--cr-light-text-color);
    font-size: 0.95rem;
    height: 32px;
    text-align: center;
    width: 100%;
}

.cr-software-product__cart-button {
    align-items: center;
    background: #ff6a3d;
    border: 1px solid #ff6a3d;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    min-height: 54px;
    padding: 0 18px;
    text-align: center;
    transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
    width: 100%;
}

.cr-software-product__cart-button:hover,
.cr-software-product__cart-button:focus-visible {
    background: #e85528;
    border-color: #e85528;
    color: #ffffff;
    outline: none;
    transform: translateY(-1px);
}

.cr-software-product__cart-actions {
    display: grid;
    gap: 10px;
}

.cr-software-product__cart-link {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.14);
    border-radius: 4px;
    color: #173354;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 800;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    text-align: center;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
    width: 100%;
}

.cr-software-product__cart-link:hover,
.cr-software-product__cart-link:focus-visible {
    background: #f7fbff;
    border-color: rgba(31, 111, 178, 0.34);
    color: #0d477f;
    outline: none;
    transform: translateY(-1px);
}

.cr-software-product__cart-link--checkout {
    background: #173354;
    border-color: #173354;
    color: #ffffff;
}

.cr-software-product__cart-link--checkout:hover,
.cr-software-product__cart-link--checkout:focus-visible {
    background: #0f2744;
    border-color: #0f2744;
    color: #ffffff;
}

.cr-software-product__license-note {
    color: var(--cr-light-text-color);
    font-size: 0.78rem;
    font-style: italic;
    line-height: 1.55;
    margin: 0;
    text-align: center;
}

.cr-software-product__summary {
    position: relative;
    margin-bottom: 36px;
    padding: 0;
    background:
        radial-gradient(circle at top left, rgba(114, 169, 217, 0.16), transparent 36%),
        linear-gradient(135deg, #f4f7fb, #eaf1f8);
    background-size: cover;
    background-position: center;
}

.cr-software-product__hero-grid,
.cr-software-product__content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--cr-software-sidebar-width);
    gap: 32px;
}

.cr-software-product__content-grid--details {
    grid-template-columns: minmax(0, 1fr);
}

.cr-software-product__hero-copy,
.cr-software-product__purchase-card,
.cr-software-product__panel {
    background: #ffffff;
    border: 1px solid var(--cr-software-line);
    border-radius: 18px;
    box-shadow: var(--cr-software-shadow);
}

.cr-software-product__hero-copy {
    padding: 32px;
}

.cr-software-product__hero-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.cr-software-product__eyebrow,
.cr-software-product__section-label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--cr-software-accent-strong);
}

.cr-software-product__favorite-app {
    flex: 0 0 auto;
}

.cr-software-product__favorite {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(47, 81, 116, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--cr-software-text);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.cr-software-product__favorite:hover,
.cr-software-product__favorite:focus {
    border-color: rgba(255, 110, 60, 0.42);
    color: var(--cr-software-accent-strong);
    box-shadow: 0 10px 22px rgba(32, 55, 83, 0.08);
    outline: 0;
}

.cr-software-product__favorite--active {
    border-color: rgba(255, 110, 60, 0.26);
    background: rgba(255, 110, 60, 0.12);
    color: var(--cr-software-accent-strong);
}

.cr-software-product__favorite-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.cr-software-product__favorite-icon svg {
    display: block;
}

.cr-software-product__favorite-label {
    display: inline-block;
}

.cr-software-product__title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.05;
    color: var(--cr-software-text);
}

.cr-software-product__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.cr-software-product__meta-link,
.cr-software-product__seller-link {
    color: var(--cr-software-text);
    font-weight: 700;
    text-decoration: none;
}

.cr-software-product__meta-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 10px;
    background: rgba(255, 131, 87, 0.12);
    color: var(--cr-software-accent-strong);
    font-weight: 700;
}

.cr-software-product__price,
.cr-software-product__purchase-price {
    margin-top: 22px;
    font-size: clamp(1.8rem, 2vw, 2.6rem);
    font-weight: 800;
    line-height: 1;
}

.cr-software-product__purchase {
    align-self: start;
    display: grid;
    gap: 18px;
    align-content: start;
    scroll-margin-top: calc(var(--cr-software-sticky-top) + 18px);
    width: 100%;
    max-width: var(--cr-software-sidebar-width);
    justify-self: stretch;
    margin-top: 62px;
}

.cr-software-product__bottom-bar[hidden] {
    display: none;
}

.cr-software-product__bottom-bar {
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(32, 50, 77, 0.12);
    bottom: 0;
    box-shadow: 0 -18px 48px rgba(19, 34, 55, 0.18);
    left: 0;
    padding: 12px 24px calc(12px + env(safe-area-inset-bottom, 0px));
    position: fixed;
    right: 0;
    z-index: 80;
}

.cr-software-product__bottom-bar-inner {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 auto;
    width: min(1280px, calc(100% - 48px));
}

.cr-software-product__bottom-bar-copy {
    align-items: center;
    display: flex;
    gap: 14px;
    min-width: 0;
}

.cr-software-product__bottom-bar-title {
    color: var(--cr-light-text-color);
    font-size: 0.95rem;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cr-software-product__bottom-bar-price {
    color: #ff5a35;
    flex: 0 0 auto;
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
}

.cr-software-product__bottom-bar-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.cr-software-product__bottom-bar-button {
    align-items: center;
    border: 1px solid rgba(32, 50, 77, 0.14);
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    text-decoration: none;
    white-space: nowrap;
}

.cr-software-product__bottom-bar-icon {
    display: block;
    flex: 0 0 auto;
    height: 16px;
    width: 16px;
}

.cr-software-product__bottom-bar-button--secondary {
    background: #ffffff;
    color: var(--cr-light-text-color);
    font-weight: 800;
}

.cr-software-product__bottom-bar-button--primary {
    background: #ff6a3d;
    border-color: #ff6a3d;
    color: #ffffff;
    font-weight: 900;
}

.cr-software-product__card-image,
.cr-software-product__gallery-item {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--cr-software-line);
    background: var(--cr-software-surface);
    box-shadow: var(--cr-software-shadow);
}

.cr-software-product__card-image img,
.cr-software-product__gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.cr-software-product__purchase-card,
.cr-software-product__panel {
    padding: 24px;
}

.cr-software-product__purchase-copy {
    margin-top: 10px;
    color: var(--cr-software-muted);
    font-weight: 600;
}

.cr-software-product__buy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    margin-top: 18px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--cr-software-accent), var(--cr-software-accent-strong));
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.cr-software-product__buy-button:disabled,
.cr-software-product__buy-button[aria-disabled='true'] {
    opacity: 0.62;
    cursor: not-allowed;
}

.cr-software-product__files {
    margin-top: 22px;
}

.cr-software-product__file-list {
    margin: 14px 0 0;
    padding-left: 18px;
    color: var(--cr-software-text);
}

.cr-software-product__content {
    padding: 0;
}

.cr-software-product__tabs {
    align-items: end;
    border-bottom: 1px solid var(--cr-software-line);
    display: flex;
    gap: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.cr-software-product__tabs::-webkit-scrollbar {
    display: none;
}

.cr-software-product__tab {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 0;
    color: var(--cr-software-text);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    position: relative;
    transform: translateY(1px);
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cr-software-product__tab:hover,
.cr-software-product__tab:focus-visible {
    background: rgba(255, 131, 87, 0.08);
    color: #0c2c51;
    outline: none;
}

.cr-software-product__tab.is-active,
.cr-software-product__tab[aria-selected='true'] {
    background: #ffffff;
    border-color: var(--cr-software-line);
    border-radius: 10px 10px 0 0;
    color: #0c2c51;
    font-weight: 800;
}

.cr-software-product__tab-count {
    align-items: center;
    background: #0f86bd;
    border-radius: 3px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    height: 16px;
    justify-content: center;
    min-width: 16px;
    padding: 0 4px;
}

.cr-software-product__tab-panel[hidden] {
    display: none;
}

.cr-software-product__tab-panel.is-active {
    display: grid;
    gap: 28px;
}

.cr-software-product__reviews-panel,
.cr-software-product__support-panel {
    max-width: none;
    min-height: 520px;
    padding-bottom: 72px;
}

.cr-software-product__reviews {
    color: var(--cr-software-text);
    margin-top: 14px;
}

.cr-software-product__reviews .comments-area,
.cr-software-product__reviews .comment-respond,
.cr-software-product__reviews .comment-list {
    margin-top: 0;
}

.cr-software-product__reviews input[type='text'],
.cr-software-product__reviews input[type='email'],
.cr-software-product__reviews input[type='url'],
.cr-software-product__reviews textarea {
    border: 1px solid var(--cr-software-line);
    border-radius: 10px;
    color: var(--cr-software-text);
    max-width: 100%;
}

.cr-software-product__reviews h2,
.cr-software-product__reviews h3,
.cr-software-product__reviews label,
.cr-software-product__reviews .comment-reply-title {
    color: var(--cr-software-text);
}

.cr-software-product__reviews .submit {
    background: var(--cr-software-accent-strong);
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 800;
    min-height: 42px;
    padding: 0 18px;
}

.cr-software-product__review-summary {
    align-items: center;
    background: rgba(255, 106, 61, 0.08);
    border: 1px solid rgba(255, 106, 61, 0.18);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 14px 16px;
}

.cr-software-product__review-summary strong {
    color: var(--cr-software-heading);
    font-size: 1.35rem;
}

.cr-software-product__review-summary span,
.cr-software-product__reviews-empty,
.cr-software-product__review-meta {
    color: var(--cr-software-muted);
}

.cr-software-product__reviews-notice {
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 18px;
    padding: 12px 14px;
}

.cr-software-product__reviews-notice--submitted {
    background: rgba(32, 99, 181, 0.08);
    border: 1px solid rgba(32, 99, 181, 0.18);
    color: #1f5fae;
}

.cr-software-product__review-list {
    display: grid;
    gap: 14px;
}

.cr-software-product__review {
    border: 1px solid var(--cr-software-line);
    border-radius: 10px;
    padding: 16px;
}

.cr-software-product__review-head {
    align-items: center;
    color: var(--cr-software-heading);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.cr-software-product__review-head span {
    background: rgba(32, 99, 181, 0.08);
    border-radius: 999px;
    color: #1f5fae;
    font-weight: 800;
    padding: 5px 10px;
}

.cr-software-product__review-copy {
    margin-top: 10px;
}

.cr-software-product__main,
.cr-software-product__sidebar {
    display: grid;
    gap: 24px;
    align-content: start;
}

.cr-software-product__sidebar {
    width: 100%;
    max-width: var(--cr-software-sidebar-width);
    justify-self: stretch;
}

.cr-software-product__copy {
    margin-top: 14px;
    color: var(--cr-software-text);
}

.cr-software-product__copy p {
    margin: 0 0 12px;
}

.cr-software-product__copy p:last-child {
    margin-bottom: 0;
}

.cr-software-product__copy a {
    overflow-wrap: anywhere;
}

.cr-software-product__copy strong {
    font-weight: 800;
}

.cr-software-product__copy > :first-child {
    margin-top: 0;
}

.cr-software-product__copy img {
    width: 100%;
    height: auto;
    margin: 18px 0;
    border-radius: 14px;
}

.cr-software-product__description-media {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.cr-screenshots-modal-open {
    overflow: hidden;
}

.cr-software-product__screenshots-modal[hidden] {
    display: none;
}

.cr-software-product__screenshots-modal {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.cr-software-product__screenshots-backdrop {
    background: rgba(12, 20, 32, 0.76);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cr-software-product__screenshots-dialog {
    background: #ffffff;
    border: 1px solid rgba(32, 50, 77, 0.14);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(5, 12, 24, 0.34);
    display: grid;
    gap: 18px;
    max-height: min(86vh, 900px);
    max-width: min(1080px, 100%);
    overflow: hidden;
    padding: 18px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.cr-software-product__screenshots-head {
    align-items: center;
    border-bottom: 1px solid rgba(32, 50, 77, 0.12);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding-bottom: 14px;
}

.cr-software-product__screenshots-head h2 {
    color: var(--cr-light-text-color);
    font-size: 1.15rem;
    line-height: 1.2;
    margin: 0;
}

.cr-software-product__screenshots-close {
    align-items: center;
    background: #ff6a3d;
    border: 1px solid #ff6a3d;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.4rem;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 34px;
}

.cr-software-product__screenshots-close:hover,
.cr-software-product__screenshots-close:focus-visible {
    background: #e85528;
    border-color: #e85528;
    color: #ffffff;
    outline: none;
}

.cr-software-product__screenshots-grid {
    display: grid;
    gap: 16px;
    max-height: calc(86vh - 116px);
    overflow: auto;
    padding-right: 4px;
}

.cr-software-product__screenshots-item {
    background: #f5f8fc;
    border: 1px solid rgba(32, 50, 77, 0.12);
    border-radius: 6px;
    margin: 0;
    overflow: hidden;
}

.cr-software-product__screenshots-item img {
    display: block;
    height: auto;
    width: 100%;
}

.cr-software-product__description-media-list {
    display: grid;
    gap: 22px;
}

.cr-software-product__description-media-item {
    width: min(100%, 820px);
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--cr-software-line);
    background: var(--cr-software-surface);
    box-shadow: var(--cr-software-shadow);
}

.cr-software-product__description-media-item img {
    display: block;
    width: 100%;
    height: auto;
}

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

.cr-software-product__seller {
    margin-top: 14px;
}

.cr-software-product__vendor-card .cr-software-product__section-label {
    margin-bottom: 18px;
}

.cr-software-product__vendor {
    display: grid;
    gap: 18px;
    justify-items: center;
}

.cr-software-product__vendor-top {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
}

.cr-software-product__vendor-copy {
    min-width: 0;
}

.cr-software-product__vendor-name {
    color: var(--cr-software-text);
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    word-break: break-word;
}

.cr-software-product__vendor-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid var(--cr-software-line);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(246, 248, 251, 0.98), rgba(232, 237, 243, 0.96));
    color: var(--cr-software-text);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.cr-software-product__vendor-action:hover,
.cr-software-product__vendor-action:focus {
    border-color: rgba(255, 110, 60, 0.34);
    box-shadow: 0 12px 24px rgba(32, 55, 83, 0.08);
    transform: translateY(-1px);
    color: var(--cr-software-text);
    text-decoration: none;
    outline: 0;
}

.cr-software-product__seller-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--cr-software-text);
}

.cr-software-product__attributes-card {
    border-radius: 3px;
    box-shadow: none;
    padding: 16px;
}

.cr-software-product__attributes-card .cr-software-product__section-label {
    margin-bottom: 18px;
}

.cr-software-product__stats {
    display: grid;
    gap: 0;
    margin: 0;
}

.cr-software-product__stats div {
    display: grid;
    grid-template-columns: minmax(96px, 0.82fr) minmax(0, 1.18fr);
    align-items: flex-start;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 0;
}

.cr-software-product__stats div:last-child {
    padding-bottom: 0;
}

.cr-software-product__stats dt {
    color: var(--cr-light-text-color);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.35;
}

.cr-software-product__stats dd {
    color: #0073c4;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.42;
    margin: 0;
    max-width: none;
    text-align: left;
    white-space: normal;
}

.cr-software-product__attribute--last_update dd,
.cr-software-product__attribute--created_on dd {
    color: var(--cr-light-text-color);
}

.cr-software-product__mobile-cta {
    display: none;
}

.admin-bar .cr-software-product {
    --cr-software-sticky-top: 136px;
}

@media (max-width: 1024px) {
    .cr-software-product__hero-grid,
    .cr-software-product__showcase,
    .cr-software-product__content-grid {
        grid-template-columns: 1fr;
    }

    .cr-software-product__summary {
        position: static;
    }

    .cr-software-product__purchase {
        margin-top: 0;
        order: 0;
        position: static;
    }

    .cr-software-product__purchase,
    .cr-software-product__sidebar {
        max-width: none;
        width: 100%;
        justify-self: stretch;
    }

    .cr-software-product__license-card,
    .cr-software-product__sidebar > .cr-software-product__panel {
        box-sizing: border-box;
        width: 100%;
    }

    .cr-software-product__tabs {
        width: 100%;
    }

    .cr-software-product__title-card {
        align-items: start;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .cr-software-product__favorite-app {
        justify-self: start;
        max-width: 100%;
    }

    .cr-software-product__favorite {
        max-width: 100%;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .cr-software-product.has-bottom-purchase-bar {
        padding-bottom: 152px;
    }

    .cr-software-product__stage {
        padding: 28px 0 108px;
    }

    .cr-software-product__summary {
        margin-bottom: 24px;
    }

    .cr-software-product__shell {
        width: min(1280px, calc(100% - 20px));
    }

    .cr-software-product__hero-copy,
    .cr-software-product__title-card,
    .cr-software-product__purchase-card,
    .cr-software-product__panel {
        padding: 20px;
        border-radius: 14px;
    }

    .cr-software-product__banner-card {
        aspect-ratio: 4 / 3;
        border-radius: 14px;
        min-height: 280px;
    }

    .cr-software-product__banner-actions {
        padding: 12px 14px 16px;
    }

    .cr-software-product__banner-button {
        flex: 1 1 136px;
        min-width: 0;
    }

    .cr-software-product__screenshots-modal {
        padding: 12px;
    }

    .cr-software-product__screenshots-dialog {
        max-height: calc(100vh - 24px);
        padding: 14px;
    }

    .cr-software-product__screenshots-grid {
        max-height: calc(100vh - 118px);
    }

    .cr-software-product__gallery {
        grid-template-columns: 1fr;
    }

    .cr-software-product__hero-top {
        flex-wrap: wrap;
        gap: 12px;
    }

    .cr-software-product__favorite {
        width: 100%;
        justify-content: center;
    }

    .cr-software-product__description-media-item {
        width: 100%;
    }

    .cr-software-product__price-card .cr-shell-page__card-actions,
    .cr-software-product__purchase-card > .cr-software-product__buy-button {
        display: none;
    }

    .cr-software-product__bottom-bar {
        border-top: 0;
        padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    }

    .cr-software-product__bottom-bar-inner {
        gap: 8px;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .cr-software-product__bottom-bar-copy {
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid var(--cr-software-line);
        border-radius: 14px;
        box-shadow: 0 14px 36px rgba(19, 34, 55, 0.14);
        justify-content: space-between;
        padding: 8px 10px;
    }

    .cr-software-product__bottom-bar-actions {
        display: grid;
        gap: 8px;
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column;
    }

    .cr-software-product__bottom-bar-button {
        border-radius: 14px;
        box-shadow: 0 14px 34px rgba(19, 34, 55, 0.16);
        display: grid;
        font-size: 0.78rem;
        gap: 4px;
        line-height: 1.1;
        min-height: 58px;
        padding: 7px 8px;
        white-space: normal;
    }

    .cr-software-product__bottom-bar-icon {
        height: 15px;
        justify-self: center;
        width: 15px;
    }

    .cr-software-product__bottom-bar-button--primary {
        display: inline-flex;
        flex-direction: row;
        gap: 8px;
        white-space: nowrap;
    }
}

html[data-cr-theme='dark'] .cr-software-product,
body[data-cr-theme='dark'] .cr-software-product {
    --cr-software-bg: #0f1826;
    --cr-software-surface: #131e2e;
    --cr-software-text: #edf4ff;
    --cr-software-muted: #9eb1c8;
    --cr-software-line: rgba(143, 166, 194, 0.16);
    --cr-software-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
    background: linear-gradient(180deg, #101926 0%, #0c1420 100%);
}

html[data-cr-theme='dark'] .cr-software-product__summary,
body[data-cr-theme='dark'] .cr-software-product__summary {
    background:
        radial-gradient(circle at top left, rgba(114, 169, 217, 0.10), transparent 36%),
        linear-gradient(135deg, #142132, #0f1826);
}

html[data-cr-theme='dark'] .cr-software-product__title-card,
html[data-cr-theme='dark'] .cr-software-product__banner-card,
html[data-cr-theme='dark'] .cr-software-product__license-card,
body[data-cr-theme='dark'] .cr-software-product__title-card,
body[data-cr-theme='dark'] .cr-software-product__banner-card,
body[data-cr-theme='dark'] .cr-software-product__license-card {
    background: #131e2e;
    border-color: rgba(143, 166, 194, 0.16);
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-software-product__banner-placeholder,
body[data-cr-theme='dark'] .cr-software-product__banner-placeholder {
    background: #101b2a;
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-software-product__license-head,
body[data-cr-theme='dark'] .cr-software-product__license-head {
    border-color: rgba(143, 166, 194, 0.16);
}

html[data-cr-theme='dark'] .cr-software-product__license-price,
html[data-cr-theme='dark'] .cr-software-product__license-list,
html[data-cr-theme='dark'] .cr-software-product__support-addon-copy,
html[data-cr-theme='dark'] .cr-software-product__total-row,
body[data-cr-theme='dark'] .cr-software-product__license-price,
body[data-cr-theme='dark'] .cr-software-product__license-list,
body[data-cr-theme='dark'] .cr-software-product__support-addon-copy,
body[data-cr-theme='dark'] .cr-software-product__total-row {
    color: #dce8f8;
}

html[data-cr-theme='dark'] .cr-software-product__support-addon input,
body[data-cr-theme='dark'] .cr-software-product__support-addon input {
    background: #13263b;
    border-color: rgba(158, 177, 200, 0.34);
}

html[data-cr-theme='dark'] .cr-software-product__hero-copy,
html[data-cr-theme='dark'] .cr-software-product__purchase-card,
html[data-cr-theme='dark'] .cr-software-product__panel,
html[data-cr-theme='dark'] .cr-software-product__card-image,
html[data-cr-theme='dark'] .cr-software-product__description-media-item,
html[data-cr-theme='dark'] .cr-software-product__gallery-item,
body[data-cr-theme='dark'] .cr-software-product__hero-copy,
body[data-cr-theme='dark'] .cr-software-product__purchase-card,
body[data-cr-theme='dark'] .cr-software-product__panel,
body[data-cr-theme='dark'] .cr-software-product__card-image,
body[data-cr-theme='dark'] .cr-software-product__description-media-item,
body[data-cr-theme='dark'] .cr-software-product__gallery-item {
    background: #131e2e;
}

html[data-cr-theme='dark'] .cr-software-product__tab,
body[data-cr-theme='dark'] .cr-software-product__tab {
    color: #dce8f8;
}

html[data-cr-theme='dark'] .cr-software-product__tab:hover,
html[data-cr-theme='dark'] .cr-software-product__tab:focus-visible,
body[data-cr-theme='dark'] .cr-software-product__tab:hover,
body[data-cr-theme='dark'] .cr-software-product__tab:focus-visible {
    background: rgba(255, 131, 87, 0.12);
    color: #ffffff;
}

html[data-cr-theme='dark'] .cr-software-product__tab.is-active,
html[data-cr-theme='dark'] .cr-software-product__tab[aria-selected='true'],
body[data-cr-theme='dark'] .cr-software-product__tab.is-active,
body[data-cr-theme='dark'] .cr-software-product__tab[aria-selected='true'] {
    background: #131e2e;
    border-color: rgba(143, 166, 194, 0.22);
    color: #ffffff;
}

html[data-cr-theme='dark'] .cr-software-product__bottom-bar,
body[data-cr-theme='dark'] .cr-software-product__bottom-bar {
    background: rgba(15, 24, 38, 0.96);
    border-color: rgba(143, 166, 194, 0.18);
}

html[data-cr-theme='dark'] .cr-software-product__bottom-bar-copy,
html[data-cr-theme='dark'] .cr-software-product__bottom-bar-button--secondary,
body[data-cr-theme='dark'] .cr-software-product__bottom-bar-copy,
body[data-cr-theme='dark'] .cr-software-product__bottom-bar-button--secondary {
    background: #131e2e;
    border-color: rgba(143, 166, 194, 0.22);
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-software-product__bottom-bar-title,
body[data-cr-theme='dark'] .cr-software-product__bottom-bar-title {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-software-product__reviews input[type='text'],
html[data-cr-theme='dark'] .cr-software-product__reviews input[type='email'],
html[data-cr-theme='dark'] .cr-software-product__reviews input[type='url'],
html[data-cr-theme='dark'] .cr-software-product__reviews textarea,
body[data-cr-theme='dark'] .cr-software-product__reviews input[type='text'],
body[data-cr-theme='dark'] .cr-software-product__reviews input[type='email'],
body[data-cr-theme='dark'] .cr-software-product__reviews input[type='url'],
body[data-cr-theme='dark'] .cr-software-product__reviews textarea {
    background: #0f1826;
    border-color: rgba(143, 166, 194, 0.22);
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-software-product__screenshots-dialog,
body[data-cr-theme='dark'] .cr-software-product__screenshots-dialog {
    background: #131e2e;
    border-color: rgba(143, 166, 194, 0.16);
}

html[data-cr-theme='dark'] .cr-software-product__screenshots-head,
body[data-cr-theme='dark'] .cr-software-product__screenshots-head {
    border-color: rgba(143, 166, 194, 0.16);
}

html[data-cr-theme='dark'] .cr-software-product__screenshots-head h2,
body[data-cr-theme='dark'] .cr-software-product__screenshots-head h2 {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-software-product__screenshots-item,
body[data-cr-theme='dark'] .cr-software-product__screenshots-item {
    background: #0f1826;
    border-color: rgba(143, 166, 194, 0.16);
}

html[data-cr-theme='dark'] .cr-software-product__favorite,
body[data-cr-theme='dark'] .cr-software-product__favorite {
    border-color: rgba(143, 166, 194, 0.18);
    background: rgba(12, 20, 33, 0.76);
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-software-product__favorite:hover,
html[data-cr-theme='dark'] .cr-software-product__favorite:focus,
body[data-cr-theme='dark'] .cr-software-product__favorite:hover,
body[data-cr-theme='dark'] .cr-software-product__favorite:focus {
    border-color: rgba(255, 154, 121, 0.34);
    color: #ffb89d;
}

html[data-cr-theme='dark'] .cr-software-product__favorite--active,
body[data-cr-theme='dark'] .cr-software-product__favorite--active {
    background: rgba(255, 110, 60, 0.16);
    border-color: rgba(255, 154, 121, 0.28);
    color: #ffb89d;
}

html[data-cr-theme='dark'] .cr-software-product__vendor-action,
body[data-cr-theme='dark'] .cr-software-product__vendor-action {
    background: linear-gradient(180deg, rgba(19, 30, 46, 0.98), rgba(15, 24, 38, 0.96));
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-software-product__vendor-action:hover,
html[data-cr-theme='dark'] .cr-software-product__vendor-action:focus,
body[data-cr-theme='dark'] .cr-software-product__vendor-action:hover,
body[data-cr-theme='dark'] .cr-software-product__vendor-action:focus {
    color: #edf4ff;
}

html[data-cr-theme='dark'] .cr-software-product__buy-button,
body[data-cr-theme='dark'] .cr-software-product__buy-button {
    color: #ffffff;
}

html[data-cr-theme='dark'] .cr-software-product__mobile-cta,
body[data-cr-theme='dark'] .cr-software-product__mobile-cta {
    border-color: rgba(143, 166, 194, 0.18);
    background: rgba(14, 24, 39, 0.96);
}
