/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-epi5seehgl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-epi5seehgl] {
    flex: 1;
}

.sidebar[b-epi5seehgl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-epi5seehgl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-epi5seehgl]  a, .top-row[b-epi5seehgl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-epi5seehgl]  a:hover, .top-row[b-epi5seehgl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-epi5seehgl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-epi5seehgl] {
        justify-content: space-between;
    }

    .top-row[b-epi5seehgl]  a, .top-row[b-epi5seehgl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-epi5seehgl] {
        flex-direction: row;
    }

    .sidebar[b-epi5seehgl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-epi5seehgl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-epi5seehgl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-epi5seehgl], article[b-epi5seehgl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.lang-selector[b-epi5seehgl] {
    display: flex;
    align-items: center;
    gap: 0.4em;
    margin-left: 1.5em;
    background: none;
    box-shadow: none;
}
.lang-btn[b-epi5seehgl] {
    background: none;
    border: none;
    padding: 0.14em;
    border-radius: 0.3em;
    cursor: pointer;
    opacity: 0.83;
    transition: box-shadow 0.16s, background 0.17s, opacity 0.17s, transform 0.16s;
    outline: none;
    box-shadow: none;
    margin: 0;
}
.lang-btn.active[b-epi5seehgl],
.lang-btn:hover[b-epi5seehgl] {
    background: rgba(8, 145, 178, 0.12);
    opacity: 1;
    box-shadow: 0 2px 8px rgba(8, 145, 178, 0.2);
    transform: translateY(-1.5px) scale(1.04);
}
.lang-btn svg[b-epi5seehgl] {
    display: block;
    width: 23px;
    height: 17px;
    border-radius: 0.19em;
    background: none;
    box-shadow: none;
}

.login-btn-menu[b-epi5seehgl] {
    background: linear-gradient(135deg, #0F2B5B 0%, #0891B2 100%);
    color: #fff;
    padding: .38rem .9rem;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(15, 43, 91, 0.25);
    white-space: nowrap;
}

/* Mobile menu toggle button */
.mobile-menu-toggle[b-epi5seehgl] {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}

.hamburger-line[b-epi5seehgl] {
    width: 100%;
    height: 0.25rem;
    background: #0F2B5B;
    border-radius: 0.125rem;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 1px;
}

/* Mobile styles */
@media (max-width: 768px) {
    .mobile-menu-toggle[b-epi5seehgl] {
        display: flex;
    }
    
    .nav-links[b-epi5seehgl] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #FFFFFF;
        border-bottom: 1px solid #CBD5E1;
        box-shadow: 0 4px 12px rgba(15, 43, 91, 0.12);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 5rem 1.5rem 2rem;
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 9;
    }
    
    .nav-links.mobile-menu-open[b-epi5seehgl] {
        transform: translateY(0);
    }
    
    .nav-links a[b-epi5seehgl], .nav-links .login-btn-menu[b-epi5seehgl] {
        padding: 0.8rem 1rem;
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
        text-align: center;
        font-size: 1.1rem;
        border-bottom: 1px solid #E0F2FE;
    }
    
    .nav-links a:last-of-type[b-epi5seehgl], .nav-links .login-btn-menu:last-of-type[b-epi5seehgl] {
        border-bottom: none;
    }
    
    .lang-selector[b-epi5seehgl] {
        margin: 1.5rem 0 0;
        justify-content: center;
        gap: 0.8rem;
        padding-top: 1rem;
        border-top: 1px solid #BAE6FD;
    }
    
    .lang-btn[b-epi5seehgl] {
        transform: scale(1.2);
    }
}
/* /Pages/About.razor.rz.scp.css */
/* Professional About Page Design */

.about-hero[b-fl3zdnq874] {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0F2B5B 0%, #0891B2 100%);
}

.about-hero-bg[b-fl3zdnq874] {
    position: absolute;
    inset: 0;
    background: url('/img/about-bg.png') center/cover no-repeat;
    opacity: 0.08;
    z-index: 1;
}

.about-hero-content[b-fl3zdnq874] {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 2rem;
    color: #fff;
}

.about-hero-content h1[b-fl3zdnq874] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    animation: fadeInUp-b-fl3zdnq874 0.8s ease-out;
}

.about-tagline[b-fl3zdnq874] {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
    animation: fadeInUp-b-fl3zdnq874 0.8s ease-out 0.2s both;
}

@keyframes fadeInUp-b-fl3zdnq874 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-body[b-fl3zdnq874] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.about-block[b-fl3zdnq874] {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-block[b-fl3zdnq874]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0F2B5B 0%, #0891B2 100%);
}

.about-block:hover[b-fl3zdnq874] {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

.about-block h2[b-fl3zdnq874] {
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    color: #0F2B5B;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.about-block p[b-fl3zdnq874] {
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    color: #475569;
    line-height: 1.7;
    margin: 0 0 1.5rem;
    font-weight: 400;
}

.about-block ul[b-fl3zdnq874] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1.5rem;
}

.about-block li[b-fl3zdnq874] {
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    color: #374151;
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
    line-height: 1.6;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%);
    border-radius: 16px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
    margin: 0;
}

.about-block li:hover[b-fl3zdnq874] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.06) 0%, rgba(118, 75, 162, 0.06) 100%);
    transform: translateX(8px);
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
}

.about-block li[b-fl3zdnq874]::before {
    content: "✓";
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

/* Enhanced Values Section */
.about-values[b-fl3zdnq874] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: none;
    box-shadow: none;
}

.about-values[b-fl3zdnq874]::before {
    display: none;
}

.about-values h2[b-fl3zdnq874] {
    text-align: center;
    margin-bottom: 3rem;
}

.about-values-list[b-fl3zdnq874] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.about-values-list > div[b-fl3zdnq874] {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-values-list > div[b-fl3zdnq874]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.about-values-list > div:hover[b-fl3zdnq874] {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(15, 23, 42, 0.12);
}

.about-values-list b[b-fl3zdnq874] {
    color: #1e293b;
    font-weight: 700;
    font-size: clamp(1.2rem, 1.5vw, 1.4rem);
    display: block;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-values-list span[b-fl3zdnq874] {
    display: block;
    color: #64748b;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.6;
    font-weight: 400;
}

/* Enhanced CTA Section */
.about-cta[b-fl3zdnq874] {
    text-align: center;
    background: linear-gradient(135deg, #0F2B5B 0%, #0891B2 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-cta[b-fl3zdnq874]::before {
    display: none;
}

.about-cta[b-fl3zdnq874]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/img/about-bg.png') center/cover no-repeat;
    opacity: 0.05;
    z-index: 1;
}

.about-cta > *[b-fl3zdnq874] {
    position: relative;
    z-index: 2;
}

.about-cta h2[b-fl3zdnq874] {
    color: #fff;
    background: none;
    margin-bottom: 1rem;
}

.about-cta p[b-fl3zdnq874] {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    margin-bottom: 2.5rem;
}

.about-cta-btn[b-fl3zdnq874] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F97316;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-size: clamp(1.1rem, 1.3vw, 1.2rem);
    transition: all 0.3s ease;
    border: 2px solid #F97316;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
    min-width: 200px;
}

.about-cta-btn:hover[b-fl3zdnq874] {
    background: #EA580C;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(249, 115, 22, 0.45);
    border-color: #EA580C;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-hero[b-fl3zdnq874] {
        min-height: 350px;
    }
    
    .about-hero-content[b-fl3zdnq874] {
        padding: 3rem 1.5rem;
    }
    
    .about-body[b-fl3zdnq874] {
        padding: 3rem 1rem;
        gap: 3rem;
    }
    
    .about-block[b-fl3zdnq874] {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }
    
    .about-block li[b-fl3zdnq874] {
        padding: 1.2rem 1.2rem 1.2rem 3.5rem;
    }
    
    .about-block li[b-fl3zdnq874]::before {
        left: 1.2rem;
        width: 18px;
        height: 18px;
        font-size: 0.8rem;
    }
    
    .about-values-list[b-fl3zdnq874] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .about-values-list > div[b-fl3zdnq874] {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .about-hero-content[b-fl3zdnq874] {
        padding: 2rem 1rem;
    }
    
    .about-body[b-fl3zdnq874] {
        padding: 2rem 1rem;
    }
    
    .about-block[b-fl3zdnq874] {
        padding: 1.5rem;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .about-cta-btn[b-fl3zdnq874],
    .about-block[b-fl3zdnq874],
    .about-block li[b-fl3zdnq874],
    .about-values-list > div[b-fl3zdnq874] {
        transition: none;
    }
    
    .about-hero-content h1[b-fl3zdnq874],
    .about-tagline[b-fl3zdnq874] {
        animation: none;
    }
    
    .about-hero-bg[b-fl3zdnq874] {
        filter: brightness(1.01);
    }
}
/* /Pages/Contact.razor.rz.scp.css */
/* Professional Contact Page Design */

/* Hero Section */
.contact-hero[b-31qxeoyaa5] {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0F2B5B 0%, #0891B2 100%);
}

.contact-hero-bg[b-31qxeoyaa5] {
    position: absolute;
    inset: 0;
    background: url('/img/contact-bg.png') center/cover no-repeat;
    opacity: 0.08;
    z-index: 1;
}

.contact-hero-content[b-31qxeoyaa5] {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 2rem;
    color: #fff;
}

.contact-hero-content h1[b-31qxeoyaa5] {
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 700;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    animation: fadeInUp-b-31qxeoyaa5 0.8s ease-out;
}

.contact-hero-content p[b-31qxeoyaa5] {
    font-size: clamp(1.1rem, 2.2vw, 1.4rem);
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 300;
    line-height: 1.6;
    animation: fadeInUp-b-31qxeoyaa5 0.8s ease-out 0.2s both;
}

@keyframes fadeInUp-b-31qxeoyaa5 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Main Content */
.contact-body[b-31qxeoyaa5] {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-card[b-31qxeoyaa5] {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-card[b-31qxeoyaa5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0F2B5B 0%, #0891B2 100%);
}

.card-title[b-31qxeoyaa5] {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    color: #0F2B5B;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.card-sub[b-31qxeoyaa5] {
    color: #64748b;
    margin: 0 0 2rem;
    font-size: 1rem;
    line-height: 1.6;
}

/* Enhanced Form Styling */
.contact-form[b-31qxeoyaa5] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hp[b-31qxeoyaa5] {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
}

.form-grid[b-31qxeoyaa5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.form-field[b-31qxeoyaa5] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.form-field.full[b-31qxeoyaa5] {
    grid-column: 1 / -1;
}

.form-field label[b-31qxeoyaa5] {
    font-size: 1rem;
    color: #374151;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

/* Professional Input Styling */
.contact-input[b-31qxeoyaa5] {
    width: 100%;
    font-size: 1.1rem;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    color: #1e293b;
    font-family: inherit;
    min-height: 52px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    outline: none;
}

.contact-input:hover[b-31qxeoyaa5] {
    border-color: #cbd5e1;
    background: #f8fafc;
}

.contact-input:focus[b-31qxeoyaa5] {
    border-color: #0891B2;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.12), inset 0 1px 3px rgba(0,0,0,0.05);
    transform: translateY(-1px);
}

.contact-input[b-31qxeoyaa5]::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.textarea[b-31qxeoyaa5] {
    min-height: 140px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.6;
}

/* Enhanced Button */
.btn-primary[b-31qxeoyaa5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
    margin-top: 1rem;
    min-height: 56px;
    position: relative;
    overflow: hidden;
}

.btn-primary[b-31qxeoyaa5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}

.btn-primary:hover[b-31qxeoyaa5] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.45);
}

.btn-primary:hover[b-31qxeoyaa5]::before {
    left: 100%;
}

.btn-primary:active[b-31qxeoyaa5] {
    transform: translateY(0);
}

.btn-primary:disabled[b-31qxeoyaa5] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.25);
}

.btn-primary:disabled[b-31qxeoyaa5]::before {
    display: none;
}

/* Spinner Animation */
.btn-spinner[b-31qxeoyaa5] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    animation: spin-b-31qxeoyaa5 0.8s linear infinite;
}

@keyframes spin-b-31qxeoyaa5 {
    to {
        transform: rotate(360deg);
    }
}

/* Enhanced Status Messages */
.banner[b-31qxeoyaa5] {
    margin: 1.5rem 0 0;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    animation: slideInFade-b-31qxeoyaa5 0.4s ease-out forwards;
    border-left: 4px solid;
}

.banner.success[b-31qxeoyaa5] {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    color: #065f46;
    border-left-color: #10b981;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
}

.banner.error[b-31qxeoyaa5] {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    color: #991b1b;
    border-left-color: #ef4444;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.1);
}

@keyframes slideInFade-b-31qxeoyaa5 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Validation Messages */
.validation-message[b-31qxeoyaa5],
.validation-errors[b-31qxeoyaa5],
.validation-summary[b-31qxeoyaa5] {
    color: #dc2626;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.25rem;
    padding: 0.5rem 0.75rem;
    background: rgba(239, 68, 68, 0.05);
    border-radius: 8px;
    border-left: 3px solid #dc2626;
}

/* Contact Meta Links */
.contact-meta[b-31qxeoyaa5] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 1rem;
}

.contact-meta a[b-31qxeoyaa5] {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.contact-meta a:hover[b-31qxeoyaa5] {
    color: #5a6fd8;
    background: rgba(102, 126, 234, 0.05);
    transform: translateY(-1px);
}

.contact-meta .dot[b-31qxeoyaa5] {
    color: #9ca3af;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-hero[b-31qxeoyaa5] {
        min-height: 320px;
    }
    
    .contact-hero-content[b-31qxeoyaa5] {
        padding: 2rem 1rem;
    }
    
    .contact-body[b-31qxeoyaa5] {
        padding: 3rem 1rem;
    }
    
    .contact-card[b-31qxeoyaa5] {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }
    
    .form-grid[b-31qxeoyaa5] {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .contact-input[b-31qxeoyaa5] {
        padding: 0.875rem 1rem;
        font-size: 1rem;
    }
    
    .btn-primary[b-31qxeoyaa5] {
        width: 100%;
        max-width: 100%;
    }
    
    .contact-meta[b-31qxeoyaa5] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .contact-meta .dot[b-31qxeoyaa5] {
        display: none;
    }
}

@media (max-width: 480px) {
    .contact-hero-content[b-31qxeoyaa5] {
        padding: 1.5rem 0.75rem;
    }
    
    .contact-body[b-31qxeoyaa5] {
        padding: 2rem 0.75rem;
    }
    
    .contact-card[b-31qxeoyaa5] {
        padding: 1.5rem;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .btn-primary[b-31qxeoyaa5],
    .contact-input[b-31qxeoyaa5],
    .contact-meta a[b-31qxeoyaa5] {
        transition: none;
    }
    
    .btn-primary[b-31qxeoyaa5]::before {
        display: none;
    }
    
    .contact-hero-content h1[b-31qxeoyaa5],
    .contact-hero-content p[b-31qxeoyaa5] {
        animation: none;
    }
    
    .banner[b-31qxeoyaa5] {
        animation: none;
    }
    
    .btn-spinner[b-31qxeoyaa5] {
        animation: none;
    }
}
/* /Pages/Features.razor.rz.scp.css */
/* Features Page Design */

/* Hero Section */
.features-hero[b-n8wpcarx2p] {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0F2B5B 0%, #0891B2 100%);
}

.features-hero-bg[b-n8wpcarx2p] {
    position: absolute;
    inset: 0;
    background: url('/img/features-bg.png') center/cover no-repeat;
    opacity: 0.08;
    z-index: 1;
}

.features-hero-content[b-n8wpcarx2p] {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 2rem;
    color: #fff;
}

.features-hero-content h1[b-n8wpcarx2p] {
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 1.2;
}

.hero-subtext[b-n8wpcarx2p] {
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    line-height: 1.6;
    margin: 0 0 2rem;
    opacity: 0.95;
}

.hero-actions[b-n8wpcarx2p] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Main Content */
.features-body[b-n8wpcarx2p] {
    padding: 4rem 0;
    max-width: 1200px;
    margin: 0 auto;
}

/* Feature Sections */
.feature-section[b-n8wpcarx2p] {
    padding: 4rem 2rem;
    margin-bottom: 2rem;
}

.feature-section--alt[b-n8wpcarx2p] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    margin: 2rem 1rem;
}

.feature-content[b-n8wpcarx2p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.feature-text h2[b-n8wpcarx2p] {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: #1e293b;
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 1.3;
}

.feature-description p[b-n8wpcarx2p] {
    font-size: clamp(1.1rem, 1.5vw, 1.25rem);
    color: #475569;
    line-height: 1.7;
    margin: 0 0 1rem;
}

/* Feature Visuals */
.feature-visual[b-n8wpcarx2p] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-placeholder[b-n8wpcarx2p] {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(148, 163, 184, 0.1);
    text-align: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
}

.visual-icon[b-n8wpcarx2p] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.feature-placeholder p[b-n8wpcarx2p] {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

/* Maturity Cards */
.maturity-cards[b-n8wpcarx2p] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
}

.maturity-card[b-n8wpcarx2p] {
    background: linear-gradient(135deg, #0F2B5B 0%, #0891B2 100%);
    color: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(15, 43, 91, 0.35);
}

.card-icon[b-n8wpcarx2p] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.maturity-card h4[b-n8wpcarx2p] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

/* Operation Gauge */
.operation-gauge[b-n8wpcarx2p] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.gauge-circle[b-n8wpcarx2p] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #0891B2 0%, #0891B2 85%, #e2e8f0 85%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gauge-inner[b-n8wpcarx2p] {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.1);
}

.gauge-score[b-n8wpcarx2p] {
    font-size: 2rem;
    font-weight: 700;
    color: #0F2B5B;
    line-height: 1;
}

.gauge-label[b-n8wpcarx2p] {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

/* Insights Feed */
.insights-feed[b-n8wpcarx2p] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.insight-item[b-n8wpcarx2p] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 1.5rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.1);
}

.insight-icon[b-n8wpcarx2p] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.insight-item p[b-n8wpcarx2p] {
    margin: 0;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Privacy Visual */
.privacy-visual[b-n8wpcarx2p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.shield-icon[b-n8wpcarx2p] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.cloud-badge[b-n8wpcarx2p] {
    display: flex;
    gap: 0.5rem;
}

.cloud-badge span[b-n8wpcarx2p] {
    background: linear-gradient(135deg, #0F2B5B 0%, #0891B2 100%);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* CTA Section */
.features-cta[b-n8wpcarx2p] {
    background: linear-gradient(135deg, #0F2B5B 0%, #1a3a6b 100%);
    color: #fff;
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 20px;
    margin: 4rem 1rem 0;
}

.cta-content h2[b-n8wpcarx2p] {
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    font-weight: 700;
    margin: 0 0 2rem;
    color: #fff;
}

.cta-actions[b-n8wpcarx2p] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* CTA Buttons */
.cta-button[b-n8wpcarx2p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cta-button.large[b-n8wpcarx2p] {
    padding: 1.25rem 2.5rem;
    font-size: 1.1rem;
}

.cta-button.primary[b-n8wpcarx2p] {
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    color: #fff;
}

.cta-button.primary:hover[b-n8wpcarx2p] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.45);
}

.cta-button.secondary[b-n8wpcarx2p] {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.cta-button.secondary:hover[b-n8wpcarx2p] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .feature-content[b-n8wpcarx2p] {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .feature-section--alt .feature-content[b-n8wpcarx2p] {
        grid-template-areas: 
            "text"
            "visual";
    }
    
    .feature-section--alt .feature-text[b-n8wpcarx2p] {
        grid-area: text;
    }
    
    .feature-section--alt .feature-visual[b-n8wpcarx2p] {
        grid-area: visual;
    }
    
    .maturity-cards[b-n8wpcarx2p] {
        grid-template-columns: 1fr;
    }
    
    .cta-actions[b-n8wpcarx2p] {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button[b-n8wpcarx2p] {
        width: 100%;
        max-width: 280px;
    }
    
    .feature-section[b-n8wpcarx2p] {
        padding: 2rem 1rem;
    }
    
    .features-body[b-n8wpcarx2p] {
        padding: 2rem 0;
    }
}

@media (max-width: 480px) {
    .features-hero-content[b-n8wpcarx2p] {
        padding: 2rem 1rem;
    }
    
    .hero-actions[b-n8wpcarx2p] {
        flex-direction: column;
        align-items: center;
    }
    
    .feature-placeholder[b-n8wpcarx2p] {
        padding: 1.5rem;
        min-height: 150px;
    }
    
    .visual-icon[b-n8wpcarx2p] {
        font-size: 3rem;
    }
}
/* /Pages/Plans.razor.rz.scp.css */
/* Professional Services Page Design */

/* Hero Section */
.services-hero[b-fp5kao6e6n] {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0F2B5B 0%, #0891B2 100%);
}

.services-hero-bg[b-fp5kao6e6n] {
    position: absolute;
    inset: 0;
    background: url('/img/services-bg.png') center/cover no-repeat;
    opacity: 0.08;
    z-index: 1;
}

.services-hero-content[b-fp5kao6e6n] {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 2rem;
    color: #fff;
}

.services-hero-content h1[b-fp5kao6e6n] {
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 700;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    animation: fadeInUp-b-fp5kao6e6n 0.8s ease-out;
}

.services-hero-content p[b-fp5kao6e6n] {
    font-size: clamp(1.1rem, 2.2vw, 1.4rem);
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 300;
    line-height: 1.6;
    animation: fadeInUp-b-fp5kao6e6n 0.8s ease-out 0.2s both;
}

@keyframes fadeInUp-b-fp5kao6e6n {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Main Content */
.services-body[b-fp5kao6e6n] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* Intro Section */
.services-intro[b-fp5kao6e6n] {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.1);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.services-intro[b-fp5kao6e6n]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0F2B5B 0%, #0891B2 100%);
}

.services-intro__title[b-fp5kao6e6n] {
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    color: #0F2B5B;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.services-intro__text[b-fp5kao6e6n] {
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    color: #475569;
    line-height: 1.7;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
}

.highlight[b-fp5kao6e6n] {
    font-weight: 600;
    color: #4962e6;
}

/* Pricing Section */
.pricing[b-fp5kao6e6n] {
    width: 100%;
    padding: 0;
}

.pricing__container[b-fp5kao6e6n] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing__title[b-fp5kao6e6n] {
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    color: #1e293b;
    font-weight: 700;
    margin: 0 0 2rem;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing__grid[b-fp5kao6e6n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

/* Enhanced Card Styling */
.card[b-fp5kao6e6n] {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.1);
    padding: 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    overflow: hidden;
}

.card:hover[b-fp5kao6e6n] {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

.card[b-fp5kao6e6n]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0F2B5B 0%, #0891B2 100%);
}

/* Popular card styling */
.card--popular[b-fp5kao6e6n] {
    outline: none;
    border: 2px solid rgba(8, 145, 178, 0.3);
    transform: scale(1.02);
    box-shadow: 0 15px 50px rgba(8, 145, 178, 0.18);
    z-index: 2;
}

.card--popular:hover[b-fp5kao6e6n] {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 25px 70px rgba(8, 145, 178, 0.25);
}

.card__badge[b-fp5kao6e6n] {
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.35);
    z-index: 2;
    white-space: nowrap;
}

.card__header[b-fp5kao6e6n] {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.card__name[b-fp5kao6e6n] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    color: #1e293b;
}

.card__price[b-fp5kao6e6n] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #1e293b;
}

.card__note[b-fp5kao6e6n] {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
}

/* Feature list styling */
.card__features[b-fp5kao6e6n] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.card__features li[b-fp5kao6e6n] {
    position: relative;
    padding-left: 2rem;
    color: #475569;
    line-height: 1.6;
    font-size: 1.05rem;
}

.card__features li[b-fp5kao6e6n]::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0891B2 0%, #0EA5E9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.card__features li strong[b-fp5kao6e6n] {
    font-weight: 600;
    color: #1e293b;
}

.card__subfeatures[b-fp5kao6e6n] {
    list-style: none;
    margin: 0.5rem 0 0;
    padding: 0 0 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.card__subfeatures li[b-fp5kao6e6n] {
    position: relative;
    padding-left: 1.5rem;
    color: #64748b;
    font-size: 0.95rem;
}

.card__subfeatures li[b-fp5kao6e6n]::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #94a3b8;
}

.card__footer[b-fp5kao6e6n] {
    margin-top: auto;
    text-align: center;
}

/* Button styling */
.btn[b-fp5kao6e6n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 180px;
    border: none;
    cursor: pointer;
    background: #0F2B5B;
    color: #fff;
    box-shadow: 0 4px 12px rgba(15, 43, 91, 0.25);
}

.btn:hover[b-fp5kao6e6n] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 43, 91, 0.35);
    opacity: 0.95;
}

.btn--primary[b-fp5kao6e6n] {
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.35);
}

.btn--primary:hover[b-fp5kao6e6n] {
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.45);
}

/* Utilities */
.u-muted[b-fp5kao6e6n] {
    color: #64748b;
    font-size: 1rem;
    font-weight: 400;
}

/* Responsive Design */
@media (max-width: 980px) {
    .services-body[b-fp5kao6e6n] {
        padding: 3rem 1rem;
    }
    
    .services-intro[b-fp5kao6e6n], 
    .card[b-fp5kao6e6n] {
        padding: 2rem;
        border-radius: 16px;
    }
    
    .pricing__grid[b-fp5kao6e6n] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .card--popular[b-fp5kao6e6n] {
        transform: scale(1);
    }
    
    .card--popular:hover[b-fp5kao6e6n] {
        transform: translateY(-5px);
    }
    
    .btn[b-fp5kao6e6n] {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .services-body[b-fp5kao6e6n] {
        padding: 2rem 0.75rem;
    }
    
    .services-intro[b-fp5kao6e6n], 
    .card[b-fp5kao6e6n] {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .card__header[b-fp5kao6e6n] {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
    }
    
    .card__features[b-fp5kao6e6n] {
        margin-bottom: 1.5rem;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .card[b-fp5kao6e6n],
    .btn[b-fp5kao6e6n] {
        transition: none;
    }
    
    .services-hero-content h1[b-fp5kao6e6n],
    .services-hero-content p[b-fp5kao6e6n] {
        animation: none;
    }
}
/* /Pages/SecurityPrivacy.razor.rz.scp.css */
.privacy-hero[b-odf5gopmyl] {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.privacy-hero-bg[b-odf5gopmyl] {
    position: absolute;
    inset: 0;
    background: url('/img/privacy-bg.png') center/cover no-repeat, linear-gradient(120deg, #f3f5fa 80%, #e4e7ed 100%);
    opacity: 0.85;
    filter: blur(1px) brightness(1.02);
    z-index: 1;
}

.privacy-hero-content[b-odf5gopmyl] {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 2rem 1.5rem;
}

    .privacy-hero-content h1[b-odf5gopmyl] {
        font-size: clamp(1.3rem, 4vw, 2rem);
        color: #0F2B5B;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .privacy-hero-content p[b-odf5gopmyl] {
        font-size: 1.12rem;
        color: #4a4d63;
        font-weight: 400;
    }

.privacy-body[b-odf5gopmyl] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2.5rem 1rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.privacy-intro[b-odf5gopmyl] {
    text-align: center;
    margin-bottom: 1rem;
}

.privacy-intro p[b-odf5gopmyl] {
    font-size: 1.05rem;
    color: #4a4d63;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.privacy-block h2[b-odf5gopmyl] {
    font-size: 1.35rem;
    color: #0F2B5B;
    font-weight: 700;
    margin-bottom: 0.8rem;
    border-bottom: 2px solid #0891B2;
    padding-bottom: 0.5rem;
}

.privacy-block h3[b-odf5gopmyl] {
    font-size: 1.1rem;
    color: #0891B2;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.privacy-block p[b-odf5gopmyl], .privacy-block ul[b-odf5gopmyl] {
    font-size: 1.05rem;
    color: #23242b;
    line-height: 1.7;
}

.privacy-block ul[b-odf5gopmyl] {
    padding-left: 1.1em;
    margin-top: 0.5em;
}

.privacy-block li[b-odf5gopmyl] {
    margin-bottom: 0.8em;
}

.privacy-security-list[b-odf5gopmyl], .privacy-principles-list[b-odf5gopmyl] {
    list-style: none;
    padding-left: 0;
}

.privacy-security-list > li[b-odf5gopmyl] {
    background: #f8f9fb;
    border-radius: 8px;
    padding: 1.2rem;
    margin-bottom: 1rem;
    border-left: 4px solid #0891B2;
}

.privacy-principles-list > li[b-odf5gopmyl] {
    background: #f8f9fb;
    border-radius: 6px;
    padding: 0.8rem 1rem;
    margin-bottom: 0.5rem;
    border-left: 3px solid #0EA5E9;
}

.verification-links[b-odf5gopmyl] {
    background: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 6px;
    padding: 0.8rem 1.2rem;
    margin-top: 0.8rem;
    list-style: decimal;
    padding-left: 2rem;
}

.verification-links li[b-odf5gopmyl] {
    margin-bottom: 0.3rem;
}

.privacy-block a[b-odf5gopmyl] {
    color: #0891B2;
    font-weight: 500;
    text-decoration: none;
}

    .privacy-block a:hover[b-odf5gopmyl] {
        text-decoration: underline;
    }

@media (max-width: 700px) {
    .privacy-hero-content h1[b-odf5gopmyl] {
        font-size: 1.2rem;
    }
}
