body {
    background: #f7f9fc;
    color: #172033;
}



.hero-section {
    min-height: 82vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(59,130,246,.18), transparent 35%),
        radial-gradient(circle at bottom right, rgba(14,165,233,.12), transparent 35%),
        linear-gradient(135deg, #ffffff 0%, #f4f8fd 100%);
}

.hero-title {
    font-size: 58px;
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.hero-text {
    font-size: 18px;
    line-height: 1.8;
    color: #667085;
}

.hero-box,
.feature-card,
.process-card,
.security-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(15,23,42,.06);
}

.hero-box {
    padding: 34px;
}

.stat-box {
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    padding: 20px;
    height: 100%;
}

.feature-card {
    padding: 28px;

    transition: .25s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 55px rgba(15,23,42,.10);
}

.feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #eef4ff;
    color: #1F9AAA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 18px;
}

.section-title {
    font-size: 42px;
    font-weight: 850;
    letter-spacing: -1px;
}

.section-subtitle {
    color: #667085;
    font-size: 17px;
    line-height: 1.7;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eef4ff;
    color: #1F9AAA;
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 13px;
}

.workflow-line {
    width: 100%;
    height: 2px;
    background: #e5eaf1;
    margin: 20px 0;
}

.mini-check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #dcfce7;
    color: #15803d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.dark-section {
    background: #111827;
    color: #fff;
}

.dark-section .text-muted-custom {
    color: #cbd5e1;
}

@media(max-width:768px){
    .hero-title { font-size: 38px; }
    .section-title { font-size: 32px; }
    .hero-section { padding: 55px 0; }
}


.trust-navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
padding: 22px 0;
background: linear-gradient(
135deg,
rgba(15, 46, 74, 0.92),
rgba(20, 70, 110, 0.88)
);

backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
backdrop-filter: blur(16px);
border-bottom: 1px solid rgba(255,255,255,.08);
}

.trust-navbar::after {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at right, rgba(57,255,20,0.15), transparent 40%);
pointer-events: none;
}

.trust-navbar-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}

.trust-brand {
display: flex;
align-items: center;
gap: 12px;
color: #ffffff;
font-size: 28px;
font-weight: 850;
text-decoration: none;
letter-spacing: -0.8px;
}

.trust-brand:hover {
color: #ffffff;
}



.trust-nav-links {
align-items: center;
gap: 42px;
}

.trust-nav-links a {
color: rgba(255,255,255,.82);
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: .25s ease;
}

.trust-nav-links a:hover {
color: #2dd6ed;
}

.trust-nav-actions {
display: flex;
align-items: center;
gap: 18px;
}

.trust-login-link {
color: rgba(255,255,255,.9);
font-weight: 600;
text-decoration: none;
transition: .25s ease;
}

.trust-login-link:hover {
color: #2dd6ed;
}

.trust-main-btn {
display: inline-flex;
align-items: center;
gap: 8px;
background: #1F9AAA;
color: #ffffff;
padding: 12px 22px;
border-radius: 999px;
font-weight: 800;
text-decoration: none;
box-shadow: 0 12px 30px rgba(31, 154, 170, .25);
transition: .25s ease;
}

.trust-main-btn:hover {
color: #ffffff;
background: #177d8b;
transform: translateY(-1px);
}

.hero-section {
padding-top: 110px;
}

@media(max-width: 768px) {
.trust-navbar {
padding: 14px 0;
}

.trust-brand {
font-size: 22px;
}

.trust-logo-mark {
width: 36px;
height: 36px;
font-size: 22px;
}

.trust-login-link {
display: none;
}

.trust-main-btn {
padding: 10px 14px;
font-size: 13px;
}
}

.trust-brand-logo {
height: 82px;
width: auto;
object-fit: contain;
}
@media(max-width: 768px) {
.trust-brand-logo {
height: 64px;
}
}

.trust-footer-glass {
background: linear-gradient(
135deg,
rgba(15, 46, 74, 0.92),
rgba(20, 70, 110, 0.88)
);

backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);

border-top: 1px solid rgba(57,255,20,0.2); /* أخضر خفيف */
padding: 60px 0 0;
position: relative;
}

.trust-footer-glass::before {
content: "";
position: absolute;
top: -80px;
left: 50%;
transform: translateX(-50%);
width: 500px;
height: 200px;
background: radial-gradient(circle, rgba(57,255,20,0.12), transparent 70%);
filter: blur(40px);
pointer-events: none;
}

.footer-main-row {
border-bottom: 1px solid rgba(255,255,255,0.08);
padding-bottom: 48px;
}

.footer-logo {
    height: 100px;
    display: block;
    margin: 0 auto 12px;
}

.footer-kicker {
font-size: 13px;
font-weight: 600;
color: #1F9AAA;
margin-bottom: 10px;
}

.footer-text {
font-size: 13px;
line-height: 1.75;
color: rgba(255,255,255,0.55);
margin-bottom: 20px;
}

.footer-badge {
display: inline-flex;
align-items: center;
gap: 5px;
background: rgba(31,154,170,0.12);
color: #2dd6ed;
border: 1px solid rgba(31,154,170,0.25);
border-radius: 999px;
padding: 5px 11px;
font-size: 11px;
font-weight: 600;
margin-right: 6px;
}

.footer-heading {
font-size: 11px;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
color: rgba(255,255,255,0.9);
margin-bottom: 14px;
}

.footer-list {
list-style: none;
padding: 0;
margin: 0;
}

.footer-list li {
margin-bottom: 10px;
}

.footer-list a,
.footer-bottom a {
color: rgba(255,255,255,0.55);
text-decoration: none;
transition: .25s ease;
}

.footer-list a:hover,
.trust-nav-links a:hover {
color: #39ff14;
}

.footer-cta {
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.09);
border-radius: 20px;
padding: 24px 28px;
margin: 36px 0;
}

.trust-main-btn {
background: linear-gradient(135deg, #1F9AAA, #39ff14);
box-shadow: 0 10px 25px rgba(57,255,20,0.25);
}

.footer-cta h5 {
font-size: 15px;
font-weight: 700;
color: #fff;
margin-bottom: 4px;
}

.footer-cta p {
font-size: 13px;
color: rgba(255,255,255,0.55);
margin: 0;
}

.footer-bottom {
border-top: 1px solid rgba(255,255,255,0.08);
padding: 16px 0;
}

.footer-bottom span,
.footer-bottom a {
font-size: 12px;
color: rgba(255,255,255,0.35);
}


.text-primary {
    --bs-text-opacity: 1;
    color: #1F9AAA !important;
    }



    .public-page-section {
        padding: 150px 0 70px;
        background: #f7f9fc;
    }



    .help-search-placeholder {
        max-width: 520px;
        padding: 16px 22px;
        color: #667085;
        font-weight: 600;
    }




    .mobile-menu-btn {
        background: transparent;
        border: none;
        color: white;
        font-size: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobile-nav-menu {
        display: none;
        flex-direction: column;
        gap: 14px;
        padding: 20px 0;
        animation: fadeDown .3s ease;
    }
    
    .mobile-nav-menu.active {
        display: flex;
    }
    
    .mobile-nav-menu a {
        color: white;
        text-decoration: none;
        font-weight: 500;
    }
    
    .mobile-logout-btn {
        width: 100%;
        border: none;
        padding: 12px;
        border-radius: 12px;
        background: rgba(255,255,255,.08);
        color: white;
    }
    
    @keyframes fadeDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }