@import 'Assisto.Client.5521bszsnv.bundle.scp.css';
@import '_content/Client.Library/Client.Library.46v3u70o4k.bundle.scp.css';

/* _content/Assisto.Marketing/Components/Citations/CitationResults.razor.rz.scp.css */
[b-1idm8lcfgg] .citation {
    padding: 20px;
}

.citation-results.horizontal-mode[b-1idm8lcfgg] {
    max-width: 90%;
}

/* Horizontal Mode Styles */
.citation-results.horizontal-mode .citation-slider-container[b-1idm8lcfgg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0rem 0;
    position: relative;
}

.citation-results.horizontal-mode .citation-slider[b-1idm8lcfgg] {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 1.5rem;
    padding: 1rem 0;
    flex: 1;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.citation-results.horizontal-mode .citation-slider[b-1idm8lcfgg]::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.citation-results.horizontal-mode .citation-slide[b-1idm8lcfgg] {
    flex: 0 0 1024px;
    min-width: 1024px;
    max-width: 1024px;
}

.citation-results.horizontal-mode .slider-arrow[b-1idm8lcfgg] {
    background-color: var(--assisto-primary);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    flex-shrink: 0;
    z-index: 10;
}

.citation-results.horizontal-mode .slider-arrow:hover[b-1idm8lcfgg] {
    background-color: var(--assisto-primary-focus);
    transform: scale(1.1);
}

.citation-results.horizontal-mode .slider-arrow:active[b-1idm8lcfgg] {
    transform: scale(0.95);
}

.citation-results.horizontal-mode .slider-arrow-left[b-1idm8lcfgg] {
    order: -1;
}

.citation-results.horizontal-mode .slider-arrow-right[b-1idm8lcfgg] {
    order: 1;
}

/* Mobile navigation controls */
.citation-results.horizontal-mode .mobile-navigation[b-1idm8lcfgg] {
    display: none;
}

/* Responsive adjustments for horizontal mode */
@media (max-width: 1200px) {
    .citation-results.horizontal-mode .citation-slide[b-1idm8lcfgg] {
        flex: 0 0 90vw;
        min-width: 90vw;
        max-width: 90vw;
    }
}

@media (max-width: 768px) {
    /* Hide desktop arrows on mobile */
    .citation-results.horizontal-mode .slider-arrow[b-1idm8lcfgg] {
        display: none;
    }
    
    /* Show mobile navigation */
    .citation-results.horizontal-mode .mobile-navigation[b-1idm8lcfgg] {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-top: 3rem;
    }
    
    .citation-results.horizontal-mode .mobile-navigation .slider-arrow[b-1idm8lcfgg] {
        display: flex;
        background-color: var(--assisto-primary);
        color: white;
        border: none;
        border-radius: 8px;
        width: 45px;
        height: 35px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 1rem;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }
    
    .citation-results.horizontal-mode .mobile-navigation .slider-arrow:hover[b-1idm8lcfgg] {
        background-color: var(--assisto-primary-focus);
        transform: scale(1.05);
    }
    
    /* Make slider container full width on mobile */
    .citation-results.horizontal-mode .citation-slider-container[b-1idm8lcfgg] {
        gap: 0;
        margin: 0;
        width: 100%;
    }
    
    /* Make slider full width and center content */
    .citation-results.horizontal-mode .citation-slider[b-1idm8lcfgg] {
        width: 100%;
        gap: 1rem;
        padding: 0.5rem 0;
        justify-content: center;
    }
    
    /* Make slides take almost full viewport width on mobile */
    .citation-results.horizontal-mode .citation-slide[b-1idm8lcfgg] {
        flex: 0 0 95vw;
        min-width: 95vw;
        max-width: 95vw;
        margin: 0 auto;
    }
    
    /* Center the citation results component */
    .citation-results.horizontal-mode[b-1idm8lcfgg] {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 0.5rem;
    }
}

@media (max-width: 480px) {
    /* Even more space for content on very small screens */
    .citation-results.horizontal-mode .citation-slide[b-1idm8lcfgg] {
        flex: 0 0 98vw;
        min-width: 98vw;
        max-width: 98vw;
    }
    
    .citation-results.horizontal-mode .citation-slider[b-1idm8lcfgg] {
        gap: 0.5rem;
    }
    
    .citation-results.horizontal-mode[b-1idm8lcfgg] {
        padding: 0 0.25rem;
    }
    
    .citation-results.horizontal-mode .mobile-navigation .slider-arrow[b-1idm8lcfgg] {
        width: 40px;
        height: 32px;
        font-size: 0.9rem;
    }
}

.view-all-button-container[b-1idm8lcfgg] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0rem 0;
}

.story-similar-container[b-1idm8lcfgg] {
    background-color: #F0F0F0;
    margin-top: 10px;
    padding-bottom: 15px;
}

.corrective-actions ul[b-1idm8lcfgg] {
    padding: 0 12px;
}

.corrective-actions li[b-1idm8lcfgg] {
    padding-bottom: 6px;
}

pre[b-1idm8lcfgg] {
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.data-source-info[b-1idm8lcfgg] {    
    color: var(--assisto-secondary-text);
    font-style: italic;
    text-align: right;
    padding-right: 20px;
}

[b-1idm8lcfgg] .tooltip-trigger {
    padding: 4px;
    filter: var(--assisto-primary-filter);
}
/* _content/Assisto.Marketing/Components/Citations/DataSourceInfo.razor.rz.scp.css */
.data-source-info[b-3ryfd0d6qg] {    
    color: var(--assisto-secondary-text);
    font-style: italic;
    text-align: right;
    padding-right: 20px;
}

[b-3ryfd0d6qg] .tooltip-trigger {
    padding: 4px;
    filter: var(--assisto-primary-filter);
} 
/* _content/Assisto.Marketing/Components/ExploreStates.razor.rz.scp.css */
.explore-states-section[b-idmdw1lmwn] {    
    padding-top: 30px;
    border-radius: 8px;
}

.section-header[b-idmdw1lmwn] {
    text-align: center;
    margin-bottom: 2rem;
}

    .section-header h2[b-idmdw1lmwn] {
        color: var(--assisto-primary);
        font-size: 2rem;
        margin-bottom: 1rem;
        padding: 0 10px;
    }

.section-header .lead[b-idmdw1lmwn] {
    color: var(--assisto-secondary-text);
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}

.states-grid[b-idmdw1lmwn] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.state-card[b-idmdw1lmwn] {
    background: white;
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
}

.state-card:hover[b-idmdw1lmwn] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    text-decoration: none;
    color: inherit;
}

.state-card h3[b-idmdw1lmwn] {
    color: var(--assisto-primary);
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.state-card p[b-idmdw1lmwn] {
    color: var(--assisto-secondary-text);
    margin: 0;
}

.all-states-link[b-idmdw1lmwn] {
    grid-column: 1 / -1;
    padding: 2rem;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.all-states-link h4[b-idmdw1lmwn] {
    color: var(--assisto-primary);
    margin-bottom: 1rem;
    text-align: center;
    grid-column: 1 / -1;
}

.state-links-column[b-idmdw1lmwn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.state-links-column a[b-idmdw1lmwn] {
    color: black;
    text-decoration: none;
    padding: 0.25rem 0;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.state-links-column a:hover[b-idmdw1lmwn] {
    border-bottom-color: var(--assisto-primary);
    text-decoration: none;
}

@media (max-width: 768px) {

    .explore-states-section[b-idmdw1lmwn] {
    }

    .states-grid[b-idmdw1lmwn] {
        grid-template-columns: 1fr;
    }
    
    .all-states-link[b-idmdw1lmwn] {
        grid-column: 1;
        grid-template-columns: repeat(3, 1fr);
        padding: 1.5rem;
        gap: 0.75rem;
    }
    
    .state-links-column[b-idmdw1lmwn] {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
    }
    
    .state-links-column a[b-idmdw1lmwn] {
        font-size: 0.9rem;
        padding: 0.2rem 0;
    }
}

@media (max-width: 480px) {
    .all-states-link[b-idmdw1lmwn] {
        grid-template-columns: repeat(2, 1fr);
        padding: 2rem;
        gap: 0.5rem;
    }
    
    .state-links-column a[b-idmdw1lmwn] {
        font-size: 0.85rem;
        padding: 0.15rem 0;
    }
} 
/* _content/Assisto.Marketing/Components/FAQ.razor.rz.scp.css */
/* _content/Assisto.Marketing/Components/HomeSearch.razor.rz.scp.css */
.simple-search-container[b-86weo7w2la] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    max-width: 600px;
    margin: 25px auto;
    align-items: flex-end;
}

.search-input[b-86weo7w2la] {
    flex: 1;
    font-size: 1.1rem;
    border-radius: 8px;
    background-color: white;
}

@media (max-width: 768px) {
    .simple-search-container[b-86weo7w2la] {
        flex-direction: column;
        align-items: stretch;
    }
    [b-86weo7w2la] .search-button {
        padding: 0.75rem 1rem;
    }
}
/* _content/Assisto.Marketing/Components/Layout/Footer.razor.rz.scp.css */
.footer-main-container[b-td23vu8tuy] {
    color: var(--white, #fff);
    object-fit: fill;
    background-image: url('/images/layout/footer-bg.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 40px;
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.footer-content[b-td23vu8tuy] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
    gap: 2.5rem;
}

.footer-brand[b-td23vu8tuy] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-logo[b-td23vu8tuy] {
    height: 30px;
    width: auto;
}

.linkedin-link[b-td23vu8tuy] {
    display: flex;
    align-items: center;
    color: var(--white, #fff);
    text-decoration: none;
    transition: color 0.2s ease;
}

.linkedin-link:hover[b-td23vu8tuy] {
    color: #b6e3de;
}

.linkedin-icon[b-td23vu8tuy] {
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
}

.linkedin-link:hover .linkedin-icon[b-td23vu8tuy] {
    transform: scale(1.1);
}

.footer-title-group[b-td23vu8tuy] {
    display: flex;
    flex-direction: column;
}

.footer-title[b-td23vu8tuy] {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--white, #fff);
}

.footer-links[b-td23vu8tuy] {
    display: flex;
    gap: 3rem;
    margin-bottom: 1.5rem;
}

.footer-link[b-td23vu8tuy] {
    color: var(--white, #fff);
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.footer-link:hover[b-td23vu8tuy] {
    color: #b6e3de;
}

.footer-contact[b-td23vu8tuy] {
    font-size: 16px;
    color: #b6e3de;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.footer-email[b-td23vu8tuy] {
    color: #b6e3de;
    text-decoration: underline;
}

.footer-bottom[b-td23vu8tuy] {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 3rem;
    padding-top: 1.2rem;
    text-align: center;
    color: #b6e3de;
    font-size: 16px;
}
.footer-bottom-link[b-td23vu8tuy] {
    color: #7be2d6;
    text-decoration: underline;
    margin: 0 0.2rem;
}
.footer-bottom-link:hover[b-td23vu8tuy] {
    color: #fff;
}

@media (min-width: 900px) {
    .footer-content[b-td23vu8tuy] {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0;
    }
    .footer-brand[b-td23vu8tuy] {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {

    .footer-links[b-td23vu8tuy] {
        margin-bottom: 0;
        gap: 0rem;
    }
}
/* _content/Assisto.Marketing/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pq1007olye] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

main[b-pq1007olye] {
    flex: 1;
    width: 100%;
    margin: 0 auto;
}

.content[b-pq1007olye] {
    margin-top: 0rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px;
}

.top-row[b-pq1007olye] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pq1007olye]  a, .top-row[b-pq1007olye]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pq1007olye]  a:hover, .top-row[b-pq1007olye]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pq1007olye]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pq1007olye] {
        justify-content: space-between;
    }

    .top-row[b-pq1007olye]  a, .top-row[b-pq1007olye]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pq1007olye] {
        flex-direction: column;
    }

    .top-row[b-pq1007olye] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pq1007olye]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pq1007olye], article[b-pq1007olye] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pq1007olye] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pq1007olye] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* _content/Assisto.Marketing/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-assisto[b-yhnn2sfcsi] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-assisto .navbar[b-yhnn2sfcsi] {
    background-color: white;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid var(--assisto-border);
}

.navbar-assisto .container-fluid[b-yhnn2sfcsi] {
    width: 90%;
    max-width: 1300px;
}

.navbar-assisto .navbar-brand[b-yhnn2sfcsi] {
    font-size: 1.1rem;
    color: var(--assisto-primary);
    height: 43px;
}

.navbar-assisto .navbar-checkbox[b-yhnn2sfcsi] {
    display: none;
}

.navbar-assisto .navbar-toggler[b-yhnn2sfcsi] {
    border: 1px solid var(--assisto-border);
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
}

.navbar-assisto .navbar-toggler-icon[b-yhnn2sfcsi] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.bi[b-yhnn2sfcsi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.navbar-assisto .navbar-nav[b-yhnn2sfcsi] {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-assisto .nav-item[b-yhnn2sfcsi] {
    padding: 0.5rem 1rem;
}

.navbar-assisto[b-yhnn2sfcsi]  .nav-link {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0.5rem 0.5rem;
}

    .navbar-assisto[b-yhnn2sfcsi]  .nav-link:hover {
        color: var(--assisto-primary-focus);
    }

    .navbar-assisto[b-yhnn2sfcsi]  .nav-link.active {
        color: var(--assisto-primary-focus);
    }

@media (min-width: 992px) {
    .navbar-assisto .navbar-nav[b-yhnn2sfcsi] {
        flex-direction: row;
    }

    .navbar-assisto .nav-item[b-yhnn2sfcsi] {
        padding: 0rem 0.5rem;
    }
}

.newsletter-link[b-yhnn2sfcsi] {
    color: var(--assisto-action-bg) !important;
    font-weight: 500;
}

.newsletter-link:hover[b-yhnn2sfcsi] {
    color: var(--assisto-primary) !important;
}

.btn-newsletter[b-yhnn2sfcsi] {
    background-color: var(--assisto-highlight-yellow) !important;
    color: var(--assisto-primary-text) !important;
    border: none;
    font-weight: 500;
    margin: 0.7rem 0.5rem 0.5rem 0.5rem;
}

.btn-newsletter:hover[b-yhnn2sfcsi] {
    background-color: color-mix(in srgb, var(--assisto-highlight-yellow) 90%, black) !important;
    color: var(--assisto-primary-text) !important;
}

.navbar-assisto[b-yhnn2sfcsi]  .login-link {
    color: var(--assisto-primary) !important;
    font-weight: bold !important;
}

.navbar-assisto[b-yhnn2sfcsi]  .login-link:hover {
    color: var(--assisto-primary-focus) !important;
}

/* Dropdown submenu styles */
.navbar-assisto .dropdown[b-yhnn2sfcsi] {
    position: relative;
}

.navbar-assisto .dropdown-toggle[b-yhnn2sfcsi]::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar-assisto .dropdown-menu[b-yhnn2sfcsi] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid var(--assisto-border);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.navbar-assisto .dropdown-menu.show[b-yhnn2sfcsi] {
    display: block;
}

.navbar-assisto .dropdown-item[b-yhnn2sfcsi] {
    display: block;
    width: 100%;
    padding: 0.375rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-assisto .dropdown-item:hover[b-yhnn2sfcsi],
.navbar-assisto .dropdown-item:focus[b-yhnn2sfcsi] {
    color: var(--assisto-primary-focus);
    background-color: #f8f9fa;
}

.navbar-assisto[b-yhnn2sfcsi]  .dropdown-item.active {
    color: var(--assisto-primary-focus);
    background-color: #e9ecef;
}

/* Hover dropdown functionality */
@media (min-width: 992px) {
    .navbar-assisto .dropdown:hover .dropdown-menu[b-yhnn2sfcsi] {
        display: block;
    }
    
    .navbar-assisto .dropdown-menu[b-yhnn2sfcsi] {
        margin-top: 0;
    }
}

/* Mobile dropdown styles */
@media (max-width: 991.98px) {
    .navbar-assisto .dropdown-menu[b-yhnn2sfcsi] {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #f8f9fa;
        border: 0;
        box-shadow: none;
    }
    
    .navbar-assisto .dropdown-item[b-yhnn2sfcsi] {
        padding-left: 2rem;
    }
}
/* _content/Assisto.Marketing/Components/MonthlyReportPopup.razor.rz.scp.css */
.monthlyreport-popup[b-g6ashfbyc6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

    .monthlyreport-popup.visible[b-g6ashfbyc6] {
        opacity: 1;
        visibility: visible;
    }

.monthlyreport-content[b-g6ashfbyc6] {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 1024px;
    width: 90%;
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.close-button[b-g6ashfbyc6] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--assisto-secondary-text);
}

    .close-button:hover[b-g6ashfbyc6] {
        color: var(--assisto-primary);
    }

.monthlyreport-content h2[b-g6ashfbyc6] {
    color: var(--assisto-primary);
    margin-bottom: 1rem;
}

.monthlyreport-description[b-g6ashfbyc6] {
    color: var(--assisto-secondary-text);
    margin-bottom: 1.5rem;
}

.premium-offer[b-g6ashfbyc6] {
    background-color: var(--assisto-action-bg);
    border: 1px solid var(--assisto-action-bg-border);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

    .premium-offer h3[b-g6ashfbyc6] {
        color: var(--assisto-primary);
        margin-bottom: 1rem;
    }

    .premium-offer p[b-g6ashfbyc6] {
        color: var(--assisto-secondary-text);
        margin-bottom: 1rem;
    }

    .premium-offer ul[b-g6ashfbyc6] {
        list-style: none;
        padding: 0;
        margin: 0 0 1.5rem 0;
    }

    .premium-offer li[b-g6ashfbyc6] {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0.5rem;
    }

        .premium-offer li[b-g6ashfbyc6]:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--assisto-primary);
        }

.btn-primary[b-g6ashfbyc6] {
    background-color: var(--assisto-primary) !important;
    border-color: var(--assisto-primary) !important;
}

    .btn-primary:hover[b-g6ashfbyc6] {
        background-color: var(--assisto-primary-focus) !important;
        border-color: var(--assisto-primary-focus) !important;
    }

.privacy-note[b-g6ashfbyc6] {
    color: var(--assisto-secondary-text);
    font-size: 0.75rem;
    margin: 0;
    text-align: right;
}

@media (max-width: 768px) {
    .monthlyreport-content h3[b-g6ashfbyc6] {
        display: none;
    }
    
    .monthlyreport-content[b-g6ashfbyc6] {
        padding: 1.5rem;
        width: 95%;
    }
}
/* _content/Assisto.Marketing/Components/NewsletterPopup.razor.rz.scp.css */
.newsletter-popup[b-diiqgvi541] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.newsletter-popup.visible[b-diiqgvi541] {
    opacity: 1;
    visibility: visible;
}

.newsletter-content[b-diiqgvi541] {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 10240px;
    width: 90%;
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.close-button[b-diiqgvi541] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--assisto-secondary-text);
}

.close-button:hover[b-diiqgvi541] {
    color: var(--assisto-primary);
}

.newsletter-content h2[b-diiqgvi541] {
    color: var(--assisto-primary);
    margin-bottom: 1rem;
}

.newsletter-description[b-diiqgvi541] {
    color: var(--assisto-secondary-text);
    margin-bottom: 1.5rem;
}

.newsletter-form[b-diiqgvi541] {
    margin-bottom: 2rem;
}

.form-row[b-diiqgvi541] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group[b-diiqgvi541] {
    flex: 1;
    margin-bottom: 0.5rem;
}

.form-group label[b-diiqgvi541] {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--assisto-primary);
    font-size: 0.9rem;
}

.form-control[b-diiqgvi541] {
    width: 100%;
    padding: 0.375rem 0.5rem;
    border: 1px solid var(--assisto-border);
    border-radius: 4px;
    font-size: 0.9rem;
}

.form-control:focus[b-diiqgvi541] {
    outline: none;
    border-color: var(--assisto-primary);
    box-shadow: 0 0 0 2px var(--assisto-primary-focus-border);
}

.form-text[b-diiqgvi541] {
    color: var(--assisto-secondary-text);
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.premium-offer[b-diiqgvi541] {
    background-color: var(--assisto-action-bg);
    border: 1px solid var(--assisto-action-bg-border);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.premium-offer h3[b-diiqgvi541] {
    color: var(--assisto-primary);
    margin-bottom: 1rem;
}

.premium-offer p[b-diiqgvi541] {
    color: var(--assisto-secondary-text);
    margin-bottom: 1rem;
}

.premium-offer ul[b-diiqgvi541] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.premium-offer li[b-diiqgvi541] {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.premium-offer li[b-diiqgvi541]:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--assisto-primary);
}

.btn-primary[b-diiqgvi541] {
    background-color: var(--assisto-primary) !important;
    border-color: var(--assisto-primary) !important;
}

.btn-primary:hover[b-diiqgvi541] {
    background-color: var(--assisto-primary-focus) !important;
    border-color: var(--assisto-primary-focus) !important;
}

.form-actions[b-diiqgvi541] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 0.5rem;
}

.privacy-note[b-diiqgvi541] {
    color: var(--assisto-secondary-text);
    font-size: 0.75rem;
    margin: 0;
    text-align: right;
} 
/* _content/Assisto.Marketing/Components/POCWriterOffer.razor.rz.scp.css */
/* Pricing Section Styles */
.pricing-section[b-r3nor0k66v] {
    max-width: 1024px;
    margin: 0 auto;
}

.pricing-container[b-r3nor0k66v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: stretch;
}

@media (max-width: 768px) {
    .pricing-container[b-r3nor0k66v] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.pricing-container.single-option[b-r3nor0k66v] {
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto 3rem auto;
}

.pricing-container.single-option .pricing-card[b-r3nor0k66v] {
    width: 100%;
    max-width: 400px;
}

.pricing-card[b-r3nor0k66v] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.pricing-card.essential[b-r3nor0k66v] {
    border-color: var(--assisto-primary);
}

.pricing-card.comprehensive[b-r3nor0k66v] {
    border-color: var(--assisto-primary-focus);
}

.pricing-card:hover[b-r3nor0k66v] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.pricing-header[b-r3nor0k66v] {
    background-image: url(/images/layout/light-green-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2rem 0 0 0;
    text-align: center;
    position: relative;
}

.pricing-header h3[b-r3nor0k66v] {
    color: var(--assisto-primary);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.price[b-r3nor0k66v] {
    margin-bottom: 1rem;
}

.price-amount[b-r3nor0k66v] {
    font-size: 3rem;
    font-weight: bold;
    color: var(--assisto-primary);
}

.price-period[b-r3nor0k66v] {
    font-size: 1.2rem;
    color: var(--assisto-secondary-text);
    margin-left: 0.5rem;
}

.volume-discount[b-r3nor0k66v] {
    font-size: 0.9rem;
    color: var(--assisto-primary);
    margin-top: 0.5rem;
    font-weight: 500;
    font-style: italic;
}

.pricing-content[b-r3nor0k66v] {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.features[b-r3nor0k66v] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    text-align: left;
    flex: 1;
}

.features li[b-r3nor0k66v] {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.features li[b-r3nor0k66v]:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--assisto-primary);
    font-weight: bold;
    font-size: 1.1rem;
}

.features li.included[b-r3nor0k66v] {
    font-weight: 600;
    color: var(--assisto-primary);
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
}

.features li.included[b-r3nor0k66v]:before {
    content: "★";
    color: var(--assisto-highlight-yellow);
}

.pricing-action[b-r3nor0k66v] {
    margin-top: auto;
}

[b-r3nor0k66v] .signup-button {
    width: 100%;
    font-size: 1.1rem !important;
    padding: 1rem !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
}

[b-r3nor0k66v] .signup-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} 
/* _content/Assisto.Marketing/Components/POCWriterPopup.razor.rz.scp.css */
.pocwriter-popup[b-pn2j4scwdl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

    .pocwriter-popup.visible[b-pn2j4scwdl] {
        opacity: 1;
        visibility: visible;
    }

.pocwriter-content[b-pn2j4scwdl] {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 1024px;
    width: 90%;
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.close-button[b-pn2j4scwdl] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--assisto-secondary-text);
}

    .close-button:hover[b-pn2j4scwdl] {
        color: var(--assisto-primary);
    }

.pocwriter-content h2[b-pn2j4scwdl] {
    color: var(--assisto-primary);
    margin-bottom: 1rem;
}

.pocwriter-description[b-pn2j4scwdl] {
    color: var(--assisto-secondary-text);
    margin-bottom: 1.5rem;
}

.premium-offer[b-pn2j4scwdl] {
    background-color: var(--assisto-action-bg);
    border: 1px solid var(--assisto-action-bg-border);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

    .premium-offer h3[b-pn2j4scwdl] {
        color: var(--assisto-primary);
        margin-bottom: 1rem;
    }

    .premium-offer p[b-pn2j4scwdl] {
        color: var(--assisto-secondary-text);
        margin-bottom: 1rem;
    }

    .premium-offer ul[b-pn2j4scwdl] {
        list-style: none;
        padding: 0;
        margin: 0 0 1.5rem 0;
    }

    .premium-offer li[b-pn2j4scwdl] {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0.5rem;
    }

        .premium-offer li[b-pn2j4scwdl]:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--assisto-primary);
        }

.btn-primary[b-pn2j4scwdl] {
    background-color: var(--assisto-primary) !important;
    border-color: var(--assisto-primary) !important;
}

    .btn-primary:hover[b-pn2j4scwdl] {
        background-color: var(--assisto-primary-focus) !important;
        border-color: var(--assisto-primary-focus) !important;
    }

.privacy-note[b-pn2j4scwdl] {
    color: var(--assisto-secondary-text);
    font-size: 0.75rem;
    margin: 0;
    text-align: right;
}

@media (max-width: 768px) {
    .pocwriter-content h3[b-pn2j4scwdl] {
        display: none;
    }
    
    .pocwriter-content[b-pn2j4scwdl] {
        padding: 1.5rem;
        width: 95%;
    }
} 
/* _content/Assisto.Marketing/Components/PricingOffers.razor.rz.scp.css */
.solutions-container[b-5jaikx7l3z] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 0rem;
    max-width: 1024px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .solutions-container[b-5jaikx7l3z] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    /* Hide detailed pricing information on mobile but keep toggle visible */
    .solution-content h4[b-5jaikx7l3z],
    .pricing-badge-container[b-5jaikx7l3z],
    .price-display[b-5jaikx7l3z],
    .price-with-period[b-5jaikx7l3z],
    .features[b-5jaikx7l3z],
    .pricing-toggle-container[b-5jaikx7l3z],
    .price-with-period[b-5jaikx7l3z],
    .savings-note[b-5jaikx7l3z] {
        display: none !important;
    }
    
    /* Keep pricing toggle visible but adjust its styling */
    .pricing-toggle-container[b-5jaikx7l3z] {
        margin-bottom: 1rem;
    }
    
    .toggle-slider[b-5jaikx7l3z] {
        width: 180px;
        height: 40px;
    }
    
    .toggle-label[b-5jaikx7l3z] {
        font-size: 0.8rem;
        padding: 0.5rem 0.25rem;
    }
    
    .save-text[b-5jaikx7l3z] {
        font-size: 0.7rem;
    }
    
    /* Adjust spacing for simplified mobile view */
    .solution-content[b-5jaikx7l3z] {
        padding: 1.5rem 1rem;
    }
    
    .solution-content h3[b-5jaikx7l3z] {
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
    }
    
    .solution-action[b-5jaikx7l3z] {
        margin-top: 1rem;
    }
}

.solution-item[b-5jaikx7l3z] {
    display: flex;
    flex-direction: column;
}

.solution-card[b-5jaikx7l3z] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
    flex: 1;
}

.solution-card:hover[b-5jaikx7l3z] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.solution-card.survey-preparedness[b-5jaikx7l3z] {
    border-color: var(--assisto-highlight-yellow);
}

.solution-card.monthly-subscription[b-5jaikx7l3z] {
    border-color: var(--assisto-primary);
}

.solution-content[b-5jaikx7l3z] {
    height: 100%;
    padding: 1rem;
    text-align: center;
    background-image: url(/images/layout/light-green-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.solution-content h3[b-5jaikx7l3z] {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: var(--assisto-primary-text);
}

.solution-content h4[b-5jaikx7l3z] {
    color: var(--assisto-primary);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.price[b-5jaikx7l3z] {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--assisto-primary);
    margin-bottom: 0.5rem;
}

.price-description[b-5jaikx7l3z] {
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

/* Pricing Badge (not button-like) */
.pricing-badge-container[b-5jaikx7l3z] {
    margin-bottom: 1rem;
    text-align: center;
}

.pricing-badge[b-5jaikx7l3z] {
    display: inline-block;
    background-color: var(--assisto-primary);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Pricing Toggle Container */
.pricing-toggle-container[b-5jaikx7l3z] {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
}

/* Toggle Switch Styling */
.pricing-toggle-switch[b-5jaikx7l3z] {
    position: relative;
    display: inline-block;
}

.pricing-toggle-switch input[type="checkbox"][b-5jaikx7l3z] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.toggle-slider[b-5jaikx7l3z] {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 25px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    width: 200px;
    height: 45px;
    transition: all 0.3s ease;
}

.toggle-label[b-5jaikx7l3z] {
    flex: 1;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 2;
    transition: color 0.3s ease;
    color: var(--assisto-secondary-text);
    line-height: 1;
    padding: 0.75rem 0.5rem;
}

.toggle-label.active[b-5jaikx7l3z] {
    color: white;
}

.save-text[b-5jaikx7l3z] {
    font-size: 0.75rem;
    font-weight: 500;
    display: block;
    margin-top: 2px;
}

.toggle-indicator[b-5jaikx7l3z] {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background-color: var(--assisto-primary);
    border-radius: 21px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.pricing-toggle-switch input[type="checkbox"]:checked + .toggle-slider .toggle-indicator[b-5jaikx7l3z] {
    transform: translateX(calc(100% + 4px));
}

.price-display[b-5jaikx7l3z] {
    margin-bottom: 1rem;
}

.savings-note[b-5jaikx7l3z] {
    color: var(--assisto-primary);
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.features[b-5jaikx7l3z] {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    text-align: left;
}

.features li[b-5jaikx7l3z] {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.features li[b-5jaikx7l3z]:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--assisto-primary);
    font-weight: bold;
    font-size: 1.1rem;
}

.solution-action[b-5jaikx7l3z] {
    margin-top: 2rem;
    padding: 1rem;
    background-color: var(--assisto-primary);
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.survey-preparedness .solution-action[b-5jaikx7l3z] {
    background-color: var(--assisto-highlight-yellow);
}

.survey-preparedness .solution-action .action-text[b-5jaikx7l3z] {
    color: var(--assisto-primary-text);
}

.action-text[b-5jaikx7l3z] {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

.solution-action:hover[b-5jaikx7l3z] {
    background-color: var(--assisto-primary-focus);
}

.survey-preparedness .solution-action:hover[b-5jaikx7l3z] {
    background-color: var(--assisto-highlight-yellow-focus, var(--assisto-highlight-yellow));
    opacity: 0.9;
}

.price-with-period[b-5jaikx7l3z] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.price-with-period .price[b-5jaikx7l3z] {
    margin-bottom: 0;
}

.price-period[b-5jaikx7l3z] {
    font-size: 1.1rem;
    color: var(--assisto-secondary-text);
} 
/* _content/Assisto.Marketing/Components/Reports/ReportArticle.razor.rz.scp.css */
.report-card[b-gjjfd19gbu] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.report-card:hover[b-gjjfd19gbu] {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.report-thumbnail[b-gjjfd19gbu] {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    background-color: var(--assisto-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-image[b-gjjfd19gbu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thumbnail-placeholder[b-gjjfd19gbu] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    opacity: 0.5;
    color: var(--assisto-primary);
}

.report-thumbnail[b-gjjfd19gbu]::before {
    color: var(--assisto-primary);
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 0.5;
}

.report-content[b-gjjfd19gbu] {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.report-meta[b-gjjfd19gbu] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: var(--assisto-secondary-text);
}

.report-date[b-gjjfd19gbu] {
    color: var(--assisto-primary);
}

.report-category[b-gjjfd19gbu] {
    background-color: var(--assisto-bg);
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    color: var(--assisto-primary);
}

.report-title a[b-gjjfd19gbu] {
    color: var(--assisto-primary-text);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    text-decoration: none;
}

.report-excerpt[b-gjjfd19gbu] {
    color: var(--assisto-secondary-text);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    flex-grow: 1;
}

.report-content .btn-primary[b-gjjfd19gbu] {
    background-color: var(--assisto-primary);
    border-color: var(--assisto-primary);
    align-self: flex-start;
    margin-top: auto;
}

.report-content .btn-primary:hover[b-gjjfd19gbu] {
    background-color: var(--assisto-primary-focus);
    border-color: var(--assisto-primary-focus);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .report-content[b-gjjfd19gbu] {
        padding: 1rem;
    }
    
    .report-title a[b-gjjfd19gbu] {
        font-size: 1.25rem;
    }
    
    .report-meta[b-gjjfd19gbu] {
        font-size: 0.8rem;
        gap: 0.5rem;
    }
    
    .report-excerpt[b-gjjfd19gbu] {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .report-content[b-gjjfd19gbu] {
        padding: 0.75rem;
    }
    
    .report-title a[b-gjjfd19gbu] {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }
    
    .report-meta[b-gjjfd19gbu] {
        margin-bottom: 0.5rem;
    }
    
    .report-excerpt[b-gjjfd19gbu] {
        margin-bottom: 0.75rem;
    }
} 
/* _content/Assisto.Marketing/Components/Search/SearchIntro.razor.rz.scp.css */
.search-intro-container[b-wte7u62tu4] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.help-icon[b-wte7u62tu4] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--assisto-primary);
    color: white;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background-color 0.2s;
}

.help-icon:hover[b-wte7u62tu4] {
    background-color: var(--assisto-primary-focus);
}

.search-intro-popup[b-wte7u62tu4] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    align-items: center;
    justify-content: center;
}

.search-intro-popup[style*="display: block"][b-wte7u62tu4] {
    display: flex !important;
}

.search-intro-content[b-wte7u62tu4] {
    background-color: white;
    padding: 2rem 4.5rem 2rem 2rem;
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: auto;
    transform: translateY(0);
}

.close-button[b-wte7u62tu4] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.close-button:hover[b-wte7u62tu4] {
    background: #e9ecef;
    color: #333;
    border-color: #adb5bd;
}

.bottom-close-button[b-wte7u62tu4] {
    background-color: var(--assisto-primary);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 1.5rem;
    transition: background-color 0.2s;
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.bottom-close-button:hover[b-wte7u62tu4] {
    background-color: var(--assisto-primary-focus);
}

.search-intro-text h2[b-wte7u62tu4] {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.search-intro-text h3[b-wte7u62tu4] {
    font-size: 1.2rem;
    color: #333;
    margin: 1rem 0;
}

.search-intro-text p[b-wte7u62tu4] {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.search-intro-text ul[b-wte7u62tu4] {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.search-intro-text li[b-wte7u62tu4] {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.search-intro-text code[b-wte7u62tu4] {
    background-color: #e9ecef;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-family: monospace;
}

.search-intro-text abbr[b-wte7u62tu4] {
    text-decoration: none;
    border-bottom: 1px dotted #666;
    cursor: help;
} 
/* _content/Assisto.Marketing/Components/Shared/AboutWebsite.razor.rz.scp.css */
.about-website-section[b-yr5d49gnz1] {
    background-color: #f8f9fa;
    padding: 3rem 0;
    margin: 0rem 0;
}

.about-website-content[b-yr5d49gnz1] {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
}

.about-website-content h2[b-yr5d49gnz1] {
    color: #666;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.about-website-content p[b-yr5d49gnz1] {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 800px;
}

.cms-release-badge[b-yr5d49gnz1] {
    background-color: var(--assisto-primary);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 500;
    border: none;
    cursor: default;
    max-width: 300px;
}

@media (max-width: 768px) {
    .about-website-section[b-yr5d49gnz1] {
        padding: 2rem 0;
        margin: 1.5rem 0;
    }
    
    .about-website-content[b-yr5d49gnz1] {
        padding: 0 0.75rem;
    }
    
    .about-website-content h2[b-yr5d49gnz1] {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    
    .about-website-content p[b-yr5d49gnz1] {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .cms-release-badge[b-yr5d49gnz1] {
        padding: 0.6rem 1.25rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .about-website-content h2[b-yr5d49gnz1] {
        font-size: 1.5rem;
    }
    
    .cms-release-badge[b-yr5d49gnz1] {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
} 
/* _content/Assisto.Marketing/Components/Shared/CtaSection.razor.rz.scp.css */
.cta-section[b-zzys2e2e8v] {
    text-align: center;
    background-image: url(/images/layout/check-cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    padding: 3rem 2rem;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.cta-content[b-zzys2e2e8v] {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    border-radius: 8px;
    padding: 2rem;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-section h2[b-zzys2e2e8v] {
    color: var(--assisto-primary);
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
}

.cta-section p[b-zzys2e2e8v] {
    color: var(--assisto-secondary-text);
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.cta-section .btn-primary[b-zzys2e2e8v] {
    background-color: var(--assisto-primary);
    border-color: var(--assisto-primary);
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    color: white;
    font-weight: 500;
    transition: all 0.2s ease;
}

.cta-section .btn-primary:hover[b-zzys2e2e8v] {
    background-color: var(--assisto-primary-focus);
    border-color: var(--assisto-primary-focus);
    text-decoration: none;
    color: white;
}

@media (max-width: 768px) {
    .cta-section[b-zzys2e2e8v] {
        padding: 2rem 1rem;
        margin: 2rem auto;
        min-height: 180px;
    }
    
    .cta-content[b-zzys2e2e8v] {
        padding: 1.5rem;
        max-width: 100%;
    }
    
    .cta-section h2[b-zzys2e2e8v] {
        font-size: 1.5rem;
    }
} 
/* _content/Assisto.Marketing/Components/Shared/FacilityResponseSection.razor.rz.scp.css */
.section-header[b-muxdjawzdv] {
    padding: 0 10px;
    margin-bottom: 0;
}

.facility-response-section[b-muxdjawzdv] {
    margin: 3.5rem 0 0 0;
    border-radius: 8px;
    margin-bottom: 60px;
    background-size: cover;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-image: url(/images/layout/light-green-bg.svg);
}

.facility-response-section h2[b-muxdjawzdv] {
    color: var(--assisto-primary-text);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.facility-response[b-muxdjawzdv] {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1.5rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.response-header[b-muxdjawzdv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.checkmark-icon[b-muxdjawzdv] {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230ba292'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.facility-response h3[b-muxdjawzdv] {
    color: var(--assisto-primary);
    margin: 0;
    font-size: 1.2rem;
}

.more-responses[b-muxdjawzdv] {
    text-align: center;
    margin-top: 1rem;
}

/* List item spacing */
[b-muxdjawzdv] .facility-response ul li,
[b-muxdjawzdv] .facility-response ol li {
    margin-bottom: 1rem;
    line-height: 1.6;
}

[b-muxdjawzdv] .facility-response ul li:last-child,
[b-muxdjawzdv] .facility-response ol li:last-child {
    margin-bottom: 0;
}

/* Citation link styling */
[b-muxdjawzdv] .citation-link {
    color: var(--assisto-blue);
    font-size: 14px;
    white-space: nowrap;
}
/* _content/Assisto.Marketing/Components/Shared/GetUpdatesButton.razor.rz.scp.css */

.get-updates-container[b-k8j6gish3n] {
    margin: 35px auto;
    width: 320px;
}
/* _content/Assisto.Marketing/Components/Shared/PageHeader.razor.rz.scp.css */
.page-header[b-42et8k44hw] {
    text-align: center;
    margin-bottom: 0rem;
    padding: 2rem 10px;
    border-bottom: 1px solid var(--assisto-action-bg-border);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header.with-image[b-42et8k44hw] {
    height: 300px;
    padding: 3rem 0;
}

.page-header h1[b-42et8k44hw] {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.page-header .lead[b-42et8k44hw] {
    color: white;
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.page-header-image[b-42et8k44hw] {
    margin-bottom: 0;
    text-align: center;
}

    .page-header-image img[b-42et8k44hw] {
        max-width: 75%;
        height: auto;
        border-radius: 12px;
    }

@media (max-width: 768px) {
    .page-header h1[b-42et8k44hw] {
        font-size: 2rem;
    }
    
    .page-header .lead[b-42et8k44hw] {
        font-size: 1.1rem;
    }
    
    .page-header.with-image[b-42et8k44hw] {
        height: 250px;
        padding: 2rem 0;
    }
    
    .page-header-image[b-42et8k44hw] {
        margin-bottom: 1.5rem;
    }

        .page-header-image img[b-42et8k44hw] {
            max-width: 100%;
        }
} 
/* _content/Assisto.Marketing/Components/Shared/PopularSearches.razor.rz.scp.css */
.search-tips-grid[b-pa78l4vl7b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    max-width: 1024px;
    margin: 2rem auto;
}

@media (max-width: 768px) {
    .search-tips-grid[b-pa78l4vl7b] {
        grid-template-columns: 1fr;
        padding: 0 10px;
    }
} 
/* _content/Assisto.Marketing/Components/Shared/SectionTitle.razor.rz.scp.css */
.section-title[b-4vhjqkw3fc] {
    text-align: center;
    margin-bottom: 2rem;
}

.section-title h2[b-4vhjqkw3fc] {
    color: var(--assisto-primary);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.section-title .lead[b-4vhjqkw3fc] {
    color: var(--assisto-primary-text);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto;
} 
/* _content/Assisto.Marketing/Components/Shared/SellingPoints.razor.rz.scp.css */
.selling-points-section[b-itgdfzf92v] {
    padding: 4rem 0;
    text-align: center;
    background-color: #f8f9fa;
    margin-bottom: 3rem;
}

.selling-points-title[b-itgdfzf92v] {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--assisto-primary-text);
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.selling-points-title .highlight[b-itgdfzf92v] {
    color: var(--assisto-primary);
}

.selling-points-grid[b-itgdfzf92v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.selling-point[b-itgdfzf92v] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.selling-point:hover[b-itgdfzf92v] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.selling-point-icon[b-itgdfzf92v] {
    margin-bottom: 1.5rem;
}

.selling-point-icon img[b-itgdfzf92v] {
    width: 48px;
    height: 48px;
}

.selling-point-title[b-itgdfzf92v] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--assisto-primary-text);
    margin-bottom: 1rem;
}

.selling-point-description[b-itgdfzf92v] {
    color: var(--assisto-secondary-text);
    line-height: 1.6;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .selling-points-section[b-itgdfzf92v] {
        padding: 3rem 0;
    }
    
    .selling-points-title[b-itgdfzf92v] {
        font-size: 2rem;
    }
    
    .selling-points-grid[b-itgdfzf92v] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .selling-point[b-itgdfzf92v] {
        padding: 1.5rem;
    }
} 
/* _content/Assisto.Marketing/Components/Shared/Testimonials.razor.rz.scp.css */
.testimonials-section[b-qcaktasaxf] {
    margin: 3rem 0;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.testimonials-section h2[b-qcaktasaxf] {
    color: var(--assisto-primary);
    margin-bottom: 2rem;
    text-align: center;
}

.testimonials-grid[b-qcaktasaxf] {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .testimonials-grid[b-qcaktasaxf] {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }
}

.testimonial-item[b-qcaktasaxf] {
    background: var(--assisto-bg);
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid var(--assisto-primary);
}

.testimonial-quote[b-qcaktasaxf] {
    margin-bottom: 1.5rem;
    position: relative;
}

.quote-mark[b-qcaktasaxf] {
    font-size: 3rem;
    color: var(--assisto-primary);
    font-family: serif;
    position: absolute;
    left: -0.5rem;
    top: -1rem;
    line-height: 1;
}

.testimonial-quote p[b-qcaktasaxf] {
    margin: 0 0 0 1.5rem;
    font-style: italic;
    line-height: 1.6;
    color: var(--assisto-primary-text);
}

.testimonial-author[b-qcaktasaxf] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.testimonial-author strong[b-qcaktasaxf] {
    color: var(--assisto-primary);
    font-weight: 600;
}

.testimonial-author .title[b-qcaktasaxf] {
    font-size: 0.9rem;
    color: var(--assisto-secondary-text);
}

.testimonial-author .company[b-qcaktasaxf] {
    font-size: 0.85rem;
    color: var(--assisto-secondary-text);
    font-weight: 500;
} 
/* _content/Assisto.Marketing/Pages/About.razor.rz.scp.css */
.about-page[b-ag76rntc5z] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.about-header[b-ag76rntc5z] {
    margin-bottom: 2rem;
    text-align: center;
}

.about-title[b-ag76rntc5z] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--assisto-primary);
}

.about-content[b-ag76rntc5z] {
    line-height: 1.6;
    font-size: 1.1rem;
}

.about-section[b-ag76rntc5z] {
    margin-bottom: 2rem;
}

.about-section p[b-ag76rntc5z] {
    margin-bottom: 1.5rem;
}

.about-section h4[b-ag76rntc5z] {
    color: var(--assisto-primary);
    margin: 2rem 0 1rem;
}

@media (max-width: 768px) {
    .about-title[b-ag76rntc5z] {
        font-size: 2rem;
    }
    
    .about-content[b-ag76rntc5z] {
        font-size: 1rem;
    }
} 
/* _content/Assisto.Marketing/Pages/AffiliateProgram.razor.rz.scp.css */
.affiliate-container[b-ct388hkkck] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.affiliate-header[b-ct388hkkck] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.affiliate-header h1[b-ct388hkkck] {
    color: var(--assisto-primary);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.affiliate-header .lead[b-ct388hkkck] {
    color: var(--assisto-secondary-text);
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}

.affiliate-content[b-ct388hkkck] {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.affiliate-card[b-ct388hkkck] {
    background: url('/images/layout/light-green-bg.svg') no-repeat center center;
    background-size: cover;
    background-color: white;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    width: 100%;
}

.affiliate-card h2[b-ct388hkkck] {
    color: var(--assisto-primary);
    margin-bottom: 1.5rem;
}

.affiliate-description[b-ct388hkkck] {
    margin: 2rem 0;
    line-height: 1.6;
}

.affiliate-cta[b-ct388hkkck] {
    text-align: center;
    margin-top: 2rem;
}

.affiliate-cta .btn-primary[b-ct388hkkck] {
    background-color: var(--assisto-primary);
    border-color: var(--assisto-primary);
    padding: 1rem 2rem;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.affiliate-cta .btn-primary:hover[b-ct388hkkck] {
    background-color: var(--assisto-primary-focus);
    border-color: var(--assisto-primary-focus);
} 
/* _content/Assisto.Marketing/Pages/ArticlePage.razor.rz.scp.css */
.report-page[b-lww05glyzv] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.report-header[b-lww05glyzv] {
    margin-bottom: 2rem;
}

.report-header-content[b-lww05glyzv] {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.report-text[b-lww05glyzv] {
    flex: 1;
}

.report-thumbnail[b-lww05glyzv] {
    flex-shrink: 0;
}

.report-thumbnail img[b-lww05glyzv] {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.report-meta[b-lww05glyzv] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    color: var(--assisto-secondary-text);
    font-size: 0.9rem;
}

.report-title[b-lww05glyzv] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--assisto-primary);
}

.report-author[b-lww05glyzv] {
    color: var(--assisto-secondary-text);
    font-style: italic;
}

.report-content[b-lww05glyzv] {
    line-height: 1.6;
    font-size: 1.1rem;
}

.report-body[b-lww05glyzv] {
    margin-bottom: 2rem;
}

.report-footer[b-lww05glyzv] {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--assisto-border);
}

.loading[b-lww05glyzv] {
    text-align: center;
    padding: 2rem;
    color: var(--assisto-secondary-text);
}

@media (max-width: 768px) {
    .report-title[b-lww05glyzv] {
        font-size: 2rem;
    }
    
    .report-content[b-lww05glyzv] {
        font-size: 1rem;
    }
    
    .report-header-content[b-lww05glyzv] {
        flex-direction: column;
        text-align: center;
    }
    
    .report-thumbnail[b-lww05glyzv] {
        align-self: center;
    }
    
    .report-thumbnail img[b-lww05glyzv] {
        width: 120px;
        height: 120px;
    }
}

/* Modal styles - copied from ReportView.razor.css with minimal necessary styles */
.modal[b-lww05glyzv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-bg[b-lww05glyzv] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-panel[b-lww05glyzv] {
    pointer-events: all;
    z-index: 1001;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 850px;
    width: 90%;
    max-height: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    position: relative;
    padding: 1rem 1.5rem 1rem 1.5rem;
    overflow-y: scroll;
}

/* Show/hide story modal */
.modal[b-lww05glyzv], .modal-panel[b-lww05glyzv] {
    display: none;
}

.modal.visible[b-lww05glyzv], .modal-panel.visible[b-lww05glyzv] {
    display: flex;
    overflow: hidden;
    height: 100vh;
}

[b-lww05glyzv] .citation-link, [b-lww05glyzv] .reference-link {
    color: var(--assisto-blue);
    white-space: nowrap;
}

@media (max-width: 480px) {
    .modal.visible[b-lww05glyzv], .modal-panel.visible[b-lww05glyzv] {
        overflow: scroll;
    }

    .modal-panel.visible[b-lww05glyzv] {
        max-width: 90%;
    }
}

.reference-text[b-lww05glyzv] {
    margin-bottom: 1rem;
}

.reference-text h4[b-lww05glyzv] {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: var(--assisto-primary);
}

.text-snippet[b-lww05glyzv] {
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}

.open-pdf-link[b-lww05glyzv] {
    color: var(--assisto-primary);
    font-weight: 500;
    text-decoration: none;
}

.open-pdf-link:hover[b-lww05glyzv] {
    text-decoration: underline;
}

/* Dialog styles from CitationDetailDialog */
.dialog[b-lww05glyzv] {
    height: 100%;
}

.with-separators > .header[b-lww05glyzv] {
    padding: 1rem 1rem 1rem 0rem;
}

.with-separators > .body[b-lww05glyzv] {
    padding: 1rem 1rem;
}

.with-separators .close-btn[b-lww05glyzv] {
    top: 25px;
}

.header[b-lww05glyzv] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
    padding: 1rem;
}

.body[b-lww05glyzv] {
    overflow-y: scroll;
    padding: 1rem 0;
    height: calc(100% - 120px);
}

@media (max-width: 480px) {
    .body[b-lww05glyzv] {
        height: calc(100% - 200px);
    }
}

.markdown-body h2[b-lww05glyzv],
.report-section h2[b-lww05glyzv],
[b-lww05glyzv] .markdown-body h2,
[b-lww05glyzv] .report-section h2 {
    color: var(--assisto-primary);
    font-size: 23px;
    margin: 2rem 0 1rem;
    font-weight: 500;
}

.markdown-body h3[b-lww05glyzv],
.report-section h3[b-lww05glyzv],
[b-lww05glyzv] .markdown-body h3,
[b-lww05glyzv] .report-section h3 {
    font-size: 18px;
    font-weight: 600;
}


.markdown-body p[b-lww05glyzv],
.report-section p[b-lww05glyzv],
[b-lww05glyzv] .markdown-body p,
[b-lww05glyzv] .report-section p {
    margin-bottom: 1rem;
    max-width: 70ch; /* Optimal reading width */
}

.markdown-body ul[b-lww05glyzv],
.report-section ul[b-lww05glyzv],
[b-lww05glyzv] .markdown-body ul,
[b-lww05glyzv] .report-section ul {
    margin-bottom: 20px;
}

.markdown-body li[b-lww05glyzv],
.report-section li[b-lww05glyzv],
[b-lww05glyzv] .markdown-body li,
[b-lww05glyzv] .report-section li {
    margin-bottom: 5px;
}

.markdown-body table[b-lww05glyzv],
.report-section table[b-lww05glyzv],
[b-lww05glyzv] .markdown-body table,
[b-lww05glyzv] .report-section table {
    margin-bottom: 20px;
    background-color: var(--assisto-action-bg);
}

.markdown-body tbody[b-lww05glyzv],
.markdown-body td[b-lww05glyzv],
.markdown-body tfoot[b-lww05glyzv],
.markdown-body th[b-lww05glyzv],
.markdown-body thead[b-lww05glyzv],
.markdown-body tr[b-lww05glyzv],
.report-section tbody[b-lww05glyzv],
.report-section td[b-lww05glyzv],
.report-section tfoot[b-lww05glyzv],
.report-section th[b-lww05glyzv],
.report-section thead[b-lww05glyzv],
.report-section tr[b-lww05glyzv],
[b-lww05glyzv] .markdown-body tbody,
[b-lww05glyzv] .markdown-body td,
[b-lww05glyzv] .markdown-body tfoot,
[b-lww05glyzv] .markdown-body th,
[b-lww05glyzv] .markdown-body thead,
[b-lww05glyzv] .markdown-body tr,
[b-lww05glyzv] .report-section tbody,
[b-lww05glyzv] .report-section td,
[b-lww05glyzv] .report-section tfoot,
[b-lww05glyzv] .report-section th,
[b-lww05glyzv] .report-section thead,
[b-lww05glyzv] .report-section tr {
    padding: 8px;
}

.markdown-body hr[b-lww05glyzv],
.report-section hr[b-lww05glyzv],
[b-lww05glyzv] .markdown-body hr,
[b-lww05glyzv] .report-section hr {
    margin: 20px 0;
    border: 0;
    height: 1px;
    background-color: white;
}
/* _content/Assisto.Marketing/Pages/Contact.razor.rz.scp.css */
/* Contact page-specific styles */
.contact-form-container[b-znepviqd58] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 2rem;
    margin-top: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-form[b-znepviqd58] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-znepviqd58] {
    margin-bottom: 1rem;
}

.form-group label[b-znepviqd58] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-control[b-znepviqd58] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 1rem;
}

textarea.form-control[b-znepviqd58] {
    resize: vertical;
    min-height: 120px;
}

.form-actions[b-znepviqd58] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.btn-primary[b-znepviqd58] {
    background-color: var(--assisto-primary);
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: white;
}

.btn-primary:hover[b-znepviqd58] {
    background-color: var(--assisto-primary-focus);
}

.alert[b-znepviqd58] {
    padding: 1rem;
    border-radius: 4px;
    margin-top: 1rem;
}

.alert-success[b-znepviqd58] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger[b-znepviqd58] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
} 
/* _content/Assisto.Marketing/Pages/CustomReports/CheckoutCompletedPage.razor.rz.scp.css */
.email[b-6tgm15mazz] {
    font-weight: bold;
}

.confirmation-content[b-6tgm15mazz] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.status-section[b-6tgm15mazz] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--assisto-bg);
    border-radius: 8px;
    border-left: 4px solid var(--assisto-primary);
}

.status-icon[b-6tgm15mazz] {
    background: var(--assisto-primary);
    color: white;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.status-details h3[b-6tgm15mazz] {
    color: var(--assisto-primary);
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
}

.status-details p[b-6tgm15mazz] {
    margin: 0 0 0.5rem 0;
    color: var(--assisto-primary-text);
    line-height: 1.5;
}

.status-details p:last-child[b-6tgm15mazz] {
    margin-bottom: 0;
}

.delivery-note[b-6tgm15mazz] {
    color: var(--assisto-secondary-text);
}

.contact-note[b-6tgm15mazz] {
    color: var(--assisto-secondary-text);
}

.contact-note a[b-6tgm15mazz] {
    color: var(--assisto-primary);
    text-decoration: none;
}

.contact-note a:hover[b-6tgm15mazz] {
    text-decoration: underline;
}

.email-highlight[b-6tgm15mazz] {
    font-weight: bold;
    color: var(--assisto-primary);
    background: rgba(var(--assisto-primary-rgb), 0.1);
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .order-confirmation-card[b-6tgm15mazz] {
        padding: 1.5rem;
        margin-top: 1rem;
    }
    
    .status-section[b-6tgm15mazz] {
        padding: 1rem;
    }
}
/* _content/Assisto.Marketing/Pages/CustomReports/CustomReportCheckoutPage.razor.rz.scp.css */
[b-wp0a3zh4bx] .checkout-custom-report{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
}

[b-wp0a3zh4bx] .email-input,
[b-wp0a3zh4bx] .tag-select,
[b-wp0a3zh4bx] .providers-select{
    width: 100%;
    max-width: 100%;
}

/* Introduction Section */
.introduction[b-wp0a3zh4bx] {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--assisto-primary-text);
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/* Enhanced Benefits Section - Separate sections with backgrounds */
.benefits-detailed[b-wp0a3zh4bx] {
    margin-bottom: 3rem;
    position: relative;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.benefits-detailed h3[b-wp0a3zh4bx] {
    color: var(--assisto-primary);
    margin-bottom: 2.5rem;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    background: white;
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.benefit-section[b-wp0a3zh4bx] {
    background: white;
    padding: 2.5rem 2rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.benefit-section.alt-bg[b-wp0a3zh4bx] {
    background-image: url(/images/layout/light-green-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.benefit-section:last-child[b-wp0a3zh4bx] {
    margin-bottom: 0;
    border-radius: 0 0 12px 12px;
}

.benefit-section:first-child[b-wp0a3zh4bx] {
    border-radius: 0 0 8px 8px;
}

.benefit-item[b-wp0a3zh4bx] {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-item h4[b-wp0a3zh4bx] {
    color: var(--assisto-primary);
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.benefit-item h4[b-wp0a3zh4bx]:before {
    content: "✓";
    background: var(--assisto-primary);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    flex-shrink: 0;
}

.benefit-item p[b-wp0a3zh4bx] {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--assisto-primary-text);
    font-size: 1.05rem;
    margin-left: 2.25rem;
}

.benefit-item ul[b-wp0a3zh4bx] {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 2.25rem;
}

.benefit-item li[b-wp0a3zh4bx] {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--assisto-primary-text);
}

.benefit-item li[b-wp0a3zh4bx]:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--assisto-primary);
    font-weight: bold;
    font-size: 1.2rem;
}

.benefit-item strong[b-wp0a3zh4bx] {
    color: var(--assisto-primary);
    font-weight: 600;
}

/* Checkout Container - Left/Right Layout */
.checkout-container[b-wp0a3zh4bx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    align-items: stretch;
}

@media (max-width: 768px) {
    .checkout-container[b-wp0a3zh4bx] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Pricing Card - Harmonized with order form */
.pricing-card[b-wp0a3zh4bx] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 2px solid var(--assisto-highlight-yellow);
    top: 2rem;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.pricing-card:hover[b-wp0a3zh4bx] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.pricing-header[b-wp0a3zh4bx] {
    background-image: url(/images/layout/light-green-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2rem;
    text-align: center;
}

.pricing-header h3[b-wp0a3zh4bx] {
    margin: 0 0 1.5rem 0;
    color: var(--assisto-primary);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.pricing-badge-container[b-wp0a3zh4bx] {
    margin-bottom: 1.5rem;
    text-align: center;
}

.pricing-badge[b-wp0a3zh4bx] {
    display: inline-block;
    background-color: var(--assisto-primary);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.price-with-period[b-wp0a3zh4bx] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
}

.price[b-wp0a3zh4bx] {
    font-size: 3rem;
    font-weight: bold;
    color: var(--assisto-primary);
    margin: 0;
}

.price-period[b-wp0a3zh4bx] {
    font-size: 1.1rem;
    color: var(--assisto-secondary-text);
}

.pricing-content[b-wp0a3zh4bx] {
    padding: 2rem;
    flex: 1;
}

.features[b-wp0a3zh4bx] {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.features li[b-wp0a3zh4bx] {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.features li[b-wp0a3zh4bx]:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--assisto-primary);
    font-weight: bold;
    font-size: 1.1rem;
}

/* Order Form - Harmonized with pricing card */
.user-content-page[b-wp0a3zh4bx] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 2px solid var(--assisto-primary);
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.user-content-page-container[b-wp0a3zh4bx] {
    background-image: url(/images/layout/light-green-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.user-content-page-container h3[b-wp0a3zh4bx] {
    color: var(--assisto-primary);
    margin: 0 0 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

/* Form Fields */
.form-field[b-wp0a3zh4bx] {
    margin-bottom: 1.5rem;
}

.form-field label[b-wp0a3zh4bx] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--assisto-primary);
    font-size: 1rem;
}

/* Validation */
.validation-error[b-wp0a3zh4bx] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

/* Checkout Button */
.checkout-button-container[b-wp0a3zh4bx] {
    margin-top: auto;
    text-align: right;
    padding-top: 1rem;
}

[b-wp0a3zh4bx] .checkout-button {
    font-size: 1.2rem !important;
    padding: 1rem 2.5rem !important;
    font-weight: 600 !important;
    min-width: 200px;
    transition: all 0.3s ease;
}

[b-wp0a3zh4bx] .checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Error Messages */
.provider-selection-error[b-wp0a3zh4bx] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    width: 100%;
    background: rgba(220, 53, 69, 0.1);
    padding: 0.5rem;
    border-radius: 4px;
    border-left: 3px solid #dc3545;
}

.provider-selection-info[b-wp0a3zh4bx] {
    margin-bottom: 1rem;
    width: 100%;
}

.provider-selection-info p[b-wp0a3zh4bx] {
    font-size: 0.9rem;
    color: var(--assisto-primary-text);
    line-height: 1.5;
}
/* _content/Assisto.Marketing/Pages/Home.razor.rz.scp.css */
.home-container[b-amrbybjwh9] {
    margin: 0 auto;
    padding: 0 0rem;
}

.hero-section[b-amrbybjwh9] {
    margin-bottom: 2rem;
    padding: 3rem 0;
    border-bottom: 1px solid var(--assisto-action-bg-border);
    background-image: url(/images/layout/banner-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-content[b-amrbybjwh9] {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.hero-image[b-amrbybjwh9] {
    text-align: center;
    max-width: 400px;
}

.hero-image img[b-amrbybjwh9] {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-text[b-amrbybjwh9] {
    text-align: center;
}

.hero-section h1[b-amrbybjwh9] {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

    .hero-section .lead[b-amrbybjwh9] {
        color: white;
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }

.hero-section .search-container[b-amrbybjwh9] {
    margin: 2rem auto;
    max-width: 600px;
}

.hero-section .simple-search-container[b-amrbybjwh9] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.hero-section .search-input[b-amrbybjwh9] {
    flex: 1;
    font-size: 1.1rem;
    border-radius: 8px;
    background-color: white;
}

[b-amrbybjwh9] .hero-cta-button {
    margin-top: 1rem;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hero-content[b-amrbybjwh9] {
        text-align: center;
    }
    
    .hero-text[b-amrbybjwh9] {
        text-align: center;
    }

    .hero-section h1[b-amrbybjwh9] {
        font-size: 2rem;
    }
    
    .hero-section .simple-search-container[b-amrbybjwh9] {
        flex-direction: column;
        align-items: stretch;
    }
}

.tool-section[b-amrbybjwh9] {
    padding: 3rem 0;
    margin-bottom: 2rem;
    border-radius: 8px;
}

.tool-section:nth-child(odd)[b-amrbybjwh9] {
    background-color: var(--assisto-bg);
}

.tool-content[b-amrbybjwh9] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.tool-text[b-amrbybjwh9] {
    padding: 0 1rem;
}

.tool-text h2[b-amrbybjwh9] {
    color: var(--assisto-primary);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.tool-text p[b-amrbybjwh9] {
    color: var(--assisto-secondary-text);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.tool-text .highlight[b-amrbybjwh9] {
    color: var(--assisto-primary);
    font-weight: bold;
}

.tool-text .btn-primary[b-amrbybjwh9] {
    background-color: var(--assisto-primary);
    border-color: var(--assisto-primary);
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
}

.tool-text .btn-primary:hover[b-amrbybjwh9] {
    background-color: var(--assisto-primary-focus);
    border-color: var(--assisto-primary-focus);
}

.tool-image[b-amrbybjwh9] {
    text-align: center;
    padding: 1rem;
}

.tool-image img[b-amrbybjwh9] {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .tool-content[b-amrbybjwh9] {
        grid-template-columns: 1fr;
    }
    
    .tool-image[b-amrbybjwh9] {
        order: -1;
    }
}

.latest-articles[b-amrbybjwh9] {
    margin: 3rem 0;
    padding: 2rem 0;
}

.articles-grid[b-amrbybjwh9], .articles-carousel[b-amrbybjwh9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    margin: 30px auto;
    width: 1024px;
    max-width: 100%;
    padding: 0 1rem;
}

.view-all[b-amrbybjwh9] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

@media (max-width: 1024px) {
    .articles-grid[b-amrbybjwh9], .articles-carousel[b-amrbybjwh9] {
        width: 100%;
        max-width: 1024px;
        padding: 0 1rem;
    }
}

@media (max-width: 768px) {
    .articles-grid[b-amrbybjwh9], .articles-carousel[b-amrbybjwh9] {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
        margin: 20px auto;
        padding: 0 0.75rem;
    }
    
    .latest-articles[b-amrbybjwh9] {
        margin: 2rem 0;
        padding: 1.5rem 0;
    }
}

@media (max-width: 480px) {
    .articles-grid[b-amrbybjwh9], .articles-carousel[b-amrbybjwh9] {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 15px auto;
        padding: 0 0.5rem;
    }
}

/* New sections styles */
.search-section[b-amrbybjwh9] {
    margin: 3rem 0;
    padding: 2rem;
    border-radius: 8px;
    background-image: url(/images/layout/light-green-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.search-container[b-amrbybjwh9] {
    margin: 0 auto;
    padding: 0;
}

.simple-search-container[b-amrbybjwh9] {
    display: flex;
    gap: 1rem;
    max-width: 600px;
    margin: 25px auto;
    align-items: flex-end;
}

[b-amrbybjwh9] .simple-search-container .search-input {
    flex: 1;
    font-size: 1.1rem;
    border-radius: 8px;
    background-color: white;
}

[b-amrbybjwh9] .simple-search-container .search-button {
}

@media (max-width: 768px) {
    .simple-search-container[b-amrbybjwh9] {
        flex-direction: column;
        align-items: stretch;
    }
    
    [b-amrbybjwh9] .simple-search-container .search-button {
        padding: 0.75rem 1rem;
    }
}

[b-amrbybjwh9] .citations, [b-amrbybjwh9] .end-of-list {
    display: none !important;
}

[b-amrbybjwh9] .search-box-container.no-search {
    margin-top: 0px !important;
}

[b-amrbybjwh9] .search-tips-area {
    display: none !important;
}

[b-amrbybjwh9] .searching {
    display: none !important;
}

.most-recent-section[b-amrbybjwh9] {
    margin: 3rem 0;
    padding: 0rem 0;
}

.citations-grid[b-amrbybjwh9] {
    width: 100%;
    margin: 0;
}

.section-header[b-amrbybjwh9] {
    color: black;
    text-align: left;
    margin-bottom: 0rem;
    padding-left: 100px;
}

.section-header h2[b-amrbybjwh9] {
    color: black;
}

.section-header .lead[b-amrbybjwh9] {
    color: var(--assisto-secondary-text);
    font-size: 1.25rem;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
}

.section-header-content[b-amrbybjwh9] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 90%;
    gap: 15%;
}

.section-title-content[b-amrbybjwh9] {
    flex: 0 1 auto;
}

.section-header-content .data-source-info[b-amrbybjwh9] {
    flex-shrink: 0;
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 0.25rem;
}

@media (max-width: 768px) {

    .section-header[b-amrbybjwh9] {
        padding-left: 20px;
    }

    .section-header-content[b-amrbybjwh9] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .section-header-content .data-source-info[b-amrbybjwh9] {
        margin-left: 0;
        align-self: flex-end;
    }
}

.about-section[b-amrbybjwh9] {
    margin: 3rem 0;
    padding: 3rem 0;
    background-color: white;
    border-radius: 8px;
}

.about-section .section-header h2[b-amrbybjwh9] {
    color: white;
    text-align: center;
    margin-bottom: 2rem;
}

.about-content[b-amrbybjwh9] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 0 1rem;
}

.about-image[b-amrbybjwh9] {
    text-align: center;
}

    .about-image img[b-amrbybjwh9] {
        width: 300px;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.about-text h2[b-amrbybjwh9] {
    color: black;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.about-text p[b-amrbybjwh9] {
    color: var(--assisto-secondary-text);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.highlight-green[b-amrbybjwh9] {
    color: var(--assisto-primary);
    font-weight: bold;
}

.discover-solutions h3[b-amrbybjwh9] {
    color: black;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.solution-buttons[b-amrbybjwh9] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

[b-amrbybjwh9] .survey-reports-button {
    background-color: var(--assisto-primary);
    border-color: var(--assisto-primary);
    color: white;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
}

[b-amrbybjwh9] .survey-reports-button:hover {
    background-color: var(--assisto-primary-focus);
    border-color: var(--assisto-primary-focus);
}

[b-amrbybjwh9] .poc-writer-button {
    background-color: transparent;
    border: 2px solid #e91e63;
    color: #e91e63;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
}

[b-amrbybjwh9] .poc-writer-button:hover {
    background-color: #e91e63;
    color: white;
}

@media (max-width: 768px) {
    .about-content[b-amrbybjwh9] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-image[b-amrbybjwh9] {
        order: -1;
    }
    
    .about-text h2[b-amrbybjwh9] {
        font-size: 2rem;
        text-align: center;
    }
    
    .solution-buttons[b-amrbybjwh9] {
        justify-content: center;
    }
}

.cms-release-info[b-amrbybjwh9] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 1rem;
    margin-top: 1rem;
}

.cms-release-info strong[b-amrbybjwh9] {
    color: white;
}

.release-note[b-amrbybjwh9] {
    color: var(--assisto-secondary-text);
    font-size: 0.9rem;
    font-style: italic;
}

.state-section[b-amrbybjwh9] {
    background-size: cover;
    padding: 30px 0 0 0;
    background-repeat: no-repeat;
    background-image: url(/images/layout/light-green-bg.svg);
}

.latest-articles .section-header[b-amrbybjwh9] {
    text-align: center;
    margin-bottom: 2rem;
    padding-left: 0;
}

.latest-articles .section-header h2[b-amrbybjwh9] {
    color: var(--assisto-primary);
    font-size: 2rem;
    margin-bottom: 1rem;
}

    .latest-articles .section-header .lead[b-amrbybjwh9] {
        color: var(--assisto-secondary-text);
        font-size: 1.25rem;
        margin: 0 auto;
        text-align: center;
    }
/* _content/Assisto.Marketing/Pages/LatestDeficiencies.razor.rz.scp.css */
.section-header[b-jkjsofcyb3] {
    padding: 50px 0 0;
    margin-bottom: 0px;
}

.state-section[b-jkjsofcyb3] {
    background-size: cover;
    padding: 30px 0 0 0;
    background-repeat: no-repeat;
    background-image: url(/images/layout/light-green-bg.svg);
}

.content-section[b-jkjsofcyb3] {
    max-width: 100%;
    width: 100%;
}
/* _content/Assisto.Marketing/Pages/LatestStateDeficiencies.razor.rz.scp.css */
/* _content/Assisto.Marketing/Pages/MonthlyReportPage.razor.rz.scp.css */
[b-32rikzn2oc] .checkout-monthly-report{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 600px;
    gap: 1rem;
}

[b-32rikzn2oc] .email-input{
    width: 100%;
    max-width: 100%;
}

/* Monthly Report page-specific styles */

.introduction[b-32rikzn2oc] {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--assisto-primary-text);
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.pricing-section[b-32rikzn2oc] {
    margin-bottom: 3rem;
}

.pricing-toggle[b-32rikzn2oc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.toggle-label[b-32rikzn2oc] {
    font-weight: 500;
    color: var(--assisto-secondary-text);
    transition: color 0.3s ease;
}

.toggle-label.active[b-32rikzn2oc] {
    color: var(--assisto-primary);
}

.save-badge[b-32rikzn2oc] {
    color: var(--assisto-primary);
    font-size: 0.9rem;
}

.toggle-switch[b-32rikzn2oc] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.toggle-switch input[b-32rikzn2oc] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-32rikzn2oc] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.toggle-slider[b-32rikzn2oc]:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .toggle-slider[b-32rikzn2oc] {
    background-color: var(--assisto-primary);
}

input:checked + .toggle-slider[b-32rikzn2oc]:before {
    transform: translateX(26px);
}

.pricing-container[b-32rikzn2oc] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: stretch;
}

@media (max-width: 768px) {
    .pricing-container[b-32rikzn2oc] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.pricing-card[b-32rikzn2oc] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.pricing-card.essential[b-32rikzn2oc] {
    border-color: var(--assisto-primary);
}

.pricing-card.comprehensive[b-32rikzn2oc] {
    border-color: var(--assisto-primary-focus);
}

.pricing-card:hover[b-32rikzn2oc] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Pricing Header with Background */
.pricing-header[b-32rikzn2oc] {
    background-image: url(/images/layout/light-green-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2rem;
    text-align: center;
    position: relative;
}

.pricing-header h3[b-32rikzn2oc] {
    color: var(--assisto-primary);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.price[b-32rikzn2oc] {
    margin-bottom: 1rem;
}

.price-amount[b-32rikzn2oc] {
    font-size: 3rem;
    font-weight: bold;
    color: var(--assisto-primary);
}

.price-period[b-32rikzn2oc] {
    font-size: 1.2rem;
    color: var(--assisto-secondary-text);
    margin-left: 0.5rem;
}

/* Free Trial Badge */
.trial-badge[b-32rikzn2oc] {
    display: inline-block;
    background: var(--assisto-primary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: 0.5rem;
}

/* Pricing Content */
.pricing-content[b-32rikzn2oc] {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.features[b-32rikzn2oc] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    text-align: left;
    flex: 1;
}

.features li[b-32rikzn2oc] {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.features li[b-32rikzn2oc]:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--assisto-primary);
    font-weight: bold;
    font-size: 1.1rem;
}

.features li.included[b-32rikzn2oc] {
    font-weight: 600;
    color: var(--assisto-primary);
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
}

.features li.included[b-32rikzn2oc]:before {
    content: "★";
    color: var(--assisto-highlight-yellow);
}

.plan-note[b-32rikzn2oc] {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.plan-note p[b-32rikzn2oc] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--assisto-secondary-text);
}

/* Pricing Action Buttons */
.pricing-action[b-32rikzn2oc] {
    margin-top: auto;
}

[b-32rikzn2oc] .signup-button {
    width: 100%;
    font-size: 1.1rem !important;
    padding: 1rem !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
}

[b-32rikzn2oc] .signup-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Benefits Section - Same as CustomReportCheckout */
.benefits-detailed[b-32rikzn2oc] {
    margin-bottom: 3rem;
    position: relative;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.benefits-detailed h3[b-32rikzn2oc] {
    color: var(--assisto-primary);
    margin-bottom: 2.5rem;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    background: white;
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.benefit-section[b-32rikzn2oc] {
    background: white;
    padding: 2.5rem 2rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.benefit-section.alt-bg[b-32rikzn2oc] {
    background-image: url(/images/layout/light-green-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.benefit-section:last-child[b-32rikzn2oc] {
    margin-bottom: 0;
    border-radius: 0 0 12px 12px;
}

.benefit-section:first-child[b-32rikzn2oc] {
    border-radius: 0 0 8px 8px;
}

.benefit-item[b-32rikzn2oc] {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-item h4[b-32rikzn2oc] {
    color: var(--assisto-primary);
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.benefit-item h4[b-32rikzn2oc]:before {
    content: "✓";
    background: var(--assisto-primary);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    flex-shrink: 0;
}

.benefit-item p[b-32rikzn2oc] {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--assisto-primary-text);
    font-size: 1.05rem;
    margin-left: 2.25rem;
}

.benefit-item ul[b-32rikzn2oc] {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 2.25rem;
}

.benefit-item li[b-32rikzn2oc] {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--assisto-primary-text);
}

.benefit-item li[b-32rikzn2oc]:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--assisto-primary);
    font-weight: bold;
    font-size: 1.2rem;
}

.benefit-item strong[b-32rikzn2oc] {
    color: var(--assisto-primary);
    font-weight: 600;
}

.user-content-page[b-32rikzn2oc] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.subscription-info[b-32rikzn2oc] {
    margin-bottom: 1rem;
    width: 100%;
}

.subscription-info p[b-32rikzn2oc] {
    font-size: 0.9rem;
    color: var(--assisto-secondary-text);
    line-height: 1.5;
} 
/* _content/Assisto.Marketing/Pages/PlanOfCorrection.razor.rz.scp.css */
.poc-features[b-46db4uxayq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.feature-card[b-46db4uxayq] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.feature-icon[b-46db4uxayq] {
    font-size: 2.5rem;
    color: var(--assisto-primary);
    margin-bottom: 1rem;
}



.poc-video[b-46db4uxayq] {
    margin-bottom: 3rem;
}

.video-placeholder[b-46db4uxayq] {
    border-radius: 8px;
    overflow: hidden;
}

.video-placeholder-content[b-46db4uxayq] {
    background: var(--assisto-bg);
    height: 400px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-placeholder-icon[b-46db4uxayq] {
    font-size: 4rem;
    color: var(--assisto-primary);
}

/* How to Use Section */
.how-to-use-section[b-46db4uxayq] {
    background-image: url(/images/layout/light-green-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4rem 2rem;
    margin-bottom: 3rem;
    border-radius: 12px;
    text-align: center;
}

.section-header[b-46db4uxayq] {
    margin-bottom: 3rem;
}

.section-subtitle[b-46db4uxayq] {
    color: var(--assisto-primary);
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title[b-46db4uxayq] {
    color: var(--assisto-primary-text);
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.steps-container[b-46db4uxayq] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .steps-container[b-46db4uxayq] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .steps-container[b-46db4uxayq] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .section-title[b-46db4uxayq] {
        font-size: 1.8rem;
    }
    
    .how-to-use-section[b-46db4uxayq] {
        padding: 3rem 1.5rem;
    }
}

.step-card[b-46db4uxayq] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.step-card:hover[b-46db4uxayq] {
    transform: translateY(-4px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.step-card.highlighted[b-46db4uxayq] {
    border-color: var(--assisto-primary);
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.step-number[b-46db4uxayq] {
    color: var(--assisto-primary);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step-content p[b-46db4uxayq] {
    color: var(--assisto-primary-text);
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

.step-card.highlighted .step-content p[b-46db4uxayq] {
    color: var(--assisto-primary);
    font-weight: 600;
} 
/* _content/Assisto.Marketing/Pages/ReportOffersPage.razor.rz.scp.css */
/* Introduction Section */
.introduction[b-lc90zw49ur] {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--assisto-primary-text);
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
} 
/* _content/Assisto.Marketing/Pages/Reports.razor.rz.scp.css */
/* Reports page-specific styles */

.reports-grid[b-pz1dtxewb3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    margin: 40px 0;
    max-width: 1200px;
}

.report-card[b-pz1dtxewb3] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.report-card:hover[b-pz1dtxewb3] {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.report-thumbnail[b-pz1dtxewb3] {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    background-color: var(--assisto-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-thumbnail[b-pz1dtxewb3]::before {
    color: var(--assisto-primary);
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 0.5;
}

.report-thumbnail img[b-pz1dtxewb3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.report-card:hover .report-thumbnail img[b-pz1dtxewb3] {
    transform: scale(1.05);
}

.report-content[b-pz1dtxewb3] {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.report-meta[b-pz1dtxewb3] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: var(--assisto-secondary-text);
}

.report-date[b-pz1dtxewb3] {
    color: var(--assisto-primary);
}

.report-category[b-pz1dtxewb3] {
    background-color: var(--assisto-bg);
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    color: var(--assisto-primary);
}

.report-title[b-pz1dtxewb3] {
    color: var(--assisto-primary-text);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.report-excerpt[b-pz1dtxewb3] {
    color: var(--assisto-secondary-text);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    flex-grow: 1;
}

.report-content .btn-primary[b-pz1dtxewb3] {
    background-color: var(--assisto-primary);
    border-color: var(--assisto-primary);
    align-self: flex-start;
    margin-top: auto;
}

.report-content .btn-primary:hover[b-pz1dtxewb3] {
    background-color: var(--assisto-primary-focus);
    border-color: var(--assisto-primary-focus);
}

@media (max-width: 768px) {
    .reports-grid[b-pz1dtxewb3] {
        grid-template-columns: 1fr;
    }
    
    .reports-header h1[b-pz1dtxewb3] {
        font-size: 2rem;
    }
    
    .reports-header .lead[b-pz1dtxewb3] {
        font-size: 1.1rem;
    }
} 
/* _content/Assisto.Marketing/Pages/SearchPage.razor.rz.scp.css */

[b-ui83eap66e] .search-box-container.no-search {
    margin-top: 0px !important;
}
/* _content/Assisto.Marketing/Pages/State.razor.rz.scp.css */
/* State-specific styles go here if needed */

.content-section[b-k3ofbqqonk]
{
    width: 100%;
    max-width: 100%;
}
.statistics-section[b-k3ofbqqonk] {
    margin-bottom: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.loading-section[b-k3ofbqqonk] {
    padding: 15px;
}
