body {
    font-family: -apple-system, 'Segoe UI', sans-serif;
    background-color: #f5f7fa;
}

.section-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a2e;
    margin: 48px 0 24px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #FFA500;
    margin: 10px auto 0;
    border-radius: 2px;
}

.site-section {
    margin-bottom: 40px;
    padding: 32px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    border: 1px solid #e8ecf0;
}

.site-section p, .site-section ul {
    font-size: 0.92rem;
    line-height: 1.85;
    color: #555;
}

.site-section strong {
    color: #1a1a2e;
}

.site-section ul li {
    margin-bottom: 6px;
}

.team-section {
    text-align: center;
}

.team-header {
    margin-bottom: 36px;
}

.team-card {
    width: 100%;
    max-width: 240px;
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    padding: 20px 16px;
    margin: 0 auto 20px;
    overflow: hidden;
    text-align: center;
    transition: all 0.25s ease;
    border: 1px solid #e8ecf0;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border-color: #d0d5dd;
}

.team-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.team-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 14px 0 4px;
    color: #1a1a2e;
}

.team-card p {
    font-size: 0.85rem;
    margin-bottom: 4px;
    color: #667;
}

.role {
    font-weight: 600;
    color: #FFA500 !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dev-section {
    margin-bottom: 48px;
    background: #fff;
    border-radius: 14px;
    padding: 36px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    border: 1px solid #e8ecf0;
}

.dev-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    padding: 20px 0;
}

.dev-icons .icon {
    text-align: center;
    transition: transform 0.2s;
}

.dev-icons .icon:hover {
    transform: translateY(-3px);
}

.dev-icons .icon i {
    font-size: 2.2rem;
    color: #1a1a2e;
    display: block;
    margin-bottom: 8px;
}

.dev-icons .icon p {
    margin-top: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: #667;
}
