/* _content/DigitalArchitectBlazor/Components/Account/Pages/GoogleLoginButton.razor.rz.scp.css */
.gsi-material-button[b-akfj3o6cc4] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

    .gsi-material-button .gsi-material-button-icon[b-akfj3o6cc4] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper[b-akfj3o6cc4] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents[b-akfj3o6cc4] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state[b-akfj3o6cc4] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled[b-akfj3o6cc4] {
        cursor: default;
        background-color: #ffffff61;
        border-color: #1f1f1f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-contents[b-akfj3o6cc4] {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon[b-akfj3o6cc4] {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state[b-akfj3o6cc4],
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-akfj3o6cc4] {
        background-color: #303030;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover[b-akfj3o6cc4] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-akfj3o6cc4] {
            background-color: #303030;
            opacity: 8%;
        }
/* _content/DigitalArchitectBlazor/Components/AIChat/Controls/ResultContentDisplay.razor.rz.scp.css */

/* JSON Display Styling */
.json-content[b-uwswy8kdvw] {
    padding-bottom: 10px;
}

.json-formatted-display[b-uwswy8kdvw] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.json-property[b-uwswy8kdvw] {
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

    .json-property:last-child[b-uwswy8kdvw] {
        border-bottom: none;
    }

.property-name[b-uwswy8kdvw] {
    font-weight: 600;
    font-size: 16px;
    color: var(--md-sys-color-on-primary-container);
    margin-bottom: 4px;
}

.property-value[b-uwswy8kdvw] {
    font-size: 15px;
    line-height: 1.5;
    color: var(--md-sys-color-on-primary-container);
}

.array-list[b-uwswy8kdvw] {
    margin: 4px 0;
    padding-left: 20px;
}

    .array-list li[b-uwswy8kdvw] {
        margin-bottom: 4px;
    }

        .array-list li:last-child[b-uwswy8kdvw] {
            margin-bottom: 0;
        }

.long-text-value[b-uwswy8kdvw] {
    line-height: 1.6;
    white-space: pre-line;
}

/* Text content styling */
.text-content[b-uwswy8kdvw] {
    white-space: pre-line;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .json-property[b-uwswy8kdvw] {
        flex-direction: row;
        align-items: flex-start;
    }

    .property-name[b-uwswy8kdvw] {
        width: 30%;
        padding-right: 16px;
        margin-bottom: 0;
    }

    .property-value[b-uwswy8kdvw] {
        width: 70%;
    }
}
/* _content/DigitalArchitectBlazor/Components/BusinessCards/Controls/BusinessCardCreatorOrganization.razor.rz.scp.css */

.business-card-name-title-org-container-left[b-8vi6b3rszf],
.business-card-name-title-org-container-center[b-8vi6b3rszf],
.business-card-name-title-org-container-right[b-8vi6b3rszf] {
    text-align: center;
    padding: 16px 16px 16px 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    width: calc(100% - 32px);
    float: none;
}

.business-card-name-title-org-container-left[b-8vi6b3rszf] {
    text-align: left;
    float: left;
}

.business-card-name-title-org-container-right[b-8vi6b3rszf] {
    text-align: right;
    float: right;
}

.business-card-name[b-8vi6b3rszf] {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-weight: 500;
    font-size: var(--md-sys-typescale-display-small-font-size);
    line-height: var(--md-sys-typescale-display-small-line-height);
    letter-spacing: var(--md-sys-typescale-display-small-letter-spacing);
    color: var(--md-sys-color-on-surface);
}

.business-card-title[b-8vi6b3rszf] {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-weight: var(--md-sys-typescale-headline-small-font-weight);
    font-size: var(--md-sys-typescale-headline-small-font-size);
    line-height: var(--md-sys-typescale-headline-small-line-height);
    letter-spacing: var(--md-sys-typescale-headline-small-letter-spacing);
    color: var(--md-sys-color-on-surface);
}

.business-card-department[b-8vi6b3rszf] {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-weight: var(--md-sys-typescale-headline-small-font-weight);
    font-size: var(--md-sys-typescale-headline-small-font-size);
    line-height: var(--md-sys-typescale-headline-small-line-height);
    letter-spacing: var(--md-sys-typescale-headline-small-letter-spacing);
    color: var(--md-sys-color-on-surface);
}

.business-card-organization-name[b-8vi6b3rszf] {
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-weight: var(--md-sys-typescale-headline-small-font-weight);
    font-size: var(--md-sys-typescale-headline-small-font-size);
    line-height: var(--md-sys-typescale-headline-small-line-height);
    letter-spacing: var(--md-sys-typescale-headline-small-letter-spacing);
    color: var(--md-sys-color-on-surface);
    font-style: italic;
}

.business-card-division_of[b-8vi6b3rszf] {
    width: calc(100% - 32px);
    margin: 0px 0px 0px 0px;
    padding: 0px 16px 0px 16px;
    font-weight: var(--md-sys-typescale-body-medium-font-weight);
    font-size: var(--md-sys-typescale-body-medium-font-size);
    line-height: var(--md-sys-typescale-body-medium-line-height);
    letter-spacing: var(--md-sys-typescale-body-medium-letter-spacing);
    color: var(--md-ref-palette-neutral30);
}
/* _content/DigitalArchitectBlazor/Components/BusinessCards/Controls/BusinessCardTemplate0.razor.rz.scp.css */


/* _content/DigitalArchitectBlazor/Components/BusinessCards/Controls/BusinessCardTemplate1.razor.rz.scp.css */



/* _content/DigitalArchitectBlazor/Components/BusinessCards/Controls/BusinessCardTemplate2.razor.rz.scp.css */

.title_container[b-fqf3uy7vg9] {
}

/* _content/DigitalArchitectBlazor/Components/BusinessCards/Controls/BusinessCardTemplate3.razor.rz.scp.css */
.business_card_logo_container[b-gnxewl8etp] {
    border-bottom-width: -1px;
    padding-bottom: 10px;
}

    .business_card_logo_container .company_logo[b-gnxewl8etp] {
    }

svg[b-gnxewl8etp] {
    position: relative; /* This needs position relative for z-index to take effect if not already positioned */
    z-index: 1; /* Lower z-index will keep it below the image */
    margin-top: -1px;
}

/* _content/DigitalArchitectBlazor/Components/BusinessCards/Controls/BusinessCardTemplate4.razor.rz.scp.css */
.business_card_logo_container[b-wocium622l] {
    border-bottom-width: -1px;
    padding-bottom: 10px;
}

    .business_card_logo_container .company_logo[b-wocium622l] {
        
    }

.portrait_image[b-wocium622l] {
    margin-top: -100px;
    position: relative; /* Ensure it is positioned relative to its normal position */
    z-index: 10; /* Higher z-index means it will be on top of other positioned elements */
}

svg[b-wocium622l] {
    position: relative; /* This needs position relative for z-index to take effect if not already positioned */
    z-index: 1; /* Lower z-index will keep it below the image */
    margin-top: -1px;
}

/* _content/DigitalArchitectBlazor/Components/BusinessCards/Controls/BusinessCardTemplate5.razor.rz.scp.css */
.business_card_logo_container[b-3en96jlcx8] {
    border-bottom-width: -1px;
    padding-bottom: 10px;
}

    .business_card_logo_container .company_logo[b-3en96jlcx8] {
        
    }

.right_portrait_image[b-3en96jlcx8] {
    margin-top: -100px;
}

.title_container[b-3en96jlcx8] {
}

svg[b-3en96jlcx8] {
    position: relative; /* This needs position relative for z-index to take effect if not already positioned */
    z-index: 1; /* Lower z-index will keep it below the image */
    margin-top: -1px;
}

.right_portrait_image[b-3en96jlcx8] {
    position: relative; /* Ensure it is positioned relative to its normal position */
    z-index: 10; /* Higher z-index means it will be on top of other positioned elements */
}


/* _content/DigitalArchitectBlazor/Components/BusinessCards/Controls/BusinessCardText.razor.rz.scp.css */

.business-card-name-title-org-container-left[b-zwuh30ixa2],
.business-card-name-title-org-container-center[b-zwuh30ixa2],
.business-card-name-title-org-container-right[b-zwuh30ixa2] {
    text-align: center;
    padding: 16px 16px 16px 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    width: calc(100% - 32px);
    float: none;
}

.business-card-name-title-org-container-left[b-zwuh30ixa2] {
    text-align: left;
    float: left;
}

.business-card-name-title-org-container-right[b-zwuh30ixa2] {
    text-align: right;
    float: right;
}

.business-card-name[b-zwuh30ixa2] {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-weight: 500;
    font-size: var(--md-sys-typescale-display-small-font-size);
    line-height: var(--md-sys-typescale-display-small-line-height);
    letter-spacing: var(--md-sys-typescale-display-small-letter-spacing);
    color: var(--md-sys-color-on-surface);
}

.business-card-title[b-zwuh30ixa2] {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-weight: var(--md-sys-typescale-headline-small-font-weight);
    font-size: var(--md-sys-typescale-headline-small-font-size);
    line-height: var(--md-sys-typescale-headline-small-line-height);
    letter-spacing: var(--md-sys-typescale-headline-small-letter-spacing);
    color: var(--md-sys-color-on-surface);
}

.business-card-department[b-zwuh30ixa2] {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-weight: var(--md-sys-typescale-headline-small-font-weight);
    font-size: var(--md-sys-typescale-headline-small-font-size);
    line-height: var(--md-sys-typescale-headline-small-line-height);
    letter-spacing: var(--md-sys-typescale-headline-small-letter-spacing);
    color: var(--md-sys-color-on-surface);
}

.business-card-organization-name[b-zwuh30ixa2] {
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-weight: var(--md-sys-typescale-headline-small-font-weight);
    font-size: var(--md-sys-typescale-headline-small-font-size);
    line-height: var(--md-sys-typescale-headline-small-line-height);
    letter-spacing: var(--md-sys-typescale-headline-small-letter-spacing);
    color: var(--md-sys-color-on-surface);
    font-style: italic;
}

.business-card-division_of[b-zwuh30ixa2] {
    width: calc(100% - 32px);
    margin: 0px 0px 0px 0px;
    padding: 0px 16px 0px 16px;
    font-weight: var(--md-sys-typescale-body-medium-font-weight);
    font-size: var(--md-sys-typescale-body-medium-font-size);
    line-height: var(--md-sys-typescale-body-medium-line-height);
    letter-spacing: var(--md-sys-typescale-body-medium-letter-spacing);
    color: var(--md-ref-palette-neutral30);
}
/* _content/DigitalArchitectBlazor/Components/ContentManagement/Controls/ContentPlanning/ContentBalanceVisualization.razor.rz.scp.css */
.visualization-controls[b-08yctluxfe] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.recommendations-list[b-08yctluxfe] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .recommendations-list li[b-08yctluxfe] {
        padding: 8px 12px;
        margin-bottom: 8px;
        border-radius: 4px;
        display: flex;
        align-items: flex-start;
    }

        .recommendations-list li.warning[b-08yctluxfe] {
            background-color: #fff3cd;
            border-left: 4px solid #ffc107;
        }

        .recommendations-list li.info[b-08yctluxfe] {
            background-color: #e3f2fd;
            border-left: 4px solid #2196f3;
        }

.recommendation-icon[b-08yctluxfe] {
    margin-right: 8px;
}

.recommendation-text[b-08yctluxfe] {
    flex: 1;
}

/* Responsive Adjustments are handled by Radzen Grid */
/* _content/DigitalArchitectBlazor/Components/Layout/AppLayout.Razor.rz.scp.css */
/* _content/DigitalArchitectBlazor/Components/Layout/CookieConsent/CookieConsentControl.razor.rz.scp.css */
.privacy-notice-popup[b-74l74o7gwb] {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--md-sys-color-primary) 0%, var(--md-sys-color-secondary) 100%);
    color: var(--md-sys-color-on-primary);
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 8px 32px var(--md-sys-color-transparent-shading20);
    z-index: 1000;
    font-family: var(--md-sys-typescale-body-large-font-family-name), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    animation: slideUp-b-74l74o7gwb 0.3s ease-out;
    border: 1px solid var(--md-sys-color-outline-variant);
}

@keyframes slideUp-b-74l74o7gwb {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.privacy-notice-header[b-74l74o7gwb] {
    font-size: var(--md-sys-typescale-title-large-font-size);
    font-weight: var(--md-sys-typescale-title-large-font-weight);
    line-height: var(--md-sys-typescale-title-large-line-height);
    margin-bottom: 16px;
    color: var(--md-sys-color-on-primary);
}

.privacy-notice-content[b-74l74o7gwb] {
    font-size: var(--md-sys-typescale-body-large-font-size);
    line-height: var(--md-sys-typescale-body-large-line-height);
    margin-bottom: 16px;
    color: var(--md-sys-color-on-primary);
    opacity: 0.9;
}

.privacy-highlight[b-74l74o7gwb] {
    background: var(--md-sys-color-primary-container);
    color: var(--md-sys-color-on-primary-container);
    padding: 16px;
    border-radius: 8px;
    margin: 16px 0;
    border-left: 4px solid var(--md-custom-color-Custom-Color-1);
    font-size: var(--md-sys-typescale-body-medium-font-size);
    line-height: var(--md-sys-typescale-body-medium-line-height);
}

.privacy-details[b-74l74o7gwb] {
    font-size: var(--md-sys-typescale-body-medium-font-size);
    line-height: var(--md-sys-typescale-body-medium-line-height);
    margin-bottom: 20px;
    color: var(--md-sys-color-on-primary);
    opacity: 0.85;
}

    .privacy-details ul[b-74l74o7gwb] {
        margin: 8px 0 0 0;
        padding-left: 20px;
    }

    .privacy-details li[b-74l74o7gwb] {
        margin-bottom: 4px;
    }

.privacy-buttons[b-74l74o7gwb] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.privacy-btn-primary[b-74l74o7gwb] {
    background: var(--md-custom-color-Custom-Color-1);
    color: var(--md-sys-color-on-primary);
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: var(--md-sys-typescale-label-large-font-weight);
    font-size: var(--md-sys-typescale-label-large-font-size);
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 8px var(--md-sys-color-transparent-shading10);
}

    .privacy-btn-primary:hover[b-74l74o7gwb] {
        background: var(--md-sys-color-green);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px var(--md-sys-color-transparent-shading20);
    }

.privacy-btn-secondary[b-74l74o7gwb] {
    background: transparent;
    color: var(--md-sys-color-on-primary);
    border: 2px solid var(--md-sys-color-outline-variant);
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: var(--md-sys-typescale-label-medium-font-weight);
    font-size: var(--md-sys-typescale-label-medium-font-size);
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

    .privacy-btn-secondary:hover[b-74l74o7gwb] {
        border-color: var(--md-sys-color-outline);
        background: var(--md-sys-color-surface-container);
        color: var(--md-sys-color-on-surface);
        text-decoration: none;
    }

.privacy-commitment[b-74l74o7gwb] {
    font-size: var(--md-sys-typescale-body-small-font-size);
    line-height: var(--md-sys-typescale-body-small-line-height);
    font-style: italic;
    opacity: 0.8;
    text-align: center;
    color: var(--md-sys-color-on-primary);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .privacy-notice-popup[b-74l74o7gwb] {
        bottom: 10px;
        left: 10px;
        right: 10px;
        padding: 20px;
    }

    .privacy-notice-header[b-74l74o7gwb] {
        font-size: 18px;
    }

    .privacy-notice-content[b-74l74o7gwb] {
        font-size: 15px;
    }

    .privacy-buttons .LinkButton[b-74l74o7gwb] {
        color: #ffffff;
    }

    .privacy-buttons[b-74l74o7gwb] {
        flex-direction: column;
        align-items: stretch;
    }

    .privacy-btn-primary[b-74l74o7gwb],
    .privacy-btn-secondary[b-74l74o7gwb] {
        text-align: center;
        width: 100%;
    }
}


/*.cookie-consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var( --md-sys-color-surface);
    color: var( --md-sys-color-on-surface);
    padding: 16px;
    width: calc(100% - 32px);
    text-align: left;
    z-index: 1000;
}

.cookie-consent-message {
    margin-bottom: 10px;
}

.cookie-consent-categories {
    margin-bottom: 10px;
}

    .cookie-consent-categories div {
        margin-bottom: 5px;
    }

.cookie-consent-popup a {
    color: var();
    text-decoration: underline;
}

    .cookie-consent-popup a:hover {
        color: #0056b3;
    }
*/
/* _content/DigitalArchitectBlazor/Components/Layout/Navigation/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
/* _content/DigitalArchitectBlazor/Components/Notifications/Controls/UserNotificationSetting.razor.rz.scp.css */
.pure-material-switch[b-z1f83po3fn] {
    z-index: 0;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}

    .pure-material-switch .helper-text[b-z1f83po3fn] {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    /* Input */
    .pure-material-switch > input[b-z1f83po3fn] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        right: 6px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: var(--md-sys-color-outline);
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
        /* float: right;*/
    }

    /* Span */
    .pure-material-switch > span[b-z1f83po3fn] {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        float: left;
        color: var(--md-sys-color-on-surface);
        font-weight: bold;
    }

        /* Track */
        .pure-material-switch > span[b-z1f83po3fn]::before {
            content: "";
            float: right;
            display: inline-block;
            margin: 5px 0 5px 10px;
            border-radius: 7px;
            width: 36px;
            height: 14px;
            background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            vertical-align: top;
            transition: background-color 0.2s, opacity 0.2s;
        }

        /* Thumb */
        .pure-material-switch > span[b-z1f83po3fn]::after {
            content: "";
            position: absolute;
            top: 2px;
            right: 16px;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            transition: background-color 0.2s, transform 0.2s;
        }

    /* Checked */
    .pure-material-switch > input:checked[b-z1f83po3fn] {
        right: -10px;
        background-color: var(--md-sys-color-primary);
    }

        .pure-material-switch > input:checked + span[b-z1f83po3fn]::before {
            background-color: rgba(58, 96, 143, 0.6);
        }

        .pure-material-switch > input:checked + span[b-z1f83po3fn]::after {
            background-color: var(--md-sys-color-primary);
            transform: translateX(16px);
        }

    /* Hover, Focus */
    .pure-material-switch:hover > input[b-z1f83po3fn] {
        opacity: 0.04;
    }

    .pure-material-switch > input:focus[b-z1f83po3fn] {
        opacity: 0.12;
    }

    .pure-material-switch:hover > input:focus[b-z1f83po3fn] {
        opacity: 0.16;
    }

    /* Active */
    .pure-material-switch > input:active[b-z1f83po3fn] {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

        .pure-material-switch > input:active + span[b-z1f83po3fn]::before {
            background-color: rgba(var(--pure-material-primary-rgb, 33, 150, 243), 0.6);
        }

    .pure-material-switch > input:checked:active + span[b-z1f83po3fn]::before {
        background-color: rgba(23, 29, 30, 0.38);
    }

    /* Disabled */
    .pure-material-switch > input:disabled[b-z1f83po3fn] {
        opacity: 0;
    }

        .pure-material-switch > input:disabled + span[b-z1f83po3fn] {
            color: rgb(23, 29, 30, 0);
            opacity: 0.38;
            cursor: default;
        }

            .pure-material-switch > input:disabled + span[b-z1f83po3fn]::before {
                background-color: rgba(23, 29, 30, 0.38);
            }

    .pure-material-switch > input:checked:disabled + span[b-z1f83po3fn]::before {
        background-color: rgba(58,96, 143, 0.6);
    }
/* _content/DigitalArchitectBlazor/Components/Posts/Controls/PostShareButton.razor.rz.scp.css */
.comment-button-container[b-uo9sjwe4gl] {
    position: relative;
}

.share-menu[b-uo9sjwe4gl] {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    min-width: 150px;
    overflow: hidden;
    margin-bottom: 5px;
}

.share-menu-item[b-uo9sjwe4gl] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

    .share-menu-item:hover[b-uo9sjwe4gl] {
        background-color: #f5f5f5;
    }
/* _content/DigitalArchitectBlazor/Components/Public/AudiencePages/ForIndividuals.razor.rz.scp.css */
.cta-subtext[b-09ownxujib] {
    margin-top: 15px;
    font-size: 1rem;
    opacity: 0.9;
    color: var(--md-sys-color-on-surface);
}

.problem-section[b-09ownxujib] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
}

    .problem-section h2[b-09ownxujib] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.problems-grid[b-09ownxujib] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.problem-card[b-09ownxujib] {
    background: var(--md-sys-color-surface);
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid var(--md-sys-color-outline-variant);
}

.problem-icon[b-09ownxujib] {
    color: var(--md-sys-color-error);
    margin-bottom: 20px;
}

.problem-card h3[b-09ownxujib] {
    margin-bottom: 15px;
    color: var(--md-sys-color-on-surface);
}

.problem-card p[b-09ownxujib] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.6;
}

.solution-section[b-09ownxujib] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface);
}

    .solution-section h2[b-09ownxujib] {
        text-align: center;
        margin-bottom: 20px;
        color: var(--md-sys-color-on-surface);
    }

.section-subtitle[b-09ownxujib] {
    text-align: center;
    font-size: 1.2rem;
    color: var(--md-sys-color-on-surface-variant);
    margin-bottom: 50px;
}

.solution-features[b-09ownxujib] {
    max-width: 1000px;
    margin: 0 auto;
}

.feature-row[b-09ownxujib] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

    .feature-row.reverse[b-09ownxujib] {
        direction: rtl;
    }

        .feature-row.reverse > *[b-09ownxujib] {
            direction: ltr;
        }

.feature-content h3[b-09ownxujib] {
    margin-bottom: 20px;
    color: var(--md-sys-color-primary);
}

.feature-content p[b-09ownxujib] {
    line-height: 1.6;
    color: var(--md-sys-color-on-surface-variant);
}

.feature-visual[b-09ownxujib] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-demo[b-09ownxujib] {
    background: var(--md-sys-color-surface-variant);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
    min-width: 250px;
}

.toggle-item[b-09ownxujib] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0;
}

    .toggle-item:last-child[b-09ownxujib] {
        margin-bottom: 0;
    }

.toggle[b-09ownxujib] {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .toggle.on[b-09ownxujib] {
        background: var(--md-sys-color-primary);
    }

    .toggle.off[b-09ownxujib] {
        background: var(--md-sys-color-outline);
    }

    .toggle[b-09ownxujib]::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: white;
        transition: all 0.3s ease;
    }

    .toggle.on[b-09ownxujib]::after {
        transform: translateX(20px);
    }

.frequency-demo[b-09ownxujib] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--md-sys-color-surface-variant);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
}

.frequency-option[b-09ownxujib] {
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid var(--md-sys-color-outline-variant);
}

    .frequency-option.selected[b-09ownxujib] {
        background: var(--md-sys-color-primary);
        color: white;
        border-color: var(--md-sys-color-primary);
    }

.pause-demo[b-09ownxujib] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background: var(--md-sys-color-surface-variant);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
}

.pause-button[b-09ownxujib], .block-button[b-09ownxujib] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pause-button[b-09ownxujib] {
    background: var(--md-sys-color-primary);
    color: white;
    transform: scale(1.1);
}

.block-button[b-09ownxujib] {
    background: var(--md-sys-color-error);
    color: white;
    opacity: 0.5;
}

.vs[b-09ownxujib] {
    font-weight: bold;
    color: var(--md-sys-color-on-surface-variant);
}

.empowerment-section[b-09ownxujib] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
}

    .empowerment-section h2[b-09ownxujib] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.empowerment-grid[b-09ownxujib] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.empowerment-card[b-09ownxujib] {
    background: var(--md-sys-color-surface);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
    text-align: center;
}

    .empowerment-card h3[b-09ownxujib] {
        margin-bottom: 15px;
        color: var(--md-sys-color-primary);
    }

    .empowerment-card p[b-09ownxujib] {
        color: var(--md-sys-color-on-surface-variant);
        line-height: 1.6;
    }

.lifestyle-section[b-09ownxujib] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface);
}

    .lifestyle-section h2[b-09ownxujib] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.lifestyle-scenarios[b-09ownxujib] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.scenario[b-09ownxujib] {
    text-align: center;
    padding: 30px;
}

.scenario-icon[b-09ownxujib] {
    color: var(--md-sys-color-primary);
    margin-bottom: 20px;
}

.scenario h3[b-09ownxujib] {
    margin-bottom: 20px;
    color: var(--md-sys-color-on-surface);
}

.scenario p[b-09ownxujib] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.6;
}

.movement-section[b-09ownxujib] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
    display: flex;
    justify-content: center;
}

.movement-container[b-09ownxujib] {
    background: linear-gradient(135deg, var(--md-sys-color-primary) 0%, var(--md-sys-color-secondary) 100%);
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    color: white;
}

    .movement-container h2[b-09ownxujib] {
        margin-bottom: 20px;
    }

    .movement-container p[b-09ownxujib] {
        line-height: 1.6;
        margin-bottom: 40px;
    }

.movement-stats[b-09ownxujib] {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.stat[b-09ownxujib] {
    text-align: center;
}

.stat-number[b-09ownxujib] {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.stat-label[b-09ownxujib] {
    font-size: 0.9rem;
    opacity: 0.9;
}

.movement-text[b-09ownxujib] {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 40px 0;
}

.movement-cta[b-09ownxujib] {
    margin-top: 40px;
}

@media (max-width: 768px) {

    .feature-row[b-09ownxujib] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .movement-stats[b-09ownxujib] {
        flex-direction: column;
        gap: 20px;
    }
}
/* _content/DigitalArchitectBlazor/Components/Public/AudiencePages/ForMarketers.razor.rz.scp.css */
.cta-container[b-x3369qwuol] {
    margin-top: 40px;
}

.primary-cta[b-x3369qwuol] {
    display: inline-block;
    background: white;
    color: var(--md-sys-color-primary);
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

    .primary-cta:hover[b-x3369qwuol] {
        transform: translateY(-2px);
    }

.cta-subtext[b-x3369qwuol] {
    margin-top: 15px;
    font-size: 1rem;
    opacity: 0.9;
    color: var(--md-sys-color-on-surface);
}

.content-sections[b-x3369qwuol] {
    background: var(--md-sys-color-surface-variant);
}

.marketer-specific-benefits[b-x3369qwuol] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface);
}

    .marketer-specific-benefits h2[b-x3369qwuol] {
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.benefits-grid[b-x3369qwuol] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-card[b-x3369qwuol] {
    background: var(--md-sys-color-surface);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .benefit-card:hover[b-x3369qwuol] {
        transform: translateY(-5px);
    }

.benefit-icon[b-x3369qwuol] {
    color: var(--md-sys-color-primary);
    margin-bottom: 20px;
}

.benefit-card h3[b-x3369qwuol] {
    margin-bottom: 15px;
    color: var(--md-sys-color-on-surface);
}

.benefit-card p[b-x3369qwuol] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.6;
}

.transformation-section[b-x3369qwuol] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
}

    .transformation-section h2[b-x3369qwuol] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.transformation-comparison[b-x3369qwuol] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.old-way[b-x3369qwuol], .new-way[b-x3369qwuol] {
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.old-way[b-x3369qwuol] {
    background: linear-gradient(135deg, #ffebee 0%, #fce4ec 100%);
}

.new-way[b-x3369qwuol] {
    background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%);
}

.old-way h3[b-x3369qwuol] {
    color: var(--md-sys-color-error);
    margin-bottom: 25px;
}

.new-way h3[b-x3369qwuol] {
    color: var(--md-sys-color-primary);
    margin-bottom: 25px;
}

.transformation-comparison ul[b-x3369qwuol] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.transformation-comparison li[b-x3369qwuol] {
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 8px;
    color: var(--md-sys-color-on-surface-variant);
}

.final-cta-section[b-x3369qwuol] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface);
    display: flex;
    justify-content: center;
}

.cta-box[b-x3369qwuol] {
    /*    background: linear-gradient(135deg, var(--md-sys-color-primary) 0%, var(--md-sys-color-secondary) 100%);*/
    background: var(--md-sys-color-surface);
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    color: white;
}

    .cta-box h2[b-x3369qwuol] {
        margin-bottom: 20px;
    }

    .cta-box p[b-x3369qwuol] {
        margin-bottom: 40px;
        line-height: 1.6;
        color: var(--md-sys-color-on-surface);
    }

.cta-buttons[b-x3369qwuol] {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.secondary-cta[b-x3369qwuol] {
    display: inline-block;
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

    .secondary-cta:hover[b-x3369qwuol] {
        background: white;
        color: var(--md-sys-color-primary);
    }

@media (max-width: 768px) {

    .transformation-comparison[b-x3369qwuol] {
        grid-template-columns: 1fr;
    }

    .cta-buttons[b-x3369qwuol] {
        flex-direction: column;
        align-items: center;
    }
}
/* _content/DigitalArchitectBlazor/Components/Public/AudiencePages/ForOrganizations.razor.rz.scp.css */
.cta-subtext[b-ci7e21jtiv] {
    margin-top: 15px;
    opacity: 0.9;
    color: var(--md-sys-color-on-surface);
}

.roi-hero[b-ci7e21jtiv] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
}

    .roi-hero h2[b-ci7e21jtiv] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.roi-stats[b-ci7e21jtiv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.stat-card[b-ci7e21jtiv] {
    background: var(--md-sys-color-surface);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid var(--md-sys-color-outline-variant);
}

.stat-number[b-ci7e21jtiv] {
    font-size: 3rem;
    font-weight: bold;
    color: var(--md-sys-color-primary);
    margin-bottom: 10px;
}

.stat-label[b-ci7e21jtiv] {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--md-sys-color-on-surface);
    margin-bottom: 10px;
}

.stat-description[b-ci7e21jtiv] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.5;
}

.content-sections[b-ci7e21jtiv] {
    background: var(--md-sys-color-surface);
}

.competitive-advantage-section[b-ci7e21jtiv] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
}

    .competitive-advantage-section h2[b-ci7e21jtiv] {
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 20px;
        color: var(--md-sys-color-on-surface);
    }

.section-subtitle[b-ci7e21jtiv] {
    text-align: center;
    font-size: 1.2rem;
    color: var(--md-sys-color-on-surface-variant);
    margin-bottom: 50px;
}

.timeline-container[b-ci7e21jtiv] {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item[b-ci7e21jtiv] {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 40px;
}

.timeline-dot[b-ci7e21jtiv] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}

    .timeline-dot.current[b-ci7e21jtiv] {
        background: var(--md-sys-color-primary);
        box-shadow: 0 0 0 4px rgba(var(--md-sys-color-primary-rgb), 0.2);
    }

    .timeline-dot.future[b-ci7e21jtiv] {
        background: var(--md-sys-color-outline);
        border: 2px solid var(--md-sys-color-primary);
    }

.timeline-content h3[b-ci7e21jtiv] {
    margin-bottom: 15px;
    color: var(--md-sys-color-on-surface);
}

.timeline-content ul[b-ci7e21jtiv] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-content li[b-ci7e21jtiv] {
    padding: 8px 0;
    color: var(--md-sys-color-on-surface-variant);
}

    .timeline-content li[b-ci7e21jtiv]:before {
        content: "→";
        color: var(--md-sys-color-primary);
        font-weight: bold;
        margin-right: 10px;
    }

.business-scenarios[b-ci7e21jtiv] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface);
}

    .business-scenarios h2[b-ci7e21jtiv] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.scenarios-grid[b-ci7e21jtiv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.scenario-card[b-ci7e21jtiv] {
    background: var(--md-sys-color-surface-variant);
    border-radius: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
    overflow: hidden;
    margin: 8px;
}

.scenario-header[b-ci7e21jtiv] {
    background: var(--md-sys-color-primary);
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .scenario-header h3[b-ci7e21jtiv] {
        margin: 0;
        color: var(--md-sys-color-on-primary);
    }

.scenario-metrics[b-ci7e21jtiv] {
    padding: 25px;
}

.metric[b-ci7e21jtiv] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--md-sys-color-outline-variant);
}

    .metric:last-of-type[b-ci7e21jtiv] {
        border-bottom: none;
        margin-bottom: 20px;
    }

.metric-label[b-ci7e21jtiv] {
    color: var(--md-sys-color-on-surface-variant);
    font-weight: 500;
}

.metric-value[b-ci7e21jtiv] {
    font-weight: 600;
    color: var(--md-sys-color-on-surface);
}

    .metric-value.error[b-ci7e21jtiv] {
        color: var(--md-sys-color-error);
    }

    .metric-value.success[b-ci7e21jtiv] {
        color: var(--md-sys-color-primary);
    }

.savings-highlight[b-ci7e21jtiv] {
    background: rgba(76, 175, 80, 0.1);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid var(--md-sys-color-primary);
    color: var(--md-sys-color-primary);
    font-weight: 600;
    text-align: center;
}

.industry-disruption[b-ci7e21jtiv] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
}

    .industry-disruption h2[b-ci7e21jtiv] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.disruption-grid[b-ci7e21jtiv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.disruption-item[b-ci7e21jtiv] {
    background: var(--md-sys-color-surface);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
}

    .disruption-item h3[b-ci7e21jtiv] {
        color: var(--md-sys-color-primary);
        margin-bottom: 20px;
    }

    .disruption-item ul[b-ci7e21jtiv] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .disruption-item li[b-ci7e21jtiv] {
        padding: 8px 0;
        color: var(--md-sys-color-on-surface-variant);
        border-bottom: 1px solid var(--md-sys-color-outline-variant);
    }

        .disruption-item li:last-child[b-ci7e21jtiv] {
            border-bottom: none;
        }

.urgency-section[b-ci7e21jtiv] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface);
    display: flex;
    justify-content: center;
}

.urgency-container[b-ci7e21jtiv] {
    background: linear-gradient(135deg, var(--md-sys-color-primary) 0%, var(--md-sys-color-secondary) 100%);
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    color: white;
}

    .urgency-container h2[b-ci7e21jtiv] {
        margin-bottom: 40px;
    }

.urgency-indicators[b-ci7e21jtiv] {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.urgency-item[b-ci7e21jtiv] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 25px;
}

.final-cta[b-ci7e21jtiv] {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .hero-section h1[b-ci7e21jtiv] {
    }

    .roi-stats[b-ci7e21jtiv] {
        grid-template-columns: 1fr;
    }

    .scenarios-grid[b-ci7e21jtiv] {
        grid-template-columns: 1fr;
    }

    .urgency-indicators[b-ci7e21jtiv] {
        flex-direction: column;
        align-items: center;
    }
}
/* _content/DigitalArchitectBlazor/Components/Public/EarlyAccess/EarlyAccess.razor.rz.scp.css */
.urgency-item[b-wtp8bp8gbj] {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    margin: 8px;
    border-radius: 25px;
    font-size: 0.95rem;
    text-align: center;
    color: var(--md-sys-color-dark-blue);
}

.early-access-form-section[b-wtp8bp8gbj] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
}

.section-container[b-wtp8bp8gbj] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

.form-container[b-wtp8bp8gbj] {
    padding: 40px;
    border-radius: 20px;
    text-align: left;
}

.form-header[b-wtp8bp8gbj] {
    text-align: center;
    margin-bottom: 40px;
}

    .form-header h2[b-wtp8bp8gbj] {
        margin-bottom: 10px;
        color: var(--md-sys-color-surface);
    }

    .form-header p[b-wtp8bp8gbj] {
        color: var(--md-sys-color-surface);
    }

.early-access-form[b-wtp8bp8gbj] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group[b-wtp8bp8gbj] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-wtp8bp8gbj] {
        margin-bottom: 8px;
        font-weight: 600;
        color: var(--md-sys-color-on-surface);
    }

    .form-group input[b-wtp8bp8gbj],
    .form-group select[b-wtp8bp8gbj],
    .form-group textarea[b-wtp8bp8gbj] {
        padding: 12px 16px;
        border: 1px solid var(--md-sys-color-outline);
        border-radius: 8px;
        background: var(--md-sys-color-surface);
        color: var(--md-sys-color-on-surface);
        transition: border-color 0.3s ease;
    }

        .form-group input:focus[b-wtp8bp8gbj],
        .form-group select:focus[b-wtp8bp8gbj],
        .form-group textarea:focus[b-wtp8bp8gbj] {
            outline: none;
            border-color: var(--md-sys-color-primary);
        }

    .form-group textarea[b-wtp8bp8gbj] {
        resize: vertical;
        min-height: 100px;
    }

.checkbox-group[b-wtp8bp8gbj] {
    flex-direction: row !important;
    align-items: flex-start;
    gap: 12px;
}

.checkbox-label[b-wtp8bp8gbj] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    margin-bottom: 0 !important;
}

    .checkbox-label input[type="checkbox"][b-wtp8bp8gbj] {
        display: none;
    }

.checkmark[b-wtp8bp8gbj] {
    width: 20px;
    height: 20px;
    border: 2px solid var(--md-sys-color-outline);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark[b-wtp8bp8gbj] {
    background: var(--md-sys-color-primary);
    border-color: var(--md-sys-color-primary);
}

    .checkbox-label input[type="checkbox"]:checked + .checkmark[b-wtp8bp8gbj]::after {
        content: "✓";
        color: white;
        font-weight: bold;
        font-size: 14px;
    }

.checkbox-text[b-wtp8bp8gbj] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.5;
}

.submit-button[b-wtp8bp8gbj] {
    background: var(--md-sys-color-primary);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

    .submit-button:hover[b-wtp8bp8gbj] {
        background: var(--md-sys-color-primary-dark);
        transform: translateY(-2px);
    }

.benefits-sidebar[b-wtp8bp8gbj] {
    background: var(--md-sys-color-surface);
    padding: 16px;
    border-radius: 20px;
    border: 1px solid var(--md-sys-color-outline-variant);
    height: fit-content;
    position: sticky;
    top: 20px;
}

    .benefits-sidebar h2[b-wtp8bp8gbj] {
        margin-bottom: 30px;
        text-align: center;
    }

.benefit-item[b-wtp8bp8gbj] {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--md-sys-color-outline-variant);
}

    .benefit-item:last-child[b-wtp8bp8gbj] {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.benefit-icon[b-wtp8bp8gbj] {
    color: var(--md-sys-color-primary);
    flex-shrink: 0;
    margin: 2px auto 8px auto;
    width: 36px;
}

.benefit-content h4[b-wtp8bp8gbj] {
    margin-bottom: 8px;
    color: var(--md-sys-color-on-surface);
}

.benefit-content p[b-wtp8bp8gbj] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.5;
}

.timeline-section[b-wtp8bp8gbj] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface);
}

    .timeline-section .section-container[b-wtp8bp8gbj] {
        display: block;
        max-width: 800px;
    }

    .timeline-section h2[b-wtp8bp8gbj] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.timeline-item[b-wtp8bp8gbj] {
    align-items: flex-start;
    margin: 8px;
}

.timeline-number[b-wtp8bp8gbj] {
    background: var(--md-sys-color-primary);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    margin: 5px auto 16px auto;
}

.timeline-content h3[b-wtp8bp8gbj] {
    margin-bottom: 10px;
    color: var(--md-sys-color-on-surface);
}

.timeline-content p[b-wtp8bp8gbj] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.6;
}

.testimonial-section[b-wtp8bp8gbj] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
}

    .testimonial-section h2[b-wtp8bp8gbj] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.testimonials-grid[b-wtp8bp8gbj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial-card[b-wtp8bp8gbj] {
    background: var(--md-sys-color-surface);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
}

.testimonial-content p[b-wtp8bp8gbj] {
    line-height: 1.6;
    color: var(--md-sys-color-on-surface-variant);
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author h4[b-wtp8bp8gbj] {
    margin-bottom: 5px;
    color: var(--md-sys-color-on-surface);
}

.testimonial-author span[b-wtp8bp8gbj] {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.9rem;
}

.final-urgency[b-wtp8bp8gbj] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface);
    display: flex;
    justify-content: center;
}

.urgency-container[b-wtp8bp8gbj] {
    background: linear-gradient(135deg, var(--md-sys-color-primary) 0%, var(--md-sys-color-secondary) 100%);
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    color: white;
}

    .urgency-container h2[b-wtp8bp8gbj] {
        margin-bottom: 20px;
    }

.countdown-visual[b-wtp8bp8gbj] {
    margin: 40px 0;
    display: flex;
    justify-content: center;
}

.countdown-item[b-wtp8bp8gbj] {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 40px;
    border-radius: 16px;
}

.countdown-number[b-wtp8bp8gbj] {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.countdown-label[b-wtp8bp8gbj] {
    font-size: 0.9rem;
    opacity: 0.9;
}

.urgency-text[b-wtp8bp8gbj] {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 30px 0;
}

.primary-cta[b-wtp8bp8gbj] {
    display: inline-block;
    background: white;
    color: var(--md-sys-color-primary);
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
    border: none;
    cursor: pointer;
}

    .primary-cta:hover[b-wtp8bp8gbj] {
        transform: translateY(-2px);
    }

.scroll-to-form[b-wtp8bp8gbj] {
    margin-top: 30px;
}

.surface-section .Sheet[b-wtp8bp8gbj] {
    border: 1px solid var(--md-sys-color-outline-variant);
}

@media (max-width: 768px) {
    .section-container[b-wtp8bp8gbj] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .urgency-indicators[b-wtp8bp8gbj] {
        flex-direction: column;
        align-items: center;
    }

    .testimonials-grid[b-wtp8bp8gbj] {
        grid-template-columns: 1fr;
    }
}

/* _content/DigitalArchitectBlazor/Components/Public/Home/Controls/BusinessResultsThatMatter.razor.rz.scp.css */
.business-results-section[b-gjfl4s7d0d] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.section-header[b-gjfl4s7d0d] {
    text-align: center;
    margin-bottom: 60px;
}

    .section-header h2[b-gjfl4s7d0d] {
        font-size: 2.5rem;
        color: var(--md-sys-color-primary-color);
        margin-bottom: 15px;
    }

.section-subtitle[b-gjfl4s7d0d] {
    font-size: 1.3rem;
    color: var(--md-sys-color-text-secondary);
    font-weight: 500;
}

.cost-reality[b-gjfl4s7d0d] {
    margin-bottom: 60px;
}

    .cost-reality h3[b-gjfl4s7d0d] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
    }

.cost-breakdown[b-gjfl4s7d0d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.cost-item[b-gjfl4s7d0d] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    background: var(--md-sys-color-surface);
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cost-icon[b-gjfl4s7d0d] {
    color: var(--error);
    flex-shrink: 0;
}

.cost-content h4[b-gjfl4s7d0d] {
    margin-bottom: 10px;
    color: var(--md-sys-color-on-surface);
    font-size: 1.2rem;
}

.cost-amount[b-gjfl4s7d0d] {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--md-sys-color-error);
    margin-bottom: 5px;
}

.cost-content p:last-child[b-gjfl4s7d0d] {
    color: var(--md-sys-color-on-surface-variant);
    margin: 0;
}

.traditional-cycle[b-gjfl4s7d0d] {
    margin: 60px 0;
    padding: 40px;
    background: var(--md-sys-color-surface-variant);
    border-radius: 20px;
}

    .traditional-cycle h3[b-gjfl4s7d0d] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--md-sys-color-error);
    }

.cycle-flow[b-gjfl4s7d0d] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.cycle-step[b-gjfl4s7d0d] {
    background: var(--md-sys-color-surface);
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    max-width: 200px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.step-number[b-gjfl4s7d0d] {
    background: var(--md-sys-color-error);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 15px;
}

.cycle-step h4[b-gjfl4s7d0d] {
    margin-bottom: 10px;
    color: var(--md-sys-color-on-surface);
}

.cycle-step p[b-gjfl4s7d0d] {
    font-size: 0.9rem;
    color: var(--on-surface-variant);
    line-height: 1.4;
}

.cycle-arrow[b-gjfl4s7d0d] {
    font-size: 2rem;
    color: var(--md-sys-color-error);
    font-weight: bold;
}

.cycle-cost[b-gjfl4s7d0d] {
    text-align: center;
    padding: 20px;
    background: rgba(244, 67, 54, 0.1);
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cost-warning[b-gjfl4s7d0d] {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--md-sys-color-error);
    margin: 0;
}

.digitalarchitect-approach[b-gjfl4s7d0d] {
    margin: 60px 0;
}

    .digitalarchitect-approach h3[b-gjfl4s7d0d] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--md-sys-color-primary);
    }

.approach-comparison[b-gjfl4s7d0d] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.traditional-results[b-gjfl4s7d0d], .digitalarchitect-results[b-gjfl4s7d0d] {
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.traditional-results[b-gjfl4s7d0d] {
    background: linear-gradient(135deg, #ffebee 0%, #fce4ec 100%);
}

.digitalarchitect-results[b-gjfl4s7d0d] {
    background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%);
}

.traditional-results h4[b-gjfl4s7d0d] {
    color: var(--md-sys-color-error);
    margin-bottom: 25px;
    font-size: 1.3rem;
}

.digitalarchitect-results h4[b-gjfl4s7d0d] {
    color: var(--md-sys-color-primary);
    margin-bottom: 25px;
    font-size: 1.3rem;
}

.results-list[b-gjfl4s7d0d] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .results-list li[b-gjfl4s7d0d] {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 15px;
        padding: 12px;
        border-radius: 8px;
    }

    .results-list.negative li[b-gjfl4s7d0d] {
        color: var(--md-sys-color-error);
    }

    .results-list.positive li[b-gjfl4s7d0d] {
        color: var(--md-sys-color-primary);
    }

.roi-calculator[b-gjfl4s7d0d] {
    margin: 60px 0;
}

    .roi-calculator h3[b-gjfl4s7d0d] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--md-sys-color-on-surface);
    }

.calculator-grid[b-gjfl4s7d0d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.calculation-card[b-gjfl4s7d0d] {
    background: var(--md-sys-color-surface);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .calculation-card h4[b-gjfl4s7d0d] {
        margin-bottom: 25px;
        color: var(--md-sys-color-on-surface);
    }

.big-number[b-gjfl4s7d0d] {
    font-size: 3rem;
    font-weight: bold;
    color: var(--md-sys-color-primary);
    display: block;
    margin-bottom: 15px;
}

    .big-number.loss[b-gjfl4s7d0d] {
        color: var(--md-sys-color-error);
    }

    .big-number.gain[b-gjfl4s7d0d] {
        color: var(--md-sys-color-primary);
    }

.calc-visual p[b-gjfl4s7d0d] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.5;
}

.business-scenarios[b-gjfl4s7d0d] {
    margin: 60px 0;
}

    .business-scenarios h3[b-gjfl4s7d0d] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--md-sys-color-on-surface);
    }

.scenarios-grid[b-gjfl4s7d0d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.scenario-card[b-gjfl4s7d0d] {
    background: var(--md-sys-color-surface);
    border-radius: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
    overflow: hidden;
}

.scenario-header[b-gjfl4s7d0d] {
    background: var(--md-sys-color-primary);
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .scenario-header h4[b-gjfl4s7d0d] {
        margin: 0;
        font-size: 1.2rem;
        color: var(--md-sys-color-on-primary);
    }

.scenario-content[b-gjfl4s7d0d] {
    padding: 25px;
}

    .scenario-content p[b-gjfl4s7d0d] {
        margin-bottom: 12px;
        line-height: 1.5;
        color: var(--md-sys-color-on-surface-variant);
    }

.scenario-savings[b-gjfl4s7d0d] {
    background: rgba(76, 175, 80, 0.1);
    padding: 12px;
    border-radius: 8px;
    border-left: 4px solid var(--md-sys-color-primary);
    color: var(--md-sys-color-primary) !important;
    font-weight: 600;
    font-size: 1.1rem;
}

.competitive-advantage[b-gjfl4s7d0d] {
    margin: 60px 0;
    padding: 40px;
    background: var(--md-sys-color-surface-variant);
    border-radius: 20px;
}

.advantage-header[b-gjfl4s7d0d] {
    text-align: center;
    margin-bottom: 40px;
}

    .advantage-header h3[b-gjfl4s7d0d] {
        color: var(--md-sys-color-primary);
        margin-bottom: 15px;
        font-size: 1.8rem;
    }

    .advantage-header p[b-gjfl4s7d0d] {
        font-size: 1.2rem;
        color: var(--md-sys-color-on-surface-variant);
    }

.advantage-points[b-gjfl4s7d0d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.advantage-item[b-gjfl4s7d0d] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: var(--md-sys-color-surface);
    border-radius: 12px;
    border: 1px solid var(--md-sys-color-outline-variant);
}

.advantage-icon[b-gjfl4s7d0d] {
    color: var(--md-sys-color-primary);
    flex-shrink: 0;
    margin-top: 5px;
}

.advantage-content h4[b-gjfl4s7d0d] {
    margin-bottom: 10px;
    color: var(--md-sys-color-on-surface);
    font-size: 1.2rem;
}

.advantage-content p[b-gjfl4s7d0d] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.5;
    margin: 0;
}

.bottom-line[b-gjfl4s7d0d] {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.bottom-line-box[b-gjfl4s7d0d] {
    background: linear-gradient(135deg, var(--md-sys-color-primary) 0%, var(--md-sys-color-secondary) 100%);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    color: white;
}

    .bottom-line-box h3[b-gjfl4s7d0d] {
        margin-bottom: 20px;
        color: #ffffff;
    }

.bottom-line-text[b-gjfl4s7d0d] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.bottom-line-choice[b-gjfl4s7d0d] {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
}

    .bottom-line-choice p[b-gjfl4s7d0d] {
        font-size: 1.1rem;
        line-height: 1.5;
        margin: 0;
    }

@media (max-width: 768px) {
    .section-header h2[b-gjfl4s7d0d] {
        font-size: 2rem;
    }

    .approach-comparison[b-gjfl4s7d0d] {
        grid-template-columns: 1fr;
    }

    .cycle-flow[b-gjfl4s7d0d] {
        flex-direction: column;
    }

    .cycle-arrow[b-gjfl4s7d0d] {
        transform: rotate(90deg);
    }

    .calculator-grid[b-gjfl4s7d0d] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .big-number[b-gjfl4s7d0d] {
        font-size: 2.5rem;
    }
}
/* _content/DigitalArchitectBlazor/Components/Public/Home/Controls/CustomerDrivenEngagement.razor.rz.scp.css */
.customer-driven-section[b-3nfhydhp7g] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.section-header[b-3nfhydhp7g] {
    text-align: center;
    margin-bottom: 50px;
}

    .section-header h2[b-3nfhydhp7g] {
        font-size: 2.5rem;
        color: var(--primary-color);
        margin-bottom: 15px;
    }

.section-subtitle[b-3nfhydhp7g] {
    font-size: 1.3rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.concept-introduction[b-3nfhydhp7g] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
    padding: 40px;
    background: var(--surface-variant);
    border-radius: 20px;
}

.intro-content h3[b-3nfhydhp7g] {
    color: var(--primary);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.intro-text[b-3nfhydhp7g] {
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--on-surface-variant);
}

.intro-visual[b-3nfhydhp7g] {
    text-align: center;
    color: var(--primary);
}

.model-comparison[b-3nfhydhp7g] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 60px 0;
}

.old-way[b-3nfhydhp7g], .new-way[b-3nfhydhp7g] {
    padding: 30px;
    border-radius: 16px;
    border: 2px solid transparent;
}

.old-way[b-3nfhydhp7g] {
    background: linear-gradient(135deg, #ffebee 0%, #fce4ec 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.new-way[b-3nfhydhp7g] {
    background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.old-way h4[b-3nfhydhp7g] {
    color: var(--error);
    margin-bottom: 25px;
    font-size: 1.3rem;
}

.new-way h4[b-3nfhydhp7g] {
    color: var(--primary);
    margin-bottom: 25px;
    font-size: 1.3rem;
}

.method-list[b-3nfhydhp7g] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.method-item[b-3nfhydhp7g] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
    text-align: left;
}

.rhythm-examples[b-3nfhydhp7g] {
    margin: 60px 0;
}

.rhythm-icon[b-3nfhydhp7g] {
    color: var(--md-sys-color-on-surface-variant);
    margin-bottom: 20px;
}

.rhythm-examples h4[b-3nfhydhp7g] {
    margin-bottom: 15px;
    color: var(--on-surface);
    font-size: 1.2rem;
}

.rhythm-examples p[b-3nfhydhp7g] {
    line-height: 1.6;
    margin-bottom: 10px;
    color: var(--on-surface-variant);
}

.result[b-3nfhydhp7g] {
    font-weight: 600;
    color: var(--primary) !important;
    font-style: italic;
}

.algorithm-revolution[b-3nfhydhp7g] {
    margin: 24px 0;
    padding: 40px;
    background: var(--surface-variant);
    border-radius: 20px;
}

    .algorithm-revolution h3[b-3nfhydhp7g] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--primary);
    }

.algorithm-comparison[b-3nfhydhp7g] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.social-algorithm[b-3nfhydhp7g], .customer-algorithm[b-3nfhydhp7g] {
    padding: 30px;
    border-radius: 16px;
}

.social-algorithm[b-3nfhydhp7g] {
    background: linear-gradient(135deg, #ffebee 0%, #fce4ec 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.customer-algorithm[b-3nfhydhp7g] {
    background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.social-algorithm h4[b-3nfhydhp7g] {
    color: var(--error);
    margin-bottom: 20px;
}

.customer-algorithm h4[b-3nfhydhp7g] {
    color: var(--primary);
    margin-bottom: 20px;
}

.algorithm-comparison ul[b-3nfhydhp7g] {
    list-style: none;
    padding: 0;
}

.algorithm-comparison li[b-3nfhydhp7g] {
    padding: 8px 0;
    color: var(--on-surface-variant);
}

.magic-moment[b-3nfhydhp7g] {
    margin: 24px 0;
    display: flex;
    justify-content: center;
}

.magic-box[b-3nfhydhp7g] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    color: white;
}

.magic-text[b-3nfhydhp7g] {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
    color: var(--md-sys-color-dark-blue);
}

.engagement-benefits span[b-3nfhydhp7g] {
    color: var(--md-sys-color-primary);
    margin-bottom: 15px;
    display: block;
}

.engagement-benefits h4[b-3nfhydhp7g] {
    margin-bottom: 15px;
    color: var(--on-surface);
}

.engagement-benefits p[b-3nfhydhp7g] {
    color: var(--on-surface-variant);
    line-height: 1.5;
}

@media (max-width: 768px) {
    .concept-introduction[b-3nfhydhp7g] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .model-comparison[b-3nfhydhp7g] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .algorithm-comparison[b-3nfhydhp7g] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section-header h2[b-3nfhydhp7g] {
        font-size: 2rem;
    }
}
/* _content/DigitalArchitectBlazor/Components/Public/Home/Controls/CustomerRhythmMarketingFuture.razor.rz.scp.css */
.future-marketing-section[b-g4lvjkadtt] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.section-header[b-g4lvjkadtt] {
    text-align: center;
    margin-bottom: 60px;
}

    .section-header h2[b-g4lvjkadtt] {
        font-size: 2.5rem;
        color: var(--md-sys-color-primary-color);
        margin-bottom: 15px;
    }

.section-subtitle[b-g4lvjkadtt] {
    font-size: 1.3rem;
    color: var(--md-sys-color-text-secondary);
    font-weight: 500;
}

.future-vision[b-g4lvjkadtt] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
    padding: 40px;
    background: var(--md-sys-color-surface-variant);
    border-radius: 20px;
}

.vision-content h3[b-g4lvjkadtt] {
    color: var(--md-sys-color-primary);
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.vision-content p[b-g4lvjkadtt] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--md-sys-color-on-surface-variant);
    margin-bottom: 20px;
}

.vision-statement[b-g4lvjkadtt] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--md-sys-color-primary);
    font-style: italic;
}

.vision-visual[b-g4lvjkadtt] {
    text-align: center;
    color: var(--md-sys-color-primary);
}

.market-forces[b-g4lvjkadtt] {
    margin: 60px 0;
}

    .market-forces h3[b-g4lvjkadtt] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--md-sys-color-on-surface);
    }

.forces-grid[b-g4lvjkadtt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.force-card[b-g4lvjkadtt] {
    background: var(--md-sys-color-surface);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
    transition: transform 0.3s ease;
}

    .force-card:hover[b-g4lvjkadtt] {
        transform: translateY(-5px);
    }

.force-icon[b-g4lvjkadtt] {
    color: var(--md-sys-color-primary);
    margin-bottom: 20px;
    text-align: center;
}

.force-card h4[b-g4lvjkadtt] {
    margin-bottom: 15px;
    color: var(--md-sys-color-on-surface);
    font-size: 1.2rem;
    text-align: center;
}

.force-card p[b-g4lvjkadtt] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.force-examples[b-g4lvjkadtt] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .force-examples li[b-g4lvjkadtt] {
        padding: 8px 0;
        color: var(--md-sys-color-on-surface-variant);
        font-size: 0.95rem;
        border-bottom: 1px solid var(--md-sys-color-outline-variant);
    }

        .force-examples li:last-child[b-g4lvjkadtt] {
            border-bottom: none;
        }

.first-mover-advantage[b-g4lvjkadtt] {
    margin: 60px 0;
    padding: 40px;
    background: var(--md-sys-color-surface-variant);
    border-radius: 20px;
}

    .first-mover-advantage h3[b-g4lvjkadtt] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--md-sys-color-primary);
    }

.advantage-timeline[b-g4lvjkadtt] {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item[b-g4lvjkadtt] {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.timeline-dot[b-g4lvjkadtt] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}

    .timeline-dot.current[b-g4lvjkadtt] {
        background: var(--md-sys-color-primary);
        box-shadow: 0 0 0 4px rgba(var(--md-sys-color-primary-rgb), 0.2);
    }

    .timeline-dot.future[b-g4lvjkadtt] {
        background: var(--md-sys-color-outline);
        border: 2px solid var(--md-sys-color-primary);
    }

.timeline-content[b-g4lvjkadtt] {
    flex: 1;
    padding: 16px;
}

    .timeline-content h4[b-g4lvjkadtt] {
        margin-bottom: 15px;
        color: var(--md-sys-color-on-surface);
        font-size: 1.3rem;
    }

    .timeline-content p[b-g4lvjkadtt] {
        margin-bottom: 15px;
        color: var(--md-sys-color-on-surface-variant);
        font-weight: 500;
    }

    .timeline-content ul[b-g4lvjkadtt] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .timeline-content li[b-g4lvjkadtt] {
        padding: 8px 0;
        color: var(--md-sys-color-on-surface-variant);
        font-size: 0.95rem;
    }

        .timeline-content li[b-g4lvjkadtt]:before {
            content: "→";
            color: var(--md-sys-color-primary);
            font-weight: bold;
            margin-right: 10px;
        }

.tomorrow-customer[b-g4lvjkadtt] {
    margin: 60px 0;
}

    .tomorrow-customer h3[b-g4lvjkadtt] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--md-sys-color-on-surface);
    }

.expectations-comparison[b-g4lvjkadtt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.today-expectations[b-g4lvjkadtt], .tomorrow-expectations[b-g4lvjkadtt] {
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.today-expectations[b-g4lvjkadtt] {
    background: linear-gradient(135deg, #ffebee 0%, #fce4ec 100%);
}

.tomorrow-expectations[b-g4lvjkadtt] {
    background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%);
}

.today-expectations h4[b-g4lvjkadtt] {
    color: var(--md-sys-color-error);
    margin-bottom: 25px;
    font-size: 1.3rem;
}

.tomorrow-expectations h4[b-g4lvjkadtt] {
    color: var(--md-sys-color-primary);
    margin-bottom: 25px;
    font-size: 1.3rem;
}

.expectation-list[b-g4lvjkadtt] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .expectation-list li[b-g4lvjkadtt] {
        padding: 12px;
        margin-bottom: 10px;
        border-radius: 8px;
        color: var(--md-sys-color-on-surface-variant);
    }

.competitive-landscape[b-g4lvjkadtt] {
    margin: 60px 0;
}

    .competitive-landscape h3[b-g4lvjkadtt] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--md-sys-color-on-surface);
    }

.landscape-grid[b-g4lvjkadtt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.competitor-type[b-g4lvjkadtt] {
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.early-adopters[b-g4lvjkadtt] {
    background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%);
}

.fast-followers[b-g4lvjkadtt] {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.laggards[b-g4lvjkadtt] {
    background: linear-gradient(135deg, #ffebee 0%, #fce4ec 100%);
}

.competitor-type h4[b-g4lvjkadtt] {
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-align: center;
}

.early-adopters h4[b-g4lvjkadtt] {
    color: var(--md-sys-color-primary);
}

.fast-followers h4[b-g4lvjkadtt] {
    color: #ff9800;
}

.laggards h4[b-g4lvjkadtt] {
    color: var(--md-sys-color-error);
}

.advantages h5[b-g4lvjkadtt] {
    margin-bottom: 15px;
    color: var(--md-sys-color-on-surface);
}

.advantages ul[b-g4lvjkadtt] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantages li[b-g4lvjkadtt] {
    padding: 8px 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.95rem;
}

.movement-leadership[b-g4lvjkadtt] {
    margin: 60px 0;
    padding: 40px;
    background: var(--md-sys-color-surface-variant);
    border-radius: 20px;
}

    .movement-leadership h3[b-g4lvjkadtt] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--md-sys-color-primary);
    }

.leadership-benefits[b-g4lvjkadtt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.benefit-category[b-g4lvjkadtt] {
    background: var(--md-sys-color-surface);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

    .benefit-category h4[b-g4lvjkadtt] {
        color: var(--md-sys-color-primary);
        margin-bottom: 20px;
        font-size: 1.1rem;
    }

    .benefit-category ul[b-g4lvjkadtt] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .benefit-category li[b-g4lvjkadtt] {
        padding: 8px 0;
        color: var(--md-sys-color-on-surface-variant);
        font-size: 0.95rem;
        border-bottom: 1px solid var(--md-sys-color-outline-variant);
    }

        .benefit-category li:last-child[b-g4lvjkadtt] {
            border-bottom: none;
        }

.call-to-action-section[b-g4lvjkadtt] {
    margin: 60px 0;
    display: flex;
    justify-content: center;
}

.cta-box[b-g4lvjkadtt] {
    background: linear-gradient(135deg, var(--md-sys-color-primary) 0%, var(--md-sys-color-secondary) 100%);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    color: white;
}

    .cta-box h3[b-g4lvjkadtt] {
        margin-bottom: 20px;
        font-size: 1.8rem;
        color: var(--md-sys-color-on-primary)
    }

.cta-description[b-g4lvjkadtt] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.urgency-indicators[b-g4lvjkadtt] {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.urgency-item[b-g4lvjkadtt] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 0.95rem;
}

.cta-buttons[b-g4lvjkadtt] {
    margin-top: 30px;
}

.primary-cta[b-g4lvjkadtt] {
    display: inline-block;
    background: white;
    color: var(--md-sys-color-primary);
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

    .primary-cta:hover[b-g4lvjkadtt] {
        transform: translateY(-2px);
    }

.cta-subtext[b-g4lvjkadtt] {
    margin-top: 15px;
    font-size: 1rem;
    opacity: 0.9;
}

.vision-statement[b-g4lvjkadtt] {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.statement-box[b-g4lvjkadtt] {
    background: var(--md-sys-color-surface-variant);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    border-left: 5px solid var(--md-sys-color-primary);
}

    .statement-box h3[b-g4lvjkadtt] {
        color: var(--md-sys-color-primary);
        margin-bottom: 25px;
        font-size: 1.5rem;
    }

.vision-quote[b-g4lvjkadtt] {
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.6;
    color: var(--md-sys-color-on-surface);
    margin-bottom: 20px;
}

.vision-attribution[b-g4lvjkadtt] {
    font-size: 1.1rem;
    color: var(--md-sys-color-on-surface-variant);
    font-weight: 500;
}

@media (max-width: 768px) {
    .section-header h2[b-g4lvjkadtt] {
        font-size: 2rem;
    }

    .future-vision[b-g4lvjkadtt] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .expectations-comparison[b-g4lvjkadtt] {
        grid-template-columns: 1fr;
    }

    .landscape-grid[b-g4lvjkadtt] {
        grid-template-columns: 1fr;
    }

    .urgency-indicators[b-g4lvjkadtt] {
        flex-direction: column;
        align-items: center;
    }
}

/* _content/DigitalArchitectBlazor/Components/Public/Home/Controls/CyclicalBehaviorBreakthrough.razor.rz.scp.css */
.cyclical-behavior-section[b-ni2m7su3uq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.section-header[b-ni2m7su3uq] {
    text-align: center;
    margin-bottom: 60px;
}

    .section-header h2[b-ni2m7su3uq] {
        font-size: 2.5rem;
        color: var(--md-sys-color-primary-color);
        margin-bottom: 15px;
        line-height: 1.2;
    }

.section-subtitle[b-ni2m7su3uq] {
    font-size: 1.3rem;
    color: var(--md-sys-color-text-secondary);
    font-weight: 500;
}

.google-research[b-ni2m7su3uq] {
    margin-bottom: 60px;
}

.research-intro[b-ni2m7su3uq] {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 40px;
    background: var(--md-sys-color-surface-variant);
    border-radius: 20px;
    border-left: 5px solid #4285f4;
}

.research-content h3[b-ni2m7su3uq] {
    color: var(--md-sys-color-primary);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.research-content p[b-ni2m7su3uq] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--md-sys-color-on-surface-variant);
    margin-bottom: 20px;
}

.research-quote[b-ni2m7su3uq] {
    background: rgba(66, 133, 244, 0.1);
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #4285f4;
}

    .research-quote p[b-ni2m7su3uq] {
        font-size: 1.2rem;
        font-style: italic;
        margin-bottom: 10px;
        color: var(--md-sys-color-on-surface);
    }

    .research-quote cite[b-ni2m7su3uq] {
        font-size: 0.9rem;
        color: #4285f4;
        font-weight: 600;
    }

.research-visual[b-ni2m7su3uq] {
    text-align: center;
    color: #4285f4;
}

.behavior-patterns[b-ni2m7su3uq] {
    margin: 60px 0;
    text-align: center;
}

    .behavior-patterns h3[b-ni2m7su3uq] {
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--md-sys-color-on-surface);
    }

.patterns-grid[b-ni2m7su3uq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 600px;
    margin: 0 auto 30px;
}

.pattern-card[b-ni2m7su3uq] {
    background: var(--md-sys-color-surface);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.pattern-icon[b-ni2m7su3uq] {
    color: var(--md-sys-color-primary);
    margin-bottom: 15px;
}

.pattern-card h4[b-ni2m7su3uq] {
    margin-bottom: 15px;
}

.pattern-card p[b-ni2m7su3uq] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.5;
}

.pattern-explanation[b-ni2m7su3uq] {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: var(--md-sys-color-surface-variant);
    border-radius: 16px;
}

    .pattern-explanation p[b-ni2m7su3uq] {
        font-size: 1.1rem;
        line-height: 1.6;
        color: var(--md-sys-color-on-surface-variant);
        margin: 0;
    }

.cyclical-examples[b-ni2m7su3uq] {
    margin: 60px 0;
}

    .cyclical-examples h3[b-ni2m7su3uq] {
        text-align: center;
        margin-bottom: 40px;
        font-size: 1.8rem;
        color: var(--md-sys-color-on-surface);
    }

.example-card[b-ni2m7su3uq] {
    background: var(--md-sys-color-surface);
    border-radius: 16px;
    border: 1px solid var(--outline-variant);
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

    .example-card:hover[b-ni2m7su3uq] {
        transform: translateY(-5px);
    }

.example-header[b-ni2m7su3uq] {
    background: var(--md-sys-color-primary);
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .example-header h4[b-ni2m7su3uq] {
        margin: 0;
        font-size: var(--md-sys-typescale-title-small-font-size);
        color: var(--md-sys-color-on-primary);
    }

.example-content[b-ni2m7su3uq] {
    padding: 25px;
}

    .example-content p[b-ni2m7su3uq] {
        margin-bottom: 12px;
        line-height: 1.5;
        color: var(--md-sys-color-on-surface-variant);
    }

.traditional-fail[b-ni2m7su3uq] {
    background: rgba(244, 67, 54, 0.1);
    padding: 12px;
    border-radius: 8px;
    border-left: 4px solid var(--md-sys-color-error);
    color: var(--md-sys-color-error) !important;
    font-weight: 500;
}

.smart-approach[b-ni2m7su3uq] {
    background: rgba(76, 175, 80, 0.1);
    padding: 12px;
    border-radius: 8px;
    border-left: 4px solid var(--md-sys-color-primary);
    color: var(--md-sys-color-primary) !important;
    font-weight: 500;
}

.messy-middle-solution[b-ni2m7su3uq] {
    margin: 60px 0;
    padding: 40px;
    background: var(--md-sys-color-surface-variant);
    border-radius: 20px;
}

.solution-header[b-ni2m7su3uq] {
    text-align: center;
    margin-bottom: 40px;
}

    .solution-header h3[b-ni2m7su3uq] {
        color: var(--md-sys-color-primary);
        margin-bottom: 15px;
        font-size: 1.8rem;
    }

    .solution-header p[b-ni2m7su3uq] {
        font-size: 1.2rem;
        color: var(--md-sys-color-on-surface-variant);
    }

.solution-features[b-ni2m7su3uq] {
    display: grid;
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
}

.feature-row[b-ni2m7su3uq] {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px;
    background: var(--md-sys-color-surface);
    border-radius: 12px;
    border: 1px solid var(--md-sys-color-outline-variant);
}

.feature-icon[b-ni2m7su3uq] {
    color: var(--primary);
    flex-shrink: 0;
}

.feature-content h4[b-ni2m7su3uq] {
    margin-bottom: 8px;
    color: var(--md-sys-color-on-surface);
    font-size: 1.2rem;
}

.feature-content p[b-ni2m7su3uq] {
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1.5;
    margin: 0;
}

.cognitive-biases[b-ni2m7su3uq] {
    margin: 60px 0;
}

    .cognitive-biases h3[b-ni2m7su3uq] {
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.8rem;
        color: var(--md-sys-color-on-surface);
    }

.biases-intro[b-ni2m7su3uq] {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: var(--md-sys-color-on-surface-variant);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.biases-grid[b-ni2m7su3uq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.bias-card[b-ni2m7su3uq] {
    background: var(--md-sys-color-surface);
    padding: 25px;
    margin: 8px;
    min-height: 100px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

    .bias-card h4[b-ni2m7su3uq] {
        color: var(--md-sys-color-primary);
        margin-bottom: 15px;
        font-size: 1.1rem;
    }

    .bias-card p[b-ni2m7su3uq] {
        color: var(--md-sys-color-on-surface-variant);
        line-height: 1.5;
        font-size: 0.95rem;
    }

.future-marketing[b-ni2m7su3uq] {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.future-box[b-ni2m7su3uq] {
    background: linear-gradient(135deg, var(--md-ref-palette-primary30) 0%, var(--md-ref-palette-primary60) 100%);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    color: white;
}

    .future-box h3[b-ni2m7su3uq] {
        color: var(--md-sys-color-on-primary);
        margin-bottom: 20px;
        font-size: 1.8rem;
    }

    .future-box p[b-ni2m7su3uq] {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 30px;
    }

.future-stats[b-ni2m7su3uq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.stat[b-ni2m7su3uq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.stat-number[b-ni2m7su3uq] {
    font-size: 1.5rem;
    font-weight: bold;
}

.stat-label[b-ni2m7su3uq] {
    font-size: 1rem;
    opacity: 0.9;
}

.stat-status[b-ni2m7su3uq] {
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

    .stat-status.dead[b-ni2m7su3uq] {
        background: rgba(244, 67, 54, 0.2);
        color: #ffcdd2;
    }

    .stat-status.alive[b-ni2m7su3uq] {
        background: rgba(76, 175, 80, 0.2);
        color: #c8e6c9;
    }

@media (max-width: 768px) {
    .section-header h2[b-ni2m7su3uq] {
        font-size: 2rem;
    }

    .research-intro[b-ni2m7su3uq] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .patterns-grid[b-ni2m7su3uq] {
        grid-template-columns: 1fr;
    }

    .examples-grid[b-ni2m7su3uq] {
        grid-template-columns: 1fr;
    }

    .future-stats[b-ni2m7su3uq] {
        grid-template-columns: 1fr;
    }
}

/* _content/DigitalArchitectBlazor/Components/Public/Home/Controls/DigitalBusinessCards.razor.rz.scp.css */
/* _content/DigitalArchitectBlazor/Components/Public/Home/Controls/MirrorMoment.razor.rz.scp.css */
.mirror-intro[b-io5hnjms9b] {
    text-align: center;
    margin-bottom: 50px;
}

.lead-text[b-io5hnjms9b] {
    font-size: 1.3rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.pain-icon[b-io5hnjms9b] {
    margin-bottom: 20px;
    color: var(--error);
}

.big-quote[b-io5hnjms9b] {
    background: linear-gradient(270deg, var(--md-ref-palette-neutral-variant0), var(--md-ref-palette-neutral-variant0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: var(--md-sys-typescale-headline-small-font-size);
    line-height: var(--md-sys-typescale-headline-small-line-height);
    letter-spacing: var(--md-sys-typescale-headline-small-letter-spacing);
    margin: 16px 0px 16px 0px;
}

.solution-teaser[b-io5hnjms9b] {
    text-align: center;
    margin-top: 24px;
}

.transition-text[b-io5hnjms9b] {
    font-size: 1.2rem;
    color: var(--primary);
    font-weight: 500;
    font-style: italic;
    margin-top: 16px;
}
/* _content/DigitalArchitectBlazor/Components/Public/Home/Controls/PrivacyPreferences.razor.rz.scp.css */
.container[b-7yug5rs6b3] {
    max-width: 800px;
    margin: auto;
    padding: 36px 48px 36px 48px;
}

.section-title[b-7yug5rs6b3] {

}

.section-description[b-7yug5rs6b3] {
    
}

.features[b-7yug5rs6b3] {
    
}

    .features h3[b-7yug5rs6b3] {
        
    }


.feature-list[b-7yug5rs6b3] {
    text-align: left;
}
/* _content/DigitalArchitectBlazor/Components/Public/Platform/Platform.razor.rz.scp.css */
.cta-subtext[b-z3vhl9zr9h] {
    margin-top: 15px;
    font-size: 1rem;
    opacity: 0.9;
    color: var(--md-sys-color-on-surface);
}

.platform-overview[b-z3vhl9zr9h] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
}

    .platform-overview h2[b-z3vhl9zr9h] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.platform-flow[b-z3vhl9zr9h] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.flow-step[b-z3vhl9zr9h] {
    background: var(--md-sys-color-surface-variant);
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    max-width: 250px;
    border: 2px solid var(--md-sys-color-outline-variant);
    margin: 8px;
}

.step-number[b-z3vhl9zr9h] {
    background: var(--md-sys-color-primary);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 auto 15px;
}

.flow-step h3[b-z3vhl9zr9h] {
    margin-bottom: 15px;
    color: var(--md-sys-color-on-surface);
    font-size: var(--md-sys-typescale-title-large-font-size);
    line-height: var(--md-sys-typescale-title-large-line-height);
    letter-spacing: var(--md-sys-typescale-title-large-letter-spacing);
    min-height: 80px;
}

.flow-step p[b-z3vhl9zr9h] {
    color: var(--md-sys-color-on-surface-variant);
    min-height: 160px;
}

.flow-arrow[b-z3vhl9zr9h] {
    font-size: 2rem;
    color: var(--md-sys-color-primary);
    font-weight: bold;
    margin: 100px -16px 0px -16px;
    float: left;
}

.features-grid-section[b-z3vhl9zr9h] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface);
}

    .features-grid-section h2[b-z3vhl9zr9h] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.features-grid[b-z3vhl9zr9h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-category[b-z3vhl9zr9h] {
    background: var(--md-sys-color-surface);
    border-radius: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
    overflow: hidden;
    margin-bottom: 16px;
}

.category-header[b-z3vhl9zr9h] {
    background: var(--md-sys-color-primary);
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .category-header h3[b-z3vhl9zr9h] {
        margin: 0;
        color: var(--md-sys-color-on-primary);
        font-size: var(--md-sys-typescale-title-medium-font-size);
        line-height: var(--md-sys-typescale-title-medium-line-height);
        letter-spacing: var(--md-sys-typescale-title-medium-letter-spacing);
    }

.feature-list[b-z3vhl9zr9h] {
    padding: 25px;
}

.feature-item[b-z3vhl9zr9h] {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--md-sys-color-outline-variant);
    min-height: 200px;
}

    .feature-item:last-child[b-z3vhl9zr9h] {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .feature-item h4[b-z3vhl9zr9h] {
        margin-bottom: 10px;
        color: var(--md-sys-color-on-surface);
    }

    .feature-item p[b-z3vhl9zr9h] {
        color: var(--md-sys-color-on-surface-variant);
        line-height: 1.5;
    }

.integration-section[b-z3vhl9zr9h] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
}

    .integration-section h2[b-z3vhl9zr9h] {
        text-align: center;
        margin-bottom: 20px;
        color: var(--md-sys-color-on-surface);
    }

.section-subtitle[b-z3vhl9zr9h] {
    text-align: center;
    color: var(--md-sys-color-on-surface-variant);
    margin-bottom: 50px;
}

.integration-categories[b-z3vhl9zr9h] {
    max-width: 1000px;
    margin: 0 auto;
}

.integration-category[b-z3vhl9zr9h] {
    margin-bottom: 40px;
    background: var(--md-sys-color-surface);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
}

    .integration-category h3[b-z3vhl9zr9h] {
        color: var(--md-sys-color-primary);
        margin-bottom: 20px;
    }

.integration-logos[b-z3vhl9zr9h] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.logo-item[b-z3vhl9zr9h] {
    background: var(--md-sys-color-surface-variant);
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid var(--md-sys-color-outline-variant);
    color: var(--md-sys-color-on-surface-variant);
    font-weight: 500;
}

.technical-specs[b-z3vhl9zr9h] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface);
}

    .technical-specs h2[b-z3vhl9zr9h] {
        text-align: center;
        margin-bottom: 50px;
        color: var(--md-sys-color-on-surface);
    }

.specs-grid[b-z3vhl9zr9h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.spec-category[b-z3vhl9zr9h] {
    background: var(--md-sys-color-surface);
    padding: 30px;
    border-radius: 16px;
    margin-top: 16px;
    border: 1px solid var(--md-sys-color-outline-variant);
}

    .spec-category h3[b-z3vhl9zr9h] {
        color: var(--md-sys-color-primary);
        margin-bottom: 20px;
    }

    .spec-category ul[b-z3vhl9zr9h] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .spec-category li[b-z3vhl9zr9h] {
        padding: 8px 0;
        color: var(--md-sys-color-on-surface-variant);
        border-bottom: 1px solid var(--md-sys-color-outline-variant);
    }

        .spec-category li:last-child[b-z3vhl9zr9h] {
            border-bottom: none;
        }

.platform-cta[b-z3vhl9zr9h] {
    padding: 80px 20px;
    background: var(--md-sys-color-surface-variant);
    display: flex;
    justify-content: center;
}

.cta-container[b-z3vhl9zr9h] {
    background: linear-gradient(135deg, var(--md-ref-palette-primary20) 0%, var(--md-ref-palette-primary60) 100%);
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    color: white;
}

    .cta-container h2[b-z3vhl9zr9h] {
        margin-bottom: 20px;
        color: var(--md-sys-color-on-primary);
        font-weight: 600;
    }

    .cta-container p[b-z3vhl9zr9h] {
        margin-bottom: 40px;
        line-height: 1.6;
    }

.cta-buttons[b-z3vhl9zr9h] {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {


    .platform-flow[b-z3vhl9zr9h] {
        flex-direction: column;
    }

    .flow-arrow[b-z3vhl9zr9h] {
        transform: rotate(90deg);
    }

    .features-grid[b-z3vhl9zr9h] {
        grid-template-columns: 1fr;
    }

    .cta-buttons[b-z3vhl9zr9h] {
        flex-direction: column;
        align-items: center;
    }
}

/* _content/DigitalArchitectBlazor/Components/Public/Pricing/EnterprisePricingPlansPage.razor.rz.scp.css */
.enterprise-section[b-g3cmwsvshy] {
    margin: 0px auto 16px auto;
    background-color: var(--md-sys-color-surface);
    color: var(--md-sys-color-on-surface);
    overflow: hidden;
    border-radius: 16px;
    width: calc(100% - 32px);
    max-width: 500px;
    padding: 16px 16px 16px 16px;
}

    .enterprise-section h2[b-g3cmwsvshy] {
        text-align: center;
        font-size: var(--md-sys-typescale-display-medium-font-size);
        font-weight: var(--md-sys-typescale-display-medium-font-weight);
        line-height: var(--md-sys-typescale-display-medium-line-height);
        letter-spacing: var(--md-sys-typescale-display-medium-letter-spacing);
        color: var(--md-sys-color-on-surface);
    }

    .enterprise-section p[b-g3cmwsvshy] {
        text-align: center;
        font-size: var(--md-sys-typescale-headline-small-font-size);
        font-weight: var(--md-sys-typescale-headline-small-font-weight);
        line-height: var(--md-sys-typescale-headline-small-line-height);
        letter-spacing: var(--md-sys-typescale-headline-small-letter-spacing);
    }

    .enterprise-section h3[b-g3cmwsvshy] {
        font-size: 1.8em;
        margin-bottom: 16px;
        text-align: center;
        color: #333;
        flex-grow: 0;
    }

    .enterprise-section ul[b-g3cmwsvshy] {
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-weight: bold;
        flex-grow: 1;
    }

        .enterprise-section ul li[b-g3cmwsvshy] {
            margin: 12px 0;
            color: #555;
            font-size: var(--md-sys-typescale-body-large-font-size);
            line-height: var(--md-sys-typescale-body-large-line-height);
            font-weight: var(--md-sys-typescale-body-large-font-weight);
            letter-spacing: var(--md-sys-typescale-body-large-letter-spacing);
            position: relative;
            padding-left: 25px;
        }

            /* Add blue checkmark before each list item */
            .enterprise-section ul li[b-g3cmwsvshy]::before {
                content: '✔';
                position: absolute;
                left: 0;
                color: var(--md-sys-color-primary); /* Blue color for checkmark */
                font-weight: bold;
                font-size: 18px;
            }

.contact-enterprise[b-g3cmwsvshy] {
    margin: 0px auto 16px auto;
    color: var(--md-sys-color-on-surface);
    overflow: hidden;
    border-radius: 16px;
    padding: 16px 16px 16px 16px;
    background-color: rgba(0,0,0,.05);
}

/*#region Pricing Card */
                /* Flex-grow ensures the cards grow equally and align items at the top */
                /*.pricing-card h3 {
        font-size: 1.8em;
        margin-bottom: 0px;
        text-align: center;
        color: #333;
        flex-grow: 0;*/ /* Header doesn't grow */
                /*}

.pricing-card-description {
    text-align: center;
    color: var(--md-sys-color-outline);
    font-size: var(--md-sys-typescale-body-small-font-size);
    font-weight: var(--md-sys-typescale-body-small-font-weight);
    line-height: var(--md-sys-typescale-body-small-line-height);
    letter-spacing: var(--md-sys-typescale-body-small-letter-spacing);
    width: 100%;
    margin: 0px 0px 16px 0px;
}

.price {
    font-size: 2.5em;
    color: var(--md-sys-color-primary);
    text-align: center;
    width: 100%;
    margin: 15px 0px 8px 0px;
    flex-grow: 0;*/ /* Price doesn't grow */
                /*}

.price_label {
    text-align: center;
    width: 100%;
    color: var(--md-sys-color-on-surface);
}

.pricing-card p {
    margin: 12px 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #555;
    position: relative;
}



.pricing-card button {
    padding: 12px 25px;
    color: white;
    border: none;
    border-radius: 24px;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    flex-grow: 0;*/ /* Button doesn't grow */
                /*}*/
                /* Responsive layout */
                /*@media (max-width: 768px) {
    .pricing-section {
        flex-direction: column;
        align-items: center;
    }

    .pricing-card {
        width: 95%;
        max-width: none;
        margin: 10px 0;
    }

    h2 {
        font-size: 2.2em;
    }
}

@media (max-width: 480px) {
    .pricing-card {
        width: 95%;
    }

    h2 {
        font-size: 2vw;
    }

    .price {
        font-size: 2vw;
    }

    .pricing-card ul li {
        font-size: 1vw;
    }

    .pricing-card button {
        font-size: 1vw;
    }
}*/
                /*#endregion Pricing Card */
/* _content/DigitalArchitectBlazor/Components/Response/Controls/CardSelector.razor.rz.scp.css */
body[b-zlg66wcbbk] {
}

.toggle-button-container[b-zlg66wcbbk] {
    background-color: rgba(0,0,0,.05);
    padding: 16px;
    border-radius: 48px;
    text-align: center;
}

.cardNameText[b-zlg66wcbbk] {
    font-weight: 500;
    text-align: center;
    padding-top: 12px;
}
/* _content/DigitalArchitectBlazor/Components/Shared/LoadingImage.razor.rz.scp.css */

.showbox[b-smobmt4gji] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
}

.loader[b-smobmt4gji] {
    position: relative;
    margin: 0 auto;
    width: 48px;
}

    .loader[b-smobmt4gji]:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.circular[b-smobmt4gji] {
    animation: rotate-b-smobmt4gji 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path[b-smobmt4gji] {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash-b-smobmt4gji 1.5s ease-in-out infinite, color-b-smobmt4gji 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate-b-smobmt4gji {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash-b-smobmt4gji {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color-b-smobmt4gji {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}
/* _content/DigitalArchitectBlazor/Components/Shared/MonthlyAnnualSwitch.razor.rz.scp.css */
.pricing-tab-button-container[b-b9v6clm2ar] {
    background-color: var(--md-sys-color-surface);
    /*    box-shadow: 0 4px 2px -2px var(--md-sys-color-primary);*/
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-radius: 36px;
    margin: 8px 0px 8px 0px;
    height: 36px;
    display: table;
    width: 100%;
    max-width: 200px;
    margin: auto;
    table-layout: fixed;
}

.pricing-tab-button[b-b9v6clm2ar],
.pricing-tab-button-active[b-b9v6clm2ar] {
    display: table-cell;
    text-align: center;
    margin: 0px;
    border-radius: 24px;
    height: 24px;
    padding: 6px 0px 0px 0px;
    font-size: var(--md-sys-typescale-body-large-font-size);
    font-weight: 500;
    line-height: var(--md-sys-typescale-body-large-line-height);
    letter-spacing: var(--md-sys-typescale-body-large-letter-spacing);
    cursor: pointer;
    overflow: hidden;
    background-color: rgba(0,0,0,.0);
    color: var(--md-sys-color-on-surface);
}

.pricing-tab-button-active[b-b9v6clm2ar] {
    background-color: var(--md-ref-palette-primary80);
    color: var(--md-ref-palette-primary10);
}

.pricing-tab-button:hover[b-b9v6clm2ar] {
    background-color: var(--md-sys-color-transparent-shading10);
    color: var(--md-sys-color-on-surface)
}

.pricing-tab-button-active:hover[b-b9v6clm2ar] {
    background-color: var(--md-ref-palette-primary70);
    color: var(--md-ref-palette-primary10)
}
/* _content/DigitalArchitectBlazor/Components/Shared/PageSectionTitleControl.razor.rz.scp.css */
.page_section_title[b-gst50q8pox] {
    margin: 0px 0px 16px 0px;
    background-color: var(--md-sys-color-surface);
    padding: 0px;
    color: var(--md-sys-color-on-surface);
    border-radius: 24px;
    font-weight: var(--md-sys-typescale-headline-small-font-weight);
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: var(--md-sys-typescale-headline-small-letter-spacing);
    min-height: 60px;
    text-align: center;
}

    .page_section_title h2[b-gst50q8pox] {
        text-align: center;
        padding: 16px 2% 16px 2%;
        margin: 4px 0px 0px 0px;
        font-weight: var(--md-sys-typescale-headline-small-font-weight);
        font-size: 24px;
        line-height: 24px;
        width: 96%;
        letter-spacing: var(--md-sys-typescale-headline-small-letter-spacing);
    }

.page_section_title_button_container[b-gst50q8pox] {
    text-align: center;
    padding: 4px 8px 0px 8px;
}
/* _content/DigitalArchitectBlazor/Components/Shared/ProductCategoryDisplay.razor.rz.scp.css */
table[b-yyyhe1scrm] {
    border-collapse: collapse !important;
    table-layout: fixed;
    margin: 0 auto !important;
    padding: 0px;max-width: 600px;

}

table table[b-yyyhe1scrm] {
    table-layout: auto;
}
/* _content/DigitalArchitectBlazor/Components/Shared/SlideShow.razor.rz.scp.css */
/* Slideshow container */
.slideshow-container[b-04bjcmx6b4] {
    position: relative;
    margin: auto;
}

.slideshow-image[b-04bjcmx6b4] {
    width: 100%;
    min-height: 200px;
}

/* Hide the images by default */
.slideshow-container .mySlides[b-04bjcmx6b4] {
    display: none;
}

/* Next & previous buttons */
.slideshow-container .prev[b-04bjcmx6b4], .slideshow-container .next[b-04bjcmx6b4] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Next & previous buttons */
.slideshow-container .pause[b-04bjcmx6b4] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    left: 50%;
    margin: -58px 0px 0px -63px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: none;
}

.slideshow-container:hover .pause[b-04bjcmx6b4] {
    display: inherit;
}

/* Position the "next button" to the right */
.next[b-04bjcmx6b4] {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover[b-04bjcmx6b4], .next:hover[b-04bjcmx6b4] {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.slideshow-container .text[b-04bjcmx6b4] {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 28px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

/* The dots/bullets/indicators */
.slideshow-container .dots-container[b-04bjcmx6b4] {
    text-align: center;
    position: absolute;
    bottom: 8px;
    width: 100%;
}

.slideshow-container .dot[b-04bjcmx6b4] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .slideshow-container .active[b-04bjcmx6b4],
    .slideshow-container .dot:hover[b-04bjcmx6b4] {
        background-color: #717171;
    }

/* Fading animation */
.slideshow-container .fade[b-04bjcmx6b4] {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade-b-04bjcmx6b4;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade-b-04bjcmx6b4 {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


@media screen and (max-width: 600px) {
    .slideshow-image[b-04bjcmx6b4] {
        min-height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
    }
}
/* _content/DigitalArchitectBlazor/Components/Shared/Switch.razor.rz.scp.css */
/*#region Switch */

.pure-material-switch-container[b-fpb04e8d22] {
    display: inline-block;
    margin: 0;
    padding: 14px 16px 8px 16px;
    min-height: 24px;
    vertical-align: middle;
    line-height: var(--md-sys-typescale-body-large-line-height);
    font-weight: 500;
    font-size: var(--md-sys-typescale-body-large-font-size:);
    letter-spacing: var(--md-sys-typescale-body-large-letter-spacing);
    background-color: var(--md-sys-color-surface);
    border: 1px solid var(--md-sys-color-border);
    width: calc(100% - 32px);
}

.pure-material-switch[b-fpb04e8d22] {
    z-index: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

    /* Input */
    .pure-material-switch > input[b-fpb04e8d22] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        right: 6px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: var(--md-sys-color-outline-light);
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
        float: right;
    }

    /* Span */
    .pure-material-switch > span[b-fpb04e8d22] {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        float: left;
        color: var(--md-sys-color-on-surface-light);
    }

        /* Track */
        .pure-material-switch > span[b-fpb04e8d22]::before {
            content: "";
            float: right;
            display: inline-block;
            margin: 5px 0 5px 10px;
            border-radius: 7px;
            width: 36px;
            height: 14px;
            background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            vertical-align: top;
            transition: background-color 0.2s, opacity 0.2s;
        }

        /* Thumb */
        .pure-material-switch > span[b-fpb04e8d22]::after {
            content: "";
            position: absolute;
            top: 2px;
            right: 16px;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            transition: background-color 0.2s, transform 0.2s;
        }

    /* Checked */
    .pure-material-switch > input:checked[b-fpb04e8d22] {
        right: -10px;
        background-color: var(--md-sys-color-primary);
    }

        .pure-material-switch > input:checked + span[b-fpb04e8d22]::before {
            background-color: rgba(58, 96, 143, 0.6);
        }

        .pure-material-switch > input:checked + span[b-fpb04e8d22]::after {
            background-color: var(--md-sys-color-primary);
            transform: translateX(16px);
        }

    /* Hover, Focus */
    .pure-material-switch:hover > input[b-fpb04e8d22] {
        opacity: 0.04;
    }

    .pure-material-switch > input:focus[b-fpb04e8d22] {
        opacity: 0.12;
    }

    .pure-material-switch:hover > input:focus[b-fpb04e8d22] {
        opacity: 0.16;
    }

    /* Active */
    .pure-material-switch > input:active[b-fpb04e8d22] {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

        .pure-material-switch > input:active + span[b-fpb04e8d22]::before {
            background-color: rgba(var(--pure-material-primary-rgb, 33, 150, 243), 0.6);
        }

    .pure-material-switch > input:checked:active + span[b-fpb04e8d22]::before {
        background-color: rgba(23, 29, 30, 0.38);
    }

    /* Disabled */
    .pure-material-switch > input:disabled[b-fpb04e8d22] {
        opacity: 0;
    }

        .pure-material-switch > input:disabled + span[b-fpb04e8d22] {
            color: #666666;
            opacity: 0.38;
            cursor: default;
        }

            .pure-material-switch > input:disabled + span[b-fpb04e8d22]::before {
                background-color: rgba(23, 29, 30, 0.38);
            }

    .pure-material-switch > input:checked:disabled + span[b-fpb04e8d22]::before {
        background-color: rgba(58,96, 143, 0.6);
    }


/*#endregion Switch*/
/* _content/DigitalArchitectBlazor/Components/Shared/SwitchForGrid.razor.rz.scp.css */
/*#region Switch */

.pure-material-switch[b-gkyvm3smt1] {
    z-index: 0;
    position: relative;
    display: flex; /* Changed from inline-block to flex for proper alignment */
    justify-content: flex-end; /* Aligns the switch to the right side */
    width: 50px;
    margin: auto;
}

    /* Input */
    .pure-material-switch > input[b-gkyvm3smt1] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        right: 6px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: var(--md-sys-color-outline-light);
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
    }

    /* Span */
    .pure-material-switch > span[b-gkyvm3smt1] {
        display: inline-block;
        width: auto; /* Adjusted to fit content properly */
        cursor: pointer;
        color: var(--md-sys-color-on-surface-light);
    }

        /* Track */
        .pure-material-switch > span[b-gkyvm3smt1]::before {
            content: "";
            display: inline-block;
            margin: 5px 0 5px 10px;
            border-radius: 7px;
            width: 36px;
            height: 14px;
            background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            vertical-align: top;
            transition: background-color 0.2s, opacity 0.2s;
        }

        /* Thumb */
        .pure-material-switch > span[b-gkyvm3smt1]::after {
            content: "";
            position: absolute;
            top: 2px;
            right: 16px;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            transition: background-color 0.2s, transform 0.2s;
        }

    /* Checked */
    .pure-material-switch > input:checked[b-gkyvm3smt1] {
        right: -10px;
        background-color: var(--md-sys-color-primary);
    }

        .pure-material-switch > input:checked + span[b-gkyvm3smt1]::before {
            background-color: rgba(58, 96, 143, 0.6);
        }

        .pure-material-switch > input:checked + span[b-gkyvm3smt1]::after {
            background-color: var(--md-sys-color-primary);
            transform: translateX(16px);
        }

    /* Hover, Focus */
    .pure-material-switch:hover > input[b-gkyvm3smt1] {
        opacity: 0.04;
    }

    .pure-material-switch > input:focus[b-gkyvm3smt1] {
        opacity: 0.12;
    }

    .pure-material-switch:hover > input:focus[b-gkyvm3smt1] {
        opacity: 0.16;
    }

    /* Active */
    .pure-material-switch > input:active[b-gkyvm3smt1] {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

        .pure-material-switch > input:active + span[b-gkyvm3smt1]::before {
            background-color: rgba(var(--pure-material-primary-rgb, 33, 150, 243), 0.6);
        }

    .pure-material-switch > input:checked:active + span[b-gkyvm3smt1]::before {
        background-color: rgba(23, 29, 30, 0.38);
    }

    /* Disabled */
    .pure-material-switch > input:disabled[b-gkyvm3smt1] {
        opacity: 0;
    }

        .pure-material-switch > input:disabled + span[b-gkyvm3smt1] {
            color: rgb(23, 29, 30, 0);
            opacity: 0.38;
            cursor: default;
        }

            .pure-material-switch > input:disabled + span[b-gkyvm3smt1]::before {
                background-color: rgba(23, 29, 30, 0.38);
            }

    .pure-material-switch > input:checked:disabled + span[b-gkyvm3smt1]::before {
        background-color: rgba(58,96, 143, 0.6);
    }

/*#endregion Switch*/
/* _content/DigitalArchitectBlazor/Components/Shared/UserSetting.razor.rz.scp.css */
/*#region Switch */

.pure-material-switch-container[b-tsnkfltuvx] {
    display: inline-block;
    margin: 0;
    padding: 14px 16px 8px 16px;
    min-height: 24px;
    vertical-align: middle;
    line-height: var(--md-sys-typescale-body-large-line-height);
    font-weight: 500;
    font-size: var(--md-sys-typescale-body-large-font-size:);
    letter-spacing: var(--md-sys-typescale-body-large-letter-spacing);
    background-color: var(--md-sys-color-surface);
    border: 1px solid var(--md-sys-color-border);
    width: calc(100% - 32px);
}

.pure-material-switch[b-tsnkfltuvx] {
    z-index: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

    /* Input */
    .pure-material-switch > input[b-tsnkfltuvx] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        right: 6px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: var(--md-sys-color-outline-light);
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
        float: right;
    }

    /* Span */
    .pure-material-switch > span[b-tsnkfltuvx] {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        float: left;
        color: var(--md-sys-color-on-surface);
        font-weight: bold;
    }

        /* Track */
        .pure-material-switch > span[b-tsnkfltuvx]::before {
            content: "";
            float: right;
            display: inline-block;
            margin: 5px 0 5px 10px;
            border-radius: 7px;
            width: 36px;
            height: 14px;
            background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            vertical-align: top;
            transition: background-color 0.2s, opacity 0.2s;
        }

        /* Thumb */
        .pure-material-switch > span[b-tsnkfltuvx]::after {
            content: "";
            position: absolute;
            top: 2px;
            right: 16px;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            transition: background-color 0.2s, transform 0.2s;
        }

    /* Checked */
    .pure-material-switch > input:checked[b-tsnkfltuvx] {
        right: -10px;
        background-color: var(--md-sys-color-primary);
    }

        .pure-material-switch > input:checked + span[b-tsnkfltuvx]::before {
            background-color: rgba(58, 96, 143, 0.6);
        }

        .pure-material-switch > input:checked + span[b-tsnkfltuvx]::after {
            background-color: var(--md-sys-color-primary);
            transform: translateX(16px);
        }

    /* Hover, Focus */
    .pure-material-switch:hover > input[b-tsnkfltuvx] {
        opacity: 0.04;
    }

    .pure-material-switch > input:focus[b-tsnkfltuvx] {
        opacity: 0.12;
    }

    .pure-material-switch:hover > input:focus[b-tsnkfltuvx] {
        opacity: 0.16;
    }

    /* Active */
    .pure-material-switch > input:active[b-tsnkfltuvx] {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

        .pure-material-switch > input:active + span[b-tsnkfltuvx]::before {
            background-color: rgba(var(--pure-material-primary-rgb, 33, 150, 243), 0.6);
        }

    .pure-material-switch > input:checked:active + span[b-tsnkfltuvx]::before {
        background-color: rgba(23, 29, 30, 0.38);
    }

    /* Disabled */
    .pure-material-switch > input:disabled[b-tsnkfltuvx] {
        opacity: 0;
    }

        .pure-material-switch > input:disabled + span[b-tsnkfltuvx] {
            color: rgb(23, 29, 30, 0);
            opacity: 0.38;
            cursor: default;
        }

            .pure-material-switch > input:disabled + span[b-tsnkfltuvx]::before {
                background-color: rgba(23, 29, 30, 0.38);
            }

    .pure-material-switch > input:checked:disabled + span[b-tsnkfltuvx]::before {
        background-color: rgba(58,96, 143, 0.6);
    }

.helper-text[b-tsnkfltuvx] {
    margin-left: 0px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
    color: var(--md-sys-color-on-background);
}

/*#endregion Switch*/
/* _content/DigitalArchitectBlazor/Components/Subscriptions/ChangePlan.razor.rz.scp.css */
.pricing-card[b-81ih9blb1p] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.plan-header[b-81ih9blb1p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.plan-badge[b-81ih9blb1p] {
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

    .plan-badge.free[b-81ih9blb1p] {
        background-color: #f3f4f6;
        color: #4b5563;
    }

    .plan-badge.premium[b-81ih9blb1p] {
        background-color: #dbeafe;
        color: #1e40af;
    }

.price-block[b-81ih9blb1p] {
    margin: 1.5rem 0;
}

.current-price[b-81ih9blb1p] {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

    .current-price .amount[b-81ih9blb1p] {
        font-size: 2rem;
        font-weight: 700;
        color: #111827;
    }

    .current-price .period[b-81ih9blb1p] {
        color: #6b7280;
    }

.savings-info[b-81ih9blb1p] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

    .original-price[b-81ih9blb1p] {
        text-decoration: line-through;
        color: #6b7280;
        margin-right: 0.5rem;
    }

    .savings-info .save-percent[b-81ih9blb1p] {
        color: #059669;
        font-weight: 500;
    }

.billing-info[b-81ih9blb1p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.annual-total[b-81ih9blb1p] {
    margin-top: 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.fa-clock[b-81ih9blb1p] {
    color: #6b7280;
}
