.header {
    padding: 10px;
    border-bottom: 1px solid var(--gray-200);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00C853, #00BFA6);
    border-radius: 50%;
    padding: 3px;
}
    
.logo img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.user-info {
    font-size: 20px;
    color: var(--gray-900);
}

.about{ padding: 15px; }
.page-header { margin: 48px 0 20px; }
.page-header h1 {
    font-size: 25px;
    font-weight: 700;
    color: #0b3b35;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.page-header h1 i {
    background: #d7efe9;
    padding: 10px;
    border-radius: 8px;
    font-size: 22px;
    color: #0f5c4b;
}

.tagline {
    font-size: 16px;
    color: #2d5b6b;
    max-width: 780px;
    background: #e5f4f0;
    padding: 16px 28px;
    border-radius: 60px;
    margin: 16px 0 30px;
    border-left: 6px solid #0f7b62;
    font-weight: 450;
}

.purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 30px 0 50px;
}

.purpose-card {
    background: white;
    border-radius: 30px;
    padding: 36px 32px;
    box-shadow: 0 18px 35px -10px rgba(10, 70, 60, 0.15);
    border: 1px solid #d3ede6;
}

.purpose-card h2 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #0b4a44;
    display: flex;
    align-items: center;
    gap: 14px;
    text-transform: capitalize;
}

.purpose-card h2 i {
    color: #0f7b62;
    font-size: 16px;
}

.purpose-card p {
    color: #1b4a50;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.purpose-card .highlight {
    background: #eef9f5;
    padding: 16px 22px;
    border-radius: 24px;
    margin-top: 20px;
    border-left: 4px solid #0f5c4b;
}

.trust-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #0b403a;
    background: linear-gradient(115deg, #09423b, #126a5a);
    border-radius: 40px;
    padding: 20px 25px;
    margin: 50px 0 60px;
    color: white;
}

.stat-item {
    text-align: center;
    flex: 1 1 150px;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.stat-label {
    font-size: 14px;
    opacity: 0.9;
    letter-spacing: 0.5px;
}

.stat-icon {
    font-size: 32px;
    margin-bottom: 10px;
    color: #c7f0e4;
}

.two-sided { margin: 60px 0 40px; }
.two-sided h2 {
    font-size: 26px;
    font-weight: 600;
    color: #0b3f3a;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.sides-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.side-card {
    background: #ffffffdb;
    backdrop-filter: blur(3px);
    border-radius: 40px;
    padding: 36px 28px;
    border: 1px solid #c2e3da;
    box-shadow: 0 10px 25px rgba(0, 70, 60, 0.08);
}

.side-card.seeker { background: #f3faf8; }
.side-card.provider { background: #f1f8fe; }
.side-icon {
    font-size: 30px;
    background: white;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #0f5c4b;
    border: 2px solid #bee1d6;
}

.side-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0a413c;
    margin-bottom: 16px;
}

.side-card ul { list-style: none; }
.side-card li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
}

.side-card li i {
    color: #0f7b62;
    font-size: 14px;
    width: 18px;
}

.verification-badge {
    display: inline-block;
    background: #0f5c4b;
    color: white;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 20px;
    text-transform: capitalize;
}

.verification-badge i { margin-right: 6px; }
.founders-note {
    background: white;
    border-radius: 50px;
    padding: 40px 44px;
    margin: 60px 0 30px;
    box-shadow: 0 12px 30px rgba(0, 50, 45, 0.08);
}

.founders-note h2 {
    font-size: 24px;
    color: #0b403a;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.founders-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.founders-avatar {
    display: flex;
    gap: 25px;
}

.avatar-circle {
    background: #d1eee5;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #0f5c4b;
    border: 3px solid white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.founders-quote {
    font-size: 16px;
    color: #1b4f4a;
    font-style: italic;
}


/* responsive */
@media (max-width: 750px) {
    .purpose-grid,
    .sides-grid {
        grid-template-columns: 1fr;
    }

    .trust-stats {
        flex-direction: column;
        gap: 32px;
        border-radius: 40px;
        padding: 30px 20px;
    }

    .page-header h1{ 
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .tagline { text-align: center; }
}

@media (max-width: 500px) {
    .purpose-card,
    .founders-note {
        padding: 28px 20px;
    }

    .side-card {
        padding: 28px 18px;
    }
}