html, body {
    font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

:root {
    --site-bg: #eef2f6;
    --site-surface: #ffffff;
    --site-surface-alt: #e7edf5;
    --site-text: #172235;
    --site-heading: #0b2744;
    --site-muted: #4f647d;
    --site-border: #d6e1ec;
    --site-primary: #0170b9;
    --site-primary-dark: #0b2744;
    --site-accent: #3d9bd4;
    --site-glow: #9fd8ff;
    --site-nav: #081c31;
    --site-shadow: 0 18px 44px rgba(16, 36, 64, 0.10);
    --site-radius: 20px;
}

.site-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-scroll-stage {
    --site-scroll-progress: 0;
}

.site-main {
    flex: 1 0 auto;
}

.site-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: var(--site-nav) !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.site-navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.site-logo-shell {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    overflow: visible;
}

.site-logo-shell-nav {
    min-height: 58px;
    padding: 0.35rem 0.5rem;
}

.site-logo-shell-footer {
    min-height: 64px;
    padding: 0.4rem 0.6rem;
}

.site-logo-mark {
    position: relative;
    z-index: 3;
    height: 42px;
    width: auto;
    background: rgba(10, 18, 32, 0.96);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 14px;
    padding: 0.42rem 0.8rem;
    box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}

.site-logo-shell-footer .site-logo-mark {
    height: 44px;
}

.site-logo-glow {
    position: absolute;
    inset: 6px 18px;
    z-index: 1;
    border-radius: 999px;
    background: radial-gradient(circle, color-mix(in srgb, var(--site-primary) 52%, white), rgba(1, 112, 185, 0.10) 55%, transparent 75%);
    filter: blur(10px);
    animation: siteLogoPulse 4s ease-in-out infinite;
}

.site-logo-beam {
    position: absolute;
    inset: 2px -10px;
    z-index: 2;
    border-radius: 999px;
    background: linear-gradient(115deg, transparent 12%, rgba(159, 216, 255, 0.02) 28%, rgba(159, 216, 255, 0.42) 45%, rgba(255,255,255,0.68) 50%, rgba(159, 216, 255, 0.28) 57%, transparent 72%);
    mix-blend-mode: screen;
    opacity: 0.72;
    animation: siteLogoSweep 5.8s ease-in-out infinite;
    pointer-events: none;
}

.site-logo-link {
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgba(159, 216, 255, 0.08), rgba(61, 155, 212, 0.78), rgba(159, 216, 255, 0.08));
    box-shadow: 0 0 16px rgba(61, 155, 212, 0.26);
    opacity: 0.72;
    animation: siteLogoLinkPulse 3.4s ease-in-out infinite;
}

.site-logo-link-vertical {
    top: 0.2rem;
    bottom: 0.2rem;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
}

.site-logo-link-horizontal {
    left: 0.45rem;
    right: 0.45rem;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    animation-delay: 0.9s;
}

.site-navbar .navbar-toggler {
    border-color: rgba(255,255,255,0.24);
}

.site-navbar .nav-link {
    color: rgba(255,255,255,0.86) !important;
    font-weight: 600;
    padding-inline: 0.9rem !important;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
    color: #fff !important;
}

.site-navbar .site-cta {
    border-radius: 999px;
    padding: 0.7rem 1.1rem;
    font-weight: 700;
}

.site-section {
    padding: 5rem 0;
}

.site-panel,
.site-card {
    background: var(--site-surface);
    border: 1px solid var(--site-border);
    border-radius: var(--site-radius);
    box-shadow: var(--site-shadow);
}

.site-card {
    border-radius: 18px;
}

.site-kicker {
    display: inline-block;
    margin-bottom: 0.85rem;
    color: var(--site-primary-dark);
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 800;
}

.site-muted {
    color: var(--site-muted) !important;
}

.site-section h1,
.site-section h2,
.site-section h3,
.site-section h4,
.site-section h5,
.site-section h6 {
    color: var(--site-heading);
}

.site-hero {
    padding-top: 3.5rem;
}

.site-scroll-heading-wrap {
    perspective: 1200px;
}

.site-scroll-heading {
    transform-style: preserve-3d;
    transform: translateY(calc(var(--site-reveal-progress, 0) * -14px)) rotateX(calc(var(--site-reveal-progress, 0) * 8deg));
    transition: transform 0.18s linear;
}

.site-scroll-heading-line {
    --line-progress: clamp(0, (var(--site-reveal-progress, 0) - var(--line-start, 0)) / var(--line-range, 0.15), 1);
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 0.08em;
}

.site-scroll-heading-line-shadow,
.site-scroll-heading-line-ink {
    display: block;
}

.site-scroll-heading-line-shadow {
    color: rgba(11, 39, 68, 0.18);
    transform: translateY(calc((1 - var(--line-progress)) * 12px));
    opacity: calc(0.3 + (var(--line-progress) * 0.45));
}

.site-scroll-heading-line-ink {
    position: absolute;
    inset: 0;
    color: var(--site-heading);
    clip-path: inset(0 calc((1 - var(--line-progress)) * 100%) 0 0 round 0.12em);
    letter-spacing: calc((1 - var(--line-progress)) * 0.08em);
    transform: translateY(calc((1 - var(--line-progress)) * 34px)) scaleY(calc(0.82 + (var(--line-progress) * 0.18)));
    opacity: var(--line-progress);
    filter: blur(calc((1 - var(--line-progress)) * 10px));
    transition: clip-path 0.18s linear, transform 0.18s linear, opacity 0.18s linear, filter 0.18s linear;
}

.site-scroll-heading-line[style*="--line-start"]:has(.site-scroll-heading-line-ink) {
    will-change: transform, opacity, filter;
}

.site-hero-parallax-body {
    transform: translateY(calc(var(--site-scroll-progress, 0) * -10px));
    opacity: calc(1 - (var(--site-scroll-progress, 0) * 0.14));
    transition: transform 0.18s linear, opacity 0.18s linear;
}

.site-hero-parallax-actions {
    transform: translateY(calc(var(--site-scroll-progress, 0) * -14px));
    opacity: calc(1 - (var(--site-scroll-progress, 0) * 0.18));
    transition: transform 0.18s linear, opacity 0.18s linear;
}

.site-section :is(h1, h2, h3, h4, h5, h6):not(.site-scroll-heading) {
    --site-reveal-progress: 0;
    transform: translateY(calc((1 - var(--site-reveal-progress)) * 30px));
    letter-spacing: calc((1 - var(--site-reveal-progress)) * 0.045em);
    opacity: calc(0.12 + (var(--site-reveal-progress) * 0.88));
    filter: blur(calc((1 - var(--site-reveal-progress)) * 8px));
    transition: transform 0.18s linear, letter-spacing 0.18s linear, opacity 0.18s linear, filter 0.18s linear;
    will-change: transform, letter-spacing, opacity, filter;
}

.site-section :is(h1, h2, h3, h4, h5, h6):not(.site-scroll-heading).site-reveal-inactive {
    opacity: 0.08;
}

.site-hero-copy {
    padding: 2.5rem;
}

.site-media-frame {
    padding: 1rem;
    background: linear-gradient(180deg, #ffffff, #edf3fb);
    border-radius: 22px;
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow);
}

.site-hero-image,
.site-feature-image,
.site-illustration {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

.site-badge-row img {
    height: 42px;
    width: auto;
    background: #fff;
    padding: 0.45rem 0.75rem;
    border-radius: 14px;
    border: 1px solid var(--site-border);
}

.site-metric {
    padding: 1.5rem;
}

.site-metric .value {
    color: var(--site-primary-dark);
    font-size: 2rem;
    font-weight: 800;
}

.site-icon-grid img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.site-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-feature-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.85rem;
    color: var(--site-text);
}

.site-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--site-primary);
}

.site-footer {
    background: #0b1322;
    color: rgba(255,255,255,0.88);
}

.site-footer h2,
.site-footer strong {
    color: #fff;
}

.site-footer a {
    color: #a8d7ff;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-video-grid iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 18px;
    box-shadow: var(--site-shadow);
}

.site-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.site-recaptcha-status {
    border-radius: 14px;
    padding: 0.85rem 1rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.site-recaptcha-status.is-ready {
    background: rgba(27, 191, 122, 0.10);
    border: 1px solid rgba(27, 191, 122, 0.25);
    color: #146c43;
}

.site-recaptcha-status.is-error {
    background: rgba(198, 40, 40, 0.08);
    border: 1px solid rgba(198, 40, 40, 0.22);
    color: #b42318;
}

.validation-message {
    display: block;
    margin-top: 0.35rem;
    color: #c62828;
    font-size: 0.92rem;
}

.site-tab-button {
    border: 1px solid var(--site-border);
    background: var(--site-surface);
    color: var(--site-heading);
    border-radius: 999px;
    padding: 0.85rem 1.1rem;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.site-tab-button:hover {
    transform: translateY(-2px);
    border-color: #b8cbe0;
}

.site-tab-button.active {
    background: var(--site-primary);
    color: #fff;
    border-color: var(--site-primary);
}

.site-spotlight {
    position: relative;
    overflow: hidden;
}

.site-spotlight::after {
    content: "";
    position: absolute;
    inset: auto -10% -40% auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(1, 112, 185, 0.16), transparent 70%);
    pointer-events: none;
}

.site-float-card {
    animation: siteFloat 6s ease-in-out infinite;
}

.site-pulse-dot {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #1bbf7a;
    box-shadow: 0 0 0 rgba(27, 191, 122, 0.4);
    animation: sitePulse 1.8s infinite;
}

@keyframes siteFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes siteLogoPulse {
    0%, 100% { opacity: 0.72; transform: scale(0.98); }
    50% { opacity: 1; transform: scale(1.04); }
}

@keyframes siteLogoSweep {
    0%, 100% { transform: translateX(-42%) skewX(-18deg); opacity: 0.08; }
    40% { opacity: 0.6; }
    55% { transform: translateX(42%) skewX(-18deg); opacity: 0.78; }
    70% { opacity: 0.12; }
}

@keyframes siteLogoLinkPulse {
    0%, 100% { opacity: 0.36; filter: brightness(0.95); }
    50% { opacity: 0.88; filter: brightness(1.18); }
}

@keyframes sitePulse {
    0% { box-shadow: 0 0 0 0 rgba(27, 191, 122, 0.45); }
    70% { box-shadow: 0 0 0 12px rgba(27, 191, 122, 0); }
    100% { box-shadow: 0 0 0 0 rgba(27, 191, 122, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .site-logo-glow,
    .site-logo-beam,
    .site-logo-link,
    .site-scroll-heading,
    .site-scroll-heading-line,
    .site-tab-button,
    .site-float-card,
    .site-pulse-dot {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

@media (max-width: 991.98px) {
    .site-section {
        padding: 3.75rem 0;
    }

    .site-hero-copy {
        padding: 1.5rem;
    }

    .site-navbar .site-cta {
        margin-top: 0.75rem;
        display: inline-block;
    }
}

body {
    background:
        radial-gradient(circle at top left, rgba(13, 110, 253, 0.10), transparent 28%),
        radial-gradient(circle at bottom right, rgba(10, 79, 179, 0.08), transparent 24%),
        var(--site-bg);
    color: #172235;
}

a, .btn-link {
    color: #0d6efd;
}

.site-spotlight::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(13, 110, 253, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 110, 253, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.45), transparent 80%);
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

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."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}