/* Text-based logo styles */
.nav-bar .text-logo {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    height: auto;
    font-family: "Sora", "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-bar .text-logo .text-logo-icon {
    display: inline-flex;
    align-items: center;
    color: #04436c !important;
}

.nav-bar .text-logo .text-logo-text1 {
    color: #3273dc !important;
}

.nav-bar .text-logo .text-logo-text2 {
    color: #04436c !important;
}

.dashboard-sidebar-business-logo-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(var(--primary_color), 0.18);
    border-radius: var(--border_radius);
    color: rgba(var(--primary_color), 0.72);
    background: rgba(var(--primary_color), 0.08);
}

.dashboard-sidebar-business-logo-placeholder svg {
    display: block;
    width: 22px;
    height: 22px;
}

.dashboard-sidebar-selective .drop-down-btn .dashboard-sidebar-business-logo-placeholder {
    border-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.12);
}

.character-counter {
    margin-top: 6px;
    text-align: right;
    font-size: 0.85rem;
}

.category-sort-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-sort-control label {
    margin: 0;
    color: rgb(var(--text_muted_color));
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

.category-sort-control .form-select {
    min-width: 170px;
}

.software-title-vendor {
    display: inline-block;
    margin-left: 8px;
    color: rgba(var(--text_muted_color), 0.74);
    font-size: 0.58em;
    font-weight: 400;
    line-height: 1.2;
}

.software-profile-title-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: rgb(var(--verified_badge_color));
    font-size: 0.72em;
    line-height: 1;
    vertical-align: middle;
}

.business-home-root,
.business-home-page {
    overflow-x: hidden;
}

.ranked-software-list {
    display: grid;
    gap: 12px;
}

.ranked-software-item {
    display: block;
    padding: 18px;
    border: 1px solid rgba(var(--border_color), 0.95);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(var(--primary_color), 0.018), rgba(255, 255, 255, 0) 58%),
        rgb(var(--elements_background_color));
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ranked-software-item:hover {
    border-color: rgba(var(--primary_color), 0.32);
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
    transform: translateY(-1px);
}

.ranked-software-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    width: 64px;
    height: 64px;
    padding: 0;
    border-radius: 8px;
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.11);
    box-shadow: inset 0 0 0 1px rgba(var(--primary_color), 0.12);
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.ranked-software-logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    max-width: 80px;
    max-height: 64px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.ranked-software-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 64px;
    object-fit: contain;
}

.ranked-software-content {
    min-width: 0;
}

.ranked-software-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
}

.ranked-software-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
}

.ranked-software-heading-body {
    min-width: 0;
}

.ranked-software-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 4px;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.32;
}

.ranked-software-title a {
    min-width: 0;
    color: rgb(var(--text_color));
}

.ranked-software-title a:hover {
    color: rgb(var(--primary_color));
}

.ranked-software-title-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--verified_badge_color));
    font-size: 0.95rem;
    line-height: 1;
}

.ranked-software-vendor {
    color: rgba(var(--text_muted_color), 0.74);
    font-size: 0.84rem;
    font-weight: 400;
}

.ranked-software-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 10px;
    color: rgb(var(--text_muted_color));
    white-space: nowrap;
}

.ranked-software-rating .ratings {
    display: inline-flex;
}

.ranked-software-rating strong {
    color: rgb(var(--text_color));
}

.ranked-software-summary {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 12px 0 14px;
}

.ranked-software-description {
    margin: 0;
    color: rgb(var(--text_muted_color));
    line-height: 1.65;
}

.ranked-software-actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 5px;
    align-self: start;
}

.ranked-software-actions .btn {
    width: 136px;
    padding: 6px 11px;
    font-size: 0.84rem;
    line-height: 1.2;
}

.ranked-software-actions .btn-light {
    border: 1px solid rgb(var(--border_color));
    background: #ffffff;
}

.ranked-software-actions--mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .ranked-software-item {
        padding: 16px;
    }

    .ranked-software-logo {
        max-width: 64px;
        max-height: 52px;
    }

    .ranked-software-logo img {
        max-width: 64px;
        max-height: 52px;
    }

    .ranked-software-main {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ranked-software-rank {
        width: 56px;
        height: 56px;
        font-size: 1.45rem;
    }

    .ranked-software-rating {
        justify-content: flex-start;
        flex-wrap: wrap;
        white-space: normal;
    }

    .ranked-software-summary {
        align-items: flex-start;
        gap: 12px;
    }

    .ranked-software-actions--desktop {
        display: none;
    }

    .ranked-software-actions--mobile {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }

    .ranked-software-actions--mobile .btn {
        width: 100%;
    }
}

.category.box {
    padding: 24px !important;
    border: 1px solid rgba(var(--border_color), 0.95);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(var(--primary_color), 0.022), rgba(255, 255, 255, 0) 62%),
        rgb(var(--elements_background_color));
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.category.box:hover {
    border-color: rgba(var(--primary_color), 0.32);
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
    transform: translateY(-1px);
}

.category.box .category-header {
    min-height: 82px;
    margin-bottom: 16px !important;
    padding-bottom: 18px !important;
}

.category.box .category-title {
    color: rgb(var(--text_color));
    font-size: 1.04rem;
    font-weight: 600;
    line-height: 1.32;
}

.category.box .category-text {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.09);
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.35;
}

.category.box .category-item {
    min-height: 40px;
    padding: 9px 10px;
    border: 1px solid rgb(var(--border_color));
    border-radius: 8px;
    color: rgb(var(--text_color));
    background: rgb(var(--inner_background_color));
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
}

.category.box .category-item i {
    color: rgba(var(--primary_color), 0.75);
}

.category.box .category-item:hover {
    border-color: rgba(var(--primary_color), 0.26);
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.05);
}

.category.box > .mb-4:not(:has(.category-item)) {
    display: none;
}

.category.box:not(:has(.category-item)) .category-header {
    margin-bottom: 4px !important;
    padding-bottom: 8px !important;
    border-bottom: 0 !important;
}

.category.box .category-action {
    align-items: center;
    justify-content: space-between;
    padding-top: 16px !important;
    font-size: 0.92rem;
    font-weight: 500;
}

.category.box .category-action small {
    font-size: inherit;
    font-weight: inherit;
}

.category.box .category-action i {
    transition: transform 0.18s ease;
}

.category.box .category-action:hover i {
    transform: translateX(2px);
}

@media (max-width: 575.98px) {
    .category.box {
        padding: 20px !important;
    }

    .category.box .category-header {
        min-height: auto;
    }
}

.category-profile-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    margin-bottom: 18px;
    padding: 10px;
    border: 1px solid rgba(var(--border_color), 0.9);
    border-radius: 8px;
    background: rgba(var(--elements_background_color), 0.96);
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
}

.category-profile-nav-mobile-label,
.category-profile-nav-select {
    display: none;
}

.category-profile-nav-scroll {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-profile-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 13px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: rgb(var(--text_muted_color));
    background: rgb(var(--inner_background_color));
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.1;
}

.category-profile-nav a:hover {
    border-color: rgba(var(--primary_color), 0.24);
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.07);
}

.category-profile-section {
    margin-top: 18px;
    scroll-margin-top: 132px;
}

.category-profile-section.item-box {
    padding: 24px;
    border-radius: 8px;
}

.category-profile-section-header {
    margin-bottom: 18px;
}

.category-profile-section-header--outside {
    margin-bottom: 14px;
}

.category-profile-section-header h2 {
    margin-bottom: 8px;
    color: rgb(var(--text_color));
    font-size: 1.35rem;
    line-height: 1.25;
}

.category-profile-section-header p {
    max-width: 880px;
    margin-bottom: 0;
    color: rgb(var(--text_muted_color));
    line-height: 1.65;
}

.category-profile-eyebrow {
    display: inline-flex;
    margin-bottom: 7px;
    color: rgb(var(--primary_color));
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.category-profile-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 24px;
    align-items: start;
}

.category-profile-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.category-profile-stat,
.category-profile-info-card,
.category-profile-related-link,
.category-profile-software-chip,
.category-profile-callout {
    border: 1px solid rgba(var(--border_color), 0.92);
    border-radius: 8px;
    background: rgb(var(--inner_background_color));
}

.category-profile-stat {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    padding: 13px;
}

.category-profile-stat i,
.category-profile-info-card > i,
.category-profile-callout > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.09);
    font-size: 1rem;
}

.category-profile-stat span {
    display: block;
    color: rgb(var(--text_muted_color));
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.25;
}

.category-profile-stat strong {
    display: block;
    margin-top: 3px;
    color: rgb(var(--text_color));
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.category-profile-section--directory {
    padding-top: 8px;
}

.category-profile-directory-grid {
    display: grid;
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.category-profile-filter-col,
.category-profile-results {
    min-width: 0;
}

.category-profile-results {
    display: grid;
    gap: 14px;
}

.category-profile-card-grid,
.category-profile-guide-grid,
.category-profile-method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.category-profile-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-profile-info-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 16px;
}

.category-profile-info-card h3 {
    margin-bottom: 6px;
    color: rgb(var(--text_color));
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.3;
}

.category-profile-info-card p {
    margin-bottom: 0;
    color: rgb(var(--text_muted_color));
    font-size: 0.9rem;
    line-height: 1.58;
}

.category-profile-callout {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px;
}

.category-profile-callout p {
    margin-bottom: 0;
    color: rgb(var(--text_muted_color));
    line-height: 1.65;
}

.category-profile-comparison-grid,
.category-profile-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.category-profile-software-chip,
.category-profile-related-link {
    display: grid;
    align-items: center;
    color: rgb(var(--text_color));
}

.category-profile-software-chip {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
}

.category-profile-software-chip img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.category-profile-software-chip span {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.category-profile-software-chip strong,
.category-profile-related-link span {
    overflow: hidden;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-profile-software-chip small {
    overflow: hidden;
    color: rgb(var(--text_muted_color));
    font-size: 0.8rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-profile-related-link {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    padding: 13px 14px;
}

.category-profile-related-link i {
    color: rgb(var(--primary_color));
}

.category-profile-software-chip:hover,
.category-profile-related-link:hover {
    border-color: rgba(var(--primary_color), 0.28);
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.05);
}

.category-profile-section .accordion-item {
    border-color: rgba(var(--border_color), 0.92);
}

.category-profile-section .accordion-button {
    color: rgb(var(--text_color));
    font-weight: 700;
}

.category-profile-section .accordion-body {
    color: rgb(var(--text_muted_color));
    line-height: 1.65;
}

@media (max-width: 1199.98px) {
    .category-profile-overview {
        grid-template-columns: 1fr;
    }

    .category-profile-card-grid,
    .category-profile-method-grid,
    .category-profile-comparison-grid,
    .category-profile-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .category-profile-nav a {
        min-height: 34px;
        padding: 7px 10px;
        font-size: 0.84rem;
    }
}

@media (max-width: 991.98px) {
    .category-profile-directory-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .category-profile-nav-mobile-label,
    .category-profile-nav-select {
        display: block;
    }

    .category-profile-nav-mobile-label {
        margin-bottom: 6px;
        color: rgb(var(--text_muted_color));
        font-size: 0.78rem;
        font-weight: 700;
    }

    .category-profile-nav-scroll {
        display: none;
    }

    .category-profile-section.item-box {
        padding: 18px;
    }

    .category-profile-stats,
    .category-profile-card-grid,
    .category-profile-guide-grid,
    .category-profile-method-grid,
    .category-profile-comparison-grid,
    .category-profile-related-grid {
        grid-template-columns: 1fr;
    }

    .category-profile-section-header h2 {
        font-size: 1.18rem;
    }
}

.software-404 {
    max-width: 1120px;
    margin: 0 auto;
}

.software-404-hero {
    position: relative;
    overflow: hidden;
    padding: 52px;
    border: 1px solid rgb(var(--border_color));
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(var(--primary_color), 0.10), rgba(34, 197, 94, 0.08) 48%, rgba(255, 255, 255, 0.96) 100%),
        rgb(var(--elements_background_color));
}

.software-404-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 9px 13px;
    border: 1px solid rgba(var(--primary_color), 0.18);
    border-radius: 999px;
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.08);
    font-size: 0.875rem;
    font-weight: 600;
}

.software-404 h1 {
    max-width: 760px;
    margin-bottom: 16px;
    color: rgb(var(--text_color));
    font-size: 2.75rem;
    line-height: 1.12;
}

.software-404-hero p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgb(var(--text_muted_color));
    font-size: 1.05rem;
    line-height: 1.75;
}

.software-404-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.software-404-actions .btn-light {
    border: 1px solid rgb(var(--border_color));
    background: rgb(var(--elements_background_color));
}

.software-404-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 20px;
    margin-top: 22px;
}

.software-404-panel {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    padding: 30px;
    border: 1px solid rgb(var(--border_color));
    border-radius: 8px;
    background: rgb(var(--elements_background_color));
}

.software-404-panel-primary {
    border-color: rgba(var(--primary_color), 0.24);
    background: rgba(var(--primary_color), 0.05);
}

.software-404-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    color: #ffffff;
    background: rgb(var(--primary_color));
    font-size: 1.15rem;
}

.software-404-icon-muted {
    color: #0f766e;
    background: rgba(20, 184, 166, 0.12);
}

.software-404-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: rgb(var(--primary_color));
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.software-404 h2 {
    margin-bottom: 10px;
    color: rgb(var(--text_color));
    font-size: 1.35rem;
    line-height: 1.25;
}

.software-404-panel p {
    margin-bottom: 22px;
    color: rgb(var(--text_muted_color));
    line-height: 1.7;
}

.software-404-link {
    display: inline-flex;
    align-items: center;
    color: rgb(var(--primary_color));
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .software-404-hero {
        padding: 36px;
    }

    .software-404 h1 {
        font-size: 2.2rem;
    }

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

@media (max-width: 575.98px) {
    .software-404-hero,
    .software-404-panel {
        padding: 24px;
    }

    .software-404 h1 {
        font-size: 1.9rem;
    }

    .software-404-panel {
        grid-template-columns: 1fr;
    }

    .software-404-actions .btn {
        width: 100%;
    }
}

.add-software-section {
    padding-top: 42px;
}

.add-software-page {
    max-width: 1180px;
    margin: 0 auto;
}

.add-software-hero {
    padding: 48px 40px;
    border: 1px solid rgba(var(--primary_color), 0.14);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(var(--primary_color), 0.10), rgba(20, 184, 166, 0.08) 48%, rgba(255, 255, 255, 0.98) 100%),
        rgb(var(--elements_background_color));
    text-align: center;
}

.add-software-breadcrumb {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.add-software-eyebrow,
.add-software-panel-kicker,
.add-software-section-heading span,
.add-software-bottom-cta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgb(var(--primary_color));
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.add-software-hero h1 {
    max-width: 840px;
    margin: 14px auto 18px;
    color: rgb(var(--text_color));
    font-size: 3rem;
    line-height: 1.08;
}

.add-software-lead {
    max-width: 780px;
    margin: 0 auto;
    color: rgb(var(--text_muted_color));
    font-size: 1.08rem;
    line-height: 1.78;
}

.add-software-conversion {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
    gap: 20px;
    align-items: stretch;
    margin-top: 22px;
}

.add-software-form-panel,
.add-software-preview,
.add-software-value-item,
.add-software-steps,
.add-software-bottom-cta {
    border: 1px solid rgb(var(--border_color));
    border-radius: 8px;
    background: rgb(var(--elements_background_color));
}

.add-software-form-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    box-shadow: 0 16px 36px rgba(16, 24, 40, 0.08);
}

.add-software-form-panel h2 {
    margin: 14px 0 10px;
    color: rgb(var(--text_color));
    font-size: 1.7rem;
    line-height: 1.22;
}

.add-software-form-panel p {
    color: rgb(var(--text_muted_color));
    line-height: 1.7;
}

.add-software-form {
    margin-top: 24px;
}

.add-software-form .form-label {
    color: rgb(var(--text_color));
    font-weight: 700;
}

.add-software-form .btn {
    margin-top: 18px;
}

.add-software-form-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 14px 0 0;
    font-size: 0.9rem;
}

.add-software-form-note i {
    margin-top: 4px;
    color: #0f766e;
}

.add-software-auth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.add-software-panel-details {
    display: grid;
    gap: 10px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgb(var(--border_color));
}

.add-software-panel-details div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(var(--text_muted_color));
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1.45;
}

.add-software-panel-details i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.10);
    font-size: 0.82rem;
}

.add-software-preview {
    position: relative;
    overflow: hidden;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(var(--primary_color), 0.05), rgba(255, 255, 255, 0) 42%),
        rgb(var(--elements_background_color));
}

.add-software-preview > * {
    position: relative;
}

.add-software-preview-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.add-software-preview-topline span,
.add-software-preview-topline strong {
    font-size: 0.86rem;
}

.add-software-preview-topline span {
    color: rgb(var(--text_muted_color));
}

.add-software-preview-topline strong {
    color: rgb(var(--primary_color));
}

.add-software-preview-card {
    padding: 16px;
    border: 1px solid rgba(var(--primary_color), 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
}

.add-software-preview-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.add-software-preview-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    color: #ffffff;
    background: rgb(var(--primary_color));
    font-size: 1.35rem;
}

.add-software-preview-header span,
.add-software-preview-checklist span {
    display: block;
    color: rgb(var(--text_muted_color));
    font-size: 0.86rem;
}

.add-software-preview-header strong {
    display: block;
    margin-top: 3px;
    color: rgb(var(--text_color));
    font-size: 1.05rem;
}

.add-software-preview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.add-software-preview-tags span {
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    border-radius: 999px;
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.09);
    font-size: 0.78rem;
    font-weight: 700;
}

.add-software-preview-lines {
    display: grid;
    gap: 10px;
}

.add-software-preview-lines span {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: rgb(var(--border_color));
}

.add-software-preview-lines span:nth-child(1) {
    width: 92%;
}

.add-software-preview-lines span:nth-child(2) {
    width: 76%;
}

.add-software-preview-lines span:nth-child(3) {
    width: 58%;
}

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

.add-software-preview-actions span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 1px solid rgba(var(--border_color), 0.95);
    border-radius: 8px;
    color: rgb(var(--text_color));
    font-size: 0.84rem;
    font-weight: 700;
}

.add-software-preview-actions span:first-child {
    color: #ffffff;
    border-color: rgb(var(--primary_color));
    background: rgb(var(--primary_color));
}

.add-software-preview-checklist {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgb(var(--border_color));
}

.add-software-preview-checklist div {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.add-software-preview-checklist i {
    margin-top: 3px;
    color: #16a34a;
}

.add-software-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.add-software-value-item {
    padding: 26px;
}

.add-software-value-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 8px;
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.10);
    font-size: 1.05rem;
}

.add-software-value-item h2 {
    margin-bottom: 10px;
    color: rgb(var(--text_color));
    font-size: 1.18rem;
    line-height: 1.3;
}

.add-software-value-item p,
.add-software-step-list p {
    margin: 0;
    color: rgb(var(--text_muted_color));
    line-height: 1.65;
}

.add-software-steps {
    margin-top: 22px;
    padding: 32px;
}

.add-software-section-heading {
    max-width: 680px;
    margin-bottom: 24px;
}

.add-software-section-heading h2 {
    margin: 10px 0 0;
    color: rgb(var(--text_color));
    font-size: 1.7rem;
    line-height: 1.25;
}

.add-software-step-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.add-software-step-list div {
    padding: 22px;
    border: 1px solid rgb(var(--border_color));
    border-radius: 8px;
    background: rgb(var(--inner_background_color));
}

.add-software-step-list strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    border-radius: 8px;
    color: #ffffff;
    background: #0f766e;
    font-size: 0.95rem;
}

.add-software-step-list h3 {
    margin-bottom: 9px;
    color: rgb(var(--text_color));
    font-size: 1.05rem;
}

.add-software-bottom-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    padding: 30px 32px;
    border-color: rgba(var(--primary_color), 0.24);
    background: rgba(var(--primary_color), 0.05);
}

.add-software-bottom-cta h2 {
    margin: 8px 0 0;
    color: rgb(var(--text_color));
    font-size: 1.5rem;
    line-height: 1.25;
}

.add-software-bottom-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.add-software-bottom-note {
    display: inline-flex;
    align-items: center;
    max-width: 360px;
    color: rgb(var(--text_muted_color));
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .add-software-hero {
        padding: 38px 28px;
    }

    .add-software-hero h1 {
        font-size: 2.35rem;
    }

    .add-software-conversion,
    .add-software-value-grid,
    .add-software-step-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .add-software-section {
        padding-top: 24px;
    }

    .add-software-hero,
    .add-software-form-panel,
    .add-software-preview,
    .add-software-steps,
    .add-software-bottom-cta {
        padding: 24px;
    }

    .add-software-hero h1 {
        font-size: 2rem;
    }

    .add-software-preview-actions {
        grid-template-columns: 1fr;
    }

    .add-software-auth-actions,
    .add-software-bottom-cta,
    .add-software-bottom-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .add-software-auth-actions .btn,
    .add-software-bottom-cta .btn {
        width: 100%;
    }

    .add-software-bottom-actions {
        width: 100%;
    }
}

.software-profile-hero-category {
    color: rgb(var(--text_muted_color));
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
}

.software-profile-hero-subtitle {
    margin-top: 6px;
    color: rgb(var(--text_muted_color));
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
}

.software-profile-hero-category a {
    color: rgb(var(--primary_color));
}

.software-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 18px;
    align-items: start;
}

.software-profile-main,
.software-profile-rail-inner {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.software-profile-rail {
    min-width: 0;
}

.software-profile-rail-inner {
    position: sticky;
    top: 18px;
}

.software-profile-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    margin-bottom: 16px;
    border: 1px solid rgb(var(--border_color));
    border-radius: 8px;
    background: rgb(var(--elements_background_color));
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.software-profile-nav-mobile-label,
.software-profile-nav-select {
    display: none;
}

.software-profile-nav-scroll {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    padding: 8px;
    overflow: visible;
}

.software-profile-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 8px;
    color: rgb(var(--text_muted_color));
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.software-profile-nav a:hover {
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.08);
}

.software-profile-section {
    scroll-margin-top: 88px;
    padding: 24px;
}

.software-profile-section-header {
    max-width: 780px;
    margin-bottom: 18px;
}

.software-profile-section-header--outside {
    padding: 0 2px;
}

.software-profile-section-header h2,
.software-profile-claim-bottom h2 {
    margin: 6px 0 0;
    color: rgb(var(--text_color));
    font-size: 1.45rem;
    line-height: 1.28;
}

.software-profile-section-header p {
    margin: 8px 0 0;
    color: rgb(var(--text_muted_color));
    line-height: 1.65;
}

.software-profile-eyebrow {
    display: inline-flex;
    align-items: center;
    color: rgb(var(--primary_color));
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

a.software-profile-eyebrow:hover {
    color: rgb(var(--primary_color));
    text-decoration: underline;
    text-underline-offset: 3px;
}

.software-profile-lede {
    margin-bottom: 20px;
    color: rgb(var(--text_color));
    font-size: 1rem;
    line-height: 1.75;
}

.software-profile-summary-grid,
.software-profile-fact-grid,
.software-profile-subratings,
.software-profile-feature-grid,
.software-profile-method-grid {
    display: grid;
    gap: 12px;
}

.software-profile-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.software-profile-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.software-profile-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.software-profile-method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.software-profile-mini-card,
.software-profile-fact,
.software-profile-feature,
.software-profile-subrating,
.software-profile-method-grid > div {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(var(--border_color), 0.92);
    border-radius: 8px;
    background: rgb(var(--inner_background_color));
}

.software-profile-mini-card,
.software-profile-fact {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 4px;
    align-items: start;
}

.software-profile-fact {
    min-height: 96px;
}

.software-profile-mini-card i,
.software-profile-fact i,
.software-profile-feature i,
.software-profile-empty-review > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    color: rgb(var(--primary_color));
    background: rgba(var(--primary_color), 0.09);
    font-size: 1rem;
}

.software-profile-mini-card i,
.software-profile-fact i {
    grid-row: 1 / span 2;
}

.software-profile-mini-card span,
.software-profile-fact span,
.software-profile-pricing-card span {
    color: rgb(var(--text_muted_color));
    font-size: 0.82rem;
    font-weight: 600;
}

.software-profile-mini-card strong,
.software-profile-fact strong {
    color: rgb(var(--text_color));
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.45;
    word-break: break-word;
}

.software-profile-card-value {
    color: rgb(var(--text_color));
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.45;
    word-break: break-word;
}

.software-profile-card-value:hover {
    color: rgb(var(--primary_color));
}

.software-profile-mini-card--prose p {
    margin: 0;
    color: rgb(var(--text_color));
    font-size: 0.95rem;
    line-height: 1.55;
}

.software-profile-ratings-layout {
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.software-profile-rating-score {
    align-self: stretch;
    justify-content: center;
    padding: 18px;
    border: 1px solid rgba(var(--primary_color), 0.18);
    border-radius: 8px;
    background: rgb(var(--elements_background_color));
    box-shadow: inset 0 0 0 1px rgba(var(--primary_color), 0.035);
}

.software-profile-rating-score .rating-value,
.software-profile-rating-score .rating-divider,
.software-profile-rating-score .rating-max {
    color: rgb(var(--text_color));
}

.software-profile-rating-score .rating-desc {
    color: rgb(var(--text_muted_color));
}

.software-profile-no-rating {
    color: rgb(var(--text_color));
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.2;
}

.software-profile-score-stars,
.software-profile-inline-stars {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
}

.software-profile-inline-stars {
    grid-column: 2;
    margin-top: 2px;
}

.software-profile-score-stars .star-rating-svg {
    width: auto;
    height: 22px;
    max-width: 116px;
}

.software-profile-inline-stars .star-rating-svg {
    width: auto;
    height: 15px;
    max-width: 78px;
}

.software-profile-rating-bars {
    min-width: 0;
}

.software-profile-rating-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(var(--border_color), 0.92);
    border-radius: 8px;
    background: rgb(var(--inner_background_color));
}

.software-profile-rating-note i {
    color: rgb(var(--primary_color));
    font-size: 1.15rem;
}

.software-profile-rating-note strong {
    color: rgb(var(--text_color));
    font-weight: 600;
}

.software-profile-rating-note p {
    margin: 4px 0 0;
    color: rgb(var(--text_muted_color));
    line-height: 1.55;
}

.software-profile-subratings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.software-profile-subrating-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    color: rgb(var(--text_color));
    font-weight: 600;
}

.software-profile-subrating-head i {
    color: rgb(var(--primary_color));
}

.software-profile-subrating-head span {
    min-width: 0;
}

.software-profile-subrating-head strong {
    white-space: nowrap;
}

.software-profile-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.software-profile-two-col > div {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(var(--border_color), 0.92);
    border-radius: 8px;
    background: rgb(var(--inner_background_color));
}

.software-profile-two-col h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: rgb(var(--text_color));
    font-size: 1rem;
    font-weight: 600;
}

.software-profile-two-col h3 i {
    color: rgb(var(--primary_color));
}

.software-profile-two-col ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 18px;
    color: rgb(var(--text_muted_color));
    line-height: 1.55;
}

.software-profile-feature {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-content: start;
    column-gap: 12px;
    row-gap: 6px;
}

.software-profile-feature i {
    grid-row: 1 / span 2;
}

.software-profile-feature h3,
.software-profile-feature p {
    min-width: 0;
}

.software-profile-feature h3,
.software-profile-alternative h3,
.software-profile-empty-review h3 {
    margin: 0;
    color: rgb(var(--text_color));
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.software-profile-method-grid strong {
    color: rgb(var(--text_color));
    font-weight: 600;
}

.software-profile-feature p,
.software-profile-method-grid p,
.software-profile-alternative p,
.software-profile-empty-review p,
.software-profile-rail-card p,
.software-profile-claim-bottom p {
    margin: 0;
    color: rgb(var(--text_muted_color));
    line-height: 1.6;
}

.software-profile-editorial-body p {
    color: rgb(71, 84, 103);
    line-height: 1.75;
}

.software-profile-editorial-body p:last-child {
    margin-bottom: 0;
}

.software-profile-editorial-takeaways {
    margin-bottom: 1rem;
}

.software-profile-pricing-card,
.software-profile-claim-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.software-profile-pricing-card > div {
    min-width: 0;
}

.software-profile-pricing-card strong {
    display: block;
    margin-top: 3px;
    color: rgb(var(--text_color));
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
}

.software-profile-pricing-card p {
    margin: 8px 0 0;
    color: rgb(var(--text_muted_color));
    line-height: 1.6;
}

.software-profile-alternatives-grid {
    display: grid;
    gap: 12px;
}

.software-profile-alternative {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(var(--border_color), 0.92);
    border-radius: 8px;
    background: rgb(var(--inner_background_color));
}

.software-profile-alternative-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
}

.software-profile-alternative-logo img {
    display: block;
    max-width: 58px;
    max-height: 58px;
    object-fit: contain;
}

.software-profile-alternative-body {
    min-width: 0;
}

.software-profile-alternative h3 span {
    display: inline;
    margin-left: 6px;
    color: rgb(var(--text_muted_color));
    font-size: 0.84rem;
    font-weight: 500;
}

.software-profile-alternative-rating {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin: 7px 0;
    color: rgb(var(--text_muted_color));
    font-size: 0.88rem;
}

.software-profile-alternative-rating .ratings,
.software-profile-alternative-rating .star-rating-svg {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
    max-width: 84px;
    height: 16px;
    line-height: 1;
}

.software-profile-alternative-rating img.star-rating-svg {
    width: auto;
    height: 16px;
}

.software-profile-alternative-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
}

.software-profile-empty-review {
    display: grid;
    justify-items: start;
    gap: 12px;
    padding: 24px;
}

.software-profile-source-note {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgb(var(--border_color));
    color: rgb(var(--text_muted_color));
    line-height: 1.6;
}

.software-profile-rail-actions {
    display: grid;
    gap: 10px;
}

.software-profile-rail-card {
    padding: 18px;
}

.software-profile-rail-card .item-box-title {
    margin-bottom: 12px;
}

.software-profile-rail-facts {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.software-profile-rail-facts li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
}

.software-profile-rail-facts span {
    display: inline-flex;
    min-width: 0;
    gap: 8px;
    color: rgb(var(--text_muted_color));
    font-size: 0.88rem;
    line-height: 1.35;
}

.software-profile-rail-facts i {
    color: rgb(var(--primary_color));
}

.software-profile-rail-facts strong {
    max-width: 150px;
    color: rgb(var(--text_color));
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: right;
    word-break: break-word;
}

.software-profile-rail-facts a {
    max-width: 150px;
    color: rgb(var(--text_color));
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: right;
    word-break: break-word;
}

.software-profile-rail-facts a:hover {
    color: rgb(var(--primary_color));
}

.software-profile-claim-bottom {
    border-color: rgba(var(--primary_color), 0.24);
    background: rgba(var(--primary_color), 0.045);
}

.software-profile-claim-bottom > div {
    min-width: 0;
}

@media (max-width: 1199.98px) {
    .software-profile-layout {
        grid-template-columns: 1fr;
    }

    .software-profile-rail-inner {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .software-profile-fact-grid,
    .software-profile-feature-grid,
    .software-profile-method-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .software-profile-ratings-layout,
    .software-profile-two-col {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .software-profile-nav-scroll {
        gap: 8px;
        padding: 8px;
    }

    .software-profile-nav a {
        min-height: 34px;
        padding: 7px 10px;
        font-size: 0.84rem;
        line-height: 1.05;
    }

    .software-profile-section {
        scroll-margin-top: 132px;
    }
}

@media (max-width: 767.98px) {
    .software-profile-nav {
        padding: 10px;
    }

    .software-profile-nav-mobile-label,
    .software-profile-nav-select {
        display: block;
    }

    .software-profile-nav-mobile-label {
        margin-bottom: 6px;
        color: rgb(var(--text_muted_color));
        font-size: 0.78rem;
        font-weight: 600;
    }

    .software-profile-nav-scroll {
        display: none;
    }

    .software-profile-section,
    .software-profile-empty-review {
        padding: 18px;
    }

    .software-profile-summary-grid,
    .software-profile-subratings,
    .software-profile-feature-grid,
    .software-profile-method-grid,
    .software-profile-rail-inner {
        grid-template-columns: 1fr;
    }

    .software-profile-fact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .software-profile-fact {
        padding: 14px;
    }

    .software-profile-pricing-card,
    .software-profile-claim-bottom,
    .software-profile-alternative {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .software-profile-pricing-card,
    .software-profile-claim-bottom {
        flex-direction: column;
    }

    .software-profile-pricing-card .btn,
    .software-profile-claim-bottom .btn {
        width: 100%;
    }

    .software-profile-alternative-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .software-profile-alternative-actions .btn {
        flex: 1 1 150px;
    }
}
