/* /Components/CodeHighlight.razor.rz.scp.css */
.code-highlight-wrapper[b-tbqxl6atqs] {
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px var(--code-shadow);
    overflow: auto;
    position: relative;
}

.copy-code-button[b-tbqxl6atqs] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: var(--code-button-bg);
    border: 1px solid var(--code-button-border);
    border-radius: 6px;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
    color: var(--code-button-text);
    outline: none;
}

.copy-code-button:hover[b-tbqxl6atqs] {
    background: var(--code-button-bg-hover);
    border-color: var(--code-button-border-hover);
}

.copy-code-button:active[b-tbqxl6atqs] {
    transform: scale(0.95);
}

.copy-code-button:focus[b-tbqxl6atqs] {
    outline: 2px solid var(--focus-outline);
    outline-offset: 2px;
}

.copy-code-button.copied[b-tbqxl6atqs] {
    background: var(--code-button-bg-success);
    border-color: var(--code-button-border-success);
}

.code-highlight-wrapper[b-tbqxl6atqs] (pre) {
    margin: 0;
    padding: 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.6;
    white-space: pre;
    width: 100%;
    box-sizing: border-box;
}

.code-highlight-wrapper[b-tbqxl6atqs] (code) {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

/* Show light theme in light mode, hide dark theme */
@media (prefers-color-scheme: light) {
    .code-light-theme[b-tbqxl6atqs] {
        display: block;
    }

    .code-dark-theme[b-tbqxl6atqs] {
        display: none;
    }
}

/* Show dark theme in dark mode, hide light theme */
@media (prefers-color-scheme: dark) {
    .code-light-theme[b-tbqxl6atqs] {
        display: none;
    }

    .code-dark-theme[b-tbqxl6atqs] {
        display: block;
    }
}

/* Scrollbar styling for code blocks */
.code-highlight-wrapper[b-tbqxl6atqs] (pre)::-webkit-scrollbar {
    height: 8px;
}

.code-highlight-wrapper[b-tbqxl6atqs] (pre)::-webkit-scrollbar-track {
    background: var(--code-scrollbar-track);
    border-radius: 4px;
}

.code-highlight-wrapper[b-tbqxl6atqs] (pre)::-webkit-scrollbar-thumb {
    background: var(--code-scrollbar-thumb);
    border-radius: 4px;
}

.code-highlight-wrapper[b-tbqxl6atqs] (pre)::-webkit-scrollbar-thumb:hover {
    background: var(--code-scrollbar-thumb-hover);
}
/* /Components/ContactModal.razor.rz.scp.css */
.modal-overlay[b-vjrc08idyn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content[b-vjrc08idyn] {
    background: var(--background-grey-1);
    border-radius: 1rem;
    padding: 3rem;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.modal-close[b-vjrc08idyn] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2.5rem;
    color: var(--text);
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-close:hover[b-vjrc08idyn] {
        color: var(--geoblazor-accent);
    }

.modal-content h2[b-vjrc08idyn] {
    font-size: 2.5rem;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: var(--text-emphasis);
    margin-bottom: 1rem;
    text-align: center;
}

.modal-description[b-vjrc08idyn] {
    font-size: 1.25rem;
    font-family: Roboto, sans-serif;
    color: var(--text-gray);
    text-align: center;
    margin-bottom: 2rem;
}

.hubspot-form-container[b-vjrc08idyn] {
    width: 100%;
}

@media (prefers-color-scheme: light) {
    .modal-content[b-vjrc08idyn] {
        background: #FFFFFF;
    }
}

@media only screen and (max-width: 600px) {
    .modal-content[b-vjrc08idyn] {
        padding: 2rem;
    }

        .modal-content h2[b-vjrc08idyn] {
            font-size: 2rem;
        }

    .modal-description[b-vjrc08idyn] {
        font-size: 1rem;
    }
}
/* /Components/CookieConsent.razor.rz.scp.css */
.cookie-consent-banner[b-3vh594o4ih] {
    background-color: var(--background-grey-3);
    position: fixed;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    padding: 1rem 2rem;
    animation: slide-up-b-3vh594o4ih 0.5s forwards;
}

.cookie-consent-banner__text *[b-3vh594o4ih] {
    display: inline;
}

#accept-cookies-button[b-3vh594o4ih] {
    flex-grow: 0;
    white-space: nowrap;
    height: min-content;
}

@keyframes slide-up-b-3vh594o4ih {
    from {
        transform: translateY(100%); /* Start off-screen */
    }
    to {
        transform: translateY(0); /* Fully visible */
    }
}

@media only screen and (max-width: 600px) {
    .cookie-consent-banner[b-3vh594o4ih] {
        flex-direction: column;
        gap: 1rem;
    }

    .cookie-consent-banner__text h2[b-3vh594o4ih],
    .cookie-consent-banner__text p[b-3vh594o4ih] {
        display: block;
    }
}
/* /Components/Layout/BlogPostLayout.razor.rz.scp.css */
.blog-post[b-7brwsxrrin] {
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem 2rem;
    background: var(--text-white);
    border-radius: 8px;
}

.blog-post-header[b-7brwsxrrin] {
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 1.5rem;
    text-align: center;
}

.blog-post-hero[b-7brwsxrrin] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    object-fit: cover;
    max-height: 400px;
}

.captioned-hero[b-7brwsxrrin] {
    margin-bottom: 0;
}

.full-height-hero[b-7brwsxrrin] {
    width: unset;
    max-width: 100%;
    object-fit: fill;
}

.blog-post-hero-text[b-7brwsxrrin] {
    font-style: italic;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.blog-post-title[b-7brwsxrrin] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--geoblazor-accent);
    margin-bottom: 0.5rem;
    line-height: 1.2;
    text-align: center;
}

.blog-post-author[b-7brwsxrrin] {
    font-size: 1rem;
    color: var(--color-text-secondary);
    text-align: center;
    margin-bottom: 1.5rem;
}

.blog-post-meta[b-7brwsxrrin] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.95rem;
    color: var(--color-text-secondary);
    align-items: center;
}

.blog-post-date[b-7brwsxrrin] {
    display: inline-block;
}

.blog-post-date[b-7brwsxrrin]::after {
    content: "•";
    margin-left: 1rem;
}

.blog-post-tags[b-7brwsxrrin] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.blog-post-tag[b-7brwsxrrin] {
    color: var(--color-text-secondary);
    font-size: 0.95rem;
}

.blog-post-content[b-7brwsxrrin] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--color-text);
    margin-bottom: 2rem;
}

.blog-post-content h2[b-7brwsxrrin] {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--color-primary);
}

.blog-post-content h3[b-7brwsxrrin] {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.blog-post-content p[b-7brwsxrrin] {
    margin-bottom: 1.25rem;
}

.blog-post-content ul[b-7brwsxrrin],
.blog-post-content ol[b-7brwsxrrin] {
    margin-left: 2rem;
    margin-bottom: 1.25rem;
}

.blog-post-content li[b-7brwsxrrin] {
    margin-bottom: 0.5rem;
}

.blog-post-content blockquote[b-7brwsxrrin] {
    border-left: 4px solid var(--color-primary);
    padding-left: 1.5rem;
    margin-left: 0;
    margin-bottom: 1.25rem;
    font-style: italic;
    color: var(--color-text-secondary);
}

.blog-post-footer[b-7brwsxrrin] {
    padding-top: 2rem;
    border-top: 1px solid var(--background-grey-3);
}

.back-to-blog[b-7brwsxrrin] {
    display: inline-flex;
    align-items: center;
    color: var(--geoblazor-accent);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s;
}

.back-to-blog:hover[b-7brwsxrrin] {
    color: var(--geoblazor-accent-hover);
}

.blog-post-error[b-7brwsxrrin] {
    max-width: 800px;
    margin: 4rem auto;
    text-align: center;
    padding: 3rem 2rem;
    background: var(--text-white);
    border-radius: 8px;
}

.blog-post-error h1[b-7brwsxrrin] {
    font-size: 2rem;
    color: var(--color-text);
    margin-bottom: 1rem;
}

.blog-post-error p[b-7brwsxrrin] {
    font-size: 1.1rem;
    color: var(--color-text-secondary);
    margin-bottom: 2rem;
}

.blog-post-error a[b-7brwsxrrin] {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

/* Light mode adjustments */
@media (prefers-color-scheme: light) {
    .blog-post[b-7brwsxrrin],
    .blog-post-error[b-7brwsxrrin] {
        background: var(--text-white);
    }
}

/* Dark mode adjustments */
@media (prefers-color-scheme: dark) {
    .blog-post[b-7brwsxrrin],
    .blog-post-error[b-7brwsxrrin] {
        background: var(--background-grey-2);
    }

    .blog-post-author[b-7brwsxrrin] {
        color: var(--text);
    }

    .blog-post-content[b-7brwsxrrin] {
        color: var(--text);
    }

    .blog-post-content h2[b-7brwsxrrin],
    .blog-post-content h3[b-7brwsxrrin] {
        color: var(--geoblazor-accent);
    }

    .blog-post-tag[b-7brwsxrrin] {
        color: var(--text-white);
    }

    .blog-post-error h1[b-7brwsxrrin] {
        color: var(--text-white);
    }

    .blog-post-error p[b-7brwsxrrin] {
        color: var(--text);
    }
}

@media (max-width: 768px) {
    .blog-post[b-7brwsxrrin] {
        padding: 1rem 0.5rem;
    }

    .blog-post-title[b-7brwsxrrin] {
        font-size: 1.8rem;
    }

    .blog-post-content[b-7brwsxrrin] {
        font-size: 1rem;
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
footer[b-lylmw9uii5] {
    background-color: var(--geoblazor-primary);
    width: 100%;
    padding: 3rem 0;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-content[b-lylmw9uii5] {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.footer-section[b-lylmw9uii5] {
    display: flex;
    flex-direction: column;
}

.footer-brand[b-lylmw9uii5] {
    gap: 1rem;
}

.footer-logo[b-lylmw9uii5] {
    width: 200px;
    height: auto;
    margin-bottom: 0.5rem;
}

.footer-tagline[b-lylmw9uii5] {
    font-size: 0.95rem;
    line-height: 1.5rem;
    color: var(--text-white);
    opacity: 0.8;
    margin-bottom: 1rem;
}

.footer-section h4[b-lylmw9uii5] {
    font-family: 'Aller', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-section ul[b-lylmw9uii5] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-section li a[b-lylmw9uii5] {
    color: var(--text-white);
    opacity: 0.85;
    text-decoration: none;
    font-size: 0.95rem;
    transition: opacity 0.2s ease;
}

    .footer-section li a:hover[b-lylmw9uii5] {
        opacity: 1;
    }

.footer-social[b-lylmw9uii5] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

    .footer-social a[b-lylmw9uii5] {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease;
    }

        .footer-social a:hover[b-lylmw9uii5] {
            transform: scale(1.1);
        }

    .footer-social img[b-lylmw9uii5] {
        width: 1.75rem;
        height: 1.75rem;
        filter: brightness(0) invert(1);
    }

.footer-bottom[b-lylmw9uii5] {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copyright[b-lylmw9uii5] {
    font-size: 0.875rem;
    color: var(--text-white);
    opacity: 0.8;
    margin: 0;
}

    .footer-copyright a[b-lylmw9uii5] {
        color: var(--text-white);
        text-decoration: none;
    }

        .footer-copyright a:hover[b-lylmw9uii5] {
            text-decoration: underline;
        }

.footer-legal[b-lylmw9uii5] {
    display: flex;
    gap: 2rem;
}

    .footer-legal a[b-lylmw9uii5] {
        color: var(--text-white);
        opacity: 0.8;
        text-decoration: none;
        font-size: 0.875rem;
        transition: opacity 0.2s ease;
    }

        .footer-legal a:hover[b-lylmw9uii5] {
            opacity: 1;
        }

/* Tablet */
@media only screen and (max-width: 900px) {
    .footer-content[b-lylmw9uii5] {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .footer-brand[b-lylmw9uii5] {
        grid-column: 1 / -1;
    }
}

/* Mobile */
@media only screen and (max-width: 600px) {
    footer[b-lylmw9uii5] {
        padding: 2rem, 0;
    }

    .footer-content[b-lylmw9uii5] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-brand[b-lylmw9uii5] {
        grid-column: 1;
        text-align: center;
        align-items: center;
    }

    .footer-logo[b-lylmw9uii5] {
        width: 180px;
    }

    .footer-social[b-lylmw9uii5] {
        justify-content: center;
    }

    .footer-section h4[b-lylmw9uii5] {
        font-size: 1rem;
    }

    .footer-bottom[b-lylmw9uii5] {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .footer-legal[b-lylmw9uii5] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bqc259onq4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bqc259onq4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavBar.razor.rz.scp.css */
nav[b-sdwtqte0v3] {
    width: 100%;
    height: 6rem;

    .mobile {
        display: none;
    }

    .navbar__container[b-sdwtqte0v3] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 6rem;
        max-width: 1200px;
        width: 100%;
        padding: 0.25rem 0 1rem;
        margin: 0 auto;

        .navbar__logo {
            height: 100%;
            width: 250px;
            background-image: url('images/logos/GeoBlazor-by-dymaptic-White.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
        }

        @media (prefers-color-scheme: light) {
            .navbar__logo[b-sdwtqte0v3] {
                background-image: url('images/logos/GeoBlazor-by-dymaptic-Purple.svg');
            }

            .navbar__menu-item:hover[b-sdwtqte0v3] {
                background: var(--background-grey-1);
            }
        }
    }

    .navbar__menu-container[b-sdwtqte0v3] {
        display: none;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }

    .navbar__menu-item-container[b-sdwtqte0v3] {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;

        .navbar__menu-item {
            color: var(--text-emphasis);
            font-family: 'Aller', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 1rem;
            font-weight: 400;
            text-decoration: none;
            padding: 0.5rem 1rem;
            border-radius: var(--box-radius);
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .navbar__menu-item:hover[b-sdwtqte0v3] {
            background: var(--background-grey-3);
            color: var(--geoblazor-accent);
            text-decoration: none;
        }

        .navbar__menu-item.selected[b-sdwtqte0v3] {
            background: var(--background-grey-3);
        }

        .navbar__menu-item__text[b-sdwtqte0v3] {
            color: inherit;
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
        }
    }

    i.icon[b-sdwtqte0v3] {
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .icon.hamburger-icon[b-sdwtqte0v3] {
        background-image: url('images/icons/menu.svg');
        width: 3.75rem;
        height: 3.75rem;
        cursor: pointer;
        display: inline-block;
        background-size: cover;
        background-position: center;
    }

    .icon.profile-icon[b-sdwtqte0v3] {
        background-image: url('images/Torchy/48px/Torchy-Phone.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background: var(--geoblazor-accent);
        border-radius: 4rem;
        width: 48px;
        height: 48px;
        flex: 1 0 auto;
    }

    .navbar__logo-container[b-sdwtqte0v3] {
        height: 70px;
        width: auto;
        margin: 0.5rem;
    }

    #contact__link[b-sdwtqte0v3] {
        padding: 0.25rem 2rem;
        white-space: nowrap;
    }

    #signin__link[b-sdwtqte0v3] {
        padding: 0.25rem 2rem;
        white-space: nowrap;
    }
}

@media (prefers-color-scheme: light) {
    nav[b-sdwtqte0v3] {
        background: linear-gradient(var(--background-grey-1), var(--background-grey-1)) padding-box,
        var(--geoblazor-gradient-vertical) border-box;
    }
}


/***********************/
/***  NAVBAR MOBILE  ***/
/***********************/

@media only screen and (max-width: 1075px) {
    nav[b-sdwtqte0v3] {

        /* Blazor doesn't always generate isolated css correctly for the first rule within nested css.
           Putting this here to force the following rules to be generated correctly... */

        #nested-css-fix {
            display: none;
        }

        .desktop[b-sdwtqte0v3] {
            display: none;
        }

        .mobile[b-sdwtqte0v3] {
            display: unset;
        }

        .navbar__container[b-sdwtqte0v3] {
            width: 100%;
            position: relative;
            height: unset;

            .navbar__logo {
                width: 250px;
                max-width: calc(100vw - 8rem);
            }

            .navbar__menu-container[b-sdwtqte0v3] {
                display: flex;
                flex-direction: row;
                position: absolute;
                right: 1rem;
                top: 1.25rem;
            }

            .navbar__logo-container[b-sdwtqte0v3] {
                width: 100%;
            }

            .navbar__menu-item-container[b-sdwtqte0v3] {
                flex: 1 1 auto;
                flex-direction: column;
                position: absolute;
                top: 100%;
                width: 100%;
                z-index: 100;
                gap: 0;
                background: var(--background-grey-1);
            }

            .navbar__menu-item[b-sdwtqte0v3] {
                border-radius: 0;
                width: 100%;
                text-align: center;
                justify-content: center;
                padding: 1rem;
                background: var(--background-grey-3);
                border-bottom: 1px solid var(--background-grey-4);
            }

            .navbar__menu-item-container.collapsed[b-sdwtqte0v3] {
                display: none;
            }

            .navbar__menu-item:hover[b-sdwtqte0v3], #contact__link.btn.btn-gradient-dark:hover[b-sdwtqte0v3], #signin__link.btn.btn-gradient:hover[b-sdwtqte0v3] {
                background: var(--geoblazor-primary);
                color: var(--text-emphasis);
            }
            
            @media (prefers-color-scheme: light) {
                .navbar__menu-item:hover[b-sdwtqte0v3], #contact__link.btn.btn-gradient-dark:hover[b-sdwtqte0v3], #signin__link.btn.btn-gradient:hover[b-sdwtqte0v3] {
                    color: var(--text-white);
                }
            }

            @media (prefers-color-scheme: light) {

                .navbar__menu-item[b-sdwtqte0v3], #contact__link[b-sdwtqte0v3], #signin__link[b-sdwtqte0v3] {
                    background: var(--background-grey-2);
                }
            }
        }

        #contact__link.btn.btn-gradient-dark[b-sdwtqte0v3], #signin__link.btn.btn-gradient[b-sdwtqte0v3] {
            width: 100%;
            text-align: center;
            background: var(--background-grey-3);
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid var(--background-grey-4);
            padding: 1rem;
            border-radius: 0;
            color: var(--text-emphasis);
            font-family: 'Aller', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 1rem;
            font-weight: 400;
            text-decoration: none;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        #contact__link:hover[b-sdwtqte0v3], #signin__link:hover[b-sdwtqte0v3] {
            background: var(--background-grey-3);
            color: var(--geoblazor-accent);
            text-decoration: none;
        }

        #contact__link.selected[b-sdwtqte0v3], #signin__link.selected[b-sdwtqte0v3] {
            background: var(--background-grey-3);
        }
    }

    @media only screen and (prefers-color-scheme: light) {

        nav[b-sdwtqte0v3] {
            #nested-css-fix {
                display: none;
            }

            .navbar__container[b-sdwtqte0v3] {
                .navbar__menu-item, #contact__link.btn.btn-gradient-dark, #signin__link.btn.btn-gradient {
                    background: var(--background-grey-2);
                }
            }
        }
    }
}

/* /Components/LicenseCard.razor.rz.scp.css */
.price-span[b-j1tbf80qnv] {
    font-size: 3rem;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    color: var(--text-dark-gray);
}

.renewal-period[b-j1tbf80qnv] {
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    line-height: 175%;
    color: var(--text-dark-gray);
}

.description[b-j1tbf80qnv] {
    align-self: stretch;
    font-family: Roboto, sans-serif;
    line-height: 175%;
}

.text-child[b-j1tbf80qnv] {
    align-self: stretch;
    font-family: Roboto, sans-serif;
    border-top: 2px solid var(--geoblazor-primary);
    box-sizing: border-box;
    height: 0.125rem;
}

.check-circle[b-j1tbf80qnv] {
    width: 1.25rem;
    height: 1.3rem;
    overflow: hidden;
    flex-shrink: 0;
}

.includes-text[b-j1tbf80qnv] {
    font-family: Roboto, sans-serif;
    font-size: 0.9rem;
    color: var(--text-dark-gray);
    font-style: italic;
    margin: 0.5rem 0;
}

.feature[b-j1tbf80qnv] {
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

.feature-row[b-j1tbf80qnv] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
}

.text[b-j1tbf80qnv] {
    align-self: stretch;
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
}

.value[b-j1tbf80qnv] {
    position: relative;
}

.license-card[b-j1tbf80qnv] {
    position: relative;
    width: 22rem;
    border-radius: 0.5rem;
    background-color: #F7F6FC;
    border: 2px solid var(--color-slateblue);
    box-sizing: border-box;
    min-height: 40.188rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    gap: 0;
    min-width: 18.75rem;
    text-align: left;
    font-size: 1rem;
    color: var(--text-dark-gray);
    overflow: visible;
    margin: 3rem;
}

p[b-j1tbf80qnv] {
    color: var(--text-dark-gray);
}

.license-image[b-j1tbf80qnv] {
    position: absolute;
    top: -3rem;
    height: 10.25rem;
    width: auto;
}

@media (max-width: 600px) {
    .license-card[b-j1tbf80qnv] {
        max-width: 70vw;
        width: 100%;
        margin: 2rem 0;
    }

    .license-card .btn[b-j1tbf80qnv] {
        padding: 0.75rem 2rem;
        margin-top: 1rem;
    }
}
/* /Components/Pages/Blog.razor.rz.scp.css */
.blog-container[b-zjb1mab7et] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.blog-header[b-zjb1mab7et] {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--color-primary);
}

.blog-header .pre-title[b-zjb1mab7et] {
    font-size: 2.5vw;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: 1.63px;
    text-transform: uppercase;
    display: block;
    color: var(--geoblazor-accent);
    margin-top: 10vw;
}

.blog-header .title[b-zjb1mab7et] {
    font-size: 5.5vw;
    margin: 5.5vw 0 3rem 0;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 1200;
    color: var(--color-text);
    text-align: center;
}

.blog-header .subtitle-text[b-zjb1mab7et] {
    font-size: 1.25rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    color: var(--text-gray);
    text-align: center;
    margin: 0 2rem 3rem 2rem;
}

.blog-posts[b-zjb1mab7et] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    background: #FFFFFF;
    padding: 3rem 2rem;
    border-radius: 8px;
}

.blog-post-card[b-zjb1mab7et] {
    background: linear-gradient(white, white) padding-box,
                var(--geoblazor-gradient-vertical-reverse) border-box;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.blog-post-card:hover[b-zjb1mab7et] {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-post-card-image-link[b-zjb1mab7et] {
    display: inline-block;
    align-content: center;
    padding: 1rem;
}

.blog-post-card-image[b-zjb1mab7et] {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.blog-post-card-content[b-zjb1mab7et] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-post-card-meta[b-zjb1mab7et] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.blog-post-card-date[b-zjb1mab7et] {
    font-size: 0.9rem;
    color: var(--geoblazor-accent);
    font-weight: 700;
}

.blog-post-card-tags[b-zjb1mab7et] {
    display: none;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.blog-post-card-tag[b-zjb1mab7et] {
    background-color: var(--color-primary);
    color: white;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.blog-post-card-title[b-zjb1mab7et] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.blog-post-card-title a[b-zjb1mab7et] {
    color: var(--color-text);
    text-decoration: none;
    transition: color 0.2s;
}

.blog-post-card-title a:hover[b-zjb1mab7et] {
    color: var(--color-primary);
}

.blog-post-card-excerpt[b-zjb1mab7et] {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-text-secondary);
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.blog-post-card-footer[b-zjb1mab7et] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.blog-post-card-author[b-zjb1mab7et] {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

.blog-post-card-link[b-zjb1mab7et] {
    color: var(--geoblazor-accent);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-post-card-link:hover[b-zjb1mab7et] {
    color: var(--geoblazor-accent-hover);
}

.blog-post-card-arrow[b-zjb1mab7et] {
    width: 1.5rem;
    height: auto;
}

.no-posts[b-zjb1mab7et] {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--color-text-secondary);
}

.no-posts p[b-zjb1mab7et] {
    font-size: 1.2rem;
}

/* Wide screen adjustments */
@media (min-width: 1201px) {
    .blog-header .pre-title[b-zjb1mab7et] {
        font-size: 1.8rem;
    }

    .blog-header .title[b-zjb1mab7et] {
        font-size: 5rem;
    }
}

/* Mobile adjustments */
@media (max-width: 600px) {
    .blog-container[b-zjb1mab7et] {
        padding: 1rem 0.5rem;
    }

    .blog-header .pre-title[b-zjb1mab7et] {
        font-size: 0.875rem;
        margin-top: 1rem;
    }

    .blog-header .title[b-zjb1mab7et] {
        font-size: 2.2rem;
    }

    .blog-header .subtitle-text[b-zjb1mab7et] {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .blog-posts[b-zjb1mab7et] {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
    }
}

/* Light mode adjustments */
@media (prefers-color-scheme: light) {
    .blog-header .title[b-zjb1mab7et] {
        color: var(--text);
    }

    .blog-posts[b-zjb1mab7et] {
        background: var(--text-white);
    }

    .blog-post-card[b-zjb1mab7et] {
        background: linear-gradient(var(--text-white), var(--text-white)) padding-box,
                    var(--geoblazor-gradient-vertical-reverse) border-box;
    }

    .blog-post-card-title a[b-zjb1mab7et] {
        color: var(--text);
    }

    .blog-post-card-excerpt[b-zjb1mab7et] {
        color: var(--text-gray);
    }

    .blog-post-card-author[b-zjb1mab7et] {
        color: var(--text-gray);
    }

    .blog-post-card-tag[b-zjb1mab7et] {
        background-color: var(--geoblazor-primary);
        color: var(--text-white);
    }
}

/* Dark mode adjustments */
@media (prefers-color-scheme: dark) {
    .blog-header .title[b-zjb1mab7et] {
        color: var(--text-white);
    }

    .blog-posts[b-zjb1mab7et] {
        background: var(--background-grey-1);
    }

    .blog-post-card[b-zjb1mab7et] {
        background: linear-gradient(var(--background-grey-2), var(--background-grey-2)) padding-box,
                    var(--geoblazor-gradient-vertical-reverse) border-box;
    }

    .blog-post-card-title a[b-zjb1mab7et] {
        color: var(--text-white);
    }

    .blog-post-card-excerpt[b-zjb1mab7et] {
        color: var(--text);
    }

    .blog-post-card-author[b-zjb1mab7et] {
        color: var(--text);
    }

    .blog-post-card-tag[b-zjb1mab7et] {
        background-color: var(--geoblazor-accent);
        color: var(--text-dark-gray);
    }

    .blog-post-card-arrow[b-zjb1mab7et] {
        filter: invert(1) brightness(2);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
#home[b-fz3466y8mo] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 900;
}

.top-section[b-fz3466y8mo] {
    width: 100%;
    margin-top: 2rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.pre-title[b-fz3466y8mo] {
    font-size: 3vw;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: 1.63px;
    text-transform: uppercase;
    display: inline-block;
    color: var(--geoblazor-accent);
    margin-top: 10vw;
    white-space: nowrap;
}

.title[b-fz3466y8mo] {
    margin: 5.5vw 0;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 1200;
    text-align: center;
    white-space:nowrap;
}

    .title .blazor[b-fz3466y8mo] {
        background: linear-gradient(0deg, #e76439, #693cb2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .title > span[b-fz3466y8mo] {
        font-size: 5.5vw;
        color: var(--text);
    }

.description[b-fz3466y8mo] {
    font-size: 3.5vw;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 6vw;
    color: var(--text-gray);
    text-align: center;
    display: inline-block;
    opacity: 0.7;
    mix-blend-mode: normal;
    margin-bottom: 7vw;
    padding: 0 1rem;
}

.button-row--centered[b-fz3466y8mo] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5rem;
}

    .button-row--centered .btn[b-fz3466y8mo] {
        width: 10rem;
    }

#samples-section[b-fz3466y8mo] {
    width: 100%;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#samples-header[b-fz3466y8mo] {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 60rem;
}

    #samples-header h2[b-fz3466y8mo] {
        font-size: 3rem;
        font-family: Roboto, sans-serif;
        font-weight: 900;
        letter-spacing: -0.8px;
        line-height: 3.625rem;
        color: var(--text-white);
        margin-bottom: 1.5rem;
    }

    #samples-header p[b-fz3466y8mo] {
        font-family: Roboto, sans-serif;
        font-size: 1.5rem;
        line-height: 2.5rem;
        color: var(--text-white);
        opacity: 0.9;
    }

.samples-grid[b-fz3466y8mo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 3rem;
}

.sample-card[b-fz3466y8mo] {
    display: flex;
    flex-direction: column;
    background: var(--background-grey-1);
    border-radius: 0.5rem;
    padding: 2rem;
}

    .sample-card h3[b-fz3466y8mo] {
        font-size: 1.75rem;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        color: var(--text-emphasis);
        margin-bottom: 0.75rem;
    }

    .sample-card .sample-description[b-fz3466y8mo] {
        font-family: Roboto, sans-serif;
        font-size: 1.125rem;
        line-height: 1.75rem;
        color: var(--text-gray);
        margin-bottom: 1.5rem;
    }

    .sample-card a[b-fz3466y8mo] {
        display: block;
        text-decoration: none;
    }

.sample-gif[b-fz3466y8mo] {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
}

    .sample-gif:hover[b-fz3466y8mo] {
        transform: scale(1.02);
    }

.samples-cta[b-fz3466y8mo] {
    text-align: center;
}

.gradient-background[b-fz3466y8mo] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background: var(--geoblazor-gradient-vertical-reverse);
}

.gradient-background-reverse[b-fz3466y8mo] {
    width: 100%;
    height: 100%;
    background: var(--geoblazor-gradient-vertical);
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

#user-apps-showcase[b-fz3466y8mo] {
    width: 100%;
    height: 100%;
    padding: 3rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

    #user-apps-showcase h2[b-fz3466y8mo] {
        font-size: 3rem;
        font-family: Roboto, sans-serif;
        font-weight: 900;
        letter-spacing: -0.8px;
        line-height: 3.625rem;
        color: var(--text-emphasis);
        margin-bottom: 1.5rem;
        text-align: center;
    }

.showcase-intro[b-fz3466y8mo] {
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: var(--text-gray);
    text-align: center;
    max-width: 60rem;
    margin-bottom: 3rem;
}

/* Category Dropdown (hidden on desktop, visible on mobile) */
.category-dropdown[b-fz3466y8mo] {
    display: none;
    width: 100%;
    max-width: 400px;
    padding: 0.75rem 1rem;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    border: 2px solid var(--geoblazor-primary);
    border-radius: 0.5rem;
    background: var(--background-grey-1);
    color: var(--text-emphasis);
    margin-bottom: 2rem;
    cursor: pointer;
}

/* Category Tabs */
.category-tabs[b-fz3466y8mo] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.category-tab[b-fz3466y8mo] {
    background: var(--background-grey-1);
    border: 2px solid var(--geoblazor-primary);
    color: var(--text-emphasis);
    padding: 0.75rem 1.5rem;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .category-tab:hover[b-fz3466y8mo] {
        background: var(--background-grey-2);
    }

    .category-tab.active[b-fz3466y8mo] {
        background: var(--geoblazor-primary);
        color: var(--text-white);
        border-color: var(--geoblazor-primary);
    }

/* Category Content */
.category-content[b-fz3466y8mo] {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.category-panel[b-fz3466y8mo] {
    display: none;
}

    .category-panel.active[b-fz3466y8mo] {
        display: block;
    }

/* App Cards Grid */
.app-cards-grid[b-fz3466y8mo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    width: 100%;
}

.app-card[b-fz3466y8mo] {
    background: var(--background-grey-1);
    border-radius: 0.5rem;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .app-card:hover[b-fz3466y8mo] {
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .app-card h3[b-fz3466y8mo] {
        font-size: 1.5rem;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        color: var(--text-emphasis);
        margin-bottom: 1rem;
        line-height: 1.4;
    }

    .app-card p[b-fz3466y8mo] {
        font-family: Roboto, sans-serif;
        font-size: 1rem;
        line-height: 1.6;
        color: var(--text-gray);
    }

/* Hide cards beyond 2 rows - responsive to grid layout */
/* Desktop: 3 columns = 6 cards (2 rows) */
.app-cards-grid .app-card:nth-child(n+7)[b-fz3466y8mo] {
    display: none;
}

.app-card.visible[b-fz3466y8mo] {
    display: block !important;
}

/* Show More Button */
.show-more-btn[b-fz3466y8mo] {
    display: block;
    margin: 2rem auto 0;
    padding: 0.875rem 2rem;
    background: var(--geoblazor-primary);
    color: var(--text-white);
    border: 2px solid var(--geoblazor-primary);
    border-radius: 0.5rem;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .show-more-btn:hover[b-fz3466y8mo] {
        background: var(--geoblazor-accent);
        border-color: var(--geoblazor-accent);
    }

    .show-more-btn.hidden[b-fz3466y8mo] {
        display: none;
    }

.trust-row[b-fz3466y8mo] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2rem 3rem;
}

.trust-box[b-fz3466y8mo] {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border-right: 2px solid var(--text-white);
    padding: 0 2rem 0 2rem;
    margin-right: 2rem;
}

#trusted-by[b-fz3466y8mo] {
    font-size: 2.5rem;
    letter-spacing: -0.8px;
    line-height: 3.625rem;
    margin: 0;
    font-family: Roboto, sans-serif;
    color: var(--text-white);
}

.carousel-container[b-fz3466y8mo] {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.carousel-track[b-fz3466y8mo] {
    display: flex;
    animation: carousel-b-fz3466y8mo 20s linear infinite;
    width: calc(200%);
}

.carousel-slide[b-fz3466y8mo] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    min-width: 150px;
}

.client-logo[b-fz3466y8mo] {
    height: 3rem;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    filter: brightness(0) invert(1);
}

    .client-logo:hover[b-fz3466y8mo] {
        opacity: 1;
    }

.client-logo-link[b-fz3466y8mo] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

@keyframes carousel-b-fz3466y8mo {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.carousel-track:hover[b-fz3466y8mo] {
    animation-play-state: paused;
}

#support-section[b-fz3466y8mo] {
    width: 100%;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

    #support-section h2[b-fz3466y8mo] {
        font-size: 3rem;
        font-family: Roboto, sans-serif;
        font-weight: 900;
        letter-spacing: -0.8px;
        line-height: 3.625rem;
        color: var(--text-white);
        margin-bottom: 1.5rem;
        text-align: center;
    }

.support-intro[b-fz3466y8mo] {
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: var(--text-white);
    text-align: center;
    max-width: 60rem;
    margin-bottom: 3rem;
}

.support-cards-container[b-fz3466y8mo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    width: 100%;
    max-width: 70rem;
    margin-bottom: 3rem;
}

.support-card[b-fz3466y8mo] {
    background: var(--background-grey-1);
    border-radius: 0.5rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
}

    .support-card h3[b-fz3466y8mo] {
        font-size: 2rem;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        color: var(--text-emphasis);
        margin-bottom: 0.5rem;
    }

.support-tier[b-fz3466y8mo] {
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    color: var(--text-gray);
    margin-bottom: 1.5rem;
}

.support-card-pro .support-tier[b-fz3466y8mo] {
    color: var(--geoblazor-accent);
    font-weight: 600;
}

.support-features[b-fz3466y8mo] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .support-features li[b-fz3466y8mo] {
        font-family: Roboto, sans-serif;
        font-size: 1.125rem;
        line-height: 2rem;
        color: var(--text);
        padding: 0.5rem 0;
        padding-left: 1.75rem;
        position: relative;
    }

        .support-features li[b-fz3466y8mo]::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--geoblazor-accent);
            font-weight: bold;
        }

.support-ctas[b-fz3466y8mo] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4rem;
}

    .support-ctas .btn[b-fz3466y8mo] {
        width: 10rem;
    }

.newsletter-section[b-fz3466y8mo] {
    width: 100%;
    max-width: 80rem;
    padding: 4rem 0;
    margin: 0 auto;
}

    .newsletter-section h2[b-fz3466y8mo] {
        font-size: 2.5rem;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        letter-spacing: -0.8px;
        line-height: 3.625rem;
        color: var(--text-emphasis);
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .newsletter-section p[b-fz3466y8mo] {
        font-size: 1.25rem;
        line-height: 2rem;
        color: var(--text-gray);
        margin-bottom: 2rem;
        text-align: center;
        padding: 0 2rem;
    }

.contact-content[b-fz3466y8mo] {
    width: 100%;
    height: auto;
    justify-content: space-between;
}

#contact-form-section[b-fz3466y8mo] {
    width: 50vw;
    padding: 2rem;
}

#torch-bell-column[b-fz3466y8mo] {
    flex: 1 1 0;
    margin-left: 1.5rem;
    padding: 3rem 2rem;
    align-items: center;
    text-align: center;
}

#torchy-bell[b-fz3466y8mo] {
    width: 20vw;
    min-width: 150px;
    max-width: 300px;
    margin-bottom: 2rem;
}

.horizontal-rectangle-div[b-fz3466y8mo] {
    width: 100%;
    height: 0;
    background: var(--geoblazor-gradient-horizontal);
}

.social-row[b-fz3466y8mo] {
    margin: 1.5rem 0 3rem 0;
    justify-content: space-evenly;
    width: 100%;
}

.social-column[b-fz3466y8mo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 16rem;
}

    .social-column label.site-label[b-fz3466y8mo] {
        color: var(--geoblazor-accent);
    }

    .social-column p[b-fz3466y8mo] {
        font-size: 1.2rem;
    }

    .social-column img[b-fz3466y8mo] {
        filter: brightness(0) invert(1);
    }

@media (prefers-color-scheme: light) {
    .social-column img[b-fz3466y8mo] {
        filter: brightness(0) invert(0);
    }
}


/***********************/
/***  WIDE SCREEN  ***/
/***********************/

@media (min-width: 1201px) {

    /* Blazor doesn't always generate isolated css correctly for the first rule within nested css.
           Putting this here to force the following rules to be generated correctly... */
    #nested-css-fix[b-fz3466y8mo] {
        display: none;
    }

    .top-section[b-fz3466y8mo] {
        background-size: 75rem 100rem;
        background-position: center bottom;
    }

    .pre-title[b-fz3466y8mo] {
        font-size: 2.2rem;
    }

    .title span[b-fz3466y8mo] {
        font-size: 5rem;
    }

    .description[b-fz3466y8mo] {
        font-size: 2.5rem;
        line-height: 4.5rem;
    }

    .client-logo[b-fz3466y8mo] {
        height: 2.5rem;
    }

    .carousel-slide[b-fz3466y8mo] {
        min-width: 120px;
        padding: 0 1.5rem;
    }

    #contact-form-section[b-fz3466y8mo] {
        width: 36rem;
    }

    #torch-bell-column[b-fz3466y8mo] {
        width: 26rem;
    }
}

/***********************/
/***  MID-RANGE  ***/
/***********************/
@media only screen and (max-width: 900px) {
    .support-cards-container[b-fz3466y8mo] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .support-ctas[b-fz3466y8mo] {
        gap: 1rem;
    }

        .support-ctas .btn[b-fz3466y8mo] {
            width: 10rem;
        }

    .contact-content[b-fz3466y8mo] {
        flex-direction: column-reverse;
    }

    #contact-form-section[b-fz3466y8mo] {
        width: 100%;
        margin-left: 0;
        padding: 2rem 0;
    }

    #torch-bell-column[b-fz3466y8mo] {
        width: 100%;
        margin-left: 0;
        padding: 2rem 0;
        align-items: center;
        text-align: center;
    }

    /* Tablet/Mid-range: 2 columns = 4 cards (2 rows) */
    .app-cards-grid .app-card:nth-child(n+5)[b-fz3466y8mo] {
        display: none;
    }

    .app-card.visible[b-fz3466y8mo] {
        display: block !important;
    }
}

/***********************/
/***  MOBILE  ***/
/***********************/

@media only screen and (max-width: 600px) {

    /* Blazor doesn't always generate isolated css correctly for the first rule within nested css.
           Putting this here to force the following rules to be generated correctly... */
    #nested-css-fix[b-fz3466y8mo] {
        display: none;
    }

    .pre-title[b-fz3466y8mo] {
        margin-top: 1rem;
        font-size: 1rem;
    }

    .description[b-fz3466y8mo] {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .button-row--centered[b-fz3466y8mo] {
        gap: 1rem;
        padding: 0 1rem;
    }

    #down-arrow[b-fz3466y8mo] {
        height: 8.25vw;
    }

    #user-apps-showcase[b-fz3466y8mo] {
        padding: 3rem 0rem;
        min-height: 250px;
    }

        #user-apps-showcase h2[b-fz3466y8mo] {
            font-size: 2rem;
            margin-bottom: 1rem;
        }

    .showcase-intro[b-fz3466y8mo] {
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding: 0 1rem;
        margin-bottom: 2rem;
    }

    /* Show dropdown on mobile, hide tabs */
    .category-dropdown[b-fz3466y8mo] {
        display: block;
    }

    .category-tabs[b-fz3466y8mo] {
        display: none;
    }

    .category-content[b-fz3466y8mo] {
        padding: 0 1rem;
    }

    .app-cards-grid[b-fz3466y8mo] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .app-card[b-fz3466y8mo] {
        padding: 1.5rem;
    }

        .app-card h3[b-fz3466y8mo] {
            font-size: 1.25rem;
        }

        .app-card p[b-fz3466y8mo] {
            font-size: 0.9375rem;
            line-height: 1.5rem;
        }

    /* Mobile: 1 column = 2 cards (2 rows) */
    .app-cards-grid .app-card:nth-child(n+3)[b-fz3466y8mo] {
        display: none;
    }

    .app-card.visible[b-fz3466y8mo] {
        display: block !important;
    }

    #samples-section[b-fz3466y8mo] {
        padding: 2rem 1rem;
    }

    #samples-header h2[b-fz3466y8mo] {
        font-size: 2rem;
    }

    #samples-header p[b-fz3466y8mo] {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .samples-grid[b-fz3466y8mo] {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .sample-card[b-fz3466y8mo] {
        padding: 1.5rem;
    }

        .sample-card h3[b-fz3466y8mo] {
            font-size: 1.5rem;
        }

        .sample-card .sample-description[b-fz3466y8mo] {
            font-size: 1rem;
            line-height: 1.5rem;
        }

    .row[b-fz3466y8mo] {
        flex-direction: column;
    }

    .vertical-rectangle-div[b-fz3466y8mo] {
        display: none;
    }

    #map-1[b-fz3466y8mo], #map-2[b-fz3466y8mo], #map-3[b-fz3466y8mo] {
        width: 100%;
    }

    #map-3[b-fz3466y8mo] {
        margin-left: 0;
    }

    .trust-row[b-fz3466y8mo] {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding-left: 0;
        margin-left: 0;
    }

    .trust-box[b-fz3466y8mo] {
        border-right: none;
        align-items: center;
        text-align: center;
        padding-right: 0;
        margin-right: 0;
        padding-left: 0;
        margin-left: 0;
    }

    .carousel-container[b-fz3466y8mo] {
        width: 100%;
        padding-bottom: 1rem;
    }

    .client-logo[b-fz3466y8mo] {
        height: 2rem;
    }

    .carousel-slide[b-fz3466y8mo] {
        min-width: 80px;
        padding: 0 1rem;
    }

    .contact-content[b-fz3466y8mo] {
        flex-direction: column-reverse;
    }

    #contact-section[b-fz3466y8mo] {
        margin: 0;
        padding: 0;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .contact-row[b-fz3466y8mo] {
        width: 100%;
    }

    #contact-form-section[b-fz3466y8mo] {
        width: 100%;
        margin-left: 0;
        padding: 2rem 0;
    }

    #torch-bell-column[b-fz3466y8mo] {
        margin: 0;
        width: 100%;
        margin-left: 0;
        padding: 2rem 0;
        align-items: center;
        text-align: center;
    }

    .social-row[b-fz3466y8mo] {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
    }
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
#license-section[b-w2mzmyevgy] {
    width: 100%;
    align-items: center;
    margin: 0 0 2rem 0;
}

    #license-section .row[b-w2mzmyevgy] {
        justify-content: center;
    }

    #license-section .pre-title[b-w2mzmyevgy] {
        font-size: 2.5vw;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        letter-spacing: 1.63px;
        text-transform: uppercase;
        display: inline-block;
        color: var(--geoblazor-accent);
        margin-top: 10vw;
        white-space: nowrap;
    }

    #license-section .title[b-w2mzmyevgy] {
        margin: 5.5vw 0 3rem 0;
        display: inline-block;
        font-family: Roboto, sans-serif;
        font-weight: 1200;
        text-align: center;
        white-space: nowrap;
    }

        #license-section .title .blazor[b-w2mzmyevgy] {
            background: linear-gradient(0deg, #e76439, #693cb2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        #license-section .title > span[b-w2mzmyevgy] {
            font-size: 5.5vw;
            color: var(--text);
        }

    #license-section .subtitle-text[b-w2mzmyevgy] {
        font-size: 1.25rem;
        font-family: Roboto, sans-serif;
        font-weight: 400;
        line-height: 1.75rem;
        color: var(--text-gray);
        text-align: center;
        margin: 0 2rem 3rem 2rem;
    }

    .pricing-content[b-w2mzmyevgy] {
        width: 100%;
        background: #121212;
        padding: 3rem 2rem;
        margin-top: 2rem;
    }

    #license-section .pricing-subheading[b-w2mzmyevgy] {
        font-size: 3vw;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        letter-spacing: 1.63px;
        text-transform: uppercase;
        display: block;
        color: var(--geoblazor-accent);
        text-align: center;
        margin: 1rem auto 2rem auto;
    }

    #license-section h2[b-w2mzmyevgy] {
        text-align: center;
        font-family: Roboto, sans-serif;
        font-weight: 900;
        font-size: 5vw;
        letter-spacing: -1.8px;
        line-height: 3.625rem;
        color: var(--text-primary);
        margin-top: 7vw;
    }

    #license-section p[b-w2mzmyevgy] {
        font-size: 3.5vw;
        font-family: Roboto, sans-serif;
        letter-spacing: -0.2px;
        line-height: 3.125rem;
        color: var(--text-primary);
        text-align: center;
        mix-blend-mode: normal;
        margin: 3vw 2rem;
    }

#icons-and-pro[b-w2mzmyevgy] {
    width: 100%;
    height: auto;
    justify-content: space-between;
}

#feature-icons[b-w2mzmyevgy] {
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
    background: #121212;
}

    #feature-icons .row[b-w2mzmyevgy] {
        justify-content: space-evenly;
        gap: 6vw;
    }

.feature-icon[b-w2mzmyevgy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
}

    .feature-icon img[b-w2mzmyevgy] {
        width: 6vw;
        height: 6vw;
        object-fit: contain;
    }

.feature-text[b-w2mzmyevgy] {
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    line-height: 2.5vw;
}

#go-pro[b-w2mzmyevgy] {
    flex: 1 1 0;
    margin-left: 1.5rem;
    background: #121212;
    padding: 3rem 2rem;
}

    #go-pro h2[b-w2mzmyevgy] {
        font-size: 3vw;
        letter-spacing: -1.8px;
        line-height: 3.625rem;
        margin-bottom: 2vw;
    }

    #go-pro p[b-w2mzmyevgy] {
        font-size: 2vw;
        line-height: 3.125rem;
    }

    #go-pro .btn[b-w2mzmyevgy] {
        padding: 1rem 3vw;
    }

.gold-pro[b-w2mzmyevgy] {
    color: var(--geoblazor-accent);
}

/***********************/
/***  WIDE SCREEN  ***/
/***********************/

@media (min-width: 1201px) {
    #license-section .pre-title[b-w2mzmyevgy] {
        font-size: 1.8rem;
    }

    #license-section .pricing-subheading[b-w2mzmyevgy] {
        font-size: 2.2rem;
    }

    #license-section .title span[b-w2mzmyevgy] {
        font-size: 5rem;
    }

    #license-section h2[b-w2mzmyevgy] {
        font-size: 3.75rem;
        margin-top: 5rem;
    }

    #license-section p[b-w2mzmyevgy] {
        font-size: 2.7rem;
        margin: 2rem;
    }

    #feature-icons[b-w2mzmyevgy] {
        width: 36rem;
    }

        #feature-icons .row[b-w2mzmyevgy] {
            gap: 4rem;
        }

    .feature-icon img[b-w2mzmyevgy] {
        width: 5rem;
        height: 5rem;
    }

    .feature-text[b-w2mzmyevgy] {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    #go-pro[b-w2mzmyevgy] {
        width: 26rem;
    }

        #go-pro h2[b-w2mzmyevgy] {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }

        #go-pro p[b-w2mzmyevgy] {
            font-size: 1.5rem;
            line-height: 2.5rem;
        }

        #go-pro .btn[b-w2mzmyevgy] {
            padding: 0.75rem 2rem;
        }
}

/***********************/
/***  MID-RANGE  ***/
/***********************/
@media only screen and (max-width: 900px) {
    #icons-and-pro[b-w2mzmyevgy] {
        flex-direction: column;
    }

    #feature-icons[b-w2mzmyevgy] {
        width: 100%;
        padding: 2rem 0;
    }

    .feature-icon img[b-w2mzmyevgy] {
        width: 12vw;
        height: 12vw;
    }

    .feature-text[b-w2mzmyevgy] {
        font-size: 4vw;
        line-height: 4vw;
    }

    #go-pro[b-w2mzmyevgy] {
        width: 100%;
        margin-left: 0;
        padding: 2rem 0;
        align-items: center;
        text-align: center;
    }

        #go-pro h2[b-w2mzmyevgy] {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }

        #go-pro p[b-w2mzmyevgy] {
            font-size: 1.5rem;
            line-height: 2.5rem;
        }

        #go-pro .btn[b-w2mzmyevgy] {
            padding: 1rem 2.5rem;
            margin: 1rem 0;
        }
}

/***********************/
/***  MOBILE  ***/
/***********************/

@media (prefers-color-scheme: light) {
    .pricing-content[b-w2mzmyevgy] {
        background: #FFFFFF;
    }

    #feature-icons[b-w2mzmyevgy] {
        background: #FFFFFF;
    }

    #go-pro[b-w2mzmyevgy] {
        background: #FFFFFF;
    }
}

@media only screen and (max-width: 600px) {
    #license-section .pre-title[b-w2mzmyevgy] {
        margin-top: 1rem;
        font-size: 0.875rem;
    }

    #license-section .pricing-subheading[b-w2mzmyevgy] {
        font-size: 1rem;
    }

    #license-section h2[b-w2mzmyevgy] {
        font-size: 2.2rem;
    }

    #license-section p[b-w2mzmyevgy] {
        font-size: 1.6rem;
    }

    .row[b-w2mzmyevgy] {
        flex-direction: column;
    }

    #license-section .row[b-w2mzmyevgy] {
        align-items: center;
    }

    #feature-icons .row[b-w2mzmyevgy] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}
