/* /Pages/Blog/Index.cshtml.rz.scp.css */
.blog-navbar[b-jw9176wd1x] {
    background: var(--color-navbar-bg);
    padding: 20px 0;
    height: 80px;
}

.listing-item ul[b-jw9176wd1x] {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.listing-item ul li[b-jw9176wd1x] {
    display: block;
    padding: 30px 30px 20px;
}

.listing-item ul li:nth-child(2n)[b-jw9176wd1x] {
    background: var(--color-alternate-row-bg);
}

.listing-item ul li h2 a[b-jw9176wd1x] {
    display: block;
    color: #3479b6;
    font-size: 26px !important;
    font-family: 'Glober SemiBold Free';
    margin: 0 0 15px;
}

.listing-item ul li h2 a:hover[b-jw9176wd1x] {
    color: var(--color-primary-darker);
    text-decoration: underline;
}

.listing-item ul li h5[b-jw9176wd1x] {
    display: block;
    color: var(--color-secondary);
    font-size: 16px !important;
    font-family: 'Glober SemiBold Free';
    margin: 0 0 15px;
}

.listing-item ul li p[b-jw9176wd1x] {
    display: block;
    color: #333;
    font-size: 14px !important;
    font-family: 'Droid Sans';
    margin: 0 0 15px;
}

/* Mobile Device */

@media (max-width:812px) {

    .blog-navbar[b-jw9176wd1x] {
        height: auto;
    }

    .blog-navbar .col-md-12[b-jw9176wd1x] {
        padding: 0;
        margin-top: 11px;
    }
}
/* /Pages/ContactUs.cshtml.rz.scp.css */
.contact-section .card[b-g5ji0s6miu] {
    border: 0;
    height: 400px;
    border-left: 1px #ddd solid;
    padding: 0 21px;
}

.contact-section .col-md[b-g5ji0s6miu] {
    padding: 0;
}

.contact-section .card h3[b-g5ji0s6miu] {
    font-size: 1.9vw;
    margin-bottom: 35px;
    text-align: center;
}

.contact-section .card address[b-g5ji0s6miu] {
    margin-bottom: 22px;
    padding-left: 54px;
}

.contact-section .card p[b-g5ji0s6miu] {
    margin-bottom: 35px;
}

.contact-section .card a[b-g5ji0s6miu] {
    position: relative;
    font-weight: 700;
}

.contact-section .card a i[b-g5ji0s6miu] {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
}

.contact-section .text-danger[b-g5ji0s6miu] {
    padding-left: 60px;
    line-height: 18px;
    font-size: 16px;
    margin-top: 1em;
    color: red !important;
}

@media (max-width:812px) {

    .contact-section .card h3[b-g5ji0s6miu] {
        font-size: 6.9vw;
    }

    .contact-section .card address[b-g5ji0s6miu] {
        font-size: 17px;
    }
}
/* /Pages/Index.cshtml.rz.scp.css */
.company-info[b-1kswke4iiv] {
    color: white;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    font-weight: 500 !important;
    font-size: 120%;
}

.tm_r_circle[b-1kswke4iiv] {
    font-size: 30%;
    font-weight: bold;
    line-height: 100%;
    opacity: .85;
    position: relative;
    top: -10px;
    vertical-align: super;
}

.social-icons[b-1kswke4iiv] {
    float: right;
    margin-top: -38px;
}

.social-icons a[b-1kswke4iiv] {
    display: inline-block;
    border-radius: 20px;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 8px;
    color: white;
    border: 2px solid white;
    transition: 0.3s ease;
}

.social-icons a:hover[b-1kswke4iiv] {
    color: var(--color-secondary);
    border: 2px solid var(--color-secondary);
}

.our-services[b-1kswke4iiv] {
    width: 460px;
    height: 460px;
    overflow: hidden;
    background: #ccc;
    border: 1px solid white;
    border-bottom: none;
    box-shadow: 4px 4px 4px #d1d1d1; /* fallback for rgba */
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.our-services div[b-1kswke4iiv] {
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services div.business-apps[b-1kswke4iiv] {
    border-bottom: 1px solid #f5f5f5; /* fallback for rgba */
    border-bottom: 1px solid rgba(255,255,255,.7);
}

.our-services div.embedded-sys[b-1kswke4iiv] {
    border-top: 1px solid #cdcdcd; /* fallback for rgba */
    border-top: 1px solid rgba(0,0,0,.3);
}

.our-services div.business-apps a[b-1kswke4iiv] {
    background: #d4a23b; /* fallback for rgba */
    background: rgba(179,133,37,.7);
    border-right: 1px solid #d4d4d4; /* fallback for rgba */
    border-right: 1px solid rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 0 0 0 #f6f6f6; /* fallback for rgba */
    -webkit-box-shadow: 1px 0 0 0 rgba(255,255,255,.7);
    box-shadow: 1px 0 0 0 #e9e9e9; /* fallback for rgba */
    box-shadow: 1px 0 0 0 rgba(255,255,255,.7);
}

.our-services div.embedded-sys a[b-1kswke4iiv] {
    float: right;
    background: var(--color-primary);
    background: #72a499; /* fallback for rgba */
    background: rgba(26,108,90,.7);
    border-left: 1px solid #b6b4b4; /* fallback for rgba */
    border-left: 1px solid rgba(0,0,0,.3);
    -webkit-box-shadow: -1px 0 0 0 #ffffff; /* fallback for rgba */
    -webkit-box-shadow: -1px 0 0 0 rgba(255,255,255,.7);
    box-shadow: -1px 0 0 0 #ffffff; /* fallback for rgba */
    box-shadow: -1px 0 0 0 rgba(255,255,255,.7);
}

.our-services div a[b-1kswke4iiv] {
    display: block;
    width: 50%;
    height: 232px;
    text-decoration: none;
    color: white;
    font-size: 38px;
    font-family: 'Glober SemiBold Free';
    line-height: 1.1em;
    text-align: center;
    padding-top: 60px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
}

.our-services div a i[b-1kswke4iiv] {
    display: block;
    height: 45px;
    width: 45px;
    border: 2px white solid;
    border-radius: 50px;
    line-height: 41px;
    text-align: center;
    margin: 12px auto;
    transform: rotateX(90deg);
    transition: 0.5s ease;
}

.our-services div a:hover i[b-1kswke4iiv] {
    transform: rotateX(0);
}

.product-heading[b-1kswke4iiv] {
    background: #d6e4e8;
    padding: 60px 0 44px;
}

.product-heading h3[b-1kswke4iiv] {
    font-size: 40px;
    margin: 0;
    font-weight: 400;
    line-height: 0;
    display: block;
}

.products-item[b-1kswke4iiv] {
    padding: 20px 0 20px;
    overflow: hidden;
}

#main-content[b-1kswke4iiv] {
    background: var(--color-primary);
    border-bottom: 7px solid var(--color-secondary);
    padding: 55px 0 50px;
    height: 486px;
}

#main-content h1[b-1kswke4iiv] {
    font-size: 62px;
    color: var(--color-secondary-light);
}

#main-content h2[b-1kswke4iiv] {
    font-size: 55px;
    color: white;
}

@media (max-width:1024px) {
    #main-content h1[b-1kswke4iiv] {
        font-size: 45px;
    }

    #main-content[b-1kswke4iiv] {
        padding: 71px 0 50px;
        height: auto;
    }

    .our-services[b-1kswke4iiv] {
        width: 100%;
        height: auto;
    }

    .our-services div[b-1kswke4iiv] {
        height: 175px;
    }

    .our-services div a[b-1kswke4iiv] {
        height: 174px;
        font-size: 24px;
        padding-top: 41px;
    }
}
/* /Pages/Products/Index.cshtml.rz.scp.css */
@media screen and (max-width: 767px) {
    .products-row[b-0d32pgxdxs] {
        margin-bottom: 0;
        box-shadow: none;
        border-bottom: none;
    }
}

.products-row .products-row-item[b-0d32pgxdxs] {
    padding: 0 25px 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

@media screen and (max-width: 991px) {
    .products-row .products-row-item[b-0d32pgxdxs] {
        padding: 0 15px 30px;
        width: 49%;
    }
}

@media screen and (max-width: 767px) {
    .products-row .products-row-item[b-0d32pgxdxs] {
        padding: 0 25px 30px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 30px;
        width: 100%;
    }
}

.products-row .products-row-item img[b-0d32pgxdxs] {
    margin-left: -20px;
    margin-bottom: 15px;
}

.products-row h4[b-0d32pgxdxs] {
    color: var(--color-primary-dark);
    font-size: 18px;
    font-weight: 600;
    font-family: 'Glober';
}

.products-row h5[b-0d32pgxdxs] {
    color: var(--color-secondary-dark);
    font-size: 15px;
    font-weight: 600;
}

legend[b-0d32pgxdxs] {
    margin-bottom: -10px;
}
/* /Pages/Products/Pricing.cshtml.rz.scp.css */
h1[b-7buqe89jql], h2[b-7buqe89jql], h3[b-7buqe89jql], h4[b-7buqe89jql], h5[b-7buqe89jql] {
    font-family: 'Glober';
    color: var(--color-primary-dark);
}

.card-header[b-7buqe89jql] {
    padding: 32px 0 48px;
    margin-bottom: 0;
    overflow: hidden;
    background-color: var(--color-primary);
    border-bottom: 0;
    position: relative;
    font-family: "Lato",sans-serif !important;
    transition: 0.3s ease;
}

.card-header h4[b-7buqe89jql] {
    color: white;
}

.card-title[b-7buqe89jql] {
    background: var(--color-primary-darkest);
    padding: 21px 0 20px;
    height: 130px;
    margin-bottom: 0;
}

.head_bg[b-7buqe89jql] {
    width: 105%;
    position: absolute;
    z-index: 999;
    height: 28px;
    background: var(--color-primary-darkest);
    transform: rotate(-4deg);
    bottom: -13px;
}

.card-body h4[b-7buqe89jql] {
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 27px;
    position: relative;
}

.card-body .costs[b-7buqe89jql] {
    font-size: 21px;
    border-radius: 30px;
    border: 2px solid var(--color-secondary);
    color: var(--color-secondary);
    font-weight: 700;
    padding: 4px 10px 0;
}

.saletime[b-7buqe89jql] {
    display: block;
    font-size: 13px;
    color: #ccc;
}

.saletime strong[b-7buqe89jql] {
    color: #fff;
    font-weight: 700;
}

.sign[b-7buqe89jql] {
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
}

.cent[b-7buqe89jql] {
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    color: #ccc;
    font-weight: 400;
    vertical-align: middle;
    margin: 0 4px 0 7px;
}

.currency[b-7buqe89jql] {
    color: white;
    font-family: "Lato",sans-serif;
    font-size: 43px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

.price-icon[b-7buqe89jql] {
    width: 100%;
    position: absolute;
    top: 67px;
    z-index: 999;
}

.price-icon i[b-7buqe89jql] {
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: white;
    font-size: x-large;
    color: var(--color-primary);
    border-radius: 50px;
}

/* Mobile Device */

@media (max-width:812px) {

    .pricepage[b-7buqe89jql] {
        padding: 80px 0 60px;
    }

    .discount-price[b-7buqe89jql] {
        padding: 0 0 80px;
    }
}

/* Purchase Progress Overlay */
.purchase-progress-overlay[b-7buqe89jql] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.progress-container[b-7buqe89jql] {
    background: white;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 90%;
    animation: slideUp-b-7buqe89jql 0.5s ease-out;
}

@keyframes slideUp-b-7buqe89jql {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.progress-icon[b-7buqe89jql] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(45deg, #007bff, #0056b3);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse-b-7buqe89jql 2s infinite;
}

@keyframes pulse-b-7buqe89jql {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.progress-icon i[b-7buqe89jql] {
    color: white;
    font-size: 2rem;
    animation: spin-b-7buqe89jql 2s linear infinite;
}

@keyframes spin-b-7buqe89jql {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.progress-title[b-7buqe89jql] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.progress-message[b-7buqe89jql] {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.progress-bar-container[b-7buqe89jql] {
    width: 100%;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}

.progress-bar-fill[b-7buqe89jql] {
    height: 100%;
    background: linear-gradient(90deg, #007bff, #28a745);
    width: 0%;
    border-radius: 4px;
    animation: progressFill-b-7buqe89jql 3s ease-in-out infinite;
}

@keyframes progressFill-b-7buqe89jql {
    0% {
        width: 0%;
    }

    50% {
        width: 70%;
    }

    100% {
        width: 90%;
    }
}

.progress-steps[b-7buqe89jql] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.progress-step[b-7buqe89jql] {
    flex: 1;
    text-align: center;
    position: relative;
}

.progress-step[b-7buqe89jql]::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dee2e6;
    display: block;
    margin: 0 auto 8px;
    transition: all 0.3s ease;
}

.progress-step.active[b-7buqe89jql]::before {
    background: #007bff;
    animation: stepPulse-b-7buqe89jql 1s ease-in-out;
}

@keyframes stepPulse-b-7buqe89jql {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.progress-step span[b-7buqe89jql] {
    font-size: 0.8rem;
    color: #666;
}

.progress-step.active span[b-7buqe89jql] {
    color: #007bff;
    font-weight: 600;
}

/* Feature Comparison Matrix */
.feature-matrix-section[b-7buqe89jql] {
    max-width: 1000px;
    margin: 0 auto;
}

.feature-matrix-table[b-7buqe89jql] {
    font-size: 0.95rem;
    background: white;
}

.feature-matrix-table th[b-7buqe89jql] {
    vertical-align: middle;
    background-color: var(--color-primary);
    color: white;
    font-weight: 600;
    padding: 12px 15px;
}

.feature-matrix-table th.feature-column[b-7buqe89jql] {
    text-align: left;
    min-width: 200px;
}

.feature-matrix-table th.license-column[b-7buqe89jql] {
    min-width: 120px;
}

.feature-group-row td[b-7buqe89jql] {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-top: 2px solid #dee2e6;
}

.feature-group-row strong[b-7buqe89jql] {
    color: var(--color-primary-dark);
    font-size: 1rem;
}

.feature-name-cell[b-7buqe89jql] {
    padding-left: 25px !important;
    color: #495057;
}

.feature-value-cell[b-7buqe89jql] {
    vertical-align: middle;
    padding: 10px !important;
}

.feature-value-cell i.fa-check[b-7buqe89jql] {
    font-size: 1.1rem;
}

.feature-value-cell i.fa-times[b-7buqe89jql] {
    font-size: 1.1rem;
}

.feature-text-value[b-7buqe89jql] {
    display: inline-block;
    background-color: #e7f3ff;
    color: var(--color-primary-dark);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
}

.feature-matrix-table tbody tr:hover[b-7buqe89jql] {
    background-color: #f8f9fa;
}

.feature-matrix-table tbody tr.feature-group-row:hover[b-7buqe89jql] {
    background-color: #f8f9fa;
}

/* Mobile responsiveness for feature matrix */
@media (max-width: 768px) {
    .feature-matrix-table[b-7buqe89jql] {
        font-size: 0.85rem;
    }

    .feature-matrix-table th[b-7buqe89jql],
    .feature-matrix-table td[b-7buqe89jql] {
        padding: 8px 10px;
    }

    .feature-name-cell[b-7buqe89jql] {
        padding-left: 15px !important;
    }

    .feature-matrix-table th.license-column[b-7buqe89jql] {
        min-width: 80px;
    }

    .feature-text-value[b-7buqe89jql] {
        font-size: 0.75rem;
        padding: 1px 5px;
    }
}
/* /Pages/Products/ProductDetails.cshtml.rz.scp.css */
article h1[b-n4i72kjmkr], article h2[b-n4i72kjmkr], article h3[b-n4i72kjmkr], article h4[b-n4i72kjmkr], article h5[b-n4i72kjmkr] {
    color: #555;
}

.page-header[b-n4i72kjmkr] {
    padding: 20px 0 11px;
    background: #fff;
}

.page-header h1[b-n4i72kjmkr] {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-right: 20px;
    padding-top: 10px;
}

.page-header h2[b-n4i72kjmkr] {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}

.page-header a[b-n4i72kjmkr] {
    display: inline-block;
    font-size: 14px;
    color: var(--color-secondary);
    font-weight: 500;
}

.page-header .btn[b-n4i72kjmkr] {
    color: white;
}

.video_banner[b-n4i72kjmkr] {
    height: 333px;
    background: var(--color-primary);
}

.video_banner a[b-n4i72kjmkr] {
    font-weight: 600 !important;
    padding: 10px 20px;
    margin: 6px;
    margin-top: 20px;
    font-size: 14px;
}

.video_banner h2[b-n4i72kjmkr] {
    color: #fff;
    padding: 50px 20px 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
}

.video-placeholder[b-n4i72kjmkr] {
    position: relative;
    float: right;
    max-width: 100%;
    height: 333px;
    overflow: hidden;
}

.video-placeholder img[b-n4i72kjmkr] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.video-placeholder .play-icon[b-n4i72kjmkr] {
    position: absolute;
    z-index: 3;
    display: block;
    border: none;
    padding: 0;
    background: #e04447;
    background: rgba(224,68,71,.9);
    width: 116px;
    height: 116px;
    border-radius: 126px;
    top: 50%;
    left: 50%;
    margin: -63px 0 0 -63px;
}

.play-icon:hover[b-n4i72kjmkr] {
    background: var(--color-secondary);
}

.video-placeholder[b-n4i72kjmkr]:after {
    position: absolute;
    z-index: 2;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 4px 0 4px 0 rgba(0,0,0,.25) inset, -4px 0 4px 0 rgba(0,0,0,.25) inset;
    box-shadow: 4px 0 4px 0 rgba(0,0,0,.25) inset, -4px 0 4px 0 rgba(0,0,0,.25) inset;
}

.video-placeholder .play-icon[b-n4i72kjmkr]:after {
    position: absolute;
    z-index: 4;
    display: block;
    content: '';
    border-bottom: 27px solid transparent;
    border-top: 27px solid transparent;
    border-left: 54px solid #fff;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -18px;
}

.product-info[b-n4i72kjmkr] {
    padding: 60px 0;
    overflow: hidden;
}

.product-info h2[b-n4i72kjmkr] {
    font-weight: 600;
    color: #000;
    font-size: 30px;
}

.card-links[b-n4i72kjmkr] {
    padding-bottom: 60px;
}

.card-links .card[b-n4i72kjmkr] {
    border: 0;
}

.card-links h5[b-n4i72kjmkr] {
    color: #444;
    font-weight: 600;
    font-size: 15px !important;
    border-bottom: 2px #ccc solid;
    padding-bottom: 8px;
}

.clients[b-n4i72kjmkr] {
    padding: 0 0 60px;
}

.clients h3[b-n4i72kjmkr] {
    color: #111;
    font-size: 25px;
    margin-bottom: 110px;
}

.aboutreview .owl-carousel li[b-n4i72kjmkr] {
    list-style-type: none;
}

.aboutreview .owl-carousel img[b-n4i72kjmkr] {
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto;
}

.aboutreview .owl-carousel h4[b-n4i72kjmkr], .aboutreview .owl-carousel h4 a[b-n4i72kjmkr] {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Glober';
    margin-top: 30px;
}

.aboutreview .owl-carousel h5[b-n4i72kjmkr] {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.aboutreview .owl-carousel p[b-n4i72kjmkr] {
    font-size: 14px;
    margin-top: 20px;
    padding: 0 40px;
}

.modal h5[b-n4i72kjmkr] {
    width: 100%;
    font-weight: 600;
}

.close[b-n4i72kjmkr] {
    color: #fff;
    opacity: 1;
}

.embed-responsive[b-n4i72kjmkr] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 449px;
    margin-left: 0;
    background: #fff;
}

.modal-body[b-n4i72kjmkr] {
    padding: 0;
}

@media (max-width:812px) {
    .video_banner[b-n4i72kjmkr] {
        height: auto;
        padding-bottom: 20px;
    }

    .embed-responsive[b-n4i72kjmkr] {
        height: 191px;
    }

    .product-info[b-n4i72kjmkr] {
        padding: 60px 0 0;
        overflow: hidden;
    }

    .page-header[b-n4i72kjmkr] {
        text-align: center;
        padding: 15px 10px;
    }

    /* Stack header flex items vertically on mobile */
    .page-header .d-flex[b-n4i72kjmkr] {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1rem;
    }

    .page-header h1[b-n4i72kjmkr] {
        white-space: normal !important;
        text-wrap: balance;
        font-size: 1.25rem;
        margin-right: 0;
        padding-top: 0;
        line-height: 1.3;
    }

    /* Center all text sections */
    .page-header .text-center[b-n4i72kjmkr] {
        width: 100%;
    }

    /* Links row - make horizontal with wrapping */
    .page-header .text-center a:not(.btn)[b-n4i72kjmkr] {
        display: inline-block;
        margin: 0.25rem 0.5rem;
        font-size: 0.85rem;
    }

    /* Buttons - full width stacked */
    .page-header .btn[b-n4i72kjmkr] {
        display: block;
        width: 100%;
        margin: 0.5rem 0 !important;
        padding: 0.75rem 1rem;
    }

    .text-right[b-n4i72kjmkr] {
        text-align: center !important;
        margin-bottom: 20px;
    }

    /* Video banner text improvements */
    .video_banner h2[b-n4i72kjmkr] {
        font-size: 1.25rem;
        padding: 20px 15px 0;
        line-height: 1.4;
    }

    .video-placeholder[b-n4i72kjmkr] {
        float: none;
        height: auto;
        max-height: 250px;
        margin: 20px auto 0;
    }

    .video-placeholder .play-icon[b-n4i72kjmkr] {
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px;
    }

    .video-placeholder .play-icon[b-n4i72kjmkr]:after {
        border-bottom: 16px solid transparent;
        border-top: 16px solid transparent;
        border-left: 32px solid #fff;
        margin: -16px 0 0 -11px;
    }

    /* Client reviews section */
    .clients[b-n4i72kjmkr] {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 30px;
        border-top: 1px solid #eee;
    }

    .clients h3[b-n4i72kjmkr] {
        margin-bottom: 60px;
        font-size: 1.25rem;
    }

    .aboutreview .owl-carousel img[b-n4i72kjmkr] {
        width: 120px !important;
        height: 120px !important;
    }

    .aboutreview .owl-carousel p[b-n4i72kjmkr] {
        padding: 0 15px;
    }
}

/* Hero CTA sub-line (.NET Components product pages) */
.trial-cta-hint[b-n4i72kjmkr] {
    margin-top: 10px;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.45;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.trial-cta-hint .trial-cta-sep[b-n4i72kjmkr] {
    margin: 0 0.15em;
}

/* NuGet install command — quiet, self-contained utility row.
   Negative top/bottom margins compensate for the 60px padding on .product-info
   so the block sits ~36px below the hero and ~56px above the first benefit.
   Right padding reserves space for the absolutely-positioned action buttons,
   so wrapped text never flows under the icons. */
.motto-terminal[b-n4i72kjmkr] {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 680px;
    min-height: 44px;
    margin: -24px auto -8px;
    padding: 6px 88px 6px 18px;
    background-color: #f1f3f5;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.motto-terminal-line[b-n4i72kjmkr] {
    flex: 1 1 auto;
    min-width: 0;
    color: #495057;
    font-family: "Cascadia Code", "Fira Code", "JetBrains Mono", "SF Mono", Consolas, "Courier New", monospace;
    font-size: 0.875rem;
    line-height: 1.5;
    background: transparent;
    padding: 0;
    margin: 0;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: anywhere;
}

.motto-terminal-prompt[b-n4i72kjmkr] {
    color: #adb5bd;
    margin-right: 0.5em;
    user-select: none;
    font-weight: 600;
}

.motto-terminal-actions[b-n4i72kjmkr] {
    position: absolute;
    top: 6px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.motto-terminal-icon-btn[b-n4i72kjmkr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent;
    color: #6c757d;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.motto-terminal-icon-btn:hover[b-n4i72kjmkr] {
    color: #343a40;
    background-color: rgba(0, 0, 0, 0.04);
}

.motto-terminal-icon-btn:focus-visible[b-n4i72kjmkr] {
    outline: none;
    color: #343a40;
    border-color: #1c6b92;
    background-color: rgba(28, 107, 146, 0.08);
}

.motto-terminal-icon-btn img[b-n4i72kjmkr] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.motto-terminal-copy-btn .motto-copy-icon-done[b-n4i72kjmkr] {
    display: none;
}

.motto-terminal-copy-btn.is-copied[b-n4i72kjmkr] {
    color: #2f9e44;
}

.motto-terminal-copy-btn.is-copied .motto-copy-icon-default[b-n4i72kjmkr] {
    display: none;
}

.motto-terminal-copy-btn.is-copied .motto-copy-icon-done[b-n4i72kjmkr] {
    display: inline-block;
}

@media (max-width: 575px) {
    .motto-terminal[b-n4i72kjmkr] {
        margin: -16px auto -4px;
        padding: 6px 80px 6px 14px;
    }

    .motto-terminal-actions[b-n4i72kjmkr] {
        right: 8px;
        gap: 6px;
    }

    .motto-terminal-line[b-n4i72kjmkr] {
        font-size: 0.8125rem;
    }

    .trial-cta-hint .trial-cta-sep[b-n4i72kjmkr] {
        display: none;
    }

    .trial-cta-hint .trial-cta-tail[b-n4i72kjmkr] {
        display: block;
    }
}
