/* /Views/Home/Index.cshtml.rz.scp.css */
.hero[b-2btqruikxx] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 16px;
    border-radius: 20px;
    background:
        radial-gradient(1100px 480px at 12% -15%, rgba(0, 119, 204, .14), transparent 60%),
        radial-gradient(900px 480px at 100% 5%, rgba(56, 182, 255, .12), transparent 55%),
        linear-gradient(160deg, #f4faff, #eaf4fc);
}

.hero-card[b-2btqruikxx] {
    width: 100%;
    max-width: 640px;
    background: #ffffff;
    border: 1px solid rgba(0, 119, 204, .12);
    border-radius: 20px;
    padding: 56px 48px;
    text-align: center;
    box-shadow: 0 24px 60px rgba(15, 78, 130, .14);
}

.hero-badge[b-2btqruikxx] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #0077cc;
    background: rgba(0, 119, 204, .10);
    border: 1px solid rgba(0, 119, 204, .25);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 26px;
}

.hero-title[b-2btqruikxx] {
    margin: 0 0 16px;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(90deg, #0062a8, #38b6ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-subtitle[b-2btqruikxx] {
    margin: 0 0 28px;
    font-size: 1.2rem;
    color: #4a5560;
}

.hero-cta[b-2btqruikxx] {
    display: inline-block;
    color: #fff;
    background: linear-gradient(90deg, #0077cc, #38b6ff);
    padding: 12px 32px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 10px 24px rgba(0, 119, 204, .3);
    transition: transform .15s ease, box-shadow .15s ease;
}

.hero-cta:hover[b-2btqruikxx] {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 119, 204, .38);
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-z304kuvc5i] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-z304kuvc5i] {
  color: #0077cc;
}

.btn-primary[b-z304kuvc5i] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-z304kuvc5i], .nav-pills .show > .nav-link[b-z304kuvc5i] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-z304kuvc5i] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-z304kuvc5i] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-z304kuvc5i] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-z304kuvc5i] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-z304kuvc5i] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.build-info[b-z304kuvc5i] {
  position: fixed;
  right: 10px;
  bottom: 4px;
  font-size: 10px;
  line-height: 1.5;
  color: #c3c9ce;
  text-align: right;
  user-select: none;
}
