/* 하드웨어 페이지 테마 */
.hardware-banner {
    background: linear-gradient(135deg, #1a202c, #2d3748); /* 다크 모드 스타일로 하드웨어의 묵직함 강조 */
}

.service-section h2 {
    color: #1a202c;
    font-weight: 700;
    margin-bottom: 25px;
}

/* 포스팅 느낌을 주는 이미지 대체 박스 (실제 이미지 사용 시 img 태그로 교체) */
.image-placeholder {
    width: 100%;
    height: 300px;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 25px;
    color: #718096;
    font-style: italic;
}