:root {
    --site-ink: #18212b;
    --site-muted: #52606d;
    --site-surface-light: #ffffff;
    --site-surface-neutral: #E6E9ED;
    --site-surface-soft: #f3f8fd;
    --site-surface-dark: #181c21;
    --site-shell-dark: #272c34;
    --site-border: rgba(0, 90, 209, 0.14);
    --site-border-soft: rgba(0, 90, 209, 0.12);
    --site-gradient: linear-gradient(135deg, #005ad1 0%, #00ae00 100%);
    --site-shadow: 0 24px 50px rgba(20, 33, 50, 0.08);
    --site-panel-padding: 1rem 1.2rem;
    --site-carousel-card-max-width: 636px;
    --site-cta-border: rgba(255, 38, 110, 0.22);
    --site-cta-shadow: 0 18px 38px rgba(255, 38, 110, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--site-surface-neutral);
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }

.page-shell {
    min-height: 100dvh;
    padding-left: 0;
    padding-right: 0;
}

.hero-surface,
.page-hero-surface {
    padding-left: 0;
    padding-right: 0;
}

.home-page {
    overflow-x: clip;
}

.hero-cta-button {
    min-width: auto;
}

.section-band {
    padding: 4.5rem 0;
}

.section-band-dark {
    background: var(--site-shell-dark);
    color: #f8fbff;
}

.home-intro-section,
.secureai-intro-section,
.aisecurity-intro-section {
    background: var(--site-gradient);
    color: #fff;
}

.home-products-section {
    background: var(--site-shell-dark);
    color: #f8fbff;
}

.home-outcomes-section,
.home-proof-section,
.home-demo-section,
.secureai-outcomes-section,
.secureai-proof-section,
.secureai-demo-section,
.aisecurity-outcomes-section,
.aisecurity-proof-section,
.aisecurity-demo-section,
.about-points-section,
.about-demo-section,
.privacy-demo-section,
.bookdemo-form-section {
    background: var(--site-surface-neutral);
}

.home-capabilities-section,
.home-faq-section,
.secureai-customer-section,
.secureai-services-section,
.secureai-faq-section,
.aisecurity-customer-section,
.aisecurity-services-section,
.aisecurity-faq-section,
.about-intro-section,
.about-founder-section,
.about-approach-section,
.pricing-overview-section,
.pricing-secureai-section,
.bookdemo-trust-section,
.privacy-content-section {
    background: var(--site-surface-light);
}

.bookdemo-intro-section {
    background: var(--site-gradient);
    color: #fff;
}

.pricing-cyber-section,
.pricing-demo-section {
    background: var(--site-surface-neutral);
}

.section-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.section-header {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.centered-copy {
    text-align: center;
    align-items: center;
}

.accent-blue {
    color: var(--mud-palette-primary);
}

.accent-green {
    color: var(--mud-palette-tertiary);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-actions-centered {
    justify-content: center;
}

.page-hero-image {
    width: min(100%, 340px);
    height: auto;
}

.page-hero-surface {
    width: 100%;
}

.page-hero-frame {
    width: 100%;
}

.page-hero-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.page-hero-copy {
    width: 100%;
    padding: 0 1.5rem 4.5rem;
}

.page-hero-surface .page-hero-copy {
    margin-top: -10rem;
    position: relative;
    z-index: 1;
}

.page-hero-image-secureai {
    display: block;
    width: min(100%, 920px);
    margin: 0 auto;
}

.page-hero-image-aisecurity {
    display: block;
    width: min(100%, 920px);
    margin: 0 auto;
}

.page-hero-lead,
.hero-lead {
    max-width: 54rem;
    color: var(--site-muted);
    font-size: 1.08rem;
}

.section-band-dark .page-hero-lead {
    color: rgba(255, 255, 255, 0.82);
}

.product-card-secure {
    background: linear-gradient(0deg, #181b20 0%, #1f242b 100%);
    color: white;
}

.product-card-cyber {
    background: linear-gradient(160deg, var(--site-surface-light) 0%, #edf5ff 100%);
}

.product-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

.product-icon,
.section-icon {
    font-size: 2.2rem;
}

.outcome-card-header {
    display: flex;
    align-items: center;
    gap: .9rem;
    margin-bottom: .75rem;
}

.product-card .mud-card-actions {
    justify-content: center;
    padding-bottom: 1.5rem;
}

.product-card .mud-card-content {
    padding-left: 2rem;
    padding-right: 2rem;
}

.product-card .feature-list .mud-list-item {
    cursor: default;
}

.capability-card {
    background: var(--site-surface-neutral);
}

.secureai-service-card .mud-card-header {
    padding-bottom: .25rem;
}

.feature-list .mud-list-item {
    align-items: center;
}

.carousel-stage {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .5rem;
}

.carousel-track {
    display: flex;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

    .carousel-track::-webkit-scrollbar {
        display: none;
    }

.carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    scroll-snap-align: start;
    padding: .75rem 2rem 1.5rem 2rem;
}

.carousel-nav {
    justify-self: center;
    width: fit-content;
    min-width: 0;
    padding: 0;
    box-shadow: none;
}

.home-demo-panel,
.cta-panel-light {
    color: var(--site-ink);
    border: 1px solid var(--site-border-soft);
    box-shadow: var(--site-shadow);
}

.home-demo-header {
    text-align: center;
    align-items: center;
}

.home-demo-header .mud-typography-body1 {
    max-width: 48rem;
    color: var(--site-muted);
}

.home-demo-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home-demo-actions-centered {
    justify-content: center;
}

.home-demo-card,
.contact-card-light {
    height: 100%;
    padding: var(--site-panel-padding);
    border-radius: 16px;
    border: 1px solid var(--site-border);
    background: var(--site-surface-neutral);
    color: var(--site-ink);
}

    .home-demo-card a,
    .contact-card-light a {
        color: var(--mud-palette-primary);
    }

.bookdemo-panel {
    background: var(--site-surface-light);
    color: var(--site-ink);
    border: 4px solid var(--mud-palette-secondary);
    box-shadow: var(--site-shadow);
}

.bookdemo-panel .mud-card-content {
    padding: 2rem;
}

.demo-form {
    margin-top: 2rem;
}

.demo-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}

.demo-form-field {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    color: var(--site-ink);
    font-size: .95rem;
    font-weight: 400;
}

.demo-form-field-wide {
    grid-column: 1 / -1;
}

.demo-form-field input:not([type=checkbox]),
.demo-form-field select,
.demo-form-field textarea {
    width: 100%;
    padding: .9rem 1rem;
    border: 1px solid var(--site-border);
    border-radius: 4px;
    background: var(--site-surface-light);
    color: var(--site-ink);
    font: inherit;
}

.demo-form-field textarea {
    resize: vertical;
    min-height: 8rem;
}

.demo-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.5rem;
    padding: .35rem 0 0;
    justify-items: start;
    align-items: start;
}

.demo-checkbox-column {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    align-items: flex-start;
    width: 100%;
}

.demo-checkbox-group-title {
    font-size: .95rem;
    font-weight: 500;
    color: var(--site-ink);
}

.demo-checkbox-item {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    font-size: .95rem;
    font-weight: 400;
    color: var(--site-ink);
    cursor: pointer;
}

.demo-checkbox-item input[type=checkbox] {
    margin-top: .2rem;
    accent-color: var(--mud-palette-secondary);
}

.demo-checkbox-item-human {
    padding-top: .25rem;
}

.bookdemo-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.stat-pill {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 90, 209, 0.14) !important;
}

.secureai-proof-carousel-card {
    width: min(100%, var(--site-carousel-card-max-width));
    display: flex;
    align-items: center;
    justify-content: center;
}

.secureai-proof-copy {
    margin: 0;
    max-width: 32rem;
    color: #4b5461;
    font-size: 1rem;
    line-height: 1.6;
}

.pricing-matrix-panel {
    overflow: hidden;
}

.pricing-matrix-scroll {
    overflow-x: auto;
}

.pricing-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
    color: var(--site-ink);
}

.pricing-table thead th {
    background: #4a4a4a;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: .85rem 1rem;
    text-align: center;
    white-space: nowrap;
}

.pricing-service-heading {
    text-align: left !important;
}

.pricing-tier-heading {
    border-bottom: 3px solid transparent;
}

.pricing-tier-green {
    border-bottom-color: var(--mud-palette-tertiary);
}

.pricing-tier-blue {
    border-bottom-color: var(--mud-palette-primary);
}

.pricing-table tbody th,
.pricing-table tbody td {
    padding: 1.2rem 1rem;
    border-bottom: 1px solid rgba(24, 33, 43, 0.08);
    vertical-align: top;
}

.pricing-table tbody tr:last-child th,
.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.pricing-service-cell {
    width: 28%;
    min-width: 240px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35;
    text-align: left;
}

.pricing-value-cell {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
}

.pricing-note-list {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-top: 1.75rem;
    color: var(--site-muted);
}

.about-founder-card {
    background: var(--site-surface-neutral);
}

.about-founder-layout {
    display: grid;
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.about-founder-photo {
    overflow: hidden;
    border-radius: var(--mud-default-borderradius);
    background: var(--site-surface-light);
}

.about-founder-copy {
    gap: 1rem;
}

.about-founder-actions {
    flex-direction: row !important;
}

.about-founder-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(24, 33, 43, 0.06);
    transition: background-color .15s ease, transform .15s ease;
}

.about-founder-actions a:hover {
    background: rgba(24, 33, 43, 0.12);
    transform: translateY(-1px);
}

.about-founder-actions img {
    display: block;
}

.about-founder-image {
    display: block;
    width: 100%;
    height: auto;
}

.bookdemo-trust-copy {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    max-width: 50rem;
    color: var(--site-muted);
}

.bookdemo-trust-copy a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

@media (max-width: 959.98px) {
    .section-band {
        padding: 3.5rem 0;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-demo-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .page-hero-copy {
        padding: 0 1rem 3.5rem;
    }

    .bookdemo-panel .mud-card-content {
        padding: 1.5rem;
    }

    .about-founder-layout {
        grid-template-columns: 1fr;
    }

    .about-founder-photo {
        max-width: 280px;
        width: 100%;
    }
}

@media (max-width: 800px) {

    .page-hero-surface .page-hero-copy {
        margin-top: -4rem;
    }

    .demo-checkbox-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .mud-typography-h2 {
        font-size: 3rem;
    }

    .bookdemo-actions {
        flex-direction: column;
        align-items: center;
    }

    .demo-form-grid {
        grid-template-columns: 1fr;
    }

    .carousel-slide {
        padding: .75rem .75rem 1.5rem;
    }

    .pricing-note-list {
        margin-top: 1.25rem;
    }
}
