html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ===================== LANDING PAGE ===================== */

.gl-landing-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #F3F4F6;
    padding: 0.875rem 1.5rem;
}

.gl-landing-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1rem;
}

.gl-landing-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gl-landing-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.gl-landing-brand:hover {
    text-decoration: none;
}

.gl-landing-nav-actions {
    display: flex;
    gap: 0.625rem;
    align-items: center;
}

.gl-btn-outline {
    border: 1.5px solid #E5E7EB;
    border-radius: 10px;
    padding: 0.55rem 1.1rem;
    font-weight: 600;
    color: #374151;
    background: transparent;
    transition: border-color 0.15s, color 0.15s;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
}

.gl-btn-outline:hover {
    border-color: #FF6B35;
    color: #FF6B35;
    text-decoration: none;
}

.gl-btn-sm {
    padding: 0.55rem 1.1rem !important;
    font-size: 0.9rem !important;
    border-radius: 10px !important;
}

.gl-btn-lg {
    padding: 0.9rem 2rem;
    font-size: 1.05rem;
    border-radius: 12px;
}

.gl-btn-ghost {
    background: transparent;
    border: none;
    color: #6B7280;
    font-weight: 600;
    padding: 0.9rem 0.25rem;
    text-decoration: none;
    transition: color 0.15s;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
}

.gl-btn-ghost:hover {
    color: #111827;
    text-decoration: none;
}

/* Hero */
.gl-hero {
    padding: 5.5rem 1.5rem 5rem;
    text-align: center;
    background: linear-gradient(180deg, #FFF7F4 0%, #FFFFFF 100%);
}

.gl-hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #FF6B35 0%, #E84040 100%);
    color: white;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
    border-radius: 99px;
    margin-bottom: 1.75rem;
}

.gl-hero-title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.04em;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.gl-hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #6B7280;
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto 2.5rem;
}

.gl-hero-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

/* Features */
.gl-features {
    padding: 5rem 1.5rem;
    background: #FFFFFF;
}

.gl-features-eyebrow {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FF6B35;
    margin-bottom: 0.6rem;
}

.gl-features-title {
    text-align: center;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.035em;
    line-height: 1.2;
    margin-bottom: 3rem;
}

.gl-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.gl-feature-card {
    background: #F9FAFB;
    border-radius: 18px;
    padding: 2rem 1.75rem;
    border: 1px solid #F3F4F6;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.gl-feature-card:hover {
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.gl-feature-icon-wrap {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #FF6B35 0%, #E84040 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.gl-feature-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.gl-feature-card p {
    font-size: 0.93rem;
    color: #6B7280;
    line-height: 1.65;
    margin: 0;
}

.gl-landing-nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    padding: 0.25rem 0;
    transition: color .2s;
}
.gl-landing-nav-link:hover { color: #FF6B35; }

/* Pricing section */
.gl-pricing-section {
    padding: 5rem 1.5rem;
    background: #f9fafb;
    text-align: center;
}
.gl-pricing-subtitle {
    color: #6b7280;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}
.gl-pricing-card-wrap {
    display: flex;
    justify-content: center;
}
.gl-pricing-card-wrap .gl-plano-card {
    max-width: 460px;
    width: 100%;
    text-align: left;
}

/* ===== PLAN CARDS (shared: Painel + Home) ===== */
.gl-plano-card {
    background: white;
    border-radius: 20px;
    border: 1px solid #E5E7EB;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
}
.gl-plano-card--destaque {
    border-color: #FF6B35;
    box-shadow: 0 0 0 1px #FF6B35, 0 8px 32px rgba(255, 107, 53, 0.12);
}
.gl-plano-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF6B35;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.25rem 0.875rem;
    border-radius: 99px;
    white-space: nowrap;
}
.gl-plano-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    color: #FF6B35;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
}
.gl-plano-preco {
    display: flex;
    align-items: baseline;
    gap: 2px;
    line-height: 1;
    margin: 0.25rem 0;
}
.gl-plano-preco-cifrao {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
}
.gl-plano-preco-valor {
    font-size: 3rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.04em;
}
.gl-plano-preco-periodo {
    font-size: 1rem;
    font-weight: 500;
    color: #6B7280;
    margin-left: 2px;
}
.gl-plano-preco-detalhe {
    font-size: 0.8rem;
    color: #6B7280;
    margin: 0 0 0.75rem;
    line-height: 1.5;
}
.gl-plano-btn {
    padding: 0.75rem 1.5rem !important;
    font-size: 0.9rem !important;
    white-space: nowrap;
    text-align: center;
    margin-top: auto;
}
.gl-plano-divider {
    height: 1px;
    background: #F3F4F6;
    margin: 0.25rem 0 1.25rem;
}
.gl-plano-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.gl-plano-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.5;
}
.gl-plano-check {
    color: #FF6B35;
    font-weight: 800;
    font-size: 0.95rem;
    flex-shrink: 0;
    margin-top: 1px;
}
.gl-plano-erro {
    font-size: 0.82rem;
    color: #dc2626;
    margin: 0.25rem 0 0;
}

/* FAQ section */
.gl-faq-section {
    padding: 5rem 1.5rem;
    background: #F9FAFB;
}

.gl-faq-list {
    max-width: 720px;
    margin: 0 auto;
}

.gl-faq-item {
    border-bottom: 1px solid #E5E7EB;
}

.gl-faq-item:first-child {
    border-top: 1px solid #E5E7EB;
}

.gl-faq-question {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding: 1.375rem 0;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
    user-select: none;
    transition: color 0.15s;
}

.gl-faq-question::-webkit-details-marker {
    display: none;
}

.gl-faq-question::marker {
    display: none;
}

.gl-faq-item[open] > .gl-faq-question {
    color: #FF6B35;
}

.gl-faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #F3F4F6;
    position: relative;
    transition: background 0.15s;
}

.gl-faq-icon::before,
.gl-faq-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #6B7280;
    border-radius: 2px;
    transition: transform 0.2s ease, background 0.15s;
}

.gl-faq-icon::before {
    width: 10px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.gl-faq-icon::after {
    width: 2px;
    height: 10px;
    transform: translate(-50%, -50%);
}

.gl-faq-item[open] .gl-faq-icon {
    background: #FFF4F0;
}

.gl-faq-item[open] .gl-faq-icon::before,
.gl-faq-item[open] .gl-faq-icon::after {
    background: #FF6B35;
}

.gl-faq-item[open] .gl-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.gl-faq-answer {
    padding-bottom: 1.375rem;
}

.gl-faq-answer p {
    font-size: 0.93rem;
    color: #6B7280;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 640px) {
    .gl-faq-section {
        padding: 3.5rem 1rem;
    }

    .gl-faq-question {
        font-size: 0.93rem;
    }
}

/* CTA section */
.gl-cta-section {
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, #FF6B35 0%, #E84040 100%);
    text-align: center;
}

.gl-cta-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    color: white;
    letter-spacing: -0.035em;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.gl-cta-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    margin-bottom: 2.25rem;
    line-height: 1.6;
}

.gl-btn-cta-white {
    background: white;
    color: #E84040;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: opacity 0.15s, transform 0.1s, box-shadow 0.15s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    display: inline-block;
}

.gl-btn-cta-white:hover {
    color: #FF6B35;
    opacity: 0.96;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

/* Footer */
.gl-landing-footer {
    padding: 1.25rem 1.5rem;
    background: #F9FAFB;
    border-top: 1px solid #F3F4F6;
    font-size: 0.85rem;
}

.gl-landing-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.gl-footer-copy {
    color: #9CA3AF;
}

.gl-footer-links {
    display: flex;
    gap: 1.25rem;
}

.gl-footer-link {
    color: #6B7280;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
}

.gl-footer-link:hover {
    color: #FF6B35;
    text-decoration: none;
}

@media (max-width: 640px) {
    .gl-landing-footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
}

@media (max-width: 640px) {
    .gl-landing-nav-link {
        display: none;
    }

    .gl-hero {
        padding: 3.5rem 1rem 3rem;
    }

    .gl-features {
        padding: 3.5rem 1rem;
    }

    .gl-cta-section {
        padding: 3.5rem 1rem;
    }

    .gl-features-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================== PAINEL NAV LINKS ===================== */
/* Definido aqui (global) porque NavLink renderiza como componente filho
   e não herda o atributo de escopo do PainelLayout.razor.css */

.gl-painel-nav {
    display: flex;
    gap: 0.125rem;
    align-items: center;
}

a.gl-painel-nav-link,
.gl-painel-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.45rem 0.875rem;
    border-radius: 8px;
    color: #6B7280;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

a.gl-painel-nav-link:hover,
.gl-painel-nav-link:hover {
    background: #F3F4F6;
    color: #374151;
    text-decoration: none;
}

a.gl-painel-nav-link.active,
.gl-painel-nav-link.active {
    font-weight: 600;
    color: #FF6B35;
    background: #FFF4F0;
    text-decoration: none;
}

/* ===================== PÁGINA CONTATO ===================== */

.gl-contato-hero {
    padding: 4rem 1.5rem 3rem;
    text-align: center;
    background: #fff;
}

.gl-contato-titulo {
    font-size: 2.4rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.04em;
    margin: 0.5rem 0 1rem;
}

.gl-contato-subtitulo {
    color: #6B7280;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto;
}

.gl-contato-br {
    display: block;
}

.gl-contato-section {
    padding: 2rem 1.5rem 5rem;
    background: #F9FAFB;
}

.gl-contato-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    max-width: 780px;
    margin: 0 auto;
}

.gl-contato-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border: 1.5px solid #E5E7EB;
    border-radius: 16px;
    padding: 1.25rem 1.25rem 1.25rem 1.125rem;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.gl-contato-card:hover {
    border-color: #FF6B35;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.12);
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}

.gl-contato-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gl-contato-icon--whatsapp  { background: linear-gradient(135deg, #25D366, #128C7E); }
.gl-contato-icon--email     { background: linear-gradient(135deg, #FF6B35, #E84040); }
.gl-contato-icon--suporte   { background: linear-gradient(135deg, #6366F1, #4F46E5); }
.gl-contato-icon--vendas    { background: linear-gradient(135deg, #F59E0B, #D97706); }
.gl-contato-icon--linkedin  { background: linear-gradient(135deg, #0A66C2, #0077B5); }
.gl-contato-icon--instagram { background: linear-gradient(135deg, #f09433 0%, #dc2743 50%, #bc1888 100%); }

/* Seção de redes sociais (/contato) */
.gl-social-section {
    padding: 4rem 1.5rem 5rem;
    background: #fff;
    border-top: 2px solid #E5E7EB;
}

.gl-social-section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.gl-social-section-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FF6B35;
    margin-bottom: 0.5rem;
}

.gl-social-section-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

.gl-social-section-subtitle {
    font-size: 1rem;
    color: #6B7280;
    margin: 0;
}

.gl-social-cards {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.gl-social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding: 2rem 2.75rem;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    min-width: 200px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.gl-social-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    color: #fff;
    text-decoration: none;
}

.gl-social-card--instagram {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 20%, #dc2743 45%, #cc2366 70%, #bc1888 100%);
}

.gl-social-card--linkedin {
    background: linear-gradient(135deg, #0A66C2, #0077B5);
}

.gl-social-card-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gl-social-card-name {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.gl-social-card-handle {
    font-size: 0.8rem;
    opacity: 0.85;
}

/* Ícones sociais no footer */
.gl-footer-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.gl-footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #374151;
    color: #9CA3AF;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
}

.gl-footer-social-link--linkedin:hover {
    background: #0A66C2;
    color: #fff;
}

.gl-footer-social-link--instagram:hover {
    background: linear-gradient(135deg, #f09433, #dc2743, #bc1888);
    color: #fff;
}

.gl-contato-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
    min-width: 0;
}

.gl-contato-card-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9CA3AF;
}

.gl-contato-card-valor {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111827;
    word-break: break-all;
}

.gl-contato-card-desc {
    font-size: 0.8rem;
    color: #6B7280;
}

.gl-contato-card-arrow {
    color: #D1D5DB;
    flex-shrink: 0;
    transition: color 0.15s;
}

.gl-contato-card:hover .gl-contato-card-arrow {
    color: #FF6B35;
}

@media (max-width: 640px) {
    .gl-contato-titulo {
        font-size: 1.9rem;
    }

    .gl-contato-br {
        display: none;
    }

    .gl-contato-grid {
        grid-template-columns: 1fr;
    }

    .gl-contato-card-valor {
        font-size: 0.875rem;
    }
}

/* ===================== WHATSAPP FAB ===================== */

.gl-whatsapp-fab {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    background: #25D366;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    padding: 0.75rem 1.25rem 0.75rem 0.875rem;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
    font-weight: 600;
    font-size: 0.9rem;
    transition: transform 0.18s, box-shadow 0.18s;
    white-space: nowrap;
}

.gl-whatsapp-fab:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
    color: white;
    text-decoration: none;
}

.gl-whatsapp-fab:active {
    transform: translateY(0);
}

@media (max-width: 640px) {
    .gl-whatsapp-fab {
        padding: 0.85rem;
        border-radius: 50%;
    }

    .gl-whatsapp-fab-label {
        display: none;
    }
}

/* ===================== DISABLED STATES ===================== */

.gl-btn-disabled {
    opacity: 0.38;
    cursor: not-allowed !important;
    pointer-events: none;
    user-select: none;
}

.gl-painel-nav-link--disabled {
    opacity: 0.38;
    cursor: not-allowed !important;
    pointer-events: none;
    user-select: none;
}

/* ===================== PRINT UTILITIES ===================== */

@media print {
    .no-print {
        display: none !important;
    }

    body {
        background: white !important;
    }
}

/* ===================== AUTH PAGES ===================== */

.gl-auth-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    padding: 2rem 1rem;
}

.gl-auth-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.09);
    padding: 2.75rem 2.25rem;
    width: 100%;
    max-width: 430px;
}

.gl-auth-logo-area {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2rem;
}

.gl-brand-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.03em;
}

.gl-auth-title {
    font-size: 1.65rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.03em;
    margin-bottom: 0.35rem;
}

.gl-auth-subtitle {
    color: #6B7280;
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
}

.gl-input {
    border: 1.5px solid #E5E7EB;
    border-radius: 10px;
    font-size: 0.95rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.gl-input:focus {
    border-color: #FF6B35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.13);
}

.gl-optional {
    color: #9CA3AF;
    font-size: 0.85em;
}

.gl-validation {
    color: #DC2626;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    display: block;
}

.gl-alert {
    border-radius: 10px;
    border: none;
    background: #FEF2F2;
    color: #DC2626;
}

.gl-btn-primary {
    background: linear-gradient(135deg, #FF6B35 0%, #E84040 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.85rem;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.01em;
    transition: opacity 0.15s, transform 0.1s;
}

.gl-btn-primary:hover {
    color: #fff;
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(232, 64, 64, 0.3);
}

.gl-btn-primary:active {
    transform: translateY(0);
    box-shadow: none;
}

.gl-auth-footer {
    text-align: center;
    color: #6B7280;
    font-size: 0.9rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.gl-link {
    color: #FF6B35;
    font-weight: 600;
    text-decoration: none;
}

.gl-link:hover {
    color: #E84040;
    text-decoration: underline;
}

.gl-section-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.85rem;
}

.gl-section-divider {
    border: none;
    border-top: 1px solid #F3F4F6;
    margin: 1.25rem 0 1.5rem;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}